Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | The 'buffer' fixer simply replaces 'buffer( ... )' with 'memoryview( ... )', which is incorrect for our cases, so these changes had to be done by hand and a forward-compatibility class added. The 'xrange' fixer was applied. Manual changes were minimal: a few case in test strings and one use of 'range' as an identifer in the same scope as where 'xrange' was converted to 'range'. The "sets15" compat function, which provided backward compatibility for Python versions prior to 2.2, was removed as no longer needed. | ||||
* | Add a script for calibrating settings for timing configurations. | Steven Knight | 2009-12-10 | 1 | -5/+18 |
| | | | | | Update the timings scripts with calibrated settings that run a full build between 9.5 and 10.0 seconds on the buildbot slave. | ||||
* | Infrastructure to support calibration runs of TimeSCons tests, which | Steven Knight | 2009-12-10 | 1 | -5/+3 |
| | | | | | only run a full build and report back the values of any variables affecting the configuration, and the elapsed time of the full build. | ||||
* | Capture initial infrastructure for working performance tests. | Steven Knight | 2009-11-19 | 1 | -0/+44 |