Extend SConstruct et al. to build .zip files, and to build the scons-src package...
[scons.git] / test /
2002-02-21 stevenknightAdd the -q option.
2002-02-21 stevenknightFix the --debug=pdb option on Windows.
2002-02-21 stevenknightRemove all built targets even if some don't exist.
2002-02-21 stevenknightImplement the -u option (Task 39028). (Steve Leblanc)
2002-02-20 stevenknightAdd command generator function support. (Anthony Roach)
2002-02-14 stevenknightFix new .sconsign file write-logic portability to Windo...
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-02-10 stevenknightWIN32 portability in tests.
2002-02-09 stevenknightMake writing a .sconsign more robust by writing to...
2002-02-05 stevenknightMake scons return a failure code when a Builder fails...
2002-02-04 stevenknightMake scons return an error code (Anthony Roach)
2002-02-03 stevenknightSupport Scanner functions returning strings, not just...
2002-01-31 stevenknightRemove left-over debug prints in test/subdir.py.
2002-01-31 stevenknightAllow libraries to specified as source files on the...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-27 stevenknightFix for previous Tasks change.
2002-01-24 stevenknightAdd the Precious() method.
2002-01-24 stevenknightProvide an error message when a target hasn't been...
2002-01-24 stevenknightAdd the Ignore() method.
2002-01-23 stevenknightProvide a traceback if a Python-function builder throws...
2002-01-23 stevenknightHandle LIBPATH as a string (Crain).
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-19 stevenknightWindows NT portability in the ARGUMENTS.py test.
2002-01-18 stevenknightTask 45350 - Add passing of custom command-line arguments.
2002-01-15 stevenknightAdd Action() and Scanner() the list of global variables.
2002-01-15 stevenknightStart getting ready to eat our own dog food: prototype...
2002-01-15 stevenknightDocument function Actions and fix their return values...
2002-01-12 stevenknightMake the Default() method accomodate targets with white...
2002-01-11 stevenknightFix using a directory as Default().
2002-01-11 stevenknightAdd command-line redirection (Charles Crain).
2002-01-11 stevenknightCheck for the existence of lex and yacc in those tests...
2002-01-07 stevenknightAdd support for lex and yacc.
2001-12-30 stevenknightWindows test fixes
2001-12-29 stevenknightAdd --debug=tree (print depenency tree) support
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-22 stevenknightMake Default work with subdirectories.
2001-12-21 stevenknightWindows NT portability fixes for tests.
2001-12-21 stevenknightCreate the Script directory
2001-12-21 stevenknightProvide an error message when a command isn't found.
2001-12-20 stevenknightFix Export(), add Import() and Return()
2001-12-19 stevenknightBug fixes from Charles Crain.
2001-12-17 stevenknightMake Default() accept a node
2001-12-17 stevenknightMake SCONS_LIB_DIR actually work
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-07 stevenknightFix problems with Python callable objects as Builder...
2001-11-29 stevenknightMore NT portability in the tests.
2001-11-28 stevenknightDetect dependency cycles
2001-11-28 stevenknightChange packaging to the new /usr/lib/scons/ scheme
2001-11-27 stevenknightMove most of the code from the scons script into a...
2001-11-24 stevenknightMore NT portability fixes.
2001-11-22 stevenknightComplete CPPPATH work.
2001-11-21 stevenknightGracefully handle the case where a .sconsign file can...
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-02 stevenknightRebuild in response to a changed build command.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightFix a number of small problems in tests.
2001-10-26 stevenknightFix a signature calculation bug.
2001-10-26 stevenknightMake up-to-date messages get printed out in the correct...
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-24 stevenknightAdd -k support and more
2001-10-18 stevenknightComposite Builder and related changes from Charles...
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-12 stevenknightAdd LINKFLAGS support.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-11 stevenknightImplement special variable substitution.
2001-10-11 stevenknightAdd the Library() method.
2001-10-10 stevenknightAdd -i (ignore errors) support
2001-10-09 stevenknightAdd support for -c (clean targets).
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightAdd the Command() method.
2001-10-02 stevenknightHandle build errors.
2001-10-01 stevenknightPass in the signature Calculator to the Task
2001-09-29 stevenknightAdd support for multi-command Builders and Actions.
2001-09-29 stevenknightDon't use Program() on some tests that don't need it.
2001-09-29 stevenknightMake match_exact the default match function for TestSCons.
2001-09-29 stevenknightAdd a test for unknown options (both short and long).
2001-09-28 stevenknightAdd support for the ENV construction variable.
2001-09-26 stevenknightAdd support for SCONSFLAGS.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-21 stevenknightHave SCons report when something is up-to-date.
2001-09-21 stevenknightrebuild in response to changed .c file
2001-09-21 stevenknightError message if no SConstruct file.
2001-09-21 stevenknightAdd additional tests to provide more examples.
2001-09-20 stevenknightAdd dummy C code to use argc and argv in tests.
2001-09-20 stevenknighttest/errors.py fails when not run under Aegis.
2001-09-20 stevenknightInstall scons, not scons.py
2001-09-20 stevenknightAdd support for Default() targets.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.
2001-09-16 stevenknightAdd more information error reporting from tests.
2001-09-15 stevenknightAdd a TestSCons module for common initialization of...
2001-09-14 stevenknightAdd a test for -- terminating option processing.
2001-09-13 stevenknightFix Python 2.1 warning
2001-09-12 stevenknightFixes for -f end cases.
2001-09-11 stevenknightAdd a test for local Help() functionality.
2001-09-11 stevenknightAdd -I support.
2001-09-11 stevenknightTest the long -f options (--file, --makefile, --sconstr...
2001-09-11 stevenknightAdd -n and -s support.
next