summaryrefslogtreecommitdiffstats
path: root/test/Ignore.py
Commit message (Collapse)AuthorAgeFilesLines
* Better error handling if someone tries to add a non-Node as a source, ↵Steven Knight2004-01-111-0/+14
| | | | dependency or ignored dependency of a Node.
* Make a Clean() environment method. Add global functions for AlwaysBuild(), ↵Steven Knight2003-09-101-1/+1
| | | | Command(), Depends(), Ignore(), Install(), InstallAs(), Precious(), SideEffect() and SourceCode().
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-4/+21
|
* 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
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
|
* Changes from Charles Crain.Steven Knight2002-06-051-5/+3
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Add the Ignore() method.Steven Knight2002-01-241-0/+96