summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add config.js files to the timing configurations, and update graph.htmlSteven Knight2009-12-184-13/+18
* Move the timings-specific pieces of the buildbot infrastructure intoSteven Knight2009-12-186-0/+1368
* Trace the system load average (Linux-only code) before starting theSteven Knight2009-12-181-0/+13
* Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work,Robert Managan2009-12-172-2/+6
* Add scanning of files included in Latex by means of \lstinputlisting{}Robert Managan2009-12-173-2/+138
* Avoids bailing on non-zero exit status from commands. This will letsSteven Knight2009-12-171-32/+44
* Ignore the exit status from the --help run on timing builds, since someSteven Knight2009-12-171-0/+4
* Add a separate test of the runtest.py --qmtest option.Steven Knight2009-12-171-0/+105
* Fix the time-scons.py --logfiles option.Steven Knight2009-12-171-9/+4
* Fix the tests of runtest.py now that QMTest is no longer being usedSteven Knight2009-12-1616-426/+258
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-162-3/+0
* ...and call the correct method.Steven Knight2009-12-151-1/+1
* Typo fix.Steven Knight2009-12-151-1/+1
* Disable QMTest by default, leave it available when --qmtest is used.Steven Knight2009-12-151-13/+14
* Add a bin/time-scons.py script to manage invocation of runtest.py toSteven Knight2009-12-151-0/+311
* Add a TestSCons.option_not_yet_implemented() method and use it soSteven Knight2009-12-1513-54/+40
* Integrated patch for bug 2530: SCons should not exit with 0 (success) on unim...Gary Oberbrunner2009-12-151-1/+1
* Provide an environment variable that can be used to overrideSteven Knight2009-12-101-1/+7
* Add separate memory graphs for the stats in the full and null runs.Steven Knight2009-12-101-36/+67
* Record memory in kbytest, not bytes.Steven Knight2009-12-101-8/+17
* Add a script for calibrating settings for timing configurations.Steven Knight2009-12-105-22/+142
* Infrastructure to support calibration runs of TimeSCons tests, whichSteven Knight2009-12-104-19/+57
* Update the TimeSCons class for use of the sort= keyword instead ofSteven Knight2009-12-091-7/+23
* Have the TimeSCons class examine the run output for the reported memorySteven Knight2009-12-091-3/+45
* Update the TimeSCons "elapsed time" message to match the log processor.Steven Knight2009-12-081-3/+3
* Fix typo in man page, per patch in issue #2529.Gary Oberbrunner2009-12-061-1/+1
* Integrate patch from issue #2436: fix regression from r3691 which stopped pri...Gary Oberbrunner2009-12-052-16/+21
* Explicitly initialize the environment tools=['mssdk', 'msvc', 'mslink']Steven Knight2009-11-302-2/+6
* Fix c++ compiler detection: correct the order of values returned,Steven Knight2009-11-291-4/+4
* Add missing "import string" to test that uses string.replace().Steven Knight2009-11-291-0/+2
* Fix get_host_target()'s use of platform.machine() on Python versionsSteven Knight2009-11-281-1/+7
* Don't hard-code the swig location in the expected output.Steven Knight2009-11-281-11/+7
* Remove the obsolete msvs_exists() unit test.Steven Knight2009-11-281-5/+0
* Fix test infrastructure querying for installed Visual Studio versions.Steven Knight2009-11-281-2/+2
* Add a compat module for the (Python 2.3) platform.py module so that testsSteven Knight2009-11-273-0/+246
* Add __COPYRIGHT__ strings.Steven Knight2009-11-273-0/+10
* Fix wrong var name in r4486, thanks Greg!Gary Oberbrunner2009-11-261-2/+2
* Use VisualCMissingWarning instead of making a stack trace for unsupported MSV...Gary Oberbrunner2009-11-261-3/+3
* Python 1.5 fix: no +=Steven Knight2009-11-261-3/+4
* Add a test for the case where a latex file uses \input{} to include theRobert Managan2009-11-253-9/+181
* Another test fix for the MSVS tests.Gary Oberbrunner2009-11-251-0/+4
* A couple more test fixes, to make test/import.py work on Linux.Gary Oberbrunner2009-11-252-4/+9
* Fix tests to ignore missing MSVC warnings.Gary Oberbrunner2009-11-252-5/+25
* Doc tweaks for MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2009-11-242-12/+19
* Rename the TimeSCons.run_build() method to just TimeSCons.run() soSteven Knight2009-11-241-6/+8
* Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De V...Gary Oberbrunner2009-11-241-1/+1
* Fix incorrectly inverted condition in test for non-TimeSCons entries.Steven Knight2009-11-241-3/+3
* ENH: explicit check for supported arch per version when using batch file.David Cournapeau2009-11-231-0/+43
* REF: query host/target arch only when using bat file.David Cournapeau2009-11-231-2/+1
* Python 1.5 compat: if 'text' in kw.keys()Steven Knight2009-11-231-1/+3