http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / SConf.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-12-20 gregnoelIssue 2482: Avoid wrapping decider unnecessarily
2009-09-17 cournapeBUG: fix TryRun with variant dir set.
2009-09-09 cournapeBUG: fix issue 2294.
2009-05-07 garyoFix #1673, CheckLib should prepend rather than append.
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-04-10 GregNoelIssue 2349: doc-only change correcting description...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-29 stevenknightFix use of $CHANGED_SOURCES with the --config=force...
2008-12-08 stevenknightCreate Task{Always,OutOfDate}Task subclasses of Taskmas...
2008-09-11 GregNoelEvaluate compat module transparently when SCons is...
2008-09-10 pankratIssue 2149: Avoid reference cycles caused by frame...
2008-09-03 cournapeAdd a CompileSharedObject builder for configure contexts.
2008-09-03 cournapeAdd CheckSHCC and CheckSHCXX checkers (test fail).
2008-09-03 cournapeAdd CheckCXX check.
2008-09-03 cournapeIntegrate CheckCC in configure context.
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-01-22 stevenknightRefactor NodeInfo and BuildInfo handling to prepare...
2005-11-16 stevenknightMake CheckLib() arguments consistent with other calls.
2005-10-04 stevenknightAdd $CONFIGURELOG and $CONFIGUREDIR values to support...
2005-07-04 stevenknightMove max_drift from Sig/MD5.py to Node/FS.py.
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-06-04 stevenknightMove BuildInfo translation of signature Nodes to rel_pa...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-03-20 stevenknightFix re-scanning of built files for implicit dependencie...
2005-01-10 stevenknightFix use of TargetSignatures('content') with SConf....
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)....