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
*
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
*
Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...
Steven Knight
2004-09-01
1
-5/+10
*
Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...
Steven Knight
2004-08-31
1
-0/+6
*
Add an Environment.Dump() method. (Gary Oberbrunner)
Steven Knight
2004-08-30
1
-0/+18
*
Have the default ParseConfig() function add -pthread to both and . (Gary Ob...
Steven Knight
2004-08-16
1
-0/+3
*
Add a Flatten() function to help the transition to Builders returning lists.
Steven Knight
2004-08-12
1
-0/+3
*
Fix fallout from having everything return a list.
Steven Knight
2004-08-06
1
-24/+12
*
Return lists of Nodes from all builders, not single Nodes when there's only one.
Steven Knight
2004-08-05
1
-38/+22
*
Ignore null tools. (Gary Oberbrunner)
Steven Knight
2004-07-30
1
-0/+2
*
Officially support target_factory and source_factory when creating a Builder.
Steven Knight
2004-06-25
1
-4/+1
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-7/+2
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-1/+4
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-1/+2
*
Have ParseConfig() support the -Wl option.
Steven Knight
2004-05-03
1
-20/+27
*
Have SConsignFile() use a dblite.py module by default, so we can control the ...
Steven Knight
2004-04-25
1
-1/+1
*
Fix custom scanner behavior when setting/copying/replacing the SCANNERS const...
Steven Knight
2004-04-14
1
-0/+21
*
Add support for extending the suffixes a scanner knows about.
Steven Knight
2004-04-10
1
-7/+21
*
Add warnings for easily-confused variable names like 'targets' and 'sources.'
Steven Knight
2004-04-06
1
-5/+23
*
Add a reject argument to the env.Whereis() method. (sam th)
Steven Knight
2004-04-04
1
-2/+2
*
Allow hybrid substitutions in PATH-like variables. (Charles Crain)
Steven Knight
2004-04-02
1
-1/+7
*
Fix Command() when not called through an Environment.
Steven Knight
2004-04-02
1
-3/+21
*
Fix the Command() global function when the action is a command-line string.
Steven Knight
2004-03-31
1
-0/+30
*
Avoid infinite recursion when comparing Environments, better sys.version use ...
Steven Knight
2004-03-31
1
-1/+9
*
Use python1.5 in default Aegis builds. Fix testing infrastructure for Python...
Steven Knight
2004-03-30
1
-79/+75
*
Keep *FLAGS variables as CLVar variables after copying an Environment.
Steven Knight
2004-03-27
1
-1/+1
*
Refactor env.Append() and env.Prepend().
Steven Knight
2004-03-26
1
-36/+92
*
Rework the env.Append() and env.Prepend() tests.
Steven Knight
2004-03-26
1
-2/+6
*
Support passing arbitrary environment override keywords to Command().
Steven Knight
2004-03-16
1
-3/+5
*
Add an Execute() method.
Steven Knight
2004-03-12
1
-0/+6
*
Fix use of things like ${TARGET.dir} in *PATH expansions.
Steven Knight
2004-03-05
1
-15/+36
*
Refactor path-substitution logic into an Environment method.
Steven Knight
2004-03-05
1
-0/+13
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-2/+8
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+6
*
Update the __env__ variable when making a Copy() or Override() of an Environm...
Steven Knight
2004-02-17
1
-0/+2
*
Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...
Steven Knight
2004-02-16
1
-0/+50
*
Move the __env__ construction variable into the Environment itself, not creat...
Steven Knight
2004-02-07
1
-0/+1
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-6/+8
*
Refactor variable substitution for more scalable expansion of , etc.
Steven Knight
2004-01-20
1
-21/+9
*
Make Action() and env.Action() equivalent.
Steven Knight
2004-01-08
1
-1/+1
*
Add support for a toolpath for Environments.
Steven Knight
2003-12-18
1
-8/+10
*
Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.
Steven Knight
2003-11-07
1
-13/+0
[next]