summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make exception handling thread-safe by using sys.exc_info() instead of ↵Steven Knight2004-07-131-4/+7
| | | | sys.exc_{type,value}.
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ↵Steven Knight2004-05-301-3/+1
| | | | are now handled by Node methods). Stop tying calculators to Taskmaster objects, and eliminate the unused Taskmaster.Calc class.
* Fix spurious rebuilds/reinstalls of header files and circular dependencies ↵Steven Knight2004-05-191-0/+11
| | | | with generated header files by allowing Scanners to be associated explicitly with Builders, not just through Scanner file suffix lists.
* 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 ↵Steven Knight2003-09-171-0/+1
| | | | pre-Python 2.2. (Charles Crain)
* Split non-SCons-specific parts of SConf.py into a separate Conftest.py ↵Steven Knight2003-08-301-119/+123
| | | | module. (Bram Moolenaar)
* 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. ↵Steven Knight2003-06-121-5/+34
| | | | (Christoph Wiedemann)
* 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 ↵Steven Knight2003-05-151-3/+2
| | | | calcualations.
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+609