scons.git
2002-02-12 stevenknightIgnore the version.sgml file when deciding whether...
2002-02-12 stevenknightFilter out a file's ignore list from all of its depende...
2002-02-10 stevenknightDocument the LIBPATH construction variable.
2002-02-10 stevenknightAllow the exported variables in an SConscript() call...
2002-02-10 stevenknightWIN32 portability in tests.
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-02-09 stevenknightMake writing a .sconsign more robust by writing to...
2002-02-09 stevenknightLookup implicit dependencies relative to the directory...
2002-02-06 stevenknightAdd the Python 10 paper to the CVS repository now that...
2002-02-06 stevenknightBring CVS in sync with Aegis: Add missing .aeignore...
2002-02-05 stevenknightMore performance optimizations (Charles Crain)
2002-02-05 stevenknightMake scons return a failure code when a Builder fails...
2002-02-04 stevenknightForgot CHANGES.txt updates on the last two checkins.
2002-02-04 stevenknightMake scons return an error code (Anthony Roach)
2002-02-04 stevenknightSet PROGSUFFIX to .exe under Cygwin. (Chad Austin)
2002-02-04 stevenknightFinally, eat our own dog food: start using SCons to...
2002-02-03 stevenknightSupport Scanner functions returning strings, not just...
2002-01-31 stevenknightCompensate for an os.path.normpath('./') bug on Win32...
2002-01-31 stevenknightFlush sys.stdout after every write() so it intermixes...
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-31 stevenknightInitialize new branch.
2002-01-30 stevenknightPrepare for release 0.04.
2002-01-30 stevenknightSupport installation in arbitrary --prefix values.
2002-01-29 stevenknightPut quotes around arguments that contain white space...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-29 stevenknightFix SCon{struct,script} files to build SCons with itself.
2002-01-29 stevenknightPerformance improvement: avoid recomputing signatures.
2002-01-28 stevenknightFix so Nodes don't get removed by ListBuilder after...
2002-01-27 stevenknightAdd a --debug=pdb option to run SCons under the Python...
2002-01-27 stevenknightFix for previous Tasks change.
2002-01-26 stevenknightOnly execute an Action once for a List of targets.
2002-01-24 stevenknightAdd the Precious() method.
2002-01-24 stevenknightProvide an error message when a target hasn't been...
2002-01-24 stevenknightFix the Multiple Variants example in the man page.
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 stevenknightFix binary file signatures on Win32 (Crain).
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-23 stevenknightMake the C Scanner always return the dependencies sorte...
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-17 stevenknightAdd examples of using Library, LIBS, and LIBPATH.
2002-01-17 stevenknightRemove the Wrapper class in between the Walker and...
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
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-15 stevenknightFix things on the man page.
2002-01-12 stevenknightMake the Default() method accomodate targets with white...
2002-01-11 stevenknightFix using a directory as Default().
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...
next