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
/
EnvironmentTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange the Environment methods and tests.
Steven Knight
2003-09-07
1
-572/+554
*
Support construction variable expansion anywhere in a file or path name.
Steven Knight
2003-09-05
1
-13/+188
*
Branch for User's Guide changes.
Steven Knight
2003-08-16
1
-0/+51
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
1
-0/+5
*
Support specifying a list of tools when calling env.Copy(). (Chad Austin)
Steven Knight
2003-07-21
1
-0/+19
*
Better error messages. (Gary Oberbrunner)
Steven Knight
2003-07-03
1
-0/+27
*
Fix _concat() documentation, add a test. (Chad Austin)
Steven Knight
2003-06-11
1
-0/+27
*
Add MSVS Project file support. (Greg Spencer)
Steven Knight
2003-06-08
1
-0/+48
*
Suppress illegal construction variables.
Steven Knight
2003-05-23
1
-0/+16
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-0/+2
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-57/+19
*
Test portability fixes for Cygwin. (Chad Austin)
Steven Knight
2003-04-30
1
-0/+27
*
Implement Tool refactoring. (Chad Austin + Steve Leblanc)
Steven Knight
2003-04-10
1
-7/+18
*
Support using construction variables as re-usable, callable command generator...
Steven Knight
2003-03-13
1
-1/+22
*
Fix using more than two targets or sources in a list.
Steven Knight
2003-03-02
1
-0/+40
*
Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.
Steven Knight
2003-02-22
1
-0/+20
*
Add support for fetching files from rcs.
Steven Knight
2003-02-18
1
-0/+12
*
Fix how BUILDERS are updated.
Steven Knight
2003-01-25
1
-48/+71
*
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
*
Test improvements suggested by Charles Crain.
Steven Knight
2003-01-13
1
-2/+2
*
Add MinGW support. (Anthony Roach)
Steven Knight
2003-01-09
1
-0/+44
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-6/+6
*
Have the Environment.get() method return None as the default, like the standa...
Steven Knight
2002-12-28
1
-0/+13
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-3/+6
*
Refactor Repository and BuildDir. (Charles Crain)
Steven Knight
2002-10-16
1
-30/+20
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-92/+112
*
Add MSVC PCH and PDB support. (Anthony Roach)
Steven Knight
2002-10-03
1
-0/+5
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-0/+8
*
Windows portability
Steven Knight
2002-09-25
1
-15/+40
*
Make sure we can find tools using the PATH specified during Environment() ins...
Steven Knight
2002-09-17
1
-1/+4
*
Refactor SCons.Util.Detect() into an Environment method.
Steven Knight
2002-09-05
1
-0/+30
*
Add a Prepend() method to Environments. (Chad Austin)
Steven Knight
2002-08-26
1
-0/+28
*
Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...
Steven Knight
2002-07-20
1
-2/+1
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-0/+48
*
Deduce the target if it's not supplied.
Steven Knight
2002-07-03
1
-3/+50
*
Check in the Tool() interface. (SK and Charles Crain)
Steven Knight
2002-06-20
1
-41/+37
*
Add a native Fortran include scanner.
Steven Knight
2002-06-12
1
-21/+46
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-1/+3
*
Changes from Charles Crain.
Steven Knight
2002-06-05
1
-1/+43
*
Add a Platform() method.
Steven Knight
2002-05-09
1
-0/+7
*
Follow-on to Append() functionality: generalize the type tests.
Steven Knight
2002-05-06
1
-8/+24
*
Add Append() and Replace() functions. (Zed Shaw)
Steven Knight
2002-05-06
1
-11/+23
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-1/+5
*
Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)
Steven Knight
2002-03-22
1
-0/+6
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
1
-0/+43
*
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Steven Knight
2002-03-16
1
-2/+2
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Add the Precious() method.
Steven Knight
2002-01-24
1
-3/+17
*
Add the Ignore() method.
Steven Knight
2002-01-24
1
-0/+11
[next]