summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-8/+35
* Fix the new signature dictionary so it handles slices and attributes such as ...Steven Knight2003-03-121-23/+2
* Fix using more than two targets or sources in a list.Steven Knight2003-03-021-1/+35
* Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.Steven Knight2003-02-221-1/+7
* Really remove the deprecated name attribute from Builders.Steven Knight2003-02-201-1/+1
* Add support for fetching files from rcs.Steven Knight2003-02-181-0/+9
* Remove deprecated features.Steven Knight2003-02-121-5/+0
* Make the Install() method copy files (by default).Steven Knight2003-02-121-1/+11
* Add a strfunction() to Command actions, and add an env argument to the Functi...Steven Knight2003-02-021-1/+1
* Fix how BUILDERS are updated.Steven Knight2003-01-251-76/+90
* 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
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-4/+0
* Add MinGW support. (Anthony Roach)Steven Knight2003-01-091-5/+53
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-3/+3
* Have the Environment.get() method return None as the default, like the standa...Steven Knight2002-12-281-1/+1
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-28/+13
* Make env.SideEffect work for Dir nodes. (Anthony Roach)Steven Knight2002-11-251-1/+4
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-130/+0
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-47/+29
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-4/+62
* Add customizable variable helper. (Anthony Roach)Steven Knight2002-09-261-1/+21
* Make sure we can find tools using the PATH specified during Environment() ins...Steven Knight2002-09-171-0/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-0/+17
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-1/+1
* Make SCons/Tool/ifl.py get included in the win32 package, make Microsoft tool...Steven Knight2002-08-301-1/+3
* Add a Prepend() method to Environments. (Chad Austin)Steven Knight2002-08-261-0/+18
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-081-1/+3
* Support Repository and Default().Steven Knight2002-08-061-2/+2
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-2/+2
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-201-15/+3
* Repository support (first cut).Steven Knight2002-07-171-4/+9
* Deduce the target if it's not supplied.Steven Knight2002-07-031-3/+21
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-9/+19
* Add a native Fortran include scanner.Steven Knight2002-06-121-10/+17
* Changes from Charles Crain.Steven Knight2002-06-051-11/+63
* Add a Platform() method.Steven Knight2002-05-091-1/+4
* Follow-on to Append() functionality: generalize the type tests.Steven Knight2002-05-061-9/+7
* Add Append() and Replace() functions. (Zed Shaw)Steven Knight2002-05-061-6/+30
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-2/+11
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-13/+14
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-221-0/+9
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-8/+134
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-5/+5
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add the Precious() method.Steven Knight2002-01-241-3/+12
* Add the Ignore() method.Steven Knight2002-01-241-0/+11
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-111-0/+11
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-081-5/+4
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-7/+41