summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Options
Commit message (Expand)AuthorAgeFilesLines
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-032-14/+55
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-3/+1
* Add the ability to map keywords to ListOption (like we already do with EnumOp...Steven Knight2004-11-232-8/+14
* 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 comm...Steven Knight2004-09-202-0/+12
* 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