index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Job.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-5/+5
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-5/+5
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-2/+2
|
/
*
Convert old-styles in Job.py to new-style classes.
Steven Knight
2010-05-14
1
-5/+5
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-3/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-4/+4
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-4/+6
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Don't use the Exception.message attribute that was deprecated in
Steven Knight
2008-10-12
1
-2/+1
*
Fix small inefficiency in jobs dispatching
Greg Noel
2008-10-04
1
-1/+1
*
Fix the "explicit stack size" warning message on earlier versions of
Steven Knight
2008-09-13
1
-2/+2
*
Additional clean up of how we import some SCons.* module names, including
Steven Knight
2008-09-13
1
-4/+4
*
Fix errors that cropped up in revision 3382
Greg Noel
2008-09-12
1
-0/+1
*
Evaluate compat module transparently when SCons is instantiated
Greg Noel
2008-09-11
1
-2/+0
*
Merged revisions 2898-2901,2903-2927 via svnmerge from
Steven Knight
2008-04-30
1
-11/+27
*
Merged revisions 2725-2865 via svnmerge from
Steven Knight
2008-04-17
1
-42/+109
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-5/+45
*
Merged revisions 1968-2115 via svnmerge from
Steven Knight
2007-07-11
1
-2/+47
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-1/+1
*
Merged revisions 1767-1783 via svnmerge from
Steven Knight
2007-01-21
1
-3/+5
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-16/+12
*
Reap as many thread responses as possible at once. (J.T. Conklin)
Steven Knight
2005-05-04
1
-22/+15
*
Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)
Steven Knight
2004-09-17
1
-26/+39
*
Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...
Steven Knight
2004-07-13
1
-0/+2
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-1/+1
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-0/+4
*
Really handle lack of the threading.py module when run by non-threaded Pythons.
Steven Knight
2003-10-22
1
-107/+118
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-0/+3
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
1
-5/+5
*
Fix a problem with the new Parallel job support when a command fails. (J.T. ...
Steven Knight
2003-10-09
1
-21/+22
*
New parallel job execution. (J.T. Conklin)
Steven Knight
2003-10-06
1
-143/+105
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Add functions for getting and setting the number of jobs. (Anthony Roach)
Steven Knight
2002-12-10
1
-1/+1
*
Serialize calls to Node.prepare() (Anthony Roach)
Steven Knight
2002-11-27
1
-1/+3
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-57/+67
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Support building (sub)directories.
Steven Knight
2001-10-25
1
-4/+4
*
Add -k support and more
Steven Knight
2001-10-24
1
-3/+6
*
Updating licensing.
Steven Knight
2001-10-03
1
-0/+23
*
Let the Taskmaster control whether the build stops.
Steven Knight
2001-10-02
1
-6/+5
*
Add automatic substitution on filename lines.
Steven Knight
2001-09-17
1
-1/+1
*
Run setup.py on the unpacked .tar.gz for testing.
Steven Knight
2001-09-17
1
-0/+239