summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/NodeTests.py
Commit message (Expand)AuthorAgeFilesLines
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-2/+0
* Issue 2264: Updated behaviour when scanning included dependencies for nodes w...William Blevins2015-06-301-0/+2
* Issue 2264: Updated tests to reflect Node changes.William Blevins2015-05-181-7/+12
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-45/+84
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+3
* Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-1/+1
* Fixed wrong name in testsTom Tanner2013-09-301-5/+5
* Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-2/+11
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-14/+14
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-11/+2
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-5/+5
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-111-0/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-19/+19
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+12
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-9/+9
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-221-0/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-1/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-30/+19
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-7/+7
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-123/+59
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-1/+2
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-181-1/+4
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-4/+5
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-011-1/+7
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-151-2/+6
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-131-0/+9
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-26/+26
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-9/+14
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-161-1/+15
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-041-0/+6
* Bring CVS back in sync.Steven Knight2005-11-171-150/+414
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-414/+150
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-9/+122
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-13/+8
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-49/+0
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-0/+2
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-3/+13
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-10/+32
* Fix re-scanning of built files for implicit dependencies when the -j option i...Steven Knight2005-03-201-9/+1
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-14/+19
* Refactor Environment/Executor/Node scanner interaction a little. Put --debug...Steven Knight2005-02-131-0/+11
* Use WeakValueDicts in the Memoizer to cut down on memory use.Steven Knight2005-01-231-3/+20
* Reduce the number of scanner calls in large cross-products of targets and sou...Steven Knight2005-01-221-0/+2
* Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...Steven Knight2005-01-211-2/+2
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-2/+15
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-6/+0