summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/JobTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-3/+11
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-4/+4
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-8/+6
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-18/+10
* Reap as many thread responses as possible at once. (J.T. Conklin)Steven Knight2005-05-041-10/+64
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-1/+1
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-0/+141
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-0/+6
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+20
* Really handle lack of the threading.py module when run by non-threaded Pythons.Steven Knight2003-10-221-1/+27
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-2/+2
* New parallel job execution. (J.T. Conklin)Steven Knight2003-10-061-0/+6
* 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
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-1/+21
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-8/+4
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Support building (sub)directories.Steven Knight2001-10-251-23/+25
* Updating licensing.Steven Knight2001-10-031-0/+23
* Let the Taskmaster control whether the build stops.Steven Knight2001-10-021-1/+3
* 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/+228