Added fix for TeX includes with same name as subdirs.
[scons.git] / test / Repository /
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-01-01 stevenknightDefine "static final long serialVersionUID" in java...
2009-09-18 gregnoelFix test failure in Repository/Java.py on OS X
2009-02-11 stevenknightRemove more unnecessary imports from test scripts.
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-02-06 stevenknightRemove (lots) more unnecessary imports.
2009-02-06 stevenknightCommonize new string-search-in-output methods:
2008-12-27 GregNoelFix test to work on OS X; cleanup and simplification
2008-12-10 stevenknightIssue 1287: copy File attributes from the local Node...
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2006-02-14 stevenknightPortability fixes for Repository Java tests; eliminate...
2005-10-14 stevenknightGet rid of indentation tabs in the test scripts and...
2005-10-09 stevenknightGet rid of the last tabs in the source files and have...
2005-08-13 stevenknightAdd a skip_test() method to the infrastructure and...
2005-05-30 stevenknightHandle Repositories without an SConsignFile() in them.
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-04 stevenknightFix how scanners sort dependencies so it doesn't matter...
2004-07-15 stevenknightWin32 portability: add an explicit match argument...
2004-07-13 stevenknightFix tests on systems where 'ar' prints warnings about...
2004-02-28 stevenknightDocument the dbm_module argument to SConsignFile().
2004-02-09 stevenknightMake the M4 Builder work with repositories by adding...
2003-09-14 stevenknightMake more Environment methods from global functions.
2003-09-08 stevenknightGive the global functions corresponding Environment...
2003-06-18 stevenknightChange the double quotes around an up-to-date target...
2003-05-10 stevenknightAdd Java RMIC support.
2003-05-08 stevenknightAdd support for JavaH.
2003-04-29 stevenknightSupport Java when using Repository and SConscriptChdir...
2003-03-27 stevenknightFix a side effect of chdir to SConscript directory.
2003-03-14 stevenknightDocument the -f option correctly, support building...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-15 stevenknightNecessary changes towards supporting Jython.
2002-12-05 stevenknightPrevent -n from unlinking files.
2002-11-12 stevenknightArrange for local copies of files in build/ so the...
2002-11-01 stevenknightAdd more Repository tests (variants and command-line...
2002-10-19 stevenknightFixes for tests following the Repository/BuildDir refac...
2002-10-18 stevenknightWin32 test portability.
2002-10-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
2002-08-28 stevenknightOn Win32 systems, supply a default if PATHEXT isn't...
2002-08-13 stevenknightAdd BuildDir() support to the Repository functionality.
2002-08-06 stevenknightAdd a test for Repository and the -c option.
2002-08-06 stevenknightAdd Install() + Local() functionality.
2002-08-06 stevenknightAdd Local() functionality to Repository support.
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-07-30 stevenknightStill more Repository tests: CPPPATH, StaticLibrary...
2002-07-30 stevenknightAdd more Repository tests (and clean up multi-dir.py).
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-25 stevenknightWin32 portability in Repository tests.
2002-07-17 stevenknightRepository support (first cut).