http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Node / __init__.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
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-10-17 stevenknightIssue 1568: fix a stack trace when --debug=include...
2008-09-11 GregNoelEvaluate compat module transparently when SCons is...
2008-04-17 stevenknightMerged revisions 2725-2865 via svnmerge from
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-06-01 stevenknightMerged revisions 1907-1940,1942-1967 via svnmerge from
2007-05-18 stevenknightMerged revisions 1884-1905 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2007-01-21 stevenknightMerged revisions 1767-1783 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-11-02 stevenknightMerged revisions 1582-1665 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-02-12 stevenknightRefactor so Command() uses an FS.Entry as its target...
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-11-06 stevenknightDo not throw an exception if the type of a stored impli...
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-06-01 stevenknightAdd a --debug=nomemoizer option to disable memoization.
2005-05-14 stevenknightMove pre- and post-actions lists from Node to Executor...
2005-04-26 stevenknightMore flexible (and Make-like) ignoring command exit...
2005-04-26 stevenknightWin32 portability for recent RootDir and rel_path(...
2005-04-04 stevenknightPerformance optimization in the last patch: eliminate...
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-03-05 stevenknightReduce gen_binfo() time for very long source lists.
2005-03-01 stevenknightGroup --debug=count output by object modules.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-13 stevenknightRefactor Environment/Executor/Node scanner interaction...
2005-02-10 stevenknightDon't memoize the get_build_scanner_path() methods.
2005-01-23 stevenknightOnly call filter() to remove ignored dependencies if...
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...
2004-12-31 stevenknightApply Memoizer to cache more return values from various...
2004-12-29 stevenknightAdd a Memoizer metaclass to collect the logic for cachi...
2004-12-17 stevenknightMake AlwaysBuild() work with Aliases.
2004-12-16 stevenknightSpeed up Taskmaster by not calling Node methods so...
2004-12-16 stevenknightCache get_suffix() and get_build_env(). (Kevin Quick)
2004-12-15 stevenknightApply build overrides once up front. (Kevin Quick)
2004-12-15 stevenknightRemove Node scanner storage. (Kevin Quick)
2004-12-14 stevenknightRemove unnecessary scan keyword argument from Node...
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-08 stevenknightAdd a missing newline to the end of the --debug=explain...
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-10-06 stevenknightBetter --debug=explain info when build actions change...
2004-09-24 stevenknightGet the source_scanner from the target node, not the...
2004-09-18 stevenknightFix --debug=explain when the action is a Python function.
2004-08-17 stevenknightRemove the misbegotten --save-explain-info feature.
2004-08-17 stevenknightPut back --implicit-cache, having it use the --debug...
2004-06-25 stevenknightOfficially support target_factory and source_factory...
2004-06-17 stevenknightFix a problem with --debug=explain when actions change...
2004-06-15 stevenknightAdd an option to not save the --debug=explain information.
2004-06-02 stevenknightMake the use of the calc argument in Node methods consi...
2004-06-01 stevenknightStore the different dependencies in binfo separately.
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-24 stevenknightFix use of --debug=explain with SConsignFile(). (Chad...
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-17 stevenknightWhen a Node has been built, don't walk the whole tree...
2004-05-14 stevenknightMake the saved info opaque to the .sconsign subsystem...
2004-05-06 stevenknightRefactor .sconsign management into its own module.
2004-05-03 stevenknightReally support strfunction for all Action subclasses...
2004-05-01 stevenknightFix use of timestamps with --implicit-cache. (Anthony...
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 stevenknightBetter error message when a source file is missing.
2004-02-09 stevenknightSave memory by allowing Nodes to clean up their Executo...
2004-02-07 stevenknightAdd options to investigate object creation and memory...
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...
next