summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix uncaught KeyboardInterrupt.Steven Knight2008-10-311-0/+2
* Fix use of isinstance(..., tuple) so it works in older Python versions.Steven Knight2008-10-311-3/+7
* Fix calling Exit() from within a Python function action, so that it getsSteven Knight2008-10-311-0/+2
* This new test and emitter update recursively checks the whole source of theRobert Managan2008-10-301-37/+45
* Older Python portability: isinstance() only takes a single class.Steven Knight2008-10-301-1/+3
* exception must be stringified before comparisonGreg Noel2008-10-291-1/+1
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-2910-86/+257
* Speed up Node.FS.FileFinder.find_file() by avoiding constructing debuggingSteven Knight2008-10-292-8/+9
* Issue 2228: Add os.devnull to the SCons.compat layer.Steven Knight2008-10-281-0/+13
* Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260).David Cournapeau2008-10-201-0/+3
* Update docstring for ifort.David Cournapeau2008-10-201-1/+1
* Fix trailing space.David Cournapeau2008-10-201-2/+2
* Issue 1568: fix a stack trace when --debug=include tries to handleSteven Knight2008-10-172-1/+7
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-152-1/+17
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-152-5/+13
* Fix release lines (incorrect line updated in merge from checkpoint).Steven Knight2008-10-151-2/+2
* Don't use the Exception.message attribute that was deprecated inSteven Knight2008-10-121-2/+1
* Python 2.6 portability: add __{add,radd}__() methods to the CLVarSteven Knight2008-10-121-0/+4
* Fix our SCons.Util.CLVar implementation (__add__() and __radd__()Steven Knight2008-10-112-0/+7
* Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge fromSteven Knight2008-10-102-2/+2
* Don't add an action to use epstopdf to build .pdf from .psRobert Managan2008-10-101-1/+1
* Testing on a Mac turned up a problem that did not show up on linux.Robert Managan2008-10-082-4/+0
* fix bug in SCons.Action._subprocGreg Noel2008-10-081-16/+16
* Python 1.5 compatibility.Steven Knight2008-10-081-1/+3
* Reset the default Verbose value to False.Steven Knight2008-10-071-1/+1
* test/TEX/PDF_single_source.pyRobert Managan2008-10-078-78/+274
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-072-2/+11
* Initial Python 2.6 portability in SCons code itself, using subprocessSteven Knight2008-10-073-12/+17
* Fix a block in Script/Main.py that could swallow KeyboardInterruptSteven Knight2008-10-052-1/+3
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-043-261/+427
* Fix small inefficiency in jobs dispatchingGreg Noel2008-10-041-1/+1
* implement delete_existing for AppendUnique and PrependUnique. Finishes #2091.Gary Oberbrunner2008-10-022-12/+51
* Python 2.2 portability: no dictionary pop() method.Steven Knight2008-10-011-1/+1
* Update for latest changes.Steven Knight2008-10-011-0/+6
* Fix the regular expression for LaTeX scanning so that it matchesSteven Knight2008-10-012-2/+12
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-013-3/+14
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-304-5/+73
* Better error when taskmaster gets an exception while scanning children (show ...Gary Oberbrunner2008-09-291-2/+2
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-284-4/+61
* Revert checkin of incomplete changeGreg Noel2008-09-261-31/+13
* reassign credit where credit is dueGreg Noel2008-09-262-19/+46
* Update with recent changes:Steven Knight2008-09-261-12/+36
* Add RC.py scanner to MANIFEST.inDavid Cournapeau2008-09-261-0/+1
* Fixed an issue with the way the test was setting up the CPPPATH.William Deegan2008-09-261-4/+4
* Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1...William Deegan2008-09-262-2/+6
* Sort the results of unittest for RC scanner before comparing them.William Deegan2008-09-251-0/+2
* Fix for previous fix for 402 and 2082William Deegan2008-09-251-1/+2
* Make a naked except: block catch specific exceptions (and notSteven Knight2008-09-251-1/+1
* Fix for bugs 402 and 2082 - implement scanner for windows resource files.William Deegan2008-09-253-3/+213
* Issue 2183, fix typosGreg Noel2008-09-252-2/+2