Big change for shared libraries and a bunch of other flexibility. (Charles Crain)
[scons.git] / src / engine / SCons / Util.py
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.