| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a missed name change of TimeStamp => TimeStampDefault. | Steven Knight | 2010-01-14 | 1 | -1/+1 |
|
|
* | Capture the previous output from "pkg-config x11" in a static | Steven Knight | 2010-01-13 | 2 | -0/+48 |
|
|
* | Updates for changes to SCons error messages. | Steven Knight | 2010-01-12 | 2 | -2/+2 |
|
|
* | Update Test{Cmd,Common}.py from upstream, with a new | Steven Knight | 2010-01-12 | 3 | -13/+60 |
|
|
* | Propagate doc about site_scons to builders-writing.xml. Typographic edits. | Steven Knight | 2010-01-11 | 2 | -119/+161 |
|
|
* | Propagate typo fix to doc/user/separate.xml. | Steven Knight | 2010-01-11 | 1 | -1/+1 |
|
|
* | Support missing visual C warnings when generating the documentation | Steven Knight | 2010-01-11 | 1 | -1/+6 |
|
|
* | Fix doc bug #2502 (Ignore example was wrong) | Gary Oberbrunner | 2010-01-11 | 2 | -4/+6 |
|
|
* | Improve documentation of MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -8/+15 |
|
|
* | XML file change to go with .in file change | William Deegan | 2010-01-11 | 1 | -2/+2 |
|
|
* | Added release note re: Visual Studio detection, MSVC_VERSION, TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -0/+22 |
|
|
* | Fix for 2422 | William Deegan | 2010-01-11 | 4 | -112/+4 |
|
|
* | Fix #2515: use better way to detect 64-bit OS. | Gary Oberbrunner | 2010-01-11 | 1 | -4/+19 |
|
|
* | Fix bug 2389 - indicate that the install dir will depend on the python being ... | William Deegan | 2010-01-11 | 1 | -2/+2 |
|
|
* | Add the package that contains epstopdf, which is now used in testing. | Steven Knight | 2010-01-09 | 1 | -0/+1 |
|
|
* | Python 1.5 fix (no continue within a try:-except: block within a loop). | Steven Knight | 2010-01-09 | 1 | -2/+10 |
|
|
* | I got the order of the arguments wrong in a Clean() call I added to help fix teh | Robert Managan | 2010-01-07 | 1 | -1/+1 |
|
|
* | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 2 | -2/+121 |
|
|
* | fix typos in the man page | Greg Noel | 2010-01-06 | 1 | -7/+14 |
|
|
* | Fix some tests so they can still run on Windows system without | Steven Knight | 2010-01-06 | 3 | -54/+58 |
|
|
* | Fix path name checks for case-insensitive file systems. | Steven Knight | 2010-01-06 | 1 | -5/+8 |
|
|
* | Fix handling the -C option by recording the absolute path to | Steven Knight | 2010-01-05 | 1 | -11/+6 |
|
|
* | Change scanner to properly search for included file from the | Robert Managan | 2010-01-04 | 5 | -8/+400 |
|
|
* | Fix time-sensitivity (< 0.002 second execution) in output format. | Steven Knight | 2010-01-02 | 1 | -6/+6 |
|
|
* | Remove unnecessary imports to avoid javac warnings. | Steven Knight | 2010-01-01 | 1 | -13/+5 |
|
|
* | Define "static final long serialVersionUID" in java classes in | Steven Knight | 2010-01-01 | 2 | -0/+16 |
|
|
* | Avoid GCC 4.4 warnings from the code generated by our dummy QT | Steven Knight | 2009-12-31 | 2 | -79/+9 |
|
|
* | Adding 1.2.0.d20091224 release | William Deegan | 2009-12-29 | 2 | -3/+3 |
|
|
* | Pull up the tigris.org page for SVN revisions, at least for now, in | Steven Knight | 2009-12-27 | 1 | -1/+8 |
|
|
* | Interface tweaks: | Steven Knight | 2009-12-26 | 2 | -15/+15 |
|
|
* | Add a -p option to support calibrating against build SCons packages. | Steven Knight | 2009-12-22 | 1 | -2/+7 |
|
|
* | Fix the view-change detail tab. Minor wording improvement. | Steven Knight | 2009-12-22 | 1 | -2/+2 |
|
|
* | Don't look for copyright strings in buildbot timings files. | Steven Knight | 2009-12-22 | 1 | -0/+6 |
|
|
* | Issue 2482: Avoid wrapping decider unnecessarily | Greg Noel | 2009-12-20 | 1 | -1/+2 |
|
|
* | Add a message to the UserError raised when trying to do a Dir lookup with cre... | Gary Oberbrunner | 2009-12-20 | 1 | -1/+2 |
|
|
* | Update the number of the "base" revision of bin/time-scons.py to use | Steven Knight | 2009-12-19 | 1 | -2/+2 |
|
|
* | Speed up the time-scons.py "build" of SCons with compiled *.pyc files, | Steven Knight | 2009-12-19 | 2 | -24/+63 |
|
|
* | Add config.js files to the timing configurations, and update graph.html | Steven Knight | 2009-12-18 | 4 | -13/+18 |
|
|
* | Move the timings-specific pieces of the buildbot infrastructure into | Steven Knight | 2009-12-18 | 6 | -0/+1368 |
|
|
* | Trace the system load average (Linux-only code) before starting the | Steven Knight | 2009-12-18 | 1 | -0/+13 |
|
|
* | Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work, | Robert Managan | 2009-12-17 | 2 | -2/+6 |
|
|
* | Add scanning of files included in Latex by means of \lstinputlisting{} | Robert Managan | 2009-12-17 | 3 | -2/+138 |
|
|
* | Avoids bailing on non-zero exit status from commands. This will lets | Steven Knight | 2009-12-17 | 1 | -32/+44 |
|
|
* | Ignore the exit status from the --help run on timing builds, since some | Steven Knight | 2009-12-17 | 1 | -0/+4 |
|
|
* | Add a separate test of the runtest.py --qmtest option. | Steven Knight | 2009-12-17 | 1 | -0/+105 |
|
|
* | Fix the time-scons.py --logfiles option. | Steven Knight | 2009-12-17 | 1 | -9/+4 |
|
|
* | Fix the tests of runtest.py now that QMTest is no longer being used | Steven Knight | 2009-12-16 | 16 | -426/+258 |
|
|
* | Better fix for #2530: dont exit at all on unimplemented options, just print a... | Gary Oberbrunner | 2009-12-16 | 2 | -3/+0 |
|
|
* | ...and call the correct method. | Steven Knight | 2009-12-15 | 1 | -1/+1 |
|
|
* | Typo fix. | Steven Knight | 2009-12-15 | 1 | -1/+1 |
|
|