summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow Command() to take directories as sources.Steven Knight2003-07-261-0/+5
* Support specifying a list of tools when calling env.Copy(). (Chad Austin)Steven Knight2003-07-211-0/+19
* Better error messages. (Gary Oberbrunner)Steven Knight2003-07-031-0/+27
* Fix _concat() documentation, add a test. (Chad Austin)Steven Knight2003-06-111-0/+27
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-0/+48
* Suppress illegal construction variables.Steven Knight2003-05-231-0/+16
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-0/+2
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-57/+19
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-0/+27
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-7/+18
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-1/+22