Improved regular expression for removing pairs from command-line strings. (Wayne...
[scons.git] / src / engine / SCons / Util.py
2004-10-27 stevenknightImproved regular expression for removing pairs from...
2004-10-22 stevenknightAvoid copying __builtin__ when evaluating variables...
2004-10-21 stevenknightWhen subst() returns a non-string object, return the...
2004-10-10 stevenknightOptimization: don't expand variables by using eval...
2004-10-09 stevenknightPerformance optimization: use re.sub() for variable...
2004-09-27 stevenknightFix env.subst() stack trace on var containing ListAction.
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-15 stevenknightFix suffix selection when there's no source file. ...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-08-31 stevenknightFix how get_name() returns Builder names from subclass...
2004-08-21 stevenknightFix env.Copy() stack trace.
2004-08-17 stevenknightTest portability fix. Fix handling of >.
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-07-30 stevenknightDon't blow up if the external PATH variable is not...
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-23 stevenknightBetter handling of syntax errors during variable expans...
2004-04-04 stevenknightAdd a reject argument to the env.Whereis() method....
2004-04-02 stevenknightFix Command() when not called through an Environment.
2004-03-27 stevenknightKeep *FLAGS variables as CLVar variables after copying...
2004-03-05 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
2004-03-03 stevenknightRefactor Scanner internals as a prelude to fixing use...
2004-02-28 stevenknight1.5.2 portability.
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-04 stevenknightFix a new variable expansion bug.
2004-01-29 stevenknightProvide a better error message when a construction...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2003-12-12 stevenknightFix stripping the library prefix.
2003-11-10 stevenknightUse sys.stdout.write() instead of print so line feeds...
2003-10-21 stevenknightBetter detection of KeyboardInterrupts. (Christoph...
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-08-18 stevenknightRefactor DictCmdGenerator to be a subclass of Selector.
2003-07-31 stevenknightDon't Split() SConscript file name strings on white...
2003-06-14 stevenknightMSVS documentation, remove unnecessary exceptions,...
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-23 stevenknightSuppress illegal construction variables.
2003-05-10 stevenknightInterpolate the null string for illegal list subscripts.
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-27 stevenknightFollow-up test portability fixes for IRIX. (Chad Austin)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-11 stevenknightCygwin fixes: use -fPIC and .dll for shared libraries...
2003-04-09 stevenknightSet the SYSTEMROOT environment variable on Windows...
2003-03-14 stevenknightFix WhereIs() to return a normalized path. (Lachlan...
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-12 stevenknightFix the new signature dictionary so it handles slices...
2003-02-22 stevenknightMake SCons.Util.to_String() more efficient.
2003-02-08 stevenknightSupport importing Platform and Tool specifications...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
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.
next