summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Job.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-styles in Job.py to new-style classes.Steven Knight2010-05-141-5/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-3/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Don't use the Exception.message attribute that was deprecated inSteven Knight2008-10-121-2/+1
* Fix small inefficiency in jobs dispatchingGreg Noel2008-10-041-1/+1
* Fix the "explicit stack size" warning message on earlier versions ofSteven Knight2008-09-131-2/+2
* Additional clean up of how we import some SCons.* module names, includingSteven Knight2008-09-131-4/+4
* Fix errors that cropped up in revision 3382Greg Noel2008-09-121-0/+1
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-11/+27
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-42/+109
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-5/+45
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+47
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+1
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-3/+5
* 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