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
/
Script
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-3/+2
*
Add a --diskcheck option to control looking on-disk for things.
Steven Knight
2005-06-10
1
-1/+43
*
Don't print duplicate stats when --profile is used.
Steven Knight
2005-06-02
1
-11/+10
*
Print statistics even when we terminate early (e.g. using -h).
Steven Knight
2005-06-02
1
-23/+24
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
2
-12/+21
*
Eliminate multiple calls to os.stat() to fetch file info.
Steven Knight
2005-05-13
2
-11/+11
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
2
-112/+160
*
Add a subsystem for collecting stats about how Nodes are handled by the Taskm...
Steven Knight
2005-03-24
1
-3/+5
*
Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. (Sta...
Steven Knight
2005-03-18
1
-2/+12
*
Restore (some) old SCons.Script.* names, some released SConscript files are u...
Steven Knight
2005-03-17
2
-1/+62
*
Actually support a global Entry name (since we already documented it).
Steven Knight
2005-03-16
1
-0/+1
*
Optimize out N*M suffix matching in Builder.py.
Steven Knight
2005-03-04
1
-0/+5
*
Fix creating a build_dir from scratch when there's a subsidiary SConscript() ...
Steven Knight
2005-02-16
1
-1/+3
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-0/+2
*
Move the canned Scanner objects out of Defaults.py and document how to add Sc...
Steven Knight
2005-02-14
1
-0/+6
*
Display the help message when -u -h is supplied. (Elliot Murphy)
Steven Knight
2005-02-11
1
-2/+0
*
Fix --debug=memoizer so it actually prints some stats on Python 2.x.
Steven Knight
2005-01-13
2
-1/+19
*
Improve --debug=count to get an idea of when different objects are created.
Steven Knight
2005-01-12
1
-11/+32
*
More performance improvements?
Steven Knight
2005-01-12
1
-30/+46
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
2
-4/+26
*
Support 'from SConsScript import *' to allow Python modules imported by SCons...
Steven Knight
2005-01-08
3
-1304/+1397
*
Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...
Steven Knight
2005-01-08
1
-1/+13
*
Print --debug={tree,dtree,includes} even if the build has an error.
Steven Knight
2004-12-03
1
-19/+19
*
Add a --debug=stree option to show Node status. (Kevin Quick)
Steven Knight
2004-11-21
1
-2/+9
*
Faster/leaner tree dumping. (Kevin Quick)
Steven Knight
2004-11-11
1
-2/+2
*
Handle moved SCons source tree. (Kevin Quick)
Steven Knight
2004-11-11
1
-33/+25
*
Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)
Steven Knight
2004-10-07
1
-1/+1
*
Fix use of a list of SConscript files when calling env.SConscript().
Steven Knight
2004-09-29
1
-1/+7
*
Add a --debug=findlibs option. (Gary Oberbrunner)
Steven Knight
2004-09-25
1
-1/+3
*
Add a ParseDepends() function to read up mkdep-style files.
Steven Knight
2004-09-25
1
-0/+1
*
Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ...
Steven Knight
2004-09-20
1
-2/+2
*
Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...
Steven Knight
2004-09-18
1
-5/+14
*
Fix -k sometimes trying to link executables even when library builds fail.
Steven Knight
2004-09-17
1
-2/+8
*
Fix suffix selection when there's no source file. (Kevin Quick)
Steven Knight
2004-09-15
1
-12/+0
*
Handle exceptions in FunctionActions. (Steve Christensen)
Steven Knight
2004-09-15
1
-1/+4
*
Create .cvsignore files to ignore the generated *.pyc files.
Steven Knight
2004-09-13
1
-0/+1
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-5/+19
*
Remove all features deprecated in 0.93 or earlier.
Steven Knight
2004-09-03
1
-38/+0
*
Allow Help() to be called multiple times, appending to the text each time. (...
Steven Knight
2004-08-30
2
-35/+31
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
1
-7/+1
*
Add a Flatten() function to help the transition to Builders returning lists.
Steven Knight
2004-08-12
1
-0/+1
*
Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...
Steven Knight
2004-07-13
2
-14/+11
*
Make exception handling conform to Pythonic standards. (Kevin Quick)
Steven Knight
2004-07-13
1
-1/+1
*
QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....
Steven Knight
2004-07-12
1
-1/+1
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
1
-5/+8
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-5/+8
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
1
-1/+1
*
Make env.SConscript() expand dirs names.
Steven Knight
2004-05-25
1
-0/+7
*
Better handling of syntax errors during variable expansion. (Anthony Roach)
Steven Knight
2004-05-23
1
-3/+3
*
Add support for fetching command-line arguments by position number. (Gary Ob...
Steven Knight
2004-05-23
1
-0/+3
[next]