summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/Main.py
Commit message (Expand)AuthorAgeFilesLines
...
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-9/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-22/+22
* 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 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 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-091-0/+6
* 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
* 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
* 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-281-0/+3
* 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
* Additional clean up of how we import some SCons.* module names, includingSteven Knight2008-09-131-2/+2
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Issue 1913: use cProfile instead of profile if availableGreg Noel2008-09-091-1/+4
* Fix typo.Steven Knight2008-08-221-1/+2
* The parallel message should be returned from that function, not printedSteven Knight2008-08-221-3/+2
* Issue 2158: Actually print the warning about -j on Windows beingSteven Knight2008-08-221-1/+1
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-101-2/+16
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-42/+45
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-49/+42
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-22/+82
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-29/+38
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-3/+82
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-10/+15
* Merged revisions 2117-2120 via svnmerge fromSteven Knight2007-07-111-1/+27
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-528/+160
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-11/+16
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-12/+26
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-38/+118
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+1
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-14/+22
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-13/+33
* In the error message, supply the file name that triggered on IOError or OSErr...Steven Knight2006-02-251-7/+20
* Fix SCons.Error => SCons.Errors typos. (Erick Tryzelaar)Steven Knight2006-02-201-2/+2
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-131-2/+2