summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-111-1/+10
* Windows NT portability fixes for tests.Steven Knight2001-12-211-1/+2
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-4/+8
* Fix for copying BuilderWrapper objects within Environments (courtesy Charles ...Steven Knight2001-12-141-2/+8
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-0/+15
* Move autogeneration of PATH-based variables from Environment initialization t...Steven Knight2001-12-111-24/+1
* Fix problems with Python callable objects as Builder actions, the associated ...Steven Knight2001-12-071-4/+10
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-0/+12
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-5/+16
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-3/+56
* Remove the Node.derived attribute.Steven Knight2001-10-151-1/+1
* Add tests and support for and .Steven Knight2001-10-121-0/+2
* Refactor construction variable expansion.Steven Knight2001-10-121-7/+7
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add the Command() method.Steven Knight2001-10-021-0/+17
* Add support for the ENV construction variable.Steven Knight2001-09-281-1/+11
* Change the env.Dictionary to an access method for an env._dict attribute.Steven Knight2001-09-261-7/+11