| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Integrate patch from issue #2436: fix regression from r3691 which stopped pri... | Gary Oberbrunner | 2009-12-05 | 1 | -8/+12 |
|
|
* | Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink'] | Steven Knight | 2009-11-30 | 2 | -2/+6 |
|
|
* | Add missing "import string" to test that uses string.replace(). | Steven Knight | 2009-11-29 | 1 | -0/+2 |
|
|
* | Don't hard-code the swig location in the expected output. | Steven Knight | 2009-11-28 | 1 | -11/+7 |
|
|
* | Add a test for the case where a latex file uses \input{} to include the | Robert Managan | 2009-11-25 | 1 | -0/+96 |
|
|
* | Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make... | William Deegan | 2009-11-14 | 1 | -0/+102 |
|
|
* | Fix test failure in Repository/Java.py on OS X | Greg Noel | 2009-09-18 | 1 | -9/+4 |
|
|
* | Add test case for configure failure. | David Cournapeau | 2009-09-17 | 1 | -0/+49 |
|
|
* | Fix tex code to handle broken nomenclature package. (Fixes test failure on ce... | William Deegan | 2009-09-16 | 1 | -8/+16 |
|
|
* | Steven checked in some changes yesterday which fixed a great number of | William Deegan | 2009-09-15 | 2 | -7/+2 |
|
|
* | Revert r4356, the problem is in TestSCons.py, not the test script itself. | Steven Knight | 2009-09-13 | 1 | -3/+3 |
|
|
* | Remove last checkin. | William Deegan | 2009-09-13 | 2 | -24/+20 |
|
|
* | Fix test to pass for deprecated python versions. Not what was expected deprec... | William Deegan | 2009-09-13 | 2 | -20/+24 |
|
|
* | Add python version deprecated check to get this test to pass on python 2.3 (h... | William Deegan | 2009-09-12 | 1 | -3/+3 |
|
|
* | Add a test that the packages used are installed. | Robert Managan | 2009-08-31 | 2 | -0/+8 |
|
|
* | As I set up the test case for the glossary and nomencl packages | Robert Managan | 2009-08-21 | 2 | -0/+202 |
|
|
* | Add test for glossaries package. and patch tex.py | Robert Managan | 2009-08-21 | 1 | -0/+118 |
|
|
* | Solaris test portability fixes. | Steven Knight | 2009-08-03 | 3 | -3/+15 |
|
|
* | Use regular expression matching to allow our "do nothing script" | Steven Knight | 2009-08-01 | 1 | -9/+9 |
|
|
* | Update the Test{Cmd,Common}.py 0.36, with better diff reporting | Steven Knight | 2009-07-24 | 5 | -7/+9 |
|
|
* | Update tex builder to use the -recorder option. | Robert Managan | 2009-07-22 | 10 | -15/+203 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -1/+1 |
|
|
* | - Changed the option--duplicate test to only test the number of hard links on... | Lukas Erlinghagen | 2009-06-12 | 1 | -1/+13 |
|
|
* | Issue 2229, fix, tests, doc | Greg Noel | 2009-05-17 | 1 | -40/+12 |
|
|
* | Remove duplicate test | Greg Noel | 2009-05-17 | 1 | -90/+0 |
|
|
* | Fix textfile.py breakaga on platforms with weird end-of-line conventions | Greg Noel | 2009-05-12 | 1 | -1/+1 |
|
|
* | Fix site_scons/site_init.py test failure on Windows by using 'type' instead o... | Gary Oberbrunner | 2009-05-12 | 1 | -3/+9 |
|
|
* | Automatically pick up the list of tools from the tool directory rather | Greg Noel | 2009-05-10 | 1 | -85/+20 |
|
|
* | Update regression tests to match changes in runtest.py | Greg Noel | 2009-05-08 | 2 | -16/+16 |
|
|
* | Issue 2306: Exclude non-test files from regression tests. While runtest.py | Greg Noel | 2009-05-08 | 1 | -0/+1 |
|
|
* | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 1 | -0/+89 |
|
|
* | Add Textfile and Substfile builders | Greg Noel | 2009-04-22 | 1 | -0/+158 |
|
|
* | fix test that hangs occasionally to fail instead if a short time elapses with... | Greg Noel | 2009-04-18 | 1 | -10/+14 |
|
|
* | Modify the SWIG tests so that OS X is treated like a UNIX platform (which it | Greg Noel | 2009-04-18 | 11 | -114/+81 |
|
|
* | Fix the expected "Dot not know how to make" error message. | Steven Knight | 2009-04-16 | 1 | -1/+1 |
|
|
* | Win32 fixes: update error message, accomodate re match. | Steven Knight | 2009-04-16 | 2 | -3/+5 |
|
|
* | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 3 | -9/+21 |
|
|
* | Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generates | Ben Webb | 2009-03-31 | 1 | -0/+95 |
|
|
* | Add a missing test.pass_test() line to test/Java nested-classes.py. | Steven Knight | 2009-03-18 | 1 | -0/+2 |
|
|
* | Issue 2372: evaluate a Node's order-only prerequisites before the sources | Steven Knight | 2009-03-11 | 2 | -16/+90 |
|
|
* | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 6 | -26/+14 |
|
|
* | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 1 | -3/+14 |
|
|
* | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 1 | -0/+319 |
|
|
* | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 6 | -14/+26 |
|
|
* | Issue 1059: Fix the -n option when VariantDir(duplicate=1) is used | Steven Knight | 2009-02-25 | 1 | -6/+30 |
|
|
* | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 5 | -137/+339 |
|
|
* | Undo changes to unrelated files accidentally included in r4036. | Steven Knight | 2009-02-22 | 2 | -84/+1 |
|
|
* | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 3 | -2/+87 |
|
|
* | Replace embedded carriage returns with \r. | Steven Knight | 2009-02-22 | 2 | -2/+2 |
|
|
* | Fix line endings. | Steven Knight | 2009-02-22 | 7 | -633/+633 |
|
|