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
/
Util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-0/+45
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-36/+0
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
1
-132/+0
*
Make construction variables with a value of 0 work (Anthony Roach)
Steven Knight
2002-03-21
1
-1/+1
*
Swap the global and local arguments in scons_subst*() to match the Python con...
Steven Knight
2002-03-14
1
-5/+5
*
Support whitespace separated CPPPATH, etc. (Task 49057). (Steve Leblanc)
Steven Knight
2002-03-12
1
-1/+3
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
1
-50/+0
*
Fix an exception caused by a null-string CPPPATH.
Steven Knight
2002-03-08
1
-9/+16
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
1
-2/+8
*
Fix variable interpolation with spaces, and problems with the WIN32 environme...
Steven Knight
2002-02-09
1
-3/+17
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Strip $(-$) bracketed text from command lines.
Steven Knight
2002-01-23
1
-3/+10
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
1
-2/+2
*
Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...
Steven Knight
2002-01-11
1
-0/+36
*
Collect common type-checking logic in SCons.Util.
Steven Knight
2002-01-08
1
-14/+30
*
General performance tweaks
Steven Knight
2001-12-31
1
-17/+34
*
Add --debug=tree (print depenency tree) support
Steven Knight
2001-12-29
1
-0/+32
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
1
-5/+18
*
Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...
Steven Knight
2001-12-20
1
-1/+1
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
1
-37/+72
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
1
-13/+12
*
Move autogeneration of PATH-based variables from Environment initialization t...
Steven Knight
2001-12-11
1
-0/+59
*
Speed up and generalize SCons.Util.find_files().
Steven Knight
2001-12-04
1
-6/+5
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-0/+34
*
LIBS and LIBPATH work, variable substitution changes.
Steven Knight
2001-11-15
1
-17/+48
*
If the value of a is None, interpolate '', not 'None'.
Steven Knight
2001-10-18
1
-1/+5
*
Refactor construction variable expansion.
Steven Knight
2001-10-12
1
-27/+26
*
Implement special variable substitution.
Steven Knight
2001-10-11
1
-0/+120
*
Add the Library() method.
Steven Knight
2001-10-11
1
-2/+2
*
Updating licensing.
Steven Knight
2001-10-03
1
-0/+23
*
Enhance Builders to take any type of node as input.
Steven Knight
2001-09-24
1
-3/+9
*
Implement the Depends() method.
Steven Knight
2001-09-24
1
-0/+40