summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Python 2.6 made "as" a keyword, so test the importability of theSteven Knight2008-10-111-1/+1
* Testing on a Mac turned up a problem that did not show up on linux.Robert Managan2008-10-088-16/+42
* Update test scripts with more information must_*() methods.Steven Knight2008-10-084-44/+40
* test/TEX/PDF_single_source.pyRobert Managan2008-10-073-3/+268
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-071-2/+2
* Remove left-over debug print.Steven Knight2008-10-071-2/+0
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-011-0/+46
* Fix test to work with all versions of PythonGreg Noel2008-09-291-20/+21
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+121
* Fix __COPYRIGHT__ and __revision__ lines.Steven Knight2008-09-251-2/+2
* Python 1.5 portability in test/Execute.py.Steven Knight2008-09-241-1/+11
* Split the MSVS variant_dir sub-tests into separate test scripts.Steven Knight2008-09-248-264/+418
* Split the sub-tests for cleaning MSVS project and solution filesSteven Knight2008-09-248-250/+423
* Move the MSVS 6.0 test data into QMTest/TestSConsMSVS.py, too.Steven Knight2008-09-241-158/+3