summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-235-137/+339
* Undo changes to unrelated files accidentally included in r4036.Steven Knight2009-02-222-84/+1
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-223-2/+87
* Replace embedded carriage returns with \r.Steven Knight2009-02-222-2/+2
* Fix line endings.Steven Knight2009-02-227-633/+633
* Disable the cut-and-paste tests for executing from generated VisualSteven Knight2009-02-222-0/+8
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-219-34/+377
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-216-17/+85
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-1/+1
* Add missing editor settings.Steven Knight2009-02-181-0/+6
* Split an embedded sub-test from test/Libs/LIBS.pySteven Knight2009-02-182-79/+124
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-0/+112
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-11117-177/+61
* Restore emacs + vim settings lines.Steven Knight2009-02-091-0/+6
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-091-1/+10
* Doc string fix.Steven Knight2009-02-091-1/+1
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-091-13/+28
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-09931-0/+5572
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-072-8/+102
* 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-0654-405/+182
* Update the runtest.py test for the error message change.Steven Knight2009-01-311-1/+2
* 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-292-18/+18
* Relax the precompiled header performance criterion to a 15% improvement,Steven Knight2009-01-281-2/+7
* 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
* 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
* 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-202-1/+5
* Move test/option-h.py to test/option/h.py and clean up an unnecessary import.Steven Knight2009-01-191-2/+2
* Remove a left-over commented-out debug test.run() call.Steven Knight2009-01-191-1/+0
* Fix calculation of $UNCHANGED_SOURCES to include correctly sourcesSteven Knight2009-01-191-0/+105
* Various Windows fixes:Steven Knight2009-01-183-15/+21
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-9/+5
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-131-0/+48
* Move test/bad-drive.py into the test/Win32 subdirectory.Steven Knight2009-01-101-0/+0
* Python 1.5 fix.Steven Knight2009-01-101-1/+3
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-099-5/+824
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-092-0/+2
* Issue 2279: Support $SWIGOUTDIR values with spaces in theSteven Knight2009-01-081-6/+11
* First part of issue 2278: handle quoted module names in SWIG sourceGreg Noel2009-01-041-0/+92
* Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with nullSteven Knight2008-12-301-0/+63