summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
...
* | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-0/+1
|/
* - switched to different schemaLocation URIDirk Baechle2013-05-032-2/+2
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-032-54/+222
* Added note in Announce.txt re: deprecating python versions older than 2.7.Gary Oberbrunner2013-03-031-13/+14
* Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-071-7/+2
* Add hints about valid choices to error messages from option parseranatoly techtonik2012-12-071-6/+12
* Hide deprecated --debug={dtree,stree,tree} from --help outputanatoly techtonik2012-11-221-10/+11
* Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-221-1/+1
* Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-181-1/+1
* fix for issue 2976edA-qa mort-ora-y2012-05-051-1/+2
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-012-1/+3
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-012-1/+3
* Change the -l, --load-average, --max-load option to take a float valueRobert Managan2010-09-221-1/+1
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-021-78/+156
* Print the path to the SCons package in use in scons --versionGary Oberbrunner2010-07-281-0/+5
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-221-78/+78
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-212-0/+1141
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-051-1/+0
* Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl...Gary Oberbrunner2010-07-041-2/+14
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-041-6/+56
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-301-5/+5
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-262-16/+6
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-1/+1
* Commit old-style classes in Node/__init__.py to new-style classes.Steven Knight2010-05-161-5/+3
* Convert old-style classes in Script/SConscript.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert old-style classes in Script/Main.py to new-style classes.Steven Knight2010-05-141-5/+5
* 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-245-22/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-153-25/+22
* Issue 2330: For forward compatibility, use "import profile" and haveSteven Knight2010-04-091-4/+4
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-072-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-272-11/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-256-65/+64
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-2/+0
* Integrated patch for bug 2530: SCons should not exit with 0 (success) on unim...Gary Oberbrunner2009-12-151-1/+1
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-051-8/+9
* ENH: use Gary error checking, but using exception instead of returning error ...David Cournapeau2009-11-191-0/+1
* ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ...David Cournapeau2009-11-191-0/+1
* Bump minimum version of python for 1.3 to 2.4William Deegan2009-09-061-2/+2
* Issue 2229, fix, tests, docGreg Noel2009-05-171-1/+2
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-2/+2
* Avoid swallowing KeyboardInterrupt in new try:-except: blocks.Steven Knight2009-04-301-0/+4
* Fix try:-except:-finally: block, only valid starting with Python 2.5.Steven Knight2009-04-301-21/+25
* fix for bug #2393. Instead of just 'import'ingGary Oberbrunner2009-04-291-8/+21