summaryrefslogtreecommitdiffstats
path: root/test/ParseConfig.py
Commit message (Collapse)AuthorAgeFilesLines
* Use AppendUnique() in ParseConfig(). Provide a unique=0 keyword argument in ↵Steven Knight2005-01-051-8/+17
| | | | case someone has a reason to need to allow duplicates.
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-0/+1
|
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-031-17/+0
|
* Allow to contain File Nodes. Have ParseConfig add libraries to . Add ↵Steven Knight2004-09-011-11/+10
| | | | support for -framework. (Gary Oberbrunner)
* Add more environment methods for global functions: Action(), Builder(), ↵Steven Knight2003-09-251-1/+20
| | | | Environment(), Literal(), Platform(), Split(), Tool(). Deprecate ParseConfig() in favor of an environment method.
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* 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-2/+2
|
* Win32 portability.Steven Knight2002-11-131-4/+4
|
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-0/+73