| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates the timing infrastructure to: | Steven Knight | 2010-08-18 | 1 | -10/+32 |
|
|
* | Windows fix: use shell=True on subprocess.Popen(), don't use communicate(). | Steven Knight | 2010-06-28 | 1 | -2/+3 |
|
|
* | Generalize searching for the Fortran startup libraries (-lfrtbegin | Steven Knight | 2010-06-27 | 1 | -16/+14 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -57/+82 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -0/+20 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -3/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -34/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -2/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 1 | -1/+1 |
|
|
* | 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 | 1 | -0/+9 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -5/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -6/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -11/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -4/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -63/+61 |
|
|
* | Merged r4724 (1.3.0 release changes) back into trunk. | Gary Oberbrunner | 2010-03-24 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Update Test{Cmd,Common}.py from upstream, with a new | Steven Knight | 2010-01-12 | 1 | -0/+12 |
|
|
* | 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 tests to ignore missing MSVC warnings. | Gary Oberbrunner | 2009-11-25 | 1 | -5/+7 |
|
|
* | 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 |
|
|
* | 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 |
|
|