summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
...
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-14/+64
* Remove the Node.derived attribute.Steven Knight2001-10-151-1/+0
* Add tests and support for and .Steven Knight2001-10-121-7/+5
* Refactor construction variable expansion.Steven Knight2001-10-121-16/+20
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-121-57/+54
* Implement special variable substitution.Steven Knight2001-10-111-7/+20
* Add the Library() method.Steven Knight2001-10-111-2/+97
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add the Command() method.Steven Knight2001-10-021-1/+1
* Handle build errors.Steven Knight2001-10-021-4/+11
* Add support for multi-command Builders and Actions.Steven Knight2001-09-291-0/+15
* Add support for the ENV construction variable.Steven Knight2001-09-281-1/+14
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-19/+12
* rebuild in response to changed .c fileSteven Knight2001-09-211-1/+16
* Clean up the Node.FS class.Steven Knight2001-09-191-3/+3
* 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/+100