scons.git
2003-02-26 stevenknightFix str(Node.FS) in an SConscript file, and add a separ...
2003-02-26 stevenknightAdd SharedObject() support to masm. (Lachlan O'Dea)
2003-02-26 stevenknightFinish Tar builder support, add Zip builder support.
2003-02-25 stevenknightAdd support for Perforce. (Charles Crain)
2003-02-22 stevenknightWarn when the user tries to set TARGET[S] or SOURCE...
2003-02-22 stevenknightFix Install test portability by converting an OSError...
2003-02-22 stevenknightMake SCons.Util.to_String() more efficient.
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-20 stevenknightReally remove the deprecated name attribute from Builders.
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-12 stevenknightRemove deprecated features.
2003-02-12 stevenknightMake the Install() method copy files (by default).
2003-02-11 stevenknightInitialize the 0.12 branch
2003-02-11 stevenknightPrepare for release.
2003-02-11 stevenknightFix some performance problems with the --implicit-cache...
2003-02-11 stevenknightDisable annotation of nodes with the calling stack...
2003-02-10 stevenknightFix the scons.bat file for the new library packaging.
2003-02-10 stevenknightAdd support for the SGI library archiver. (Chad Austin)
2003-02-10 stevenknightFix the Win32 installer package.
2003-02-10 stevenknightSupport more intuitive build directory specifications...
2003-02-09 stevenknightAnnotate objects with their creation SConscript and...
2003-02-08 stevenknightSupport importing Platform and Tool specifications...
2003-02-08 stevenknightFix the last DESCRIPTION paragraph about default Tool...
2003-02-08 stevenknightMore User's Guide edits.
2003-02-07 stevenknightAdd a patch to help many systems terminate on interrupt...
2003-02-07 stevenknightFix case-sensitive packaging problem on Win32.
2003-02-06 stevenknightCheckin of in-progress work on the User Guide.
2003-02-06 stevenknightAdd the --random option.
2003-02-05 stevenknightChange the default behavior when no arguments are speci...
2003-02-04 stevenknightFixes for compiling with MSVC when running cygwin Pytho...
2003-02-03 stevenknightAdd CacheDir support.
2003-02-02 stevenknightAdd a strfunction() to Command actions, and add an...
2003-01-30 stevenknightWin32 portability.
2003-01-29 stevenknightAdd IRIX and MIPSPro support. (Chad Austin)
2003-01-27 stevenknightProvide a better error message when a BuildDir() is...
2003-01-25 stevenknightPharLap follow-on patch. (Charles Crain)
2003-01-25 stevenknightFix a bug when -c is used with -n. (Steve Leblanc)
2003-01-25 stevenknightFix adding a prefix when the target isn't specified.
2003-01-25 stevenknightFix how BUILDERS are updated.
2003-01-22 stevenknightAdd support for the PharLap ETS tools. (Charles Crain)
2003-01-22 stevenknightMinor fixes: CR-LF in scons.bat file, remove old name...
2003-01-21 stevenknightFix library dependencies when the prefix is specified...
2003-01-21 stevenknightGenerate the file list in the RPM .spec file.
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-17 stevenknightInitialize the new branch.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-16 stevenknightPrep 0.10 for release.
2003-01-16 stevenknightWin32 portability.
2003-01-16 stevenknightFix bug in Clean() functionality. (Steve Leblanc)
2003-01-15 stevenknightFix scanning Aliases of nodes which have scanners....
2003-01-15 stevenknightNecessary changes towards supporting Jython.
2003-01-15 stevenknightAdd .def file support to the mingw tool. (Anthony...
2003-01-14 stevenknightAdd --debug-includes. (Anthony Roach)
2003-01-14 stevenknightFix bug removing symbolic links. (Steve Leblanc)
2003-01-13 stevenknightTest improvements suggested by Charles Crain.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2003-01-11 stevenknightMore Win32 test portability.
2003-01-09 stevenknightWin32 portability.
2003-01-09 stevenknightBetter initial explanation of SConscript files; fix...
2003-01-09 stevenknightAdd MinGW support. (Anthony Roach)
2003-01-07 stevenknightFix files with the same name as subdirs.
2003-01-07 stevenknightFix specifying only the source argument to a MultiStepB...
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2003-01-05 stevenknightFix problems returning the appropriate exit status...
2003-01-01 stevenknightDon't duplicate source files in a BuildDir when the...
2002-12-28 stevenknightHave the Environment.get() method return None as the...
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-12-27 stevenknightImplement the Clean() function.
2002-12-22 stevenknightSupport Repositories on a different file system, when...
2002-12-22 stevenknightFix typo in test/README. (Derrick 'dman' Hudson)
2002-12-19 stevenknightFinish the Action refactoring by removing Builder.execu...
2002-12-17 stevenknightRefactor action execution so it's controlled by the...
2002-12-16 stevenknightMake the 'Do not know how to build' error message catch...
2002-12-14 stevenknightMake error and warning message consistent. (Anthony...
2002-12-11 stevenknightUse pickle for .sconsign. (Anthony Roach)
2002-12-10 stevenknightAdd functions for getting and setting the number of...
2002-12-07 stevenknightRemove .pyc files from the scons-local package.
2002-12-07 stevenknightRemove dependence on Aegis symlinks by adding a bootstr...
2002-12-06 stevenknightInitialize the new branch. (Includes an SConstruct...
2002-12-06 stevenknightFix integration builds, put back symlinks temporarily.
2002-12-05 stevenknightPrepare the 0.09 release.
2002-12-05 stevenknightChange the name of 'lib.py' to 'mslib.py'.
2002-12-05 stevenknightPrevent -n from unlinking files.
2002-12-04 stevenknightPackage a standalone scons-local package.
2002-12-03 stevenknightSupport variable substitution on scanner directories...
2002-11-30 stevenknightExtend Win32 long command-line processing to lib.py...
2002-11-30 stevenknightReally take care of non-existent drive letters on Win32.
2002-11-27 stevenknightSerialize calls to Node.prepare() (Anthony Roach)
2002-11-27 stevenknightFix for Red Hat 8.0: use rpmbuild instead of rpm ...
2002-11-27 stevenknightProvide graceful failures when a source file doesn...
2002-11-25 stevenknightMake the shell pickable via a construction variable...
2002-11-25 stevenknightMake env.SideEffect work for Dir nodes. (Anthony Roach)
2002-11-25 stevenknightFix the Win32 checks for an explicit import library...
2002-11-23 stevenknightMake building source files fail like Make.
2002-11-22 stevenknightPatch up some documentation holes. (Anthony Roach)
next