summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Options
Commit message (Collapse)AuthorAgeFilesLines
* Make the GenerateHelpText format easily configurable.Steven Knight2005-03-062-6/+64
|
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-032-14/+55
|
* Enhance OverrideEnvironment, and rename the base class to an enhanced and ↵Steven Knight2004-12-291-3/+1
| | | | maybe-even-useful SubstitutionEnvironment, to eliminate copying of construction environment variables.
* Add the ability to map keywords to ListOption (like we already do with ↵Steven Knight2004-11-232-8/+14
| | | | EnumOption).
* Support default Options values of None. (Gary Oberbrunner)Steven Knight2004-10-222-2/+16
|
* Add validator functions for PathOption. (Steve Christensen)Steven Knight2004-09-242-32/+201
|
* Allow ListOption to take a Python list of values asa default, not just a ↵Steven Knight2004-09-202-0/+12
| | | | comma-separated string containg the default values.
* Guarantee ListOption persistence. (Elliot Murphy)Steven Knight2004-09-162-2/+5
|
* Create .cvsignore files to ignore the generated *.pyc files.Steven Knight2004-09-131-0/+1
|
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-032-30/+0
|
* Fix env.Copy() stack trace.Steven Knight2004-08-212-2/+13
|
* Fix saving/restoring PackageOptions to a file. (Chris Burghart)Steven Knight2003-12-062-3/+13
|
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-0412-0/+1798