| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 4 | -8/+99 |
|
|
* | Move update-release-info.py from src/ to tests/update_release-info/ | Greg Noel | 2010-06-11 | 1 | -0/+256 |
|
|
* | Windows portability. | Steven Knight | 2010-06-10 | 1 | -1/+5 |
|
|
* | More Solaris test fixes. | Steven Knight | 2010-06-10 | 2 | -4/+2 |
|
|
* | Increase the default timeout of TestSCons.wait_for() to 20.0 seconds. | Steven Knight | 2010-06-10 | 5 | -9/+9 |
|
|
* | Move test/update-release-info.py to src/test_update-release-info.py. | Steven Knight | 2010-06-10 | 1 | -244/+0 |
|
|
* | More Solaris test fixes: | Steven Knight | 2010-06-08 | 7 | -34/+64 |
|
|
* | Remove the rest of the logic for the noqmtest keyword | Greg Noel | 2010-06-08 | 2 | -2/+2 |
|
|
* | Test fixes for Solaris, notably making test/Actions/function.py print | Steven Knight | 2010-06-08 | 5 | -29/+44 |
|
|
* | Fixed a bug in the regression test to use the right filenames for each | Greg Noel | 2010-06-07 | 1 | -10/+9 |
|
|
* | Windows portability: \ separators in the expected output. | Steven Knight | 2010-06-07 | 1 | -6/+6 |
|
|
* | Don't skip runtest.py tests on systems that don't have QMTest installed. | Steven Knight | 2010-06-07 | 1 | -4/+5 |
|
|
* | Initial drop of bin/update-release-info.py. | Greg Noel | 2010-06-07 | 1 | -0/+245 |
|
|
* | Explicitly initialize the construction environment with tools = ['mssdk', | Steven Knight | 2010-06-06 | 1 | -1/+2 |
|
|
* | Windows portability fixes in various tests. Fix runtest.py detection | Steven Knight | 2010-06-06 | 5 | -19/+31 |
|
|
* | Fix a ripple effect from the change to TestSCons.re_escape(). | Steven Knight | 2010-06-05 | 1 | -5/+2 |
|
|
* | Re-enable tests on non win32 platforms. | William Deegan | 2010-06-05 | 13 | -62/+38 |
|
|
* | Fix failing tests on macosx | William Deegan | 2010-06-04 | 13 | -0/+78 |
|
|
* | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 3 | -3/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 2 | -5/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 29 | -257/+557 |
|
|
* | Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream: | Steven Knight | 2010-05-27 | 1 | -2/+2 |
|
|
* | Move tests for SourceCode() into test/Deprecated as a preliminary to beginning | Greg Noel | 2010-05-26 | 24 | -0/+0 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 21 | -79/+95 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 11 | -84/+82 |
|
|
* | Convert old-style classes in test scripts to new-style classes. | Steven Knight | 2010-05-20 | 6 | -9/+10 |
|
|
* | Convert old-style classes in Scanner/*.py modules to new-style classes. | Steven Knight | 2010-05-16 | 1 | -16/+31 |
|
|
* | 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 |
|
|