| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue 2236: Add comment to clarify Configure.CheckType() | Greg Noel | 2008-11-07 | 1 | -0/+4 |
|
|
* | Update src/CHANGES.txt for changes since 1.1.0. | Steven Knight | 2008-11-04 | 1 | -0/+40 |
|
|
* | Issue 2087: Handle Java classes declared in methods | Ludwig Hähne | 2008-10-31 | 2 | -0/+119 |
|
|
* | Fix uncaught KeyboardInterrupt. | Steven Knight | 2008-10-31 | 1 | -0/+2 |
|
|
* | Fix a nested scope issue for older Python versions. | Steven Knight | 2008-10-31 | 1 | -2/+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 |
|
|
* | Move responsibility for extracting the exit status from executed tests | Steven Knight | 2008-10-31 | 2 | -13/+21 |
|
|
* | This new test and emitter update recursively checks the whole source of the | Robert Managan | 2008-10-30 | 2 | -37/+276 |
|
|
* | Older Python portability: isinstance() only takes a single class. | Steven Knight | 2008-10-30 | 1 | -1/+3 |
|
|
* | Update test/SCCS/diskcheck.py for recent GetBuildFailures() | Steven Knight | 2008-10-30 | 1 | -1/+1 |
|
|
* | 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 | 25 | -132/+457 |
|
|
* | Speed up Node.FS.FileFinder.find_file() by avoiding constructing debugging | Steven Knight | 2008-10-29 | 2 | -8/+9 |
|
|
* | Add 1.1.0 to the instal_scons.py script. | Steven Knight | 2008-10-29 | 1 | -0/+1 |
|
|
* | 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 | 3 | -5/+27 |
|
|
* | Fix use of VariantDir when the -n option is used and doesn't, | Steven Knight | 2008-10-15 | 3 | -1/+84 |
|
|
* | Support the -f option allowing specification of a different top-level | Steven Knight | 2008-10-15 | 5 | -5/+228 |
|
|
* | Fix release lines (incorrect line updated in merge from checkpoint). | Steven Knight | 2008-10-15 | 1 | -2/+2 |
|
|
* | Collect the scripts for the three "climb up" options (-D, -U and -u) | Steven Knight | 2008-10-15 | 9 | -142/+345 |
|
|
* | Test and document the ability to specify multiple -f files. | Steven Knight | 2008-10-14 | 2 | -0/+15 |
|
|
* | 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 |
|
|
* | Don't use "as" as a variable name--reserved in Python 2.6. | Steven Knight | 2008-10-12 | 1 | -3/+1 |
|
|
* | Fix intended tuple syntax (for Python 2.2 and before). | Steven Knight | 2008-10-12 | 1 | -1/+1 |
|
|
* | Python 2.6 made "as" a keyword, so test the importability of the | Steven Knight | 2008-10-11 | 1 | -1/+1 |
|
|
* | Fix our SCons.Util.CLVar implementation (__add__() and __radd__() | Steven Knight | 2008-10-11 | 2 | -0/+7 |
|
|
* | Update tigris.org for the 1.1.0 release. | Steven Knight | 2008-10-11 | 4 | -23/+6 |
|
|
* | Merged revisions 3378-3423,3425-3532,3534-3599,3601-3610 via svnmerge from | Steven Knight | 2008-10-10 | 5 | -25/+25 |
|
|
* | 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 | 10 | -20/+42 |
|
|
* | 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 |
|
|
* | Update test scripts with more information must_*() methods. | Steven Knight | 2008-10-08 | 4 | -44/+40 |
|
|
* | 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 | 11 | -81/+542 |
|
|
* | Fix label placement in gnuplot graphs by the "scons-time.py func" | Steven Knight | 2008-10-07 | 3 | -4/+13 |
|
|
* | Initial Python 2.6 portability in SCons code itself, using subprocess | Steven Knight | 2008-10-07 | 3 | -12/+17 |
|
|
* | Rudimentary Python 2.6 portability in the test infrastructure, fixing | Steven Knight | 2008-10-07 | 2 | -21/+39 |
|
|
* | Remove left-over debug print. | Steven Knight | 2008-10-07 | 1 | -2/+0 |
|
|
* | Fix a block in Script/Main.py that could swallow KeyboardInterrupt | Steven Knight | 2008-10-05 | 2 | -1/+3 |
|
|
* | documentation changes for Action() refactoring | Greg Noel | 2008-10-04 | 1 | -39/+42 |
|
|
* | 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 |
|
|
* | Updates to SCons development system admin scripts: | Steven Knight | 2008-10-04 | 3 | -1/+7 |
|
|
* | User's Guide updates: | Steven Knight | 2008-10-03 | 11 | -37/+37 |
|
|