| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix uncaught KeyboardInterrupt. | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | Fix use of isinstance(..., tuple) so it works in older Python versions. | Steven Knight | 2008-10-31 | 1 | -3/+7 |
|
|
* | Fix calling Exit() from within a Python function action, so that it gets | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | This new test and emitter update recursively checks the whole source of the | Robert Managan | 2008-10-30 | 1 | -37/+45 |
|
|
* | Older Python portability: isinstance() only takes a single class. | Steven Knight | 2008-10-30 | 1 | -1/+3 |
|
|
* | exception must be stringified before comparison | Greg Noel | 2008-10-29 | 1 | -1/+1 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 10 | -86/+257 |
|
|
* | Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging | Steven Knight | 2008-10-29 | 2 | -8/+9 |
|
|
* | Issue 2228: Add os.devnull to the SCons.compat layer. | Steven Knight | 2008-10-28 | 1 | -0/+13 |
|
|
* | Set FORTRANMODDIRPREFIX for ifort tool (should fix 1260). | David Cournapeau | 2008-10-20 | 1 | -0/+3 |
|
|
* | Update docstring for ifort. | David Cournapeau | 2008-10-20 | 1 | -1/+1 |
|
|
* | Fix trailing space. | David Cournapeau | 2008-10-20 | 1 | -2/+2 |
|
|
* | Issue 1568: fix a stack trace when --debug=include tries to handle | Steven Knight | 2008-10-17 | 2 | -1/+7 |
|
|
* | Fix use of VariantDir when the -n option is used and doesn't, | Steven Knight | 2008-10-15 | 2 | -1/+17 |
|
|
* | Support the -f option allowing specification of a different top-level | Steven Knight | 2008-10-15 | 2 | -5/+13 |
|
|
* | Fix release lines (incorrect line updated in merge from checkpoint). | Steven Knight | 2008-10-15 | 1 | -2/+2 |
|
|
* | Don't use the Exception.message attribute that was deprecated in | Steven Knight | 2008-10-12 | 1 | -2/+1 |
|
|
* | Python 2.6 portability: add __{add,radd}__() methods to the CLVar | Steven Knight | 2008-10-12 | 1 | -0/+4 |
|
|
* | Fix our SCons.Util.CLVar implementation (__add__() and __radd__() | Steven Knight | 2008-10-11 | 2 | -0/+7 |
|
|
* | Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge from | Steven Knight | 2008-10-10 | 2 | -2/+2 |
|
|
* | Don't add an action to use epstopdf to build .pdf from .ps | Robert Managan | 2008-10-10 | 1 | -1/+1 |
|
|
* | Testing on a Mac turned up a problem that did not show up on linux. | Robert Managan | 2008-10-08 | 2 | -4/+0 |
|
|
* | fix bug in SCons.Action._subproc | Greg Noel | 2008-10-08 | 1 | -16/+16 |
|
|
* | Python 1.5 compatibility. | Steven Knight | 2008-10-08 | 1 | -1/+3 |
|
|
* | Reset the default Verbose value to False. | Steven Knight | 2008-10-07 | 1 | -1/+1 |
|
|
* | test/TEX/PDF_single_source.py | Robert Managan | 2008-10-07 | 8 | -78/+274 |
|
|
* | Fix label placement in gnuplot graphs by the "scons-time.py func" | Steven Knight | 2008-10-07 | 2 | -2/+11 |
|
|
* | Initial Python 2.6 portability in SCons code itself, using subprocess | Steven Knight | 2008-10-07 | 3 | -12/+17 |
|
|
* | Fix a block in Script/Main.py that could swallow KeyboardInterrupt | Steven Knight | 2008-10-05 | 2 | -1/+3 |
|
|
* | Issue 2166, refactor Action() factory to make positional parameters consistent | Greg Noel | 2008-10-04 | 3 | -261/+427 |
|
|
* | Fix small inefficiency in jobs dispatching | Greg Noel | 2008-10-04 | 1 | -1/+1 |
|
|
* | implement delete_existing for AppendUnique and PrependUnique. Finishes #2091. | Gary Oberbrunner | 2008-10-02 | 2 | -12/+51 |
|
|
* | Python 2.2 portability: no dictionary pop() method. | Steven Knight | 2008-10-01 | 1 | -1/+1 |
|
|
* | Update for latest changes. | Steven Knight | 2008-10-01 | 1 | -0/+6 |
|
|
* | Fix the regular expression for LaTeX scanning so that it matches | Steven Knight | 2008-10-01 | 2 | -2/+12 |
|
|
* | Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219. | Gary Oberbrunner | 2008-10-01 | 3 | -3/+14 |
|
|
* | This patch removes setting the variable TEXPICTS in the tex tools and | Robert Managan | 2008-09-30 | 4 | -5/+73 |
|
|
* | Better error when taskmaster gets an exception while scanning children (show ... | Gary Oberbrunner | 2008-09-29 | 1 | -2/+2 |
|
|
* | Issue 1646: Block-wise signature computation for large files | Ludwig Hähne | 2008-09-28 | 4 | -4/+61 |
|
|
* | Revert checkin of incomplete change | Greg Noel | 2008-09-26 | 1 | -31/+13 |
|
|
* | reassign credit where credit is due | Greg Noel | 2008-09-26 | 2 | -19/+46 |
|
|
* | Update with recent changes: | Steven Knight | 2008-09-26 | 1 | -12/+36 |
|
|
* | Add RC.py scanner to MANIFEST.in | David Cournapeau | 2008-09-26 | 1 | -0/+1 |
|
|
* | Fixed an issue with the way the test was setting up the CPPPATH. | William Deegan | 2008-09-26 | 1 | -4/+4 |
|
|
* | Updated fix for bug 2082 adding support for D3DFX keyword and fixing python 1... | William Deegan | 2008-09-26 | 2 | -2/+6 |
|
|
* | Sort the results of unittest for RC scanner before comparing them. | William Deegan | 2008-09-25 | 1 | -0/+2 |
|
|
* | Fix for previous fix for 402 and 2082 | William Deegan | 2008-09-25 | 1 | -1/+2 |
|
|
* | Make a naked except: block catch specific exceptions (and not | Steven Knight | 2008-09-25 | 1 | -1/+1 |
|
|
* | Fix for bugs 402 and 2082 - implement scanner for windows resource files. | William Deegan | 2008-09-25 | 3 | -3/+213 |
|
|
* | Issue 2183, fix typos | Greg Noel | 2008-09-25 | 2 | -2/+2 |
|
|