Remove build engine dependencies on SCons.Script. Fix a misspelled variable name.
[scons.git] / src / engine / SCons / SConf.py
2005-01-08 stevenknightRemove build engine dependencies on SCons.Script. ...
2004-09-17 stevenknightFix inconsistency in conf.CheckFunc().
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-09-04 stevenknightRefactor spawning command-line actions to clean up...
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-07-29 stevenknightRefactorings towards a RelativeTopDir() function.
2004-07-13 stevenknightMake exception handling thread-safe by using sys.exc_in...
2004-05-30 stevenknightEliminate the refactored-out-of-existence Sig.Calculato...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-04-04 stevenknightAllow CheckLib to search a list of libraries. (sam th)
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-10-21 stevenknightFix various SConf bugs. (Christoph Wiedemann)
2003-10-21 stevenknightSupport arbitrary header-file preambles when checking...
2003-09-17 stevenknightSupport Jar manifest files and the -C option. Tool...
2003-08-30 stevenknightSplit non-SCons-specific parts of SConf.py into a separ...
2003-06-18 stevenknightFix SConf chdir'ing so it works with CPPPATH and LIBPAT...
2003-06-12 stevenknightRaise an error if SConf needs to do something but ...
2003-06-11 stevenknightSConf CheckFunc and CheckType functionality, plus fixes...
2003-06-10 stevenknightFix use of SConf with SConscriptChdir(). (David Snopek...
2003-05-16 stevenknightSConf fixes. (Christoph Wiedemann)
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-04-23 stevenknightAdd SConf infrastructure (Autoconf functionality)....