summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 2389 - indicate that the install dir will depend on the python being ...William Deegan2010-01-111-2/+2
* Add the package that contains epstopdf, which is now used in testing.Steven Knight2010-01-091-0/+1
* Python 1.5 fix (no continue within a try:-except: block within a loop).Steven Knight2010-01-091-2/+10
* I got the order of the arguments wrong in a Clean() call I added to help fix tehRobert Managan2010-01-071-1/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-062-2/+121
* fix typos in the man pageGreg Noel2010-01-061-7/+14
* Fix some tests so they can still run on Windows system withoutSteven Knight2010-01-063-54/+58
* Fix path name checks for case-insensitive file systems.Steven Knight2010-01-061-5/+8
* Fix handling the -C option by recording the absolute path toSteven Knight2010-01-051-11/+6
* Change scanner to properly search for included file from theRobert Managan2010-01-045-8/+400
* Fix time-sensitivity (< 0.002 second execution) in output format.Steven Knight2010-01-021-6/+6
* Remove unnecessary imports to avoid javac warnings.Steven Knight2010-01-011-13/+5
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-012-0/+16
* Avoid GCC 4.4 warnings from the code generated by our dummy QTSteven Knight2009-12-312-79/+9
* Adding 1.2.0.d20091224 releaseWilliam Deegan2009-12-292-3/+3
* Pull up the tigris.org page for SVN revisions, at least for now, inSteven Knight2009-12-271-1/+8
* Interface tweaks:Steven Knight2009-12-262-15/+15
* Add a -p option to support calibrating against build SCons packages.Steven Knight2009-12-221-2/+7
* Fix the view-change detail tab. Minor wording improvement.Steven Knight2009-12-221-2/+2
* Don't look for copyright strings in buildbot timings files.Steven Knight2009-12-221-0/+6
* Issue 2482: Avoid wrapping decider unnecessarilyGreg Noel2009-12-201-1/+2
* Add a message to the UserError raised when trying to do a Dir lookup with cre...Gary Oberbrunner2009-12-201-1/+2
* Update the number of the "base" revision of bin/time-scons.py to useSteven Knight2009-12-191-2/+2
* Speed up the time-scons.py "build" of SCons with compiled *.pyc files,Steven Knight2009-12-192-24/+63
* 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