scons.git
2002-01-11 stevenknightInitialize the new branch.
2002-01-11 stevenknightPrepare for release.
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-11 stevenknightFix improper initialization of a UserString (Charles...
2002-01-11 stevenknightRefactor the Windows registry stuff from Defaults.py...
2002-01-11 stevenknightAdd the InstallAs() method (Charles Crain).
2002-01-10 stevenknightFix bug 494991
2002-01-10 stevenknightIn the Object Builder, use a single Action instance...
2002-01-09 stevenknightSplit Action objects into their own module.
2002-01-08 stevenknightCollect common type-checking logic in SCons.Util.
2002-01-08 stevenknightDocument fixes for 0.02 man page omissisions.
2002-01-07 stevenknightAdd support for lex and yacc.
2002-01-05 stevenknightRefactor BuilderBase.__call__() to separate node creati...
2002-01-05 stevenknightAllow Builder objects to have both an action and a...
2002-01-03 stevenknightSignature performance improvements (Charles Crain).
2002-01-03 stevenknightRefactor CompositeBuilder initialization.
2002-01-02 stevenknightNode.FS performance improvements (Charles Crain).
2002-01-02 stevenknightAppend suffixes to white-space separated source files...
2001-12-31 stevenknightForgot to credit Anthony in CHANGES.txt for the perform...
2001-12-31 stevenknightGeneral performance tweaks
2001-12-30 stevenknightWindows test fixes
2001-12-30 stevenknightFinish MSVC support
2001-12-30 stevenknightFix race condition with --debug=tree and -j
2001-12-29 stevenknightAdd --debug=tree (print depenency tree) support
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-29 stevenknightAdd /usr/local/scons* to sys.path.
2001-12-24 stevenknightUpdate the release instructions, add an announcement.
2001-12-24 stevenknightInitialize the new branch.
2001-12-24 stevenknightPrepare for release.
2001-12-22 stevenknightMake Default work with subdirectories.
2001-12-22 stevenknightAdd a quick-and-dirty set of examples to the man page.
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 stevenknightBug fixes: BuildDir() non-writable files, and CPPPATH...
2001-12-20 stevenknightForgot CHANGES.txt updates on last checkin.
2001-12-20 stevenknightFix Export(), add Import() and Return()
2001-12-19 stevenknightAdd a getcwd() method to Node.FS so we can wrap up...
2001-12-19 stevenknightUpdate release HOWTO now that our download web page...
2001-12-19 stevenknightBug fixes from Charles Crain.
2001-12-17 stevenknightFix setup.py so it doesn't require an argument.
2001-12-17 stevenknightMake Default() accept a node
2001-12-17 stevenknightMake SCONS_LIB_DIR actually work
2001-12-17 stevenknightForgot to update the change log on the last fix (CPPPATH).
2001-12-17 stevenknightAdd CPPPATH to man page
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-14 stevenknightFix the comment at the top of the scons.bat file.
2001-12-14 stevenknightUpdate version numbers, etc., to 0.02.
2001-12-14 stevenknightGive the debian build its own Command() so we can expli...
2001-12-14 stevenknightPrepare release notes, change log, etc.
2001-12-14 stevenknightLast Windows NT portability fixes (this release).
2001-12-14 stevenknightFix a build reentrancy problem introduced by our RPM...
2001-12-14 stevenknightFix for copying BuilderWrapper objects within Environme...
2001-12-13 stevenknightRoll our own RPM package generation.
2001-12-13 stevenknightAdd the troff man page to the Debian package.
2001-12-13 stevenknightAdd variable interpolation to the man page
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
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'.
next