summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix use of path names in regular expression matches by running themSteven Knight2008-12-292-13/+27
* Fix test to work on OS X; cleanup and simplificationGreg Noel2008-12-271-33/+14
* Add warnings for use of the (already) deprecated Options objectSteven Knight2008-12-209-152/+204
* Fix left-over deprecated use of the Options object.Steven Knight2008-12-201-4/+4
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-129-17/+17
* Issue 2231: Add a --warn=future-deprecated option, along withSteven Knight2008-12-111-0/+58
* Fix test breakage from the change to "scons: Build interrupted".Steven Knight2008-12-111-1/+2
* Added regression test for issue #1249Gary Oberbrunner2008-12-111-1/+37
* Print "scons: Build interrupted." on stderr, not stdout.Steven Knight2008-12-101-3/+3
* Issue 1287: copy File attributes from the local Node to a RepositorySteven Knight2008-12-101-0/+144
* Issue 2265: Suppress messages about spurious dependency cycles.Steven Knight2008-12-072-18/+18
* Issue 2265: Add additional --taskmastertrace= messages in the Task class.Steven Knight2008-12-052-9/+94
* Fix a Glob() exception (with stack trace) when an explicit NodeSteven Knight2008-12-021-0/+6
* Add a test for the case of a .DVI build using a .eps graphics.Robert Managan2008-11-251-0/+187
* I found that my coding for automatically building .pdf files from .eps filesRobert Managan2008-11-121-0/+231
* Merged revisions 3225-3226 via svnmerge fromSteven Knight2008-11-122-2/+6
* Windows portability: Avoid duplicate foo.lib targets by tellingSteven Knight2008-11-101-1/+1
* Issue 2087: Handle Java classes declared in methodsLudwig Hähne2008-10-311-0/+103
* Fix a nested scope issue for older Python versions.Steven Knight2008-10-311-2/+2
* This new test and emitter update recursively checks the whole source of theRobert Managan2008-10-301-0/+231
* Update test/SCCS/diskcheck.py for recent GetBuildFailures()Steven Knight2008-10-301-1/+1
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-2914-40/+193
* Issue 1568: fix a stack trace when --debug=include tries to handleSteven Knight2008-10-171-4/+20
* Fix use of VariantDir when the -n option is used and doesn't,Steven Knight2008-10-151-0/+67
* Support the -f option allowing specification of a different top-levelSteven Knight2008-10-153-0/+215
* Collect the scripts for the three "climb up" options (-D, -U and -u)Steven Knight2008-10-159-142/+345
* Test and document the ability to specify multiple -f files.Steven Knight2008-10-141-0/+9
* Don't use "as" as a variable name--reserved in Python 2.6.Steven Knight2008-10-121-3/+1
* Fix intended tuple syntax (for Python 2.2 and before).Steven Knight2008-10-121-1/+1