summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
...
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py module...Steven Knight2003-08-301-119/+123
* Fix SConf chdir'ing so it works with CPPPATH and LIBPATH. (David Snopek)Steven Knight2003-06-181-3/+5
* Raise an error if SConf needs to do something but -n or -q is specified. (Ch...Steven Knight2003-06-121-5/+34
* SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)Steven Knight2003-06-111-4/+48
* Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann)Steven Knight2003-06-101-0/+6
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-74/+90
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-3/+2
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+609