summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Environment.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for copying BuilderWrapper objects within Environments (courtesy Charles ...Steven Knight2001-12-141-34/+40
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-17/+18
* Move autogeneration of PATH-based variables from Environment initialization t...Steven Knight2001-12-111-59/+0
* More NT portability fixes.Steven Knight2001-11-241-1/+2
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-1/+5
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-0/+56
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-2/+16
* Add tests and support for and .Steven Knight2001-10-121-12/+5
* Refactor construction variable expansion.Steven Knight2001-10-121-15/+2
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add the Command() method.Steven Knight2001-10-021-1/+9
* Add support for the ENV construction variable.Steven Knight2001-09-281-1/+12
* Change the env.Dictionary to an access method for an env._dict attribute.Steven Knight2001-09-261-5/+13
* Implement the Depends() method.Steven Knight2001-09-241-4/+13
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+133