summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-1/+40
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-2/+31
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-32/+74
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-3/+8
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-6/+4
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-2/+2
* Make CheckLib() arguments consistent with other calls.Steven Knight2005-11-161-2/+2
* Add $CONFIGURELOG and $CONFIGUREDIR values to support specification of the co...Steven Knight2005-10-041-6/+5
* Move max_drift from Sig/MD5.py to Node/FS.py.Steven Knight2005-07-041-1/+3
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-3/+3
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-5/+6
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-2/+3
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-1/+1
* Fix use of TargetSignatures('content') with SConf. (Christoph Wiedemann)Steven Knight2005-01-101-3/+6
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-9/+3
* Fix inconsistency in conf.CheckFunc().Steven Knight2004-09-171-2/+2
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-254/+347
* Refactor spawning command-line actions to clean up the interface between Acti...Steven Knight2004-09-041-23/+48
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-2/+2
* Refactorings towards a RelativeTopDir() function.Steven Knight2004-07-291-14/+16
* 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