Escape path names to fix regular expression matches on Windows
[scons.git] / test /
2009-01-20 stevenknightEscape path names to fix regular expression matches...
2009-01-20 stevenknightDetect implicit command dependencies even when the...
2009-01-19 stevenknightMove test/option-h.py to test/option/h.py and clean...
2009-01-19 stevenknightRemove a left-over commented-out debug test.run() call.
2009-01-19 stevenknightFix calculation of $UNCHANGED_SOURCES to include correc...
2009-01-18 stevenknightVarious Windows fixes:
2009-01-17 GregNoelIssue 2278: Emit header name when using SWIG directors...
2009-01-13 stevenknightFix ability to Install() the same file multiple times.
2009-01-10 stevenknightMove test/bad-drive.py into the test/Win32 subdirectory.
2009-01-10 stevenknightPython 1.5 fix.
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-09 managanRemove the feature that would build .pdf graphics files
2009-01-08 stevenknightIssue 2279: Support $SWIGOUTDIR values with spaces...
2009-01-04 GregNoelFirst part of issue 2278: handle quoted module names...
2008-12-30 stevenknightIssue 1417: Fix use of attributes (${SOURCES.windows...
2008-12-29 stevenknightFix use of path names in regular expression matches...
2008-12-27 GregNoelFix test to work on OS X; cleanup and simplification
2008-12-20 stevenknightAdd warnings for use of the (already) deprecated Option...
2008-12-20 stevenknightFix left-over deprecated use of the Options object.
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-11 stevenknightIssue 2231: Add a --warn=future-deprecated option...
2008-12-11 stevenknightFix test breakage from the change to "scons: Build...
2008-12-11 garyoAdded regression test for issue #1249
2008-12-10 stevenknightPrint "scons: Build interrupted." on stderr, not stdout.
2008-12-10 stevenknightIssue 1287: copy File attributes from the local Node...
2008-12-07 stevenknightIssue 2265: Suppress messages about spurious dependenc...
2008-12-05 stevenknightIssue 2265: Add additional --taskmastertrace= messages...
2008-12-02 stevenknightFix a Glob() exception (with stack trace) when an expli...
2008-11-25 managanAdd a test for the case of a .DVI build using a .eps...
2008-11-12 managanI found that my coding for automatically building ...
2008-11-12 stevenknightMerged revisions 3225-3226 via svnmerge from
2008-11-10 stevenknightWindows portability: Avoid duplicate foo.lib targets...
2008-10-31 pankratIssue 2087: Handle Java classes declared in methods
2008-10-31 stevenknightFix a nested scope issue for older Python versions.
2008-10-30 managanThis new test and emitter update recursively checks...
2008-10-30 stevenknightUpdate test/SCCS/diskcheck.py for recent GetBuildFailures()
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-10-17 stevenknightIssue 1568: fix a stack trace when --debug=include...
2008-10-15 stevenknightFix use of VariantDir when the -n option is used and...
2008-10-15 stevenknightSupport the -f option allowing specification of a diffe...
2008-10-15 stevenknightCollect the scripts for the three "climb up" options...
2008-10-14 stevenknightTest and document the ability to specify multiple ...
2008-10-12 stevenknightDon't use "as" as a variable name--reserved in Python...
2008-10-12 stevenknightFix intended tuple syntax (for Python 2.2 and before).
2008-10-11 stevenknightPython 2.6 made "as" a keyword, so test the importabili...
2008-10-08 managanTesting on a Mac turned up a problem that did not show...
2008-10-08 stevenknightUpdate test scripts with more information must_*()...
2008-10-07 managantest/TEX/PDF_single_source.py
2008-10-07 stevenknightFix label placement in gnuplot graphs by the "scons...
2008-10-07 stevenknightRemove left-over debug print.
2008-10-01 garyoAdd ability to use "$SOURCE" when specifying a target...
2008-09-29 GregNoelFix test to work with all versions of Python
2008-09-28 pankratIssue 1646: Block-wise signature computation for large...
2008-09-25 stevenknightFix __COPYRIGHT__ and __revision__ lines.
2008-09-24 stevenknightPython 1.5 portability in test/Execute.py.
2008-09-24 stevenknightSplit the MSVS variant_dir sub-tests into separate...
2008-09-24 stevenknightSplit the sub-tests for cleaning MSVS project and solut...
2008-09-24 stevenknightMove the MSVS 6.0 test data into QMTest/TestSConsMSVS...
2008-09-24 stevenknightMove Visal Studio test data into QMTest/TestSConsMSVS.py.
2008-09-23 stevenknightRefactor Visual Studio testing logic into a separate...
2008-09-22 stevenknightFix for Windows that doesn't break other systems: ...
2008-09-22 stevenknightWindows portability (path names in expected output).
2008-09-20 stevenknightWindows portability: different error message for the...
2008-09-20 stevenknightWindows test fix: enhance the TestSCons class so an...
2008-09-20 bdbaddogFix broken swig tests when python being used to run...
2008-09-20 stevenknightWindows portability: escape strings with file path...
2008-09-19 stevenknightMake the test/MSVC/{msvc,hierarchical}.py tests work...
2008-09-19 stevenknightWindows portability in the expected output.
2008-09-18 managanHefty update to the tex tool.
2008-09-14 stevenknightIssue 2106: Don't match a directory that matches the...
2008-09-14 stevenknightIssue 1693: make the subdirectory in which the .sconsi...
2008-09-13 stevenknightRevert the previous change, I overlooked some regressio...
2008-09-13 stevenknightIssue 1693: Make the directory in which the .sconsign...
2008-09-13 stevenknightIssue 2121: fix handling #includes of files in Variant...
2008-09-11 stevenknightIssue 1681: Fix the ability of add_src_builder() to...
2008-09-10 managanAdd the ability of the Tex builder to change the name...
2008-09-10 GregNoelFix bugs in regression tests
2008-09-08 pankratIssue 1307: Invalidate node caches after Execute()
2008-09-08 stevenknightAccommodate earlier change in the order of arguments...
2008-09-08 managanA test case for my last commit.
2008-09-06 stevenknightAdd a test for revision 3340, escaping variable names...
2008-09-04 managanAdded a strfunction to the various tex builders. Since...
2008-09-03 garyoFix for bug #2184, Glob() corrupts LIBPATH.
2008-08-26 stevenknightIssue 2168: Mac OS X fixes for SWIG tests. (Greg...
2008-08-26 stevenknightIssue 2099: have Execute() print an error message...
2008-08-22 mightyllamascall subst on the line passed to Environment.WhereIs
2008-08-14 GregNoel Issue 2172: RPCGEN test fix for OS X
2008-08-14 GregNoelIssue 2162: YACC fix for OS X
2008-08-14 stevenknightIssue 2150: accommodate sporadic timing-related errors...
2008-08-12 stevenknightUpdate to 1.0.0.
2008-08-09 stevenknightMerged revisions 3057-3059,3061-3264 via svnmerge from
2008-06-10 stevenknightMerged revisions 2949-2953,2955-3056 via svnmerge from
2008-05-18 stevenknightMerged revisions 2928-2932,2934-2946 via svnmerge from
2008-04-30 stevenknightMerged revisions 2898-2901,2903-2927 via svnmerge from
2008-04-21 stevenknightMerged revisions 2880-2883,2885-2895 via svnmerge from
2008-04-19 stevenknightMerged revisions 2867-2879 via svnmerge from
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2720-2724 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
next