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
/
UtilTests.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Add abspath construction variable modifier and variable (Anthony Roach)
Steven Knight
2002-04-11
1
-1/+11
|
*
Various performance enhancements. (Anthony Roach)
Steven Knight
2002-04-05
1
-0/+5
|
*
Add WhereIs() functionality.
Steven Knight
2002-03-27
1
-0/+61
|
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵
Steven Knight
2002-03-24
1
-51/+0
|
|
|
|
name.
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
1
-44/+0
|
*
Make construction variables with a value of 0 work (Anthony Roach)
Steven Knight
2002-03-21
1
-0/+8
|
*
Swap the global and local arguments in scons_subst*() to match the Python ↵
Steven Knight
2002-03-14
1
-0/+11
|
|
|
|
convention for exec().
*
Move find_file() and find_files() from SCons.Util to SCons.Node.FS.
Steven Knight
2002-03-12
1
-16/+0
|
*
Fix an exception caused by a null-string CPPPATH.
Steven Knight
2002-03-08
1
-0/+6
|
*
Add preliminary support for Unicode strings.
Steven Knight
2002-02-17
1
-4/+22
|
*
Fix variable interpolation with spaces, and problems with the WIN32 ↵
Steven Knight
2002-02-09
1
-10/+11
|
|
|
|
environment (Charles Crain).
*
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
-7/+27
|
*
Significant performance optimizations (Charles Crain).
Steven Knight
2002-01-15
1
-1/+1
|
*
Fix improper initialization of a UserString (Charles Crain).
Steven Knight
2002-01-11
1
-1/+1
|
*
Collect common type-checking logic in SCons.Util.
Steven Knight
2002-01-08
1
-0/+25
|
*
General performance tweaks
Steven Knight
2001-12-31
1
-3/+4
|
*
Add --debug=tree (print depenency tree) support
Steven Knight
2001-12-29
1
-1/+35
|
*
Add duplicate (defaults to true) option to BuildDir()
Steven Knight
2001-12-29
1
-3/+7
|
*
Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable ↵
Steven Knight
2001-12-20
1
-3/+6
|
|
|
|
subsitution (from Charles Crain).
*
Bug fixes from Charles Crain.
Steven Knight
2001-12-19
1
-1/+1
|
*
Last Windows NT portability fixes (this release).
Steven Knight
2001-12-14
1
-4/+4
|
*
Rework implicit dependency scanning for relative CPPPATH values.
Steven Knight
2001-12-11
1
-4/+4
|
*
Move autogeneration of PATH-based variables from Environment initialization ↵
Steven Knight
2001-12-11
1
-0/+26
|
|
|
|
to variable interpolation.
*
Speed up and generalize SCons.Util.find_files().
Steven Knight
2001-12-04
1
-2/+2
|
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-2/+17
|
*
LIBS and LIBPATH work, variable substitution changes.
Steven Knight
2001-11-15
1
-2/+33
|
*
Make the (s) and variables upper-case.
Steven Knight
2001-10-31
1
-13/+13
|
*
If the value of a is None, interpolate '', not 'None'.
Steven Knight
2001-10-18
1
-0/+4
|
*
Portability fixes for tests on Windows Nt.
Steven Knight
2001-10-17
1
-11/+21
|
*
Refactor construction variable expansion.
Steven Knight
2001-10-12
1
-20/+22
|
*
Implement special variable substitution.
Steven Knight
2001-10-11
1
-1/+45
|
*
Add the Library() method.
Steven Knight
2001-10-11
1
-3/+1
|
*
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
-0/+9
|
*
Implement the Depends() method.
Steven Knight
2001-09-24
1
-0/+45
[prev]