summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
...
* Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...Steven Knight2004-07-131-4/+7
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...Steven Knight2004-05-301-3/+1
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-0/+11
* 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