summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-11117-177/+61
|
* Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOMSteven Knight2009-02-115-12/+27
| | | | | definitions that still have them. This will cause relinks upon upgrade when using the Microsoft, OS/2 or Phar Lap linkers.
* Restore emacs + vim settings lines.Steven Knight2009-02-091-0/+6
|
* Issue 2181: intern file-names to save memoryLudwig Hähne2009-02-092-11/+18
|
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-094-2/+26
| | | | | the arguments so the /Fo is towards the beginning of the line (like it is for $CCCOM, $CXXCOM, etc.).
* Doc string fix.Steven Knight2009-02-091-1/+1
|
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-093-15/+34
| | | | | separators, as can happen on Windows systems when the backslashes in the path name are escaped (e.g. "C:\\some\\include.h").
* 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
| | | | | TestCommon.start() gets an exception trying to run a program, using a new TestCmd.command_args() method. Doc string updates. Code cleanups.
* 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
| | | | handled by TempFileMunge. Comment the behavior. Other minor cleanups.
* Fix execution on systems where qmtest is in a path that contains spacesSteven Knight2009-02-071-1/+3
| | | | (C:\Program Files\Python24\Scripts) by just using the found qmtest name.
* Fix misspelled method name in the section that tests Python versionsSteven Knight2009-02-061-1/+1
| | | | that don't support metaclasses.
* 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
| | | | | | | | test.must_contain_all_lines() test.must_contain_any_line() test.must_not_contain_any_line() Update tests to use them. Remove "import string" lines where the change made them unnecessary.
* 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
| | | | administrative interfaces, etc.
* 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
| | | | Clarify the error message a bit.
* 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
| | | | for consistency with the rest.
* Fix use of $CHANGED_SOURCES with the --config=force option so thatSteven Knight2009-01-294-18/+31
| | | | .sconsign build state stays consistent.
* Relax the precompiled header performance criterion to a 15% improvement,Steven Knight2009-01-281-2/+7
| | | | and print useful information if we fail to meet that.
* 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
| | | | for whethr an entry exists.
* Handle executing tests in a directory whose path contains spaces,Steven Knight2009-01-274-106/+113
| | | | | or with a Python in a path that contains spaces, by refactoring (again) how we execute the internal scripts.
* Fix tests that use the Python interpreter to execute internal scriptsSteven Knight2009-01-264-53/+91
| | | | | | and also set SConsignFile(None) so the implicit command dependencies don't cause .sconsign files to be written into the system directory where the Python executable lives.
* Fix a mismatch in generated GUIDs on non-Windows platforms bySteven Knight2009-01-251-2/+6
| | | | | canonicalizing the file name used for the MD5 checksum so it always looks like it's a Windows path (i.e., uses \ separators).
* Remove leftover "shell pwd" debug statement.Steven Knight2009-01-212-6/+4
| | | | | Update error messages now that the Windows cmd interpreter is looking for the shell-out executables.
* Fix the --implicit-deps-unchanged test so it works correctly regardlessSteven Knight2009-01-211-1/+11
| | | | | of whether or not the compiler inserts timestamp information in the generated object files.
* 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
| | | | | Windows by accomodating platform-specific behavior in the way subprocess.Popen() calls handle shell= arguments with lists.