summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConscript.py
Commit message (Expand)AuthorAgeFilesLines
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Run futurize --stage1.Russel Winder2016-01-011-1/+3
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-16/+7
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-11/+1
| * Merged in billcroberts/scons (pull request #226)William Deegan2015-09-281-2/+2
| |\
| | * bug 2831: Allow appending Help text to Options OutputWilliam Roberts2015-03-171-2/+2
| * | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-2/+2
| |/
| * Split __VERSION__ string in EnsureSConsVersion to avoid replacementanatoly techtonik2014-09-261-1/+2
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-0/+4
|\ \ | |/
| * Do not fail on EnsureSConsVersion when running from checkoutanatoly techtonik2014-08-111-0/+4
* | Use exec() with compile() to preserve script name.Stefan Zimmermann2013-12-271-2/+2
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+2
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-1/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-11/+11
|/
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-071-7/+2
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-261-1/+4
* Convert old-style classes in Script/SConscript.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert to Python 3.x division rules.Greg Noel2010-04-241-1/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-12/+9
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-15/+15
* Issue 2229, fix, tests, docGreg Noel2009-05-171-1/+2
* Issue 1059: Fix the -n option when VariantDir(duplicate=1) is usedSteven Knight2009-02-251-3/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-151-1/+14
* Issue 2149: Avoid reference cycles caused by frame objectsLudwig Hähne2008-09-101-1/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+2
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-7/+7
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+15
* Merged revisions 2117-2120 via svnmerge fromSteven Knight2007-07-111-2/+2
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-2/+2
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-3/+7
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-9/+31
* Fix the use of Configure() contexts in nested subsidiary SConscript files. (...Steven Knight2005-12-281-2/+2
* Enhance EnsureSConsVersion() to take revision numbers, too. (Amir Szekely)Steven Knight2005-08-121-11/+23
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-3/+2
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-4/+4
* Restore (some) old SCons.Script.* names, some released SConscript files are u...Steven Knight2005-03-171-0/+10
* Fix creating a build_dir from scratch when there's a subsidiary SConscript() ...Steven Knight2005-02-161-1/+3
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-3/+7
* Support 'from SConsScript import *' to allow Python modules imported by SCons...Steven Knight2005-01-081-209/+63
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-1/+13
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-111-33/+25
* Fix use of a list of SConscript files when calling env.SConscript().Steven Knight2004-09-291-1/+7
* Add a ParseDepends() function to read up mkdep-style files.Steven Knight2004-09-251-0/+1
* Remove all features deprecated in 0.93 or earlier.Steven Knight2004-09-031-38/+0
* Allow Help() to be called multiple times, appending to the text each time. (...Steven Knight2004-08-301-2/+8