Added fix for TeX includes with same name as subdirs.
[scons.git] / test / option-n.py
2009-07-24 stevenknightUpdate the Test{Cmd,Common}.py 0.36, with better diff...
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.
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-07-15 stevenknightMerged revisions 1502-1677,1679-1682,1684-1918,1920...
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2005-05-07 stevenknightMake SConsignFile() behavior the default.
2004-09-21 stevenknightBetter test infrastructure for cleaning (-c) messages...
2004-09-15 stevenknightBetter -n test: make sure the directory is clean first...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2003-06-18 stevenknightChange the double quotes around an up-to-date target...
2003-06-12 stevenknightRaise an error if SConf needs to do something but ...
2003-05-31 stevenknightDon't update the .sconsign files when using -n. (Steve...
2003-05-19 stevenknightChange the Building message to say Cleaning when the...
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.
2003-01-01 stevenknightDon't duplicate source files in a BuildDir when the...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-12-05 stevenknightChange the name of 'lib.py' to 'mslib.py'.
2002-12-05 stevenknightPrevent -n from unlinking files.
2002-09-30 stevenknightAdd output to tell people when we're reading SConscript...
2002-06-05 stevenknightChanges from Charles Crain.
2002-03-31 stevenknightMake -c work with -n: don't remove the files!
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-28 stevenknightFix a number of small problems in tests.
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-11 stevenknightImplement special variable substitution.
2001-10-03 stevenknightUpdating licensing.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-16 stevenknightAdd more information error reporting from tests.
2001-09-15 stevenknightAdd a TestSCons module for common initialization of...
2001-09-11 stevenknightAdd -n and -s support.
2001-09-09 stevenknightAdd command-line processing for all options (with tests).