http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / BuilderTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 stevenknightIssue 2327: provide a compat sorted() function for...
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-01-06 stevenknightFix path name checks for case-insensitive file systems.
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2008-09-11 stevenknightIssue 1681: Fix the ability of add_src_builder() to...
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2007-01-07 stevenknightMerged revisions 1738-1754,1756 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-12 stevenknightRefactor so Command() uses an FS.Entry as its target...
2005-11-17 stevenknightBring CVS back in sync.
2005-11-15 stevenknightAllow explicit target_factory=Dir with Builders that...
2005-10-14 stevenknightGet rid of indentation tabs in the test scripts and...
2005-06-02 stevenknightMore efficient Builder.src_suffixes() calculation and...
2005-04-27 stevenknightRefactor Executor creation from Builders to Actions...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-03-19 stevenknightFix Builders with empty source lists. (Stanislav Baranov)
2005-01-21 stevenknightChange how Node/__init__.py imports Executor, remove...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-11-12 stevenknightOn Python 2.x, return lists of Nodes from builders...
2004-11-09 stevenknightAdd explicit support for Builder wrapper functions...
2004-10-20 stevenknightAllow explicit target_factory=Dir with Builders that...
2004-10-09 stevenknightWin32 portability fixes for tests.
2004-10-07 stevenknightRemove scan=0 calls to Node.current() for implicit...
2004-09-26 stevenknightMore robust Scanner comparisons. (Kevin Quick)
2004-09-22 stevenknightFix inconsistency in Builder handling of src_suffix...
2004-09-21 stevenknightBetter error messages for bad builder creation. (Kevin...
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-05 stevenknightAdd a configurable function for command-line printing...
2004-08-31 stevenknightFix how get_name() returns Builder names from subclass...
2004-08-05 stevenknightReturn lists of Nodes from all builders, not single...
2004-07-12 stevenknightQT fixes and enhancements: Moc() and Uic() builders...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-04 stevenknightRefactor Builders to remove the node_factory keyword...
2004-04-06 stevenknightAdd warnings for easily-confused variable names like...
2004-04-04 stevenknightAllow a list of emitters to be called in sequence....
2004-02-23 stevenknightAdd an internal Environment._update() method that updat...
2004-02-08 stevenknightDeprecate the overrides Builder() keyword argument...
2003-09-20 stevenknightFix setting the source_scanner if a source if used...
2003-09-16 stevenknightFix dependency scans of generated files. (John Johnson)
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-08-18 stevenknightRefactor DictCmdGenerator to be a subclass of Selector.
2003-08-13 stevenknightAdd SWIG support.
2003-08-10 stevenknightAllow prefixes and suffixes to be selected from diction...
2003-08-09 stevenknightMulti-level build dir with Object() and duplicate=0.
2003-08-03 stevenknightRefactor extension splitting to make it more flexible...
2003-07-29 stevenknightAllow Builders to take a dictionary that maps source...
2003-07-24 stevenknightAdd a QT tool. (Christoph Wiedemann)
2003-07-03 stevenknightBetter error messages. (Gary Oberbrunner)
2003-07-02 stevenknightMake builder prefixes work correctly when deducing...
2003-06-07 stevenknightHandle library prefixes correctly if the subdirectory...
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-05-04 stevenknightIf we added a temporary builder to a Node while calling...
2003-04-29 stevenknightSupport Java when using Repository and SConscriptChdir...
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-02 stevenknightFix using more than two targets or sources in a list.
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-20 stevenknightReally remove the deprecated name attribute from Builders.
2003-02-12 stevenknightRemove deprecated features.
2003-01-25 stevenknightFix adding a prefix when the target isn't specified.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-13 stevenknightTest improvements suggested by Charles Crain.
2003-01-07 stevenknightFix files with the same name as subdirs.
2003-01-07 stevenknightFix specifying only the source argument to a MultiStepB...
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-12-19 stevenknightFinish the Action refactoring by removing Builder.execu...
2002-12-17 stevenknightRefactor action execution so it's controlled by the...
2002-11-25 stevenknightMake the shell pickable via a construction variable...
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-08-28 stevenknightMake sure auto-deducing target names works when a Node...
2002-07-03 stevenknightDeduce the target if it's not supplied.
2002-06-21 stevenknightFix handling file names with multiple dots. (Charles...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-06-05 stevenknightChanges from Charles Crain.
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
next