| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 5 | -137/+339 |
|
|
* | Undo changes to unrelated files accidentally included in r4036. | Steven Knight | 2009-02-22 | 2 | -84/+1 |
|
|
* | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 3 | -2/+87 |
|
|
* | Replace embedded carriage returns with \r. | Steven Knight | 2009-02-22 | 2 | -2/+2 |
|
|
* | Fix line endings. | Steven Knight | 2009-02-22 | 7 | -633/+633 |
|
|
* | Disable the cut-and-paste tests for executing from generated Visual | Steven Knight | 2009-02-22 | 2 | -0/+8 |
|
|
* | Merged revisions 4025-4029 via svnmerge from | Steven Knight | 2009-02-21 | 9 | -34/+377 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 6 | -17/+85 |
|
|
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 1 | -1/+1 |
|
|
* | Add missing editor settings. | Steven Knight | 2009-02-18 | 1 | -0/+6 |
|
|
* | Split an embedded sub-test from test/Libs/LIBS.py | Steven Knight | 2009-02-18 | 2 | -79/+124 |
|
|
* | Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string | Steven Knight | 2009-02-13 | 1 | -0/+112 |
|
|
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 117 | -177/+61 |
|
|
* | Restore emacs + vim settings lines. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 1 | -1/+10 |
|
|
* | Doc string fix. | Steven Knight | 2009-02-09 | 1 | -1/+1 |
|
|
* | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 1 | -13/+28 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 931 | -0/+5572 |
|
|
* | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 2 | -8/+102 |
|
|
* | Fix misspelled method name in the section that tests Python versions | Steven Knight | 2009-02-06 | 1 | -1/+1 |
|
|
* | 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 | 54 | -405/+182 |
|
|
* | Update the runtest.py test for the error message change. | Steven Knight | 2009-01-31 | 1 | -1/+2 |
|
|
* | Change explicit uses of test.no_result() to test.skip_test(), | Steven Knight | 2009-01-29 | 5 | -9/+7 |
|
|
* | Fix use of $CHANGED_SOURCES with the --config=force option so that | Steven Knight | 2009-01-29 | 2 | -18/+18 |
|
|
* | Relax the precompiled header performance criterion to a 15% improvement, | Steven Knight | 2009-01-28 | 1 | -2/+7 |
|
|
* | Handle executing tests in a directory whose path contains spaces, | Steven Knight | 2009-01-27 | 4 | -106/+113 |
|
|
* | Fix tests that use the Python interpreter to execute internal scripts | Steven Knight | 2009-01-26 | 4 | -53/+91 |
|
|
* | Remove leftover "shell pwd" debug statement. | Steven Knight | 2009-01-21 | 2 | -6/+4 |
|
|
* | Fix the --implicit-deps-unchanged test so it works correctly regardless | Steven Knight | 2009-01-21 | 1 | -1/+11 |
|
|
* | Update the GUID of the generated project file. | Steven Knight | 2009-01-21 | 1 | -1/+1 |
|
|
* | Add /nologo to the PCH compilation to suppress Microsoft garp on stderr. | Steven Knight | 2009-01-21 | 1 | -3/+2 |
|
|
* | Update tests for now discovering dependencies on quoted commands | Steven Knight | 2009-01-20 | 4 | -11/+103 |
|
|
* | Escape path names to fix regular expression matches on Windows | Steven Knight | 2009-01-20 | 1 | -2/+3 |
|
|
* | Detect implicit command dependencies even when the command is quoted. | Steven Knight | 2009-01-20 | 2 | -1/+5 |
|
|
* | Move test/option-h.py to test/option/h.py and clean up an unnecessary import. | Steven Knight | 2009-01-19 | 1 | -2/+2 |
|
|
* | Remove a left-over commented-out debug test.run() call. | Steven Knight | 2009-01-19 | 1 | -1/+0 |
|
|
* | Fix calculation of $UNCHANGED_SOURCES to include correctly sources | Steven Knight | 2009-01-19 | 1 | -0/+105 |
|
|
* | Various Windows fixes: | Steven Knight | 2009-01-18 | 3 | -15/+21 |
|
|
* | Issue 2278: Emit header name when using SWIG directors (Ben Webb) | Greg Noel | 2009-01-17 | 1 | -9/+5 |
|
|
* | Fix ability to Install() the same file multiple times. | Steven Knight | 2009-01-13 | 1 | -0/+48 |
|
|
* | Move test/bad-drive.py into the test/Win32 subdirectory. | Steven Knight | 2009-01-10 | 1 | -0/+0 |
|
|
* | Python 1.5 fix. | Steven Knight | 2009-01-10 | 1 | -1/+3 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 9 | -5/+824 |
|
|
* | Remove the feature that would build .pdf graphics files | Robert Managan | 2009-01-09 | 2 | -0/+2 |
|
|
* | Issue 2279: Support $SWIGOUTDIR values with spaces in the | Steven Knight | 2009-01-08 | 1 | -6/+11 |
|
|
* | First part of issue 2278: handle quoted module names in SWIG source | Greg Noel | 2009-01-04 | 1 | -0/+92 |
|
|
* | Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with null | Steven Knight | 2008-12-30 | 1 | -0/+63 |
|
|