summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/JobTests.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.TaskSteven Knight2008-12-081-1/+3
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-0/+9
* 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