summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Options
Commit message (Expand)AuthorAgeFilesLines
* 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