Improved regular expression for removing pairs from command-line strings. (Wayne...
[scons.git] / src / CHANGES.txt
2004-10-27 stevenknightImproved regular expression for removing pairs from...
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
2004-10-23 stevenknightAllow substitution of (Levi Stephen) and other constru...
2004-10-23 stevenknightSmarter sync'ing of the .sconsign file when it's writte...
2004-10-22 stevenknightSupport .lex and .yacc file suffixes. (Matthew Doar)
2004-10-22 stevenknightAvoid copying __builtin__ when evaluating variables...
2004-10-22 stevenknightSupport default Options values of None. (Gary Oberbrunner)
2004-10-21 stevenknightHandle use of Mkdir() when the file exists.
2004-10-20 stevenknightAllow explicit target_factory=Dir with Builders that...
2004-10-13 stevenknightUpdate the version numbers that --version prints every...
2004-10-12 stevenknightFix Java parsing when a string is encountered. (Christ...
2004-10-10 stevenknightOptimization: don't expand variables by using eval...
2004-10-09 stevenknightPerformance optimization: use re.sub() for variable...
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-10-08 stevenknightParseConfig and -I<space>filename.
2004-10-08 stevenknightAdd a missing newline to the end of the --debug=explain...
2004-10-08 stevenknightHave the Qt Builder make uic-built files dependent...
2004-10-07 stevenknightRemove scan=0 calls to Node.current() for implicit...
2004-10-07 stevenknightAllow importing local files from Tools found on a toolp...
2004-10-07 stevenknightAllow passing a dictionary of keyword arguments to...
2004-10-07 stevenknightClear out dependent-child caches when a node is rebuilt...
2004-10-06 stevenknightBetter --debug=explain info when build actions change...
2004-10-06 stevenknightAdd a deprecated warning for the scanner keyword argume...
2004-10-06 stevenknightAdd a name to the default ObjSourceScanner. (Kevin...
2004-09-29 stevenknightFix use of a list of SConscript files when calling...
2004-09-29 stevenknightOn Win32, install scons.bat from setup.py.
2004-09-27 stevenknightFix env.subst() stack trace on var containing ListAction.
2004-09-27 stevenknightAdd support for changing directory when executing Actio...
2004-09-26 stevenknightMore robust Scanner comparisons. (Kevin Quick)
2004-09-26 stevenknightApply Scanner.Scanner args to the Base class initializa...
2004-09-25 stevenknightUpdate Scanner pydoc, enhance tests. (Kevin Quick)
2004-09-25 stevenknightAdd a --debug=findlibs option. (Gary Oberbrunner)
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-24 stevenknightAdd ParseConfig() support for -mwindows and -mno-cygwin...
2004-09-24 stevenknightGet the source_scanner from the target node, not the...
2004-09-24 stevenknightAdd validator functions for PathOption. (Steve Christe...
2004-09-24 stevenknightFix --no-exec handling of cache. (Kevin Quick)
2004-09-22 stevenknightMake the linkloc tool use the value of to pick the...
2004-09-22 stevenknightFix inconsistency in Builder handling of src_suffix...
2004-09-21 stevenknightBetter test infrastructure for cleaning (-c) messages...
2004-09-21 stevenknightBetter error messages for bad builder creation. (Kevin...
2004-09-21 stevenknightPerformance optimization when caching include files...
2004-09-20 stevenknightFix handling when BuildDir exists but is unwriteable...
2004-09-20 stevenknightAllow ListOption to take a Python list of values asa...
2004-09-20 stevenknightUse callable class strfunction. (Kevin Quick)
2004-09-18 stevenknightFix --debug=explain when the action is a Python function.
2004-09-18 stevenknightBuild targets in an associated BuildDir even if there...
2004-09-18 stevenknightPrint tracebacks for errors other than UserError and...
2004-09-17 stevenknightFix inconsistency in conf.CheckFunc().
2004-09-17 stevenknightFix problems with Parallel Tasks and Exception handling...
2004-09-17 stevenknightFix -k sometimes trying to link executables even when...
2004-09-16 stevenknightGuarantee ListOption persistence. (Elliot Murphy)
2004-09-16 stevenknightFix SCons on SuSE/AMD-64 Linux by having the wrapper...
2004-09-15 stevenknightBetter -n test: make sure the directory is clean first...
2004-09-15 stevenknightReturn real builder names from the default, environment...
2004-09-15 stevenknightFix suffix selection when there's no source file. ...
2004-09-15 stevenknightAvoid corrupting the .sconsign.dblite file by writing...
2004-09-15 stevenknightFix is_pseudo_derived_builder(). (Kevin Quick)
2004-09-15 stevenknightFix Delete action for non-existent files and must_exist...
2004-09-13 stevenknightBetter error message when a target is built multiple...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-09-05 stevenknightAdd a configurable function for command-line printing...
2004-09-04 stevenknightAdd an rpcgen tool. (Kevin Quick)
2004-09-03 stevenknightRemove all features deprecated in 0.93 or earlier.
2004-09-01 stevenknightDon't add the ATL and MFC directories to %INCLUDE%...
2004-09-01 stevenknightAllow to contain File Nodes. Have ParseConfig add...
2004-08-31 stevenknightAdd a SetDefault() method and a kinder, gentler qt...
2004-08-31 stevenknightFix how get_name() returns Builder names from subclass...
2004-08-30 stevenknightAllow Help() to be called multiple times, appending...
2004-08-30 stevenknightAdd an Environment.Dump() method. (Gary Oberbrunner)
2004-08-20 stevenknightUpdate the packaging SConscript files to be platform...
2004-08-20 stevenknightHandle white space in the Python path name inside....
2004-08-19 stevenknightRestore scanning of .pch files. (Anthony Roach)
2004-08-19 stevenknight@REM, not just REM, in the scons.bat file.
2004-08-19 stevenknightAdd darwin.py to the packaging MANIFEST.
2004-08-19 stevenknightDelete() should not blow up if what it's deleting doesn...
2004-08-18 stevenknightPrepare for next development cycle.
2004-08-18 stevenknightInitialize the new branch for release.
2004-08-18 stevenknightAdd support for the darwin (Mac OS X) platform. (James...
2004-08-17 stevenknightPortability fixes for Mac OS Xin tests. (Gary Oberbrunner)
2004-08-17 stevenknightRemove the misbegotten --save-explain-info feature.
2004-08-17 stevenknightIncorporate changes from pre-release reviews.
2004-08-16 stevenknightHave the default ParseConfig() function add -pthread...
2004-08-16 stevenknightBranch for documentation changes.
2004-08-15 stevenknightOptimizations in Node.FS._doLookup().
2004-08-12 stevenknightAdd a Flatten() function to help the transition to...
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-08-02 stevenknightAdd support on IRIX. (Chad Austin)
2004-07-30 stevenknightDon't blow up if the external PATH variable is not...
2004-07-30 stevenknightFix null entries in CPPPATH. (Gary Oberbrunner)
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-07-30 stevenknightMove LIB{PREFIX,SUFFIX} definitions from the Platform...
2004-07-29 stevenknightAdd support for newer ifort versions of the Intel Fortr...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-07-13 stevenknightFix tests on systems where 'ar' prints warnings about...
2004-07-13 stevenknightFix test/chained-build.py for systems that can finish...
2004-07-12 stevenknightQT fixes and enhancements: Moc() and Uic() builders...
2004-07-08 stevenknightFix errors when there are dangling symlinks. (Gary...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
next