Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 117 | -177/+61 | |
| | ||||||
* | Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM | Steven Knight | 2009-02-11 | 5 | -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 Knight | 2009-02-09 | 1 | -0/+6 | |
| | ||||||
* | Issue 2181: intern file-names to save memory | Ludwig Hähne | 2009-02-09 | 2 | -11/+18 | |
| | ||||||
* | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 4 | -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 Knight | 2009-02-09 | 1 | -1/+1 | |
| | ||||||
* | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 3 | -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 Knight | 2009-02-09 | 1205 | -0/+7206 | |
| | ||||||
* | Update Test{Cmd,Common}.py to print the command arguments if | Steven Knight | 2009-02-08 | 2 | -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 Noel | 2009-02-08 | 5 | -26/+22 | |
| | ||||||
* | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 3 | -9/+114 | |
| | | | | handled by TempFileMunge. Comment the behavior. Other minor cleanups. | |||||
* | Fix execution on systems where qmtest is in a path that contains spaces | Steven Knight | 2009-02-07 | 1 | -1/+3 | |
| | | | | (C:\Program Files\Python24\Scripts) by just using the found qmtest name. | |||||
* | Fix misspelled method name in the section that tests Python versions | Steven Knight | 2009-02-06 | 1 | -1/+1 | |
| | | | | that don't support metaclasses. | |||||
* | Fixes for use of regular expression with must_contain_all_lines(). | Steven Knight | 2009-02-06 | 2 | -2/+6 | |
| | ||||||
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 235 | -459/+174 | |
| | ||||||
* | Remove unnecessary imports. | Steven Knight | 2009-02-06 | 46 | -119/+18 | |
| | ||||||
* | Commonize new string-search-in-output methods: | Steven Knight | 2009-02-06 | 56 | -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 Knight | 2009-02-03 | 1 | -5/+18 | |
| | ||||||
* | Try restoring custom nav bar, updated for tigris.org changes. | Steven Knight | 2009-02-03 | 1 | -0/+29 | |
| | ||||||
* | Deleted content through the web interface. | Steven Knight | 2009-02-03 | 2 | -7/+2 | |
| | ||||||
* | Updated html component "Administrative links" through the web interface. | Steven Knight | 2009-02-03 | 1 | -0/+1 | |
| | ||||||
* | Added new page component "Administrative links" through the web interface. | Steven Knight | 2009-02-03 | 2 | -1/+6 | |
| | ||||||
* | Updated content through the web interface. | Steven Knight | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | Added new page "Administrivia" through the web interface. | Steven Knight | 2009-02-03 | 3 | -1/+14 | |
| | ||||||
* | Updated html component "Administrivia" through the web interface. | Steven Knight | 2009-02-03 | 1 | -1/+1 | |
| | ||||||
* | Updated html component "Administrivia" through the web interface. | Steven Knight | 2009-02-03 | 1 | -0/+1 | |
| | ||||||
* | Updated content through the web interface. | Steven Knight | 2009-02-03 | 1 | -4/+4 | |
| | ||||||
* | Updated content through the web interface. | Steven Knight | 2009-02-03 | 1 | -7/+7 | |
| | ||||||
* | Added new page component "Administrivia" through the web interface. | Steven Knight | 2009-02-03 | 2 | -0/+20 | |
| | ||||||
* | Deleted content through the web interface. | Steven Knight | 2009-02-03 | 4 | -19/+1 | |
| | ||||||
* | Added new page component "Issue tracker queries" through the web interface. | Steven Knight | 2009-02-03 | 2 | -1/+6 | |
| | ||||||
* | Added new page "Issue tracker queries" through the web interface. | Steven Knight | 2009-02-03 | 3 | -0/+16 | |
| | ||||||
* | Get rid of our custom nav bar so we can get the tigris.org wiki, | Steven Knight | 2009-02-03 | 1 | -24/+0 | |
| | | | | administrative interfaces, etc. | |||||
* | Additional fix for issue #1249 (Mkdir fails if dir exists) on Windows. | Gary Oberbrunner | 2009-01-31 | 1 | -1/+2 | |
| | ||||||
* | Update the runtest.py test for the error message change. | Steven Knight | 2009-01-31 | 2 | -2/+5 | |
| | | | | Clarify the error message a bit. | |||||
* | runtest.py: find qmtest as qmtest.py on Windows. | Gary Oberbrunner | 2009-01-31 | 1 | -7/+15 | |
| | ||||||
* | User's Guide updates: fix typos, clarify various things. (Robert P. J. Day) | Steven Knight | 2009-01-29 | 10 | -53/+121 | |
| | ||||||
* | Change explicit uses of test.no_result() to test.skip_test(), | Steven Knight | 2009-01-29 | 5 | -9/+7 | |
| | | | | for consistency with the rest. | |||||
* | Fix use of $CHANGED_SOURCES with the --config=force option so that | Steven Knight | 2009-01-29 | 4 | -18/+31 | |
| | | | | .sconsign build state stays consistent. | |||||
* | Relax the precompiled header performance criterion to a 15% improvement, | Steven Knight | 2009-01-28 | 1 | -2/+7 | |
| | | | | and print useful information if we fail to meet that. | |||||
* | User's Guide updates. (Robert P. J. Day) | Steven Knight | 2009-01-28 | 7 | -18/+46 | |
| | ||||||
* | Link for GSoC 2009 in project highlights | Greg Noel | 2009-01-28 | 3 | -3/+11 | |
| | ||||||
* | Detect the presence of 8.3 names on Windows when looking on-disk | Steven Knight | 2009-01-27 | 1 | -2/+12 | |
| | | | | for whethr an entry exists. | |||||
* | Handle executing tests in a directory whose path contains spaces, | Steven Knight | 2009-01-27 | 4 | -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 scripts | Steven Knight | 2009-01-26 | 4 | -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 by | Steven Knight | 2009-01-25 | 1 | -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 Knight | 2009-01-21 | 2 | -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 regardless | Steven Knight | 2009-01-21 | 1 | -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 Knight | 2009-01-21 | 1 | -1/+1 | |
| | ||||||
* | Fix shelling out to non-.exe commands from --interactive mode on | Steven Knight | 2009-01-21 | 1 | -1/+5 | |
| | | | | | Windows by accomodating platform-specific behavior in the way subprocess.Popen() calls handle shell= arguments with lists. |