summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix using more than two targets or sources in a list.Steven Knight2003-03-021-0/+40
* Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.Steven Knight2003-02-221-0/+20
* Add support for fetching files from rcs.Steven Knight2003-02-181-0/+12
* Fix how BUILDERS are updated.Steven Knight2003-01-251-48/+71
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Test improvements suggested by Charles Crain.Steven Knight2003-01-131-2/+2
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-0/+44
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-6/+6
* Have the Environment.get() method return None as the default, like the standa...Steven Knight2002-12-281-0/+13
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-3/+6
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-30/+20
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-92/+112