scons.git
2001-12-11 stevenknightAdd Anthony's os.spawnv patch file to the release.
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-11 stevenknightAdd another C Scanner unit test.
2001-12-11 stevenknightTrack implicit (scanned) dependencies separately from...
2001-12-11 stevenknightAdd a __hash_() method to the Scanners.
2001-12-11 stevenknightCreate a specific CScanner subclass.
2001-12-11 stevenknightDelay scanning a node from when we ask for its children...
2001-12-11 stevenknightMove autogeneration of PATH-based variables from Enviro...
2001-12-11 stevenknightRefactor some common testing in the C Scanner tests.
2001-12-11 stevenknightAdd Scanner objects to source files when we first find...
2001-12-11 stevenknightAdd a Node.FS.__cmp__() method, fix the Node.FS.Entry...
2001-12-11 stevenknightCreate a troff man page.
2001-12-11 stevenknightHave the C Scanner handle IOError when a file doesn...
2001-12-11 stevenknightRefactor the Builder execute() interface to take Nodes...
2001-12-07 stevenknightFix problems with Python callable objects as Builder...
2001-12-04 stevenknightSpeed up and generalize SCons.Util.find_files().
2001-12-03 stevenknightRefactor the Scanner class(es) into a Prototype pattern.
2001-11-29 stevenknightMore NT portability in the tests.
2001-11-28 stevenknightRemove some debug writes in setup.py that got left...
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-16 stevenknightAdd the scons package.
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-11-13 stevenknightGeneralize DH_COMPAT for various Debian build levels.
2001-11-05 stevenknightAdd some missing .aeignore files.
2001-11-02 stevenknightRebuild in response to a changed build command.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-30 stevenknightFix build dependencies.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
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 stevenknightIf the value of a is None, interpolate '', not 'None'.
2001-10-18 stevenknightComposite Builder and related changes from Charles...
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-15 stevenknightGeneralize whether or not nodes use signatures, and...
2001-10-15 stevenknightAdd an FS.Entry class that can morph to File or Dir.
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-12 stevenknightAdd LINKFLAGS support.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-12 stevenknightRefactor construction variable expansion.
2001-10-12 stevenknightUse the prefix and suffix arguments in the Builder...
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 stevenknightUse the module-specific current() function.
2001-10-09 stevenknightAdd support for -c (clean targets).
2001-10-09 stevenknightMake the Debian package build work.
2001-10-06 stevenknightCreate Debian package installation
2001-10-05 stevenknightUse the Node Walker to build dependencies in order.
2001-10-04 stevenknightAdd a node Walker for descending the dependency tree.
2001-10-03 stevenknightAdd a bin/ subdirectory for admin utilities, and a...
2001-10-03 stevenknightUpdating licensing.
2001-10-03 stevenknightMake the documentation build with more version of the...
2001-10-02 stevenknightAdd the Command() method.
2001-10-02 stevenknightAdd children() methods for nodes.
2001-10-02 stevenknightLet the Taskmaster control whether the build stops.
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 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-28 stevenknightAdd unit tests for Node methods that have been recently...
2001-09-26 stevenknightChange the env.Dictionary to an access method for an...
2001-09-26 stevenknightAdd support for SCONSFLAGS.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-24 stevenknightImplement the Depends() method.
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 stevenknightCygwin's tar can't seem to unzip and extract simultaneo...
2001-09-20 stevenknighttest/errors.py fails when not run under Aegis.
2001-09-20 stevenknightInstall scons, not scons.py
2001-09-20 stevenknightCygwin portability fixes for Windows NT builds.
2001-09-20 stevenknightAdd support for Default() targets.
2001-09-19 stevenknightAdd an outline for a User's Guide.
2001-09-19 stevenknightClean up the Node.FS class.
2001-09-19 stevenknightStill better error reporting in TestSCons.py.
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 stevenknightDereference symlinks when tarring the documentation.
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-14 stevenknightMake -w and --no-print-directory future options.
2001-09-13 stevenknightFix Python 2.1 warning
next