summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson)Steven Knight2004-09-241-3/+5
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo...Steven Knight2004-09-011-5/+4
* Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo...Steven Knight2004-08-311-0/+10
* Add an Environment.Dump() method. (Gary Oberbrunner)Steven Knight2004-08-301-0/+7
* Have the default ParseConfig() function add -pthread to both and . (Gary Ob...Steven Knight2004-08-161-3/+3
* Add a Flatten() function to help the transition to Builders returning lists.Steven Knight2004-08-121-0/+8
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-29/+30
* Ignore null tools. (Gary Oberbrunner)Steven Knight2004-07-301-0/+17
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-4/+4
* Have ParseConfig() support the -Wl option.Steven Knight2004-05-031-2/+9
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-251-0/+4
* Fix custom scanner behavior when setting/copying/replacing the SCANNERS const...Steven Knight2004-04-141-25/+62
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+99
* Add a reject argument to the env.Whereis() method. (sam th)Steven Knight2004-04-041-0/+5
* Allow hybrid substitutions in PATH-like variables. (Charles Crain)Steven Knight2004-04-021-0/+18
* Fix Command() when not called through an Environment.Steven Knight2004-04-021-25/+33
* Fix the Command() global function when the action is a command-line string.Steven Knight2004-03-311-2/+95
* Keep *FLAGS variables as CLVar variables after copying an Environment.Steven Knight2004-03-271-7/+52
* Refactor env.Append() and env.Prepend().Steven Knight2004-03-261-6/+6
* Rework the env.Append() and env.Prepend() tests.Steven Knight2004-03-261-66/+178
* Support passing arbitrary environment override keywords to Command().Steven Knight2004-03-161-0/+11
* Add an Execute() method.Steven Knight2004-03-121-0/+15
* Fix use of things like ${TARGET.dir} in *PATH expansions.Steven Knight2004-03-051-1/+15
* Refactor path-substitution logic into an Environment method.Steven Knight2004-03-051-0/+11
* Handle recursive substitution in overrides.Steven Knight2004-02-241-9/+31
* Add an internal Environment._update() method that updates the dictionary dire...Steven Knight2004-02-231-0/+20
* Update the __env__ variable when making a Copy() or Override() of an Environm...Steven Knight2004-02-171-8/+18
* Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt...Steven Knight2004-02-161-4/+52
* Refactor variable substitution for more scalable expansion of , etc.Steven Knight2004-01-201-15/+90
* Make Action() and env.Action() equivalent.Steven Knight2004-01-081-0/+6
* Miscellaneous changes: update a call to env.subst(); white space cleanup in ...Steven Knight2004-01-041-16/+16
* Minor test enhancements.Steven Knight2003-12-231-21/+29
* Add support for a toolpath for Environments.Steven Knight2003-12-181-1/+3
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-071-19/+0
* Fix a regression with env.Append().Steven Knight2003-10-281-1/+18
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-0/+3
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-28/+77
* More Environment method conversions:Steven Knight2003-10-131-0/+136
* Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary...Steven Knight2003-10-071-32/+76
* Don't remove temporary files on win32 with rm when cygwin is not in use. (An...Steven Knight2003-10-071-1/+1
* Add more environment methods for global functions: Action(), Builder(), Envi...Steven Knight2003-09-251-2/+214
* Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm...Steven Knight2003-09-221-1/+1
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-0/+16
* Make more Environment methods from global functions.Steven Knight2003-09-141-0/+136
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-0/+48
* Make a Clean() environment method. Add global functions for AlwaysBuild(), C...Steven Knight2003-09-101-0/+26
* Give the global functions corresponding Environment methods.Steven Knight2003-09-081-2/+79
* Rearrange the Environment methods and tests.Steven Knight2003-09-071-572/+554
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-13/+188
* Branch for User's Guide changes.Steven Knight2003-08-161-0/+51