summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-0/+5
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-0/+8
* Windows portabilitySteven Knight2002-09-251-15/+40
* Make sure we can find tools using the PATH specified during Environment() ins...Steven Knight2002-09-171-1/+4
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-0/+30
* Add a Prepend() method to Environments. (Chad Austin)Steven Knight2002-08-261-0/+28
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-201-2/+1
* Repository support (first cut).Steven Knight2002-07-171-0/+48
* Deduce the target if it's not supplied.Steven Knight2002-07-031-3/+50
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-41/+37
* Add a native Fortran include scanner.Steven Knight2002-06-121-21/+46
* Remove white-space split of file name lists.Steven Knight2002-06-111-1/+3
* Changes from Charles Crain.Steven Knight2002-06-051-1/+43
* Add a Platform() method.Steven Knight2002-05-091-0/+7
* Follow-on to Append() functionality: generalize the type tests.Steven Knight2002-05-061-8/+24
* Add Append() and Replace() functions. (Zed Shaw)Steven Knight2002-05-061-11/+23
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-1/+5
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-221-0/+6
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-0/+43
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+2
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add the Precious() method.Steven Knight2002-01-241-3/+17
* Add the Ignore() method.Steven Knight2002-01-241-0/+11