scons.git
2002-07-20 stevenknightAdd an Rsearchall() method, and refactor the repository...
2002-07-17 stevenknightRepository support (first cut).
2002-07-16 stevenknightAdd a separate options argument for running SCons via...
2002-07-15 stevenknightPrep for release 0.08.
2002-07-15 stevenknightWin32 portability fixes. (Charles Crain)
2002-07-15 stevenknightWin32 fixes for test/SH{CC,CXX}FLAGS.py.
2002-07-14 stevenknightAdd --implicit-deps-changed. (Anthony Roach)
2002-07-14 stevenknightStill more Win32 portability.
2002-07-12 stevenknightAdded --implicit-deps-unchanged option. Added GetLaunch...
2002-07-12 stevenknightFix scons -v on win32. (Anthony Roach)
2002-07-12 stevenknightUse the correct prefix for pdb.py. (Terrel Shumway)
2002-07-12 stevenknightAdd prototype icc and ilink Tool specs for OS/2.
2002-07-10 stevenknightAllow build directories outside the SConstruct tree...
2002-07-08 stevenknightAdd a prototype os2 Platform() module.
2002-07-08 stevenknightAdd a TAR Builder.
2002-07-06 stevenknightPerformance enhancements: use a more efficient splitex...
2002-07-05 stevenknightruntest.py improvements
2002-07-04 stevenknightAdd support for side effect targets. (Anthony Roach)
2002-07-03 stevenknightFix SConstruct to use for build commands. (Terrel...
2002-07-03 stevenknightDeduce the target if it's not supplied.
2002-06-30 stevenknightOptimzation in the C Scanner: don't re-sort the list...
2002-06-28 stevenknightMake sure we identify cygwin systems and set environmen...
2002-06-27 stevenknightAdd support for assembly language (.s and .S) Tools...
2002-06-26 stevenknightWin32 portability fixes for various tests.
2002-06-21 stevenknightFix handling file names with multiple dots. (Charles...
2002-06-20 stevenknightFix the SCons packaging build on Win32.
2002-06-20 stevenknightChange the way implicit deps are stored to make it...
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)
next