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
/
Scanner
/
Prog.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comment for a case where LIBS (or part of it) is an object
Alexey Klimkin
2015-01-27
1
-0/+1
*
Improve readability of LIB substitution code
Alexey Klimkin
2015-01-20
1
-9/+13
*
Fix incomplete LIBS flattening and substitution in Program scanner
Alexey Klimkin
2015-01-14
1
-2/+12
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-4/+2
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
1
-3/+1
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-2/+3
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-3/+3
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
1
-1/+1
*
Move the canned Scanner objects out of Defaults.py and document how to add Sc...
Steven Knight
2005-02-14
1
-2/+2
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-0/+2
*
Enhance OverrideEnvironment, and rename the base class to an enhanced and may...
Steven Knight
2004-12-29
1
-4/+3
*
Add a --debug=findlibs option. (Gary Oberbrunner)
Steven Knight
2004-09-25
1
-1/+4
*
Allow LIBS to contain lists of lists.
Steven Knight
2004-09-18
1
-1/+3
*
Don't put LIBS Nodes in the scanned results list multiple times.
Steven Knight
2004-09-18
1
-15/+21
*
Allow environment substitutions when referencing libraries. (Chad Austin)
Steven Knight
2004-04-02
1
-0/+1
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
1
-10/+2
*
Fix stripping the library prefix.
Steven Knight
2003-12-12
1
-6/+8
*
Allow LIBS to be a single element, not a list, and allow it to contain File n...
Steven Knight
2003-11-09
1
-2/+11
*
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
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-1/+0
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-13/+11
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-2/+1
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-6/+13
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-56/+31
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-2/+3
*
Turn the Prog Scanner into a prototype pattern that looks up LIBPATH Nodes (t...
Steven Knight
2002-03-16
1
-31/+65
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
1
-1/+1
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Handle LIBPATH as a string (Crain).
Steven Knight
2002-01-23
1
-2/+5
*
General performance tweaks
Steven Knight
2001-12-31
1
-1/+1
*
Speed up and generalize SCons.Util.find_files().
Steven Knight
2001-12-04
1
-1/+3
*
Refactor the Scanner class(es) into a Prototype pattern.
Steven Knight
2001-12-03
1
-5/+3
*
Complete CPPPATH work.
Steven Knight
2001-11-22
1
-1/+1
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-0/+66