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 (
Expand
)
Author
Age
Files
Lines
*
Add more variable substitution tests.
Steven Knight
2003-12-06
1
-42/+78
*
Refactor the scons_subst*() tests to make it easier to add tests and to more ...
Steven Knight
2003-11-12
1
-308/+410
*
Add more environment methods for global functions: Action(), Builder(), Envi...
Steven Knight
2003-09-25
1
-5/+0
*
Support construction variable expansion anywhere in a file or path name.
Steven Knight
2003-09-05
1
-4/+10
*
Refactor DictCmdGenerator to be a subclass of Selector.
Steven Knight
2003-08-18
1
-0/+42
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
1
-0/+24
*
Suppress illegal construction variables.
Steven Knight
2003-05-23
1
-0/+31
*
Interpolate the null string for illegal list subscripts.
Steven Knight
2003-05-10
1
-0/+14
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-3/+13
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-91/+163
*
Follow-up test portability fixes for IRIX. (Chad Austin)
Steven Knight
2003-04-27
1
-2/+6
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-0/+12
*
Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....
Steven Knight
2003-04-11
1
-0/+8
*
Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...
Steven Knight
2003-04-09
1
-0/+7
*
Fix WhereIs() to return a normalized path. (Lachlan O'Dea)
Steven Knight
2003-03-14
1
-7/+13
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-124/+174
*
Fix the new signature dictionary so it handles slices and attributes such as ...
Steven Knight
2003-03-12
1
-6/+67
*
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 --debug-includes. (Anthony Roach)
Steven Knight
2003-01-14
1
-0/+16
*
Implement the Clean() function.
Steven Knight
2002-12-27
1
-1/+51
*
Change the name of 'lib.py' to 'mslib.py'.
Steven Knight
2002-12-05
1
-2/+2
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-0/+21
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-12/+65
*
win32 test portability fixes (Anthony Roach)
Steven Knight
2002-10-04
1
-6/+5
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
1
-0/+33
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
1
-0/+5
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-0/+26
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-4/+4
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-3/+15
*
Fix win32LinkGenerator.
Steven Knight
2002-04-17
1
-2/+10
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-1/+45
*
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 n...
Steven Knight
2002-03-24
1
-51/+0
*
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 con...
Steven Knight
2002-03-14
1
-0/+11
*
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 environme...
Steven Knight
2002-02-09
1
-10/+11
*
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
[next]