| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Infrastructure to support calibration runs of TimeSCons tests, which | Steven Knight | 2009-12-10 | 1 | -7/+47 |
|
|
* | Update the TimeSCons class for use of the sort= keyword instead of | Steven Knight | 2009-12-09 | 1 | -7/+23 |
|
|
* | Have the TimeSCons class examine the run output for the reported memory | Steven Knight | 2009-12-09 | 1 | -3/+45 |
|
|
* | Update the TimeSCons "elapsed time" message to match the log processor. | Steven Knight | 2009-12-08 | 1 | -3/+3 |
|
|
* | Fix test infrastructure querying for installed Visual Studio versions. | Steven Knight | 2009-11-28 | 1 | -2/+2 |
|
|
* | Fix tests to ignore missing MSVC warnings. | Gary Oberbrunner | 2009-11-25 | 2 | -5/+25 |
|
|
* | Rename the TimeSCons.run_build() method to just TimeSCons.run() so | Steven Knight | 2009-11-24 | 1 | -6/+8 |
|
|
* | Fix incorrectly inverted condition in test for non-TimeSCons entries. | Steven Knight | 2009-11-24 | 1 | -3/+3 |
|
|
* | Python 1.5 fixes in the TimeSCons class. | Steven Knight | 2009-11-22 | 1 | -10/+30 |
|
|
* | Capture initial infrastructure for working performance tests. | Steven Knight | 2009-11-19 | 1 | -0/+124 |
|
|
* | Fix test failure in Repository/Java.py on OS X | Greg Noel | 2009-09-18 | 1 | -5/+12 |
|
|
* | Minor fixes found while debugging | Greg Noel | 2009-09-18 | 1 | -3/+3 |
|
|
* | Steven checked in some changes yesterday which fixed a great number of | William Deegan | 2009-09-15 | 1 | -1/+14 |
|
|
* | Have TestSCons.py add --warn=no-python-version every invocation, not | Steven Knight | 2009-09-13 | 1 | -9/+20 |
|
|
* | Fix test logic to handle warning messages on deprecated python version (chang... | William Deegan | 2009-09-11 | 1 | -2/+2 |
|
|
* | Update the Test{Cmd,Common}.py 0.36, with better diff reporting | Steven Knight | 2009-07-24 | 2 | -72/+105 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -2/+2 |
|
|