summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/JobTests.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Steven Knight2004-07-131-0/+6
| | | | sys.exc_{type,value}.
* Save memory by allowing Nodes to clean up their Executor's build ↵Steven Knight2004-02-091-0/+20
| | | | environments after they've been built.
* 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. ↵Steven Knight2003-10-181-2/+2
| | | | (Ralf W. Grosse-Kunstleve) Make ParseConfig() and env.Append() work regardless of initial construction variable values. Make new Dir() support work with empty directories and timestamps. Make the new Queue-based Job implementation portable to Python 1.5.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