scons.git
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-08 stevenknightFix test/ASFLAGS.py.
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-09-02 stevenknightAdd a script to rsync the Aegis repository to SourceForge
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 stevenknightFix the SConstruct to avoid zipit NameError if zip...
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...
2002-08-19 stevenknightCache exists() and rexists() values all the time.
2002-08-18 stevenknightRemove debug prints left in test/BuildDir.py.
2002-08-13 stevenknightAdd BuildDir() support to the Repository functionality.
2002-08-13 stevenknightFix implicit dependencies with duplicate=0.
2002-08-12 stevenknightRedo the uppercasing of drives on win32 fix. (Anthony...
2002-08-09 stevenknightFix aliases as dependencies. (Anthony Roach)
2002-08-08 stevenknightRefactor the interface between Rsearch() and Rsearchall...
2002-08-08 stevenknightMan page updates: Mention invoking scons
2002-08-06 stevenknightAdd a test for Repository and the -c option.
2002-08-06 stevenknightAdd Install() + Local() functionality.
2002-08-06 stevenknightAdd Local() functionality to Repository support.
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-08-05 stevenknightAdd a decent error message for corrupted .sconsign...
2002-08-05 stevenknightMake -U be case insensitive on Win32 (Bug 589292) ...
2002-08-05 stevenknightFix incorrect time stamp for linked files (Bug 589288...
2002-08-04 stevenknightFix commands with spaces in them (Bug: 589281 and 58928...
2002-07-30 stevenknightStill more Repository tests: CPPPATH, StaticLibrary...
2002-07-30 stevenknightAdd more Repository tests (and clean up multi-dir.py).
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-25 stevenknightWin32 portability in Repository tests.
2002-07-21 stevenknightRefactor current() calculation so the Taskmaster passes...
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...
next