Package a standalone scons-local package.
[scons.git] / src / script / scons.py
2002-12-04 stevenknightPackage a standalone scons-local package.
2002-06-18 stevenknightSupply more specific version info, including build...
2002-02-25 stevenknightInitialize the new branch.
2002-01-30 stevenknightSupport installation in arbitrary --prefix values.
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2001-12-29 stevenknightAdd /usr/local/scons* to sys.path.
2001-12-17 stevenknightMake SCONS_LIB_DIR actually work
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-16 stevenknightAdd the scons package.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
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-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-15 stevenknightRemove the Node.derived attribute.
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-05 stevenknightUse the Node Walker to build dependencies in order.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightFix various bugs caused by Python 2.1
2001-10-02 stevenknightHandle build errors.
2001-10-01 stevenknightPass in the signature Calculator to the Task
2001-09-29 stevenknightAdd a test for unknown options (both short and long).
2001-09-26 stevenknightAdd support for SCONSFLAGS.
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-20 stevenknightAdd support for Default() targets.
2001-09-19 stevenknightClean up the Node.FS class.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.