summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-style classes in SConf.py to new-style classes.Steven Knight2010-05-141-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-4/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-8/+6
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-5/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-18/+15
* Issue 2482: Avoid wrapping decider unnecessarilyGreg Noel2009-12-201-1/+2
* BUG: fix TryRun with variant dir set.David Cournapeau2009-09-171-2/+2
* BUG: fix issue 2294.David Cournapeau2009-09-091-0/+4
* Fix #1673, CheckLib should prepend rather than append.Gary Oberbrunner2009-05-071-0/+5
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-10/+10
* Issue 2349: doc-only change correcting description of text returned from scon...Greg Noel2009-04-101-2/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix use of $CHANGED_SOURCES with the --config=force option so thatSteven Knight2009-01-291-0/+11
* Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.TaskSteven Knight2008-12-081-1/+1
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Issue 2149: Avoid reference cycles caused by frame objectsLudwig Hähne2008-09-101-1/+3
* Add a CompileSharedObject builder for configure contexts.David Cournapeau2008-09-031-0/+5
* Add CheckSHCC and CheckSHCXX checkers (test fail).David Cournapeau2008-09-031-0/+10
* Add CheckCXX check.David Cournapeau2008-09-031-0/+5
* Integrate CheckCC in configure context.David Cournapeau2008-09-031-0/+5
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-1/+1
* 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