summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Job.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-16/+12
* Reap as many thread responses as possible at once. (J.T. Conklin)Steven Knight2005-05-041-22/+15
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-26/+39
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-0/+2
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+1
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+4
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-107/+118
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-0/+3
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-5/+5
* Fix a problem with the new Parallel job support when a command fails. (J.T. ...Steven Knight2003-10-091-21/+22
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-143/+105
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-101-1/+1
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-1/+3
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-57/+67
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Support building (sub)directories.Steven Knight2001-10-251-4/+4
* Add -k support and moreSteven Knight2001-10-241-3/+6
* Updating licensing.Steven Knight2001-10-031-0/+23
* Let the Taskmaster control whether the build stops.Steven Knight2001-10-021-6/+5
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+239