| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 4832,4834-4836 via svnmerge from | William Deegan | 2010-05-09 | 1 | -1/+1 |
|
|
* | Add test routine to exactly match a set of lines no matter the order | Greg Noel | 2010-05-01 | 1 | -6/+4 |
|
|
* | Fix test/option/profile.py to hide old-style import from fixers. | Greg Noel | 2010-04-27 | 1 | -22/+6 |
|
|
* | Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIO | Steven Knight | 2010-04-27 | 1 | -2/+15 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -3/+16 |
|
|
* | Fix regression tests (imports not happening as expected) | Greg Noel | 2010-04-25 | 2 | -4/+4 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 29 | -167/+15 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 4 | -5/+5 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 3 | -7/+8 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+3 |
|
|
* | Remove use of the "new" module from --debug=memoizer support. | Steven Knight | 2010-04-19 | 1 | -44/+6 |
|
|
* | Index: test/Variables/help.py | Greg Noel | 2010-04-19 | 6 | -47/+7 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 4 | -41/+15 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 7 | -19/+12 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-16 | 2 | -3/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 2 | -3/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 7 | -19/+19 |
|
|
* | Eliminate / replace remaining cPickle references in test scripts. | Steven Knight | 2010-04-14 | 2 | -4/+3 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 2 | -3/+9 |
|
|
* | Fix test for non-win32 platforms | William Deegan | 2010-04-06 | 1 | -5/+4 |
|
|
* | Fix vc9.0 express issue, misspelling, and add testcase which would have expos... | William Deegan | 2010-04-06 | 1 | -0/+58 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 22 | -24/+24 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -5/+7 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 23 | -65/+35 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 325 | -982/+630 |
|
|
* | Split the "live rpcgen" sub-test into its own test script. | Steven Knight | 2010-02-21 | 2 | -71/+114 |
|
|
* | Fix the test on all Python versions (failed on versions before 2.5 due | Steven Knight | 2010-02-18 | 1 | -3/+2 |
|
|
* | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 1 | -0/+62 |
|
|
* | Move two Builder-related tests into the test/Builder/ subdirectory. | Steven Knight | 2010-02-16 | 2 | -0/+0 |
|
|
* | Merged revisions 4645,4647-4651,4654-4656 via svnmerge from | Steven Knight | 2010-02-05 | 2 | -67/+91 |
|
|
* | Win32 portability in runtest.py tests after disabling QMTest by default. | Steven Knight | 2010-01-26 | 16 | -110/+83 |
|
|
* | Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637. | Steven Knight | 2010-01-21 | 2 | -78/+66 |
|
|
* | Update tex builder to handle the case where a \input{foo} | Robert Managan | 2010-01-20 | 1 | -0/+76 |
|
|
* | Remove unneeded fluff from this test. | Robert Managan | 2010-01-19 | 1 | -66/+2 |
|
|
* | Fix for 2422 | William Deegan | 2010-01-11 | 1 | -2/+1 |
|
|
* | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -0/+107 |
|
|
* | Fix some tests so they can still run on Windows system without | Steven Knight | 2010-01-06 | 3 | -54/+58 |
|
|
* | Change scanner to properly search for included file from the | Robert Managan | 2010-01-04 | 2 | -0/+347 |
|
|
* | Fix time-sensitivity (< 0.002 second execution) in output format. | Steven Knight | 2010-01-02 | 1 | -6/+6 |
|
|
* | Remove unnecessary imports to avoid javac warnings. | Steven Knight | 2010-01-01 | 1 | -13/+5 |
|
|
* | Define "static final long serialVersionUID" in java classes in | Steven Knight | 2010-01-01 | 2 | -0/+16 |
|
|
* | Avoid GCC 4.4 warnings from the code generated by our dummy QT | Steven Knight | 2009-12-31 | 1 | -77/+1 |
|
|
* | Add scanning of files included in Latex by means of \lstinputlisting{} | Robert Managan | 2009-12-17 | 1 | -0/+131 |
|
|
* | Add a separate test of the runtest.py --qmtest option. | Steven Knight | 2009-12-17 | 1 | -0/+105 |
|
|
* | Fix the tests of runtest.py now that QMTest is no longer being used | Steven Knight | 2009-12-16 | 15 | -402/+218 |
|
|
* | Add a TestSCons.option_not_yet_implemented() method and use it so | Steven Knight | 2009-12-15 | 12 | -54/+21 |
|
|
* | 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 |
|
|