summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSCons.py
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to the copyright year listWilliam Deegan2012-01-161-1/+1
* Fix bug 2772William Deegan2011-06-171-1/+1
* Fix TEX auxiliary test by normalizing ps output to avoid spurious failures (f...Gary Oberbrunner2011-05-041-0/+12
* Fix test/update-release-info/update-release-info.py to work in the year 2011William Deegan2011-01-261-1/+1
* Updates the timing infrastructure to:Steven Knight2010-08-181-10/+32
* Windows fix: use shell=True on subprocess.Popen(), don't use communicate().Steven Knight2010-06-281-2/+3
* Generalize searching for the Fortran startup libraries (-lfrtbeginSteven Knight2010-06-271-16/+14
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-151-1/+1
* Increase the default timeout of TestSCons.wait_for() to 20.0 seconds.Steven Knight2010-06-101-1/+10
* Oops, backslash must be done first, or backslashes from previous substitutionsGreg Noel2010-06-051-1/+1
* The re_escape() function escapes too little. Blind fix for a Windows problem.Greg Noel2010-06-051-1/+1
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-301-3/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-16/+77
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-261-57/+82
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-0/+20
* Convert to Python 3.x division rules.Greg Noel2010-04-241-3/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-34/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-211-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-201-1/+1
* Index: test/Variables/help.pyGreg Noel2010-04-191-6/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-181-0/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-5/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-6/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-11/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-4/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-63/+61
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-241-1/+1
* Change the name of the 'help' statistic in the timings configurationsSteven Knight2010-01-191-6/+6
* Merge back from checkpoint.William Deegan2010-01-191-1/+1
* Update Test{Cmd,Common}.py from upstream, with a newSteven Knight2010-01-121-0/+12
* Avoid GCC 4.4 warnings from the code generated by our dummy QTSteven Knight2009-12-311-2/+8
* Speed up the time-scons.py "build" of SCons with compiled *.pyc files,Steven Knight2009-12-191-0/+2
* Trace the system load average (Linux-only code) before starting theSteven Knight2009-12-181-0/+13
* Ignore the exit status from the --help run on timing builds, since someSteven Knight2009-12-171-0/+4
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-1/+0
* Add a TestSCons.option_not_yet_implemented() method and use it soSteven Knight2009-12-151-0/+19
* 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-101-7/+8
* Infrastructure to support calibration runs of TimeSCons tests, whichSteven Knight2009-12-101-7/+47
* 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 tests to ignore missing MSVC warnings.Gary Oberbrunner2009-11-251-5/+7
* Rename the TimeSCons.run_build() method to just TimeSCons.run() soSteven Knight2009-11-241-6/+8
* Fix incorrectly inverted condition in test for non-TimeSCons entries.Steven Knight2009-11-241-3/+3
* Python 1.5 fixes in the TimeSCons class.Steven Knight2009-11-221-10/+30
* Capture initial infrastructure for working performance tests.Steven Knight2009-11-191-0/+124