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
*
MSVS documentation, remove unnecessary exceptions, and restor escape() to its...
Steven Knight
2003-06-14
1
-14/+42
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
1
-0/+88
*
Suppress illegal construction variables.
Steven Knight
2003-05-23
1
-2/+9
*
Interpolate the null string for illegal list subscripts.
Steven Knight
2003-05-10
1
-2/+2
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-34/+35
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-190/+176
*
Follow-up test portability fixes for IRIX. (Chad Austin)
Steven Knight
2003-04-27
1
-0/+4
*
Add support for MIDL. (Greg Spencer)
Steven Knight
2003-04-23
1
-2/+31
*
Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....
Steven Knight
2003-04-11
1
-0/+11
*
Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)...
Steven Knight
2003-04-09
1
-1/+8
*
Fix WhereIs() to return a normalized path. (Lachlan O'Dea)
Steven Knight
2003-03-14
1
-3/+3
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-74/+87
*
Fix the new signature dictionary so it handles slices and attributes such as ...
Steven Knight
2003-03-12
1
-5/+65
*
Make SCons.Util.to_String() more efficient.
Steven Knight
2003-02-22
1
-9/+12
*
Support importing Platform and Tool specifications directly.
Steven Knight
2003-02-08
1
-1/+3
*
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
-4/+7
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-1/+1
*
Implement the Clean() function.
Steven Knight
2002-12-27
1
-0/+45
*
Support variable substitution on scanner directories. (Charles Crain)
Steven Knight
2002-12-03
1
-11/+15
*
Win32 portability.
Steven Knight
2002-11-13
1
-2/+10
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-8/+148
*
Add the ParseConfig() method. (Steve Leblanc)
Steven Knight
2002-11-12
1
-0/+47
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-0/+34
*
Refactor SCons.Util.Detect() into an Environment method.
Steven Knight
2002-09-05
1
-14/+0
*
Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...
Steven Knight
2002-09-05
1
-0/+14
*
On Win32 systems, supply a default if PATHEXT isn't in the environment; it do...
Steven Knight
2002-08-28
1
-1/+4
*
Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach)
Steven Knight
2002-08-04
1
-37/+42
*
Still more Win32 portability.
Steven Knight
2002-07-14
1
-2/+7
*
Add prototype icc and ilink Tool specs for OS/2.
Steven Knight
2002-07-12
1
-0/+21
*
Performance enhancements: use a more efficient splitext() method; cache sour...
Steven Knight
2002-07-06
1
-18/+51
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-0/+9
*
Windows NT portability.
Steven Knight
2002-05-31
1
-4/+3
*
Make the drive letters on Windows always be the same case, so that changes in...
Steven Knight
2002-05-16
1
-3/+14
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-4/+8
*
Several bug fixes from Charles Crain.
Steven Knight
2002-04-22
1
-2/+21
*
Fix win32LinkGenerator.
Steven Knight
2002-04-17
1
-0/+6
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-4/+26
*
Add abspath construction variable modifier and variable (Anthony Roach)
Steven Knight
2002-04-11
1
-1/+6
*
Various performance enhancements. (Anthony Roach)
Steven Knight
2002-04-05
1
-0/+23
*
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
[next]