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
/
Environment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-19/+47
*
Merged revisions 1767-1783 via svnmerge from
Steven Knight
2007-01-21
1
-20/+17
*
Merged revisions 1738-1754,1756 via svnmerge from
Steven Knight
2007-01-07
1
-3/+12
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-52/+62
*
Merged revisions 1667-1674 via svnmerge from
Steven Knight
2006-11-04
1
-3/+6
*
Merged revisions 1582-1665 via svnmerge from
Steven Knight
2006-11-02
1
-40/+88
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-72/+235
*
Add a NoClean() function. (Steven Johnson)
Steven Knight
2006-02-13
1
-0/+9
*
Refactor so Command() uses an FS.Entry as its target factory.
Steven Knight
2006-02-12
1
-0/+1
*
Fix AppendUnique and PrependUnique concatenating strings to lists. (Patrick ...
Steven Knight
2005-11-06
1
-2/+6
*
Add support for a $INSTALLSTR string. (Christoph Schulz)
Steven Knight
2005-11-05
1
-1/+1
*
Get rid of the last tabs in the source files and have the TestSCons infrastru...
Steven Knight
2005-10-09
1
-6/+6
*
When deleting a variable from an OverrideEnvironment, do not throw an excepti...
Steven Knight
2005-10-08
1
-2/+10
*
Give the subst logic its own SCons.Subst module. It's big enough.
Steven Knight
2005-09-19
1
-8/+9
*
Environment infrastructure for special variable handling.
Steven Knight
2005-09-18
1
-25/+37
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-4/+7
*
Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...
Steven Knight
2005-05-14
1
-5/+11
*
Make SConsignFile() behavior the default.
Steven Knight
2005-05-07
1
-3/+4
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...
Steven Knight
2005-04-02
1
-8/+38
*
Allow toolpath to be stored in the environment and re-used for Copy() and Too...
Steven Knight
2005-03-24
1
-5/+11
*
Fix a regression in handling overridden construction variables when the subst...
Steven Knight
2005-03-18
1
-1/+6
*
Actually support a global Entry name (since we already documented it).
Steven Knight
2005-03-16
1
-0/+5
*
Fix stack trace when there's no scanner in an Environment.
Steven Knight
2005-03-05
1
-4/+2
*
Checkpoint refactoring of the find_file() interface.
Steven Knight
2005-03-01
1
-1/+1
*
Group --debug=count output by object modules.
Steven Knight
2005-03-01
1
-4/+4
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-2/+8
*
Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...
Steven Knight
2005-01-21
1
-4/+6
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-2/+2
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-2/+2
*
Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...
Steven Knight
2005-01-08
1
-1/+1
*
Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ...
Steven Knight
2005-01-05
1
-5/+9
*
Have ParseDepends() env.subst() the specified file name. Add an only_one key...
Steven Knight
2005-01-04
1
-6/+14
*
Get rid of the self-referential permanent __env__ variable in favor of adding...
Steven Knight
2005-01-04
1
-17/+4
*
Apply Memoizer to cache more return values from various methods. (Kevin Quick)
Steven Knight
2004-12-31
1
-3/+6
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-38/+56
*
Enhance OverrideEnvironment, and rename the base class to an enhanced and may...
Steven Knight
2004-12-29
1
-119/+160
*
Cut down on environment copies by using a proxy Environment class to hold ove...
Steven Knight
2004-12-21
1
-123/+216
*
Restore older recipe for creating env.Command() builders while a better solut...
Steven Knight
2004-12-16
1
-6/+2
*
Remove Node scanner storage. (Kevin Quick)
Steven Knight
2004-12-15
1
-2/+6
*
Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2004-12-02
1
-1/+5
*
Add Fortran COMSTR variables for output customizability.
Steven Knight
2004-11-20
1
-0/+2
*
Support override expansions within target and source files names.
Steven Knight
2004-11-14
1
-5/+3
*
Allow Alias Nodes to have Actions.
Steven Knight
2004-11-13
1
-22/+50
*
Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...
Steven Knight
2004-11-09
1
-2/+9
*
ParseConfig and -I<space>filename.
Steven Knight
2004-10-08
1
-3/+12
*
Allow passing a dictionary of keyword arguments to Tool specifications. (Gar...
Steven Knight
2004-10-07
1
-12/+17
*
Fill in missing default Builder names. (Kevin Quick)
Steven Knight
2004-09-27
1
-2/+4
*
Add a ParseDepends() function to read up mkdep-style files.
Steven Knight
2004-09-25
1
-0/+26
*
Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson)
Steven Knight
2004-09-24
1
-0/+5
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-0/+1
[next]