summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
* Allow CheckLib to search a list of libraries. (sam th)Steven Knight2004-04-041-2/+17
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-2/+2
* Fix various SConf bugs. (Christoph Wiedemann)Steven Knight2003-10-211-15/+20
* Support arbitrary header-file preambles when checking for #include files.Steven Knight2003-10-211-5/+17
* Support Jar manifest files and the -C option. Tool/ms*.py fixes for pre-Pyth...Steven Knight2003-09-171-0/+1
* 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