#1034
[tridge/waf-svn.git/.git] / waflib / Runner.py
2011-09-03 Thomas Nagyremove dead connections as early as possible
2011-07-13 Thomas Nagy#1008
2011-05-25 Thomas Nagydocs
2010-12-17 tnagy1024experimental atexit hook for freeing the threads
2010-11-25 tnagy1024stupid typo
2010-11-23 tnagy1024fix for AttributeError: 'Parallel' object has no...
2010-11-23 tnagy1024Single queue for all task consumers
2010-11-21 tnagy1024do not document this variable, it is unused and bound...
2010-11-21 tnagy1024rst typos
2010-11-17 tnagy1024the changes about the single queue objects are not...
2010-11-17 tnagy1024docs
2010-11-14 tnagy1024use a common queue for task consumers
2010-11-14 tnagy1024docs
2010-11-07 zougloubRunner: sphinx docs
2010-11-03 tnagy1024#787
2010-10-11 tnagy1024use another method for task logging
2010-10-11 tnagy1024#754
2010-10-04 tnagy1024better error message in case of a deadlock
2010-10-04 tnagy1024Works now
2010-10-03 tnagy1024Reverting these changes for the moment
2010-10-03 tnagy1024more the task display to the main thread to prevent...
2010-10-03 tnagy1024let the thread pool create as many consumers as necessary
2010-09-30 tnagy1024docstrings
2010-09-27 tnagy1024optimization
2010-09-27 tnagy1024docs
2010-09-26 tnagy1024Change Runner.process_task into a Task method (inherita...
2010-09-18 tnagy1024remove Task.stat and Task.call_run
2010-08-04 tnagy1024better deadlock detection
2010-08-04 tnagy1024hmm, not fatal
2010-08-03 tnagy1024error message + comments
2010-08-03 tnagy1024Detect task deadlocks.
2010-07-24 tnagy1024typo
2010-07-24 tnagy1024process the more_tasks attribute consistently
2010-07-23 tnagy1024optimization
2010-07-21 tnagy1024remove the dependency on the Options module from Runner
2010-07-07 tnagy1024docs