| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 5 | -101/+5876 |
|
|
* | This changeset increments the trunk to the next minor level, 2.1.0, and | Greg Noel | 2010-06-15 | 1 | -1/+1 |
|
|
* | Increase the default timeout of TestSCons.wait_for() to 20.0 seconds. | Steven Knight | 2010-06-10 | 1 | -1/+10 |
|
|
* | More Solaris test fixes: | Steven Knight | 2010-06-08 | 1 | -2/+2 |
|
|
* | Remove the rest of the logic for the noqmtest keyword | Greg Noel | 2010-06-08 | 1 | -7/+0 |
|
|
* | Don't skip runtest.py tests on systems that don't have QMTest installed. | Steven Knight | 2010-06-07 | 1 | -5/+0 |
|
|
* | Initial drop of bin/update-release-info.py. | Greg Noel | 2010-06-07 | 1 | -9/+11 |
|
|
* | Oops, backslash must be done first, or backslashes from previous substitutions | Greg Noel | 2010-06-05 | 1 | -1/+1 |
|
|
* | The re_escape() function escapes too little. Blind fix for a Windows problem. | Greg Noel | 2010-06-05 | 1 | -1/+1 |
|
|
* | Re-enable tests on non win32 platforms. | William Deegan | 2010-06-05 | 1 | -4/+41 |
|
|
* | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 1 | -3/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 1 | -16/+77 |
|
|
* | Update QMTEst/Test{Cmd,Common}.py to version 1.1 from upstream: | Steven Knight | 2010-05-27 | 2 | -212/+166 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 3 | -85/+116 |
|
|
* | Delete references to QMTest/unittest.py, which has been removed. | Steven Knight | 2010-05-25 | 1 | -1/+0 |
|
|
* | Remove QMTest/unittest.py, which we had captured to support pre-2.1 Pythons. | Steven Knight | 2010-05-21 | 1 | -700/+0 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -0/+20 |
|
|
* | Use slice built-in instead of types.SliceType | Greg Noel | 2010-05-01 | 1 | -2/+1 |
|
|
* | Add test routine to exactly match a set of lines no matter the order | Greg Noel | 2010-05-01 | 1 | -0/+52 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 2 | -18/+16 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 3 | -4/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 5 | -54/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 5 | -50/+29 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 2 | -2/+2 |
|
|
* | Index: test/Variables/help.py | Greg Noel | 2010-04-19 | 1 | -6/+0 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 2 | -48/+34 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 2 | -6/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 3 | -10/+8 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 3 | -19/+18 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -2/+16 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 2 | -20/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 5 | -23/+18 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 10 | -199/+192 |
|
|
* | Merged r4724 (1.3.0 release changes) back into trunk. | Gary Oberbrunner | 2010-03-24 | 1 | -1/+1 |
|
|
* | Win32 portability in runtest.py tests after disabling QMTest by default. | Steven Knight | 2010-01-26 | 1 | -0/+8 |
|
|
* | Change the name of the 'help' statistic in the timings configurations | Steven Knight | 2010-01-19 | 1 | -6/+6 |
|
|
* | Merge back from checkpoint. | William Deegan | 2010-01-19 | 1 | -1/+1 |
|
|
* | Minor code cleanup, including restoring saved SCONSFLAGS correctly. | Steven Knight | 2010-01-14 | 1 | -2/+1 |
|
|
* | Update Test{Cmd,Common}.py from upstream, with a new | Steven Knight | 2010-01-12 | 3 | -13/+60 |
|
|
* | Avoid GCC 4.4 warnings from the code generated by our dummy QT | Steven Knight | 2009-12-31 | 1 | -2/+8 |
|
|
* | Speed up the time-scons.py "build" of SCons with compiled *.pyc files, | Steven Knight | 2009-12-19 | 1 | -0/+2 |
|
|
* | Trace the system load average (Linux-only code) before starting the | Steven Knight | 2009-12-18 | 1 | -0/+13 |
|
|
* | Ignore the exit status from the --help run on timing builds, since some | Steven Knight | 2009-12-17 | 1 | -0/+4 |
|
|
* | Better fix for #2530: dont exit at all on unimplemented options, just print a... | Gary Oberbrunner | 2009-12-16 | 1 | -1/+0 |
|
|
* | Add a TestSCons.option_not_yet_implemented() method and use it so | Steven Knight | 2009-12-15 | 1 | -0/+19 |
|
|
* | Provide an environment variable that can be used to override | Steven Knight | 2009-12-10 | 1 | -1/+7 |
|
|
* | Add separate memory graphs for the stats in the full and null runs. | Steven Knight | 2009-12-10 | 1 | -36/+67 |
|
|
* | Record memory in kbytest, not bytes. | Steven Knight | 2009-12-10 | 1 | -8/+17 |
|
|
* | Add a script for calibrating settings for timing configurations. | Steven Knight | 2009-12-10 | 1 | -7/+8 |
|
|