Add --debug-includes. (Anthony Roach)
[scons.git] / src / engine / SCons / Util.py
2003-01-14 stevenknightAdd --debug-includes. (Anthony Roach)
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2002-12-27 stevenknightImplement the Clean() function.
2002-12-03 stevenknightSupport variable substitution on scanner directories...
2002-11-13 stevenknightWin32 portability.
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-11-12 stevenknightAdd the ParseConfig() method. (Steve Leblanc)
2002-10-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
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-28 stevenknightOn Win32 systems, supply a default if PATHEXT isn't...
2002-08-04 stevenknightFix commands with spaces in them (Bug: 589281 and 58928...
2002-07-14 stevenknightStill more Win32 portability.
2002-07-12 stevenknightAdd prototype icc and ilink Tool specs for OS/2.
2002-07-06 stevenknightPerformance enhancements: use a more efficient splitex...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-05-31 stevenknightWindows NT portability.
2002-05-16 stevenknightMake the drive letters on Windows always be the same...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
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-14 stevenknightSwap the global and local arguments in scons_subst...
2002-03-12 stevenknightSupport whitespace separated CPPPATH, etc. (Task 49057...
2002-03-12 stevenknightMove find_file() and find_files() from SCons.Util to...
2002-03-08 stevenknightFix an exception caused by a null-string CPPPATH.
2002-02-17 stevenknightAdd preliminary support for Unicode strings.
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
2002-01-11 stevenknightRefactor the Windows registry stuff from Defaults.py...
2002-01-08 stevenknightCollect common type-checking logic in SCons.Util.
2001-12-31 stevenknightGeneral performance tweaks
2001-12-29 stevenknightAdd --debug=tree (print depenency tree) support
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-20 stevenknightBug fixes: BuildDir() non-writable files, and CPPPATH...
2001-12-19 stevenknightBug fixes from Charles Crain.
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-11 stevenknightMove autogeneration of PATH-based variables from Enviro...
2001-12-04 stevenknightSpeed up and generalize SCons.Util.find_files().
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-10-18 stevenknightIf the value of a is None, interpolate '', not 'None'.
2001-10-12 stevenknightRefactor construction variable expansion.
2001-10-11 stevenknightImplement special variable substitution.
2001-10-11 stevenknightAdd the Library() method.
2001-10-03 stevenknightUpdating licensing.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-24 stevenknightImplement the Depends() method.