summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConf.py
Commit message (Expand)AuthorAgeFilesLines
* Fix broken testsGaurav Juvekar2017-04-101-4/+4
* output from try run comes from get_content() which is bytes. So use SCons.Uti...William Deegan2017-03-131-1/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
* Commit resolved conflicted merge.Russel Winder2016-04-101-4/+4
|\
| * Fix formatting in SConf check exampleanatoly techtonik2016-03-021-4/+4
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-34/+36
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-15/+4
| * Add configure check CheckProg, to check for existence of a program.Carnë Draug2015-09-181-0/+9
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-9/+15
| * Fix issue found by test/Configure/Streamer1.py failing on win32 per discussio...William Deegan2015-02-191-4/+2
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-4/+24
|\ \ | |/
| * doc: Update revised SConf descriptionanatoly techtonik2014-07-051-8/+7
| * Speed up SCons execution by creating DefaultEnvironment foranatoly techtonik2014-06-011-3/+9
| * Attempt to describe what SConf actually does for non-C programmersanatoly techtonik2014-06-011-0/+9
| * Fixed SConf.Streamer to work with non-unicode input on python 2.xptomulik2014-04-091-1/+7
* | Merged with [default]Stefan Zimmermann2014-03-311-0/+3
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-0/+3
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-13/+8
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-5/+11
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-5/+5
|/
* Do not check for result type in CheckContext.Result, support duck typingCarnë Draug2013-03-021-12/+7
* Allow NoneType for CheckContext.ResultCarnë Draug2013-02-151-4/+6
* 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