| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix name typo in 1.5.2 patch. | Steven Knight | 2009-11-18 | 1 | -1/+1 |
|
|
* | Issue 2481: Fix the msvc_exists() call in Tool/msvc.py. | Steven Knight | 2009-11-18 | 1 | -1/+1 |
|
|
* | Python 1.5 fix: "mname += ..." => "mname = mname + ..." | Steven Knight | 2009-11-15 | 1 | -1/+2 |
|
|
* | 1.5 fix: use apply() instead of (*args, **kw). | Steven Knight | 2009-11-15 | 1 | -2/+2 |
|
|
* | 1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..." | Steven Knight | 2009-11-15 | 1 | -1/+1 |
|
|
* | Apply patch submitted in issue #947 to fix race condition in | Gary Oberbrunner | 2009-11-15 | 2 | -3/+41 |
|
|
* | Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make... | William Deegan | 2009-11-14 | 1 | -5/+11 |
|
|
* | MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008). | Gary Oberbrunner | 2009-10-14 | 1 | -0/+1 |
|
|
* | BUG: do not add -fPIC on non-posix platform for ifort tool. | David Cournapeau | 2009-09-18 | 1 | -1/+2 |
|
|
* | BUG: fix TryRun with variant dir set. | David Cournapeau | 2009-09-17 | 1 | -2/+2 |
|
|
* | Fix tex code to handle broken nomenclature package. (Fixes test failure on ce... | William Deegan | 2009-09-16 | 1 | -2/+2 |
|
|
* | BUG: fix regression failure after is_win64 fix. | David Cournapeau | 2009-09-09 | 1 | -0/+3 |
|
|
* | BUG: fix issue 2294. | David Cournapeau | 2009-09-09 | 1 | -0/+4 |
|
|
* | Fix win64 detection. | David Cournapeau | 2009-09-09 | 1 | -6/+13 |
|
|
* | Bump minimum version of python for 1.3 to 2.4 | William Deegan | 2009-09-06 | 1 | -2/+2 |
|
|
* | As I set up the test case for the glossary and nomencl packages | Robert Managan | 2009-08-21 | 4 | -46/+38 |
|
|
* | Add test for glossaries package. and patch tex.py | Robert Managan | 2009-08-21 | 1 | -3/+42 |
|
|
* | Move the definition of env['LATEXSUFFIXES'] from Defaults.py to the | Robert Managan | 2009-08-06 | 5 | -1/+9 |
|
|
* | Check that MSVC install dir returned by registry actually exists before using... | Gary Oberbrunner | 2009-08-05 | 1 | -1/+9 |
|
|
* | Fix MSVC 7.1 IDE path (for MSVS detection code) in Tool/MSCommon/vs.py. | Gary Oberbrunner | 2009-08-04 | 1 | -2/+2 |
|
|
* | Don't die if we can't execute the Solaris packaging utilities, so the | Steven Knight | 2009-08-02 | 1 | -16/+24 |
|
|
* | Add optional time stamping and elapsed time reporting to Trace(). | Steven Knight | 2009-08-02 | 1 | -1/+16 |
|
|
* | Speed up Solaris packaging checks for C++ by caching results and | Steven Knight | 2009-08-02 | 1 | -21/+49 |
|
|
* | Document build fixes. | Steven Knight | 2009-07-25 | 2 | -2/+2 |
|
|
* | Turns out that in my revamped TeX builder I was listing the .dvi or | Robert Managan | 2009-07-22 | 1 | -5/+5 |
|
|
* | Fix formatting of a debug message that was preventing normal execution. | Steven Knight | 2009-07-22 | 1 | -1/+1 |
|
|
* | Update tex builder to use the -recorder option. | Robert Managan | 2009-07-22 | 4 | -17/+50 |
|
|
* | When setting up SDK, just return if there's no installed Visual Studio | Steven Knight | 2009-07-21 | 1 | -0/+2 |
|
|
* | Fix an import error for a reference in the Configure() method. | Steven Knight | 2009-07-21 | 1 | -0/+1 |
|
|
* | Fix execution of test/MSV[CS]/*.py tests on non-Windows systems by | Steven Knight | 2009-07-21 | 2 | -2/+4 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 26 | -227/+840 |
|
|
* | fix minor unicode issue in UtilTests | Ludwig Hähne | 2009-05-30 | 1 | -1/+3 |
|
|
* | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 2 | -2/+10 |
|
|
* | Fix for issue 2088: Java version 5 is same as 1.5 and 6 is same as 1.6. | Gary Oberbrunner | 2009-05-29 | 2 | -2/+30 |
|
|
* | Support Intel v11 compiler on Windows. Most of the code was already | Gary Oberbrunner | 2009-05-22 | 1 | -1/+3 |
|
|
* | Issue 2229, fix, tests, doc | Greg Noel | 2009-05-17 | 1 | -1/+2 |
|
|
* | typo | Greg Noel | 2009-05-17 | 1 | -1/+1 |
|
|
* | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 4 | -18/+39 |
|
|
* | Issue 2410: Fix crash when using one-character identifiers in C and C++ macros. | Greg Noel | 2009-05-14 | 2 | -2/+6 |
|
|
* | Apply fix to Textfile/Substfile suggested by Gary Oberbrunner | Greg Noel | 2009-05-13 | 1 | -1/+1 |
|
|
* | Add ipkg.py to the MANIFEST.in list and fix 1.5 fix | Steven Knight | 2009-05-13 | 2 | -4/+9 |
|
|
* | Fix issue 2421 by not trying to use os.chown on Windows. | Gary Oberbrunner | 2009-05-12 | 1 | -3/+6 |
|
|
* | Fix issue 1382: chown .sconsign.dblite back to original user/group when done,... | Gary Oberbrunner | 2009-05-12 | 1 | -0/+20 |
|
|
* | Fix #1673, CheckLib should prepend rather than append. | Gary Oberbrunner | 2009-05-07 | 2 | -4/+19 |
|
|
* | Fix bug #2298, make Move factory work across filesystems. | Gary Oberbrunner | 2009-05-07 | 1 | -1/+1 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 27 | -122/+122 |
|
|
* | Add __revision__ to new file, make __doc__ explicit. | Steven Knight | 2009-05-01 | 1 | -1/+4 |
|
|
* | Avoid swallowing KeyboardInterrupt in new try:-except: blocks. | Steven Knight | 2009-04-30 | 1 | -0/+4 |
|
|
* | Fix try:-except:-finally: block, only valid starting with Python 2.5. | Steven Knight | 2009-04-30 | 1 | -21/+25 |
|
|
* | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 1 | -8/+21 |
|
|