summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/EnvironmentTests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Crain).
* Bug fixes for Scanner handling of subdirectories and Environment copying, ↵Steven Knight2001-12-131-0/+15
| | | | courtesy Charles Crain.
* Move autogeneration of PATH-based variables from Environment initialization ↵Steven Knight2001-12-111-24/+1
| | | | to variable interpolation.
* Fix problems with Python callable objects as Builder actions, the associated ↵Steven Knight2001-12-071-4/+10
| | | | test, and handling errors returned by a builder.
* 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
|
* Implement the Depends() method.Steven Knight2001-09-241-0/+11
|
* 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/+144