scons.git
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)
2002-11-22 stevenknightMake File() and Dir() take a string for the second...
2002-11-22 stevenknightMake Default(source) and -U fail gracefully. (Anthony...
2002-11-22 stevenknightDocument the fact that Builder calls return Node objects.
2002-11-13 stevenknightWin32 portability.
2002-11-13 stevenknightDocument Repository and other methods, plus some added...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-11-12 stevenknightAdd the ParseConfig() method. (Steve Leblanc)
2002-11-12 stevenknightFix scans for derived include files in Repositories...
2002-11-12 stevenknightArrange for local copies of files in build/ so the...
2002-11-06 stevenknightRefactor command-line parsing. (Steve Leblanc)
2002-11-05 stevenknightFix a scanner bug for repository files included by...
2002-11-05 stevenknightChange runtest.py, SConstruct and the Aegis project...
2002-11-04 stevenknightAdd a function to choose content signature type. (Antho...
2002-11-03 stevenknightExtend runtest.py so it can batch tests for Aegis.
2002-11-01 stevenknightAdd more Repository tests (variants and command-line...
2002-10-21 stevenknightAdd MSVC .res builder. (Anthony Roach)
2002-10-19 stevenknightFixes for tests following the Repository/BuildDir refac...
2002-10-18 stevenknightWin32 test portability.
2002-10-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
2002-10-15 stevenknightFix some file headers. (Charles Crain)
2002-10-14 stevenknightAllow new Reading
2002-10-13 stevenknightMake undeclared options be ignored. (Anthony Roach)
2002-10-10 stevenknightFix verbose BuildError bug. (Anthony Roach)
2002-10-10 stevenknightAdd Python and SCons version checking functions. (Antho...
2002-10-09 stevenknightAllow build/doc/version.sgml to be created on build...
2002-10-09 stevenknightFix dependency scanning when overriding LIBS (Anthony...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-04 stevenknightwin32 test portability fixes (Anthony Roach)
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-10-01 stevenknightAdd SHOBJPREFIX AND SHOBJSUFFIX.
2002-09-30 stevenknightAdd output to tell people when we're reading SConscript...
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-09-26 stevenknightAdd customizable variable helper. (Anthony Roach)
next