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
*
Minor speedus in variable expansion.
Steven Knight
2005-03-25
1
-67/+82
*
Speed up string expansion. Cache find_file() results in the Memoizer.
Steven Knight
2005-03-08
1
-10/+6
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-0/+6
*
Win32 portability fixes.
Steven Knight
2005-01-03
1
-2/+2
*
Better error message when variable substitution fails. (Gary Oberbrunner)
Steven Knight
2004-12-31
1
-0/+6
*
Speed up handling of NodeLists. (Kevin Quick)
Steven Knight
2004-12-31
1
-111/+102
*
Apply Memoizer to cache more return values from various methods. (Kevin Quick)
Steven Knight
2004-12-31
1
-80/+88
*
Enhance OverrideEnvironment, and rename the base class to an enhanced and may...
Steven Knight
2004-12-29
1
-12/+32
*
Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2004-12-02
1
-1/+1
*
Add a --debug=stree option to show Node status. (Kevin Quick)
Steven Knight
2004-11-21
1
-7/+38
*
Fix Value node expansion in command-line strings. (Kevin Quick)
Steven Knight
2004-11-21
1
-1/+9
*
Faster/leaner tree dumping. (Kevin Quick)
Steven Knight
2004-11-11
1
-3/+43
*
Improved regular expression for removing pairs from command-line strings. (...
Steven Knight
2004-10-27
1
-1/+1
*
Avoid copying __builtin__ when evaluating variables. (Gary Oberbrunner)
Steven Knight
2004-10-22
1
-0/+26
*
When subst() returns a non-string object, return the object and not a list on...
Steven Knight
2004-10-21
1
-3/+4
*
Optimization: don't expand variables by using eval unless we have to. (Han-...
Steven Knight
2004-10-10
1
-27/+62
*
Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie...
Steven Knight
2004-10-09
1
-28/+33
*
Fix env.subst() stack trace on var containing ListAction.
Steven Knight
2004-09-27
1
-8/+20
*
Add a ParseDepends() function to read up mkdep-style files.
Steven Knight
2004-09-25
1
-0/+29
*
Fix suffix selection when there's no source file. (Kevin Quick)
Steven Knight
2004-09-15
1
-9/+77
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-3/+4
*
Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)
Steven Knight
2004-08-31
1
-0/+5
*
Fix env.Copy() stack trace.
Steven Knight
2004-08-21
1
-6/+0
*
Test portability fix. Fix handling of >.
Steven Knight
2004-08-17
1
-7/+25
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
1
-0/+13
*
Don't blow up if the external PATH variable is not set.
Steven Knight
2004-07-30
1
-3/+12
*
Treat file extensions with all digits as part of the base name. (Gary Oberbr...
Steven Knight
2004-07-30
1
-5/+29
*
Add Fortran 90/95 support. (Chris Murray)
Steven Knight
2004-07-29
1
-10/+81
*
Add a .win32 attribute for FS entries; preserve Literal() attributes when con...
Steven Knight
2004-07-21
1
-10/+53
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-14/+14
*
Better handling of syntax errors during variable expansion. (Anthony Roach)
Steven Knight
2004-05-23
1
-4/+10
*
Add a reject argument to the env.Whereis() method. (sam th)
Steven Knight
2004-04-04
1
-6/+24
*
Fix Command() when not called through an Environment.
Steven Knight
2004-04-02
1
-11/+13
*
Keep *FLAGS variables as CLVar variables after copying an Environment.
Steven Knight
2004-03-27
1
-3/+1
*
Fix use of things like ${TARGET.dir} in *PATH expansions.
Steven Knight
2004-03-05
1
-12/+23
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
1
-38/+0
*
1.5.2 portability.
Steven Knight
2004-02-28
1
-2/+2
*
Initialize *FLAGS variables with objects that can add flags either as strings...
Steven Knight
2004-02-26
1
-0/+27
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-0/+49
*
Move the __env__ construction variable into the Environment itself, not creat...
Steven Knight
2004-02-07
1
-8/+4
*
Fix a new variable expansion bug.
Steven Knight
2004-02-04
1
-2/+7
*
Provide a better error message when a construction variable expansion is a Py...
Steven Knight
2004-01-29
1
-1/+6
*
Refactor variable substitution for more scalable expansion of , etc.
Steven Knight
2004-01-20
1
-29/+112
*
Refactor construction variable expansion to handle recursive substitution of ...
Steven Knight
2004-01-05
1
-280/+400
*
Fix stripping the library prefix.
Steven Knight
2003-12-12
1
-0/+10
*
Use sys.stdout.write() instead of print so line feeds in -j output will stay ...
Steven Knight
2003-11-10
1
-1/+11
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-1/+1
*
Add more environment methods for global functions: Action(), Builder(), Envi...
Steven Knight
2003-09-25
1
-65/+0
*
Support construction variable expansion anywhere in a file or path name.
Steven Knight
2003-09-05
1
-1/+3
*
Refactor DictCmdGenerator to be a subclass of Selector.
Steven Knight
2003-08-18
1
-0/+29
[next]