http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Node / NodeTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-11 stevenknightAdd compat "collections" module for pre-2.4 Python...
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-22 stevenknightMove the set_state(EXECUTED) call associated with pulli...
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-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-05-18 stevenknightMerged revisions 1884-1905 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-04-01 stevenknightFix directory separators to allow the Debug.caller...
2006-02-15 stevenknightMore test portability fixes. (Baptiste Lepilleur and SK)
2006-02-13 stevenknightAdd a NoClean() function. (Steven Johnson)
2006-01-22 stevenknightRefactor NodeInfo and BuildInfo handling to prepare...
2005-12-27 stevenknightHandle scanning of the in-memory entries for a Dir...
2005-12-16 stevenknightCheckpoint minor refactorings en route to signature...
2005-12-04 stevenknightRefactor to let specific Node types override scanner...
2005-11-17 stevenknightBring CVS back in sync.
2005-11-15 stevenknightAllow explicit target_factory=Dir with Builders that...
2005-06-07 stevenknightSplit Node-specific stuff from BuildInfo into a separat...
2005-06-04 stevenknightMove BuildInfo translation of signature Nodes to rel_pa...
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-04-02 stevenknightRemove widespread reliance on SCons.Node.FS.default_fs...
2005-04-01 stevenknightStore source file and dependency paths relative to...
2005-03-30 stevenknightMake sure scans are added to all targets in a builder...
2005-03-20 stevenknightFix re-scanning of built files for implicit dependencie...
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-13 stevenknightRefactor Environment/Executor/Node scanner interaction...
2005-01-23 stevenknightUse WeakValueDicts in the Memoizer to cut down on memor...
2005-01-22 stevenknightReduce the number of scanner calls in large cross-produ...
2005-01-21 stevenknightChange how Node/__init__.py imports Executor, remove...
2005-01-21 stevenknightRegain lost performance improvements by using paths...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2005-01-03 stevenknightWin32 portability fixes.
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-17 stevenknightMake AlwaysBuild() work with Aliases.
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-12-14 stevenknightRemove unnecessary scan keyword argument from Node...
2004-11-21 stevenknightMiscellaneous fixes: portability and version fixes...
2004-11-13 stevenknightAllow Alias Nodes to have Actions.
2004-11-12 stevenknightOn Python 2.x, return lists of Nodes from builders...
2004-11-10 stevenknightUse a Node's environment in preference to the builder...
2004-10-24 stevenknightRefactor Action/Executor interaction. (Kevin Quick)
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-10-07 stevenknightClear out dependent-child caches when a node is rebuilt...
2004-09-24 stevenknightGet the source_scanner from the target node, not the...
2004-08-17 stevenknightRemove the misbegotten --save-explain-info feature.
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-15 stevenknightAdd an option to not save the --debug=explain information.
2004-06-01 stevenknightStore the different dependencies in binfo separately.
2004-05-25 stevenknightAdd unit tests for the last two changes.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-05-01 stevenknightPerformance improvement: memo-ize Node.FS string value...
2004-04-17 stevenknightAdd the highly anticipated --debug=explain option to...
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-01-17 stevenknightFix retrieving multiple target files from cache. ...
2004-01-11 stevenknightBetter error handling if someone tries to add a non...
2004-01-04 stevenknightMiscellaneous changes: update a call to env.subst...
2003-07-24 stevenknightAdd a QT tool. (Christoph Wiedemann)
2003-07-21 stevenknightFix the return value of the base Node.get_prevsiginfo...
2003-07-20 stevenknightSpeed up adding children to the various Node lists...
2003-06-28 stevenknightSupport targets that always rebuild. (Stephen Ng)
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-04-12 stevenknightAdd a clear() method to reset a Node's state for re...
2003-03-28 stevenknightFix erroneous dependency-cycle errors when an Alias...
2003-03-26 stevenknightAdd warnings when we switch to BuildDir() targets when...
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-09 stevenknightAnnotate objects with their creation SConscript and...
2003-02-03 stevenknightAdd CacheDir support.
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
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-13 stevenknightSupport special characters in file names. (Charles...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-07-17 stevenknightRepository support (first cut).
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-05-23 stevenknightFix .sconsign signature storing so that the output...
next