Update Copyright years.
[scons.git] / src /
2003-01-16 stevenknightUpdate Copyright years.
2003-01-16 stevenknightPrep 0.10 for release.
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 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-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-06 stevenknightInitialize the new branch. (Includes an SConstruct...
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 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-04 stevenknightAdd a function to choose content signature type. (Antho...
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 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)
2002-09-25 stevenknightWindows portability
2002-09-17 stevenknightMake sure we can find tools using the PATH specified...
2002-09-15 stevenknightProvide a Scanner hook to allow file scans to be avoide...
2002-09-11 stevenknightCorrect interpretation of '#/../foo' on Win32. (Jeff...
2002-09-09 stevenknightWarn when -c can't remove a file.
2002-09-08 stevenknightEliminate an exception when using -U.
2002-09-07 stevenknightFix ASPPCOM value for gas.
2002-09-07 stevenknightWin32 portability: Fix error status passing back when...
2002-09-07 stevenknightFix -j with multiple targets. (Anthony Roach)
2002-09-05 stevenknightRefactor SCons.Util.Detect() into an Environment method.
2002-09-05 stevenknightFix the tests that broke from the tool auto-detect...
2002-08-31 stevenknightProvide a message if there are no command-line targets...
2002-08-30 stevenknightMake SCons/Tool/ifl.py get included in the win32 packag...
2002-08-29 stevenknightAccount for systems not having every type of compiler.
2002-08-29 stevenknightSupport the Intel Fortran Compiler.
2002-08-29 stevenknightDynamically check for the existence of utilities. ...
2002-08-28 stevenknightOn Win32 systems, supply a default if PATHEXT isn't...
2002-08-28 stevenknightMake sure auto-deducing target names works when a Node...
2002-08-28 stevenknightDon't remove source files specified on the command...
2002-08-26 stevenknightPut auto-deduced target names in the same directory...
2002-08-26 stevenknightAdd a Prepend() method to Environments. (Chad Austin)
2002-08-23 stevenknightImplement spawn() using os.system() on Posix OSes....
2002-08-23 stevenknightMake case differences not effect #include order. ...
2002-08-22 stevenknightYet again redo the uppercasing of drives on win32 fix...
next