summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091205-0/+7206
* Update Test{Cmd,Common}.py to print the command arguments ifSteven Knight2009-02-082-39/+84
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-085-26/+22
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-073-9/+114
* Fix execution on systems where qmtest is in a path that contains spacesSteven Knight2009-02-071-1/+3
* Fix misspelled method name in the section that tests Python versionsSteven Knight2009-02-061-1/+1
* Fixes for use of regular expression with must_contain_all_lines().Steven Knight2009-02-062-2/+6
* Remove (lots) more unnecessary imports.Steven Knight2009-02-06235-459/+174
* Remove unnecessary imports.Steven Knight2009-02-0646-119/+18
* Commonize new string-search-in-output methods:Steven Knight2009-02-0656-443/+240
* Slight rearrangement, add a comment about the customization.Steven Knight2009-02-031-5/+18
* Try restoring custom nav bar, updated for tigris.org changes.Steven Knight2009-02-031-0/+29
* Deleted content through the web interface.Steven Knight2009-02-032-7/+2
* Updated html component "Administrative links" through the web interface.Steven Knight2009-02-031-0/+1
* Added new page component "Administrative links" through the web interface.Steven Knight2009-02-032-1/+6
* Updated content through the web interface.Steven Knight2009-02-031-1/+1
* Added new page "Administrivia" through the web interface.Steven Knight2009-02-033-1/+14
* Updated html component "Administrivia" through the web interface.Steven Knight2009-02-031-1/+1
* Updated html component "Administrivia" through the web interface.Steven Knight2009-02-031-0/+1
* Updated content through the web interface.Steven Knight2009-02-031-4/+4
* Updated content through the web interface.Steven Knight2009-02-031-7/+7
* Added new page component "Administrivia" through the web interface.Steven Knight2009-02-032-0/+20
* Deleted content through the web interface.Steven Knight2009-02-034-19/+1
* Added new page component "Issue tracker queries" through the web interface.Steven Knight2009-02-032-1/+6
* Added new page "Issue tracker queries" through the web interface.Steven Knight2009-02-033-0/+16
* Get rid of our custom nav bar so we can get the tigris.org wiki,Steven Knight2009-02-031-24/+0
* Additional fix for issue #1249 (Mkdir fails if dir exists) on Windows.Gary Oberbrunner2009-01-311-1/+2
* Update the runtest.py test for the error message change.Steven Knight2009-01-312-2/+5
* runtest.py: find qmtest as qmtest.py on Windows.Gary Oberbrunner2009-01-311-7/+15
* User's Guide updates: fix typos, clarify various things. (Robert P. J. Day)Steven Knight2009-01-2910-53/+121
* Change explicit uses of test.no_result() to test.skip_test(),Steven Knight2009-01-295-9/+7
* Fix use of $CHANGED_SOURCES with the --config=force option so thatSteven Knight2009-01-294-18/+31
* Relax the precompiled header performance criterion to a 15% improvement,Steven Knight2009-01-281-2/+7
* User's Guide updates. (Robert P. J. Day)Steven Knight2009-01-287-18/+46
* Link for GSoC 2009 in project highlightsGreg Noel2009-01-283-3/+11
* Detect the presence of 8.3 names on Windows when looking on-diskSteven Knight2009-01-271-2/+12
* Handle executing tests in a directory whose path contains spaces,Steven Knight2009-01-274-106/+113
* Fix tests that use the Python interpreter to execute internal scriptsSteven Knight2009-01-264-53/+91
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
* Remove leftover "shell pwd" debug statement.Steven Knight2009-01-212-6/+4
* Fix the --implicit-deps-unchanged test so it works correctly regardlessSteven Knight2009-01-211-1/+11
* Update the GUID of the generated project file.Steven Knight2009-01-211-1/+1
* Fix shelling out to non-.exe commands from --interactive mode onSteven Knight2009-01-211-1/+5
* Add /nologo to the PCH compilation to suppress Microsoft garp on stderr.Steven Knight2009-01-211-3/+2
* Update tests for now discovering dependencies on quoted commandsSteven Knight2009-01-204-11/+103
* Escape path names to fix regular expression matches on WindowsSteven Knight2009-01-201-2/+3
* Detect implicit command dependencies even when the command is quoted.Steven Knight2009-01-204-2/+16
* Update src/CHANGES.txt for recent checkins.Steven Knight2009-01-201-0/+11
* Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge fromSteven Knight2009-01-204-5/+5
* Move test/option-h.py to test/option/h.py and clean up an unnecessary import.Steven Knight2009-01-191-2/+2