summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* 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
* Per the bug report, this patch improves the "Do not know how to makeGary Oberbrunner2009-04-151-1/+6
* Issue 2377: Check if isatty() exists before calling itLudwig Hähne2009-04-141-2/+2
* Issue 2368: Fix an exception when a null command-line argument isSteven Knight2009-03-061-1/+1
* Issue 1059: Fix the -n option when VariantDir(duplicate=1) is usedSteven Knight2009-02-251-3/+6
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-231-2/+7
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-097-0/+42
* Fix shelling out to non-.exe commands from --interactive mode onSteven Knight2009-01-211-1/+5
* Print "scons: Build interrupted." on stderr, not stdout.Steven Knight2008-12-101-1/+2
* Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.TaskSteven Knight2008-12-081-19/+17
* Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved constructionSteven Knight2008-12-071-1/+4
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-071-8/+6
* Issue 2116: Eliminate some spurious dependency cycles by being moreSteven Knight2008-12-061-0/+8
* Fix use of isinstance(..., tuple) so it works in older Python versions.Steven Knight2008-10-311-3/+7
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-34/+33
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-151-1/+14
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-151-5/+10
* Fix a block in Script/Main.py that could swallow KeyboardInterruptSteven Knight2008-10-051-0/+2
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-282-0/+16
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-141-0/+1
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-131-1/+0
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-131-0/+1