scons.git
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-18 stevenknightSupply more specific version info, including build...
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-14 stevenknightAccomodate '-' (and other characters) in #include files...
2002-06-12 stevenknightAdd a native Fortran include scanner.
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-06-08 stevenknightDifferentiate help text for -D, -u and -U.
2002-06-06 stevenknightFix SConsignEntry.set_implicit() to handle null strings...
2002-06-05 stevenknightChanges from Charles Crain.
2002-06-05 stevenknightFix ListBuilder so it works with --implicit-cache....
2002-06-05 stevenknightPrint an error message if a file can't be unlinked...
2002-06-05 stevenknightFix --implicit-cache if the scanner returns an empty...
2002-05-31 stevenknightWindows NT portability.
2002-05-23 stevenknightAdd --debug=time option. (Anthony Roach)
2002-05-23 stevenknightFix .sconsign signature storing so that the output...
2002-05-18 stevenknightCtrl-C Improvements (Anthony Roach)
2002-05-17 stevenknightFallback to timestamp signatures when MD5 is not availa...
2002-05-16 stevenknightMake the drive letters on Windows always be the same...
2002-05-15 stevenknightFix a --implicit-cache when a file has no implicit...
2002-05-15 stevenknightFix a couple obscure bugs. (Anthony Roach)
2002-05-14 stevenknightFix for relative CPPPATH when BuildDir() is in use...
2002-05-13 stevenknightFix some bad exceptions in Defaults.py (Anthony Roach)
2002-05-09 stevenknightAdd some help to setup.py if distutils isn't installed...
2002-05-09 stevenknightAdd a Platform() method.
2002-05-09 stevenknightWindows portability.
2002-05-07 stevenknightAdd a better PATH search to the tests.
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-05-06 stevenknightFollow-on to Append() functionality: generalize the...
2002-05-06 stevenknightAdd Append() and Replace() functions. (Zed Shaw)
2002-05-04 stevenknightFix runtest.py so that it tests the correct SCons even...
2002-05-04 stevenknightInitialize the new branch.
2002-05-03 stevenknightFix for handling deleted files in packages when closing...
2002-05-02 stevenknightReally prepare for the 0.07 release.
2002-05-02 stevenknightFix a bug that caused BuildDir(duplicate=1) along with...
2002-05-02 stevenknightBuild: don't use an intermediate scons-doc.tar file.
2002-05-02 stevenknightDon't rebuild WIN32 libraries when there's no import...
2002-05-02 stevenknightAdd a test (short-circuited for now) for file names...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-30 stevenknightImprove the scons.bat script. (Alex Jacques)
2002-04-29 stevenknightFix for CPPPATH='#'. (Charles Crain)
2002-04-29 stevenknightAdd 'dirs' and 'names' keyword arguments to SConscript...
2002-04-29 stevenknightDoc and README/RELEASE updates in preparation for event...
2002-04-25 stevenknightDon't create a directory Node when a file already exist...
2002-04-24 stevenknightFix for relative CPPPATH directories in subsidiary...
2002-04-24 stevenknightLeft DH_VERBOSE set on the Debian packaging rework.
2002-04-24 stevenknightMake Alias work with -U, -u, and -D (Anthony Roach)
2002-04-24 stevenknightRework Debian packaging ito incorporate changes from...
2002-04-23 stevenknightSupport building a PDF file directly from a TeX or...
2002-04-23 stevenknightFix attempts to unlink directories when unzipping an...
2002-04-23 stevenknightBuild patches for IRIX. (Chad Austin)
2002-04-22 stevenknightSmall fix for yacc: only look for a .h file if they...
2002-04-22 stevenknightTreat .c (lower case) and .C (upper case) files the...
2002-04-22 stevenknightPropogate PYTHONPATH when building SCons.
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-22 stevenknightFix Fortran arguments on Win32.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-17 stevenknightWin32 portability fix for the --debug=dtree test.
2002-04-16 stevenknightFix importing of modules from the SConscript directory...
2002-04-16 stevenknightHandle long command lines for the MSVC linker.
2002-04-16 stevenknightShared library test fixes. (Charles Crain)
2002-04-15 stevenknightFollow-on shared library fix for WIN32 systems. (Charl...
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightChange the meaning of -U, and made -D work like -U...
2002-04-11 stevenknightMake .sconsign files get written even if the build...
2002-04-11 stevenknightChange to SConscript directory when reading it. (Steve...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-11 stevenknightImplement implicit dependency caching.
2002-04-09 stevenknightAdd a better hierarchical build example from the scons...
2002-04-09 stevenknightImplement content signature caching and --max-drift...
2002-04-05 stevenknightClean up how the Environment dictionary is passed to...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-04-05 stevenknightFix various problems with --profile (Anthony Roach)
2002-04-05 stevenknightAdd --debug=dtree option (Anthony Roach)
2002-04-04 stevenknightFix rescanning of files with no implicit deps (Anthony...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-31 stevenknightMake -c work with -n: don't remove the files!
2002-03-30 stevenknightInitialize the new branch.
2002-03-28 stevenknightDon't try to build the extremely incomplete User Guide.
2002-03-28 stevenknightPrepare for 0.06 release.
2002-03-28 stevenknightSupport a CPPFLAGS variable (a la GNU Make).
2002-03-28 stevenknightAdd Fortran support.
2002-03-27 stevenknightAdd more document Builders: PDF and PostScript.
2002-03-27 stevenknightDocument the ARGUMENTS dictionary for command-line...
2002-03-27 stevenknightEliminate build/packaging dependency on jade, jadetex...
2002-03-27 stevenknightFix problems with two tests (one portability, one syntax).
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-23 stevenknightSupport the build of TeX documents (Task 47116). ...
2002-03-22 stevenknightMake env['FOO'] by shorthand for env.Dictionary()[...
2002-03-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-21 stevenknightMake construction variables with a value of 0 work...
2002-03-21 stevenknightSpeed up SCons.Sig.Calculator.bsig() (second most time...
2002-03-20 stevenknightFix subtle problems in end cases with using multiple...
2002-03-19 stevenknightEnhance the Walker to call a third supplied function...
2002-03-16 stevenknightTurn the Prog Scanner into a prototype pattern that...
2002-03-16 stevenknightMake FunctionAction arguments be Nodes, not strings...
2002-03-14 stevenknightSwap the global and local arguments in scons_subst...
2002-03-12 stevenknightSupport whitespace separated CPPPATH, etc. (Task 49057...
next