summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
...
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-11/+1
| * - added new method rentry_exists_on_disk (check for physical files/dirs)Dirk Baechle2014-11-052-0/+59
* | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-311-1/+1
* | Merged with [default]Stefan Zimmermann2014-03-316-14/+31
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-214-9/+13
| * Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497.Gary Oberbrunner2014-03-012-4/+16
| |\
| | * - fix for spurious rebuilds, allow caching of the changed() method's value on...Dirk Baechle2014-02-142-4/+16
| * | - disabled reset of Node attributes in built() during interactive modeDirk Baechle2014-01-091-1/+2
| |/
* | Merged with [default]Stefan Zimmermann2014-03-313-47/+213
|\ \ | |/
| * Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-192-38/+177
| * Merged scons/scons into defaultTom Tanner2013-10-302-6/+8
| |\
| | * - now counting instances only when requested via --debug=countDirk Baechle2013-10-252-6/+8
| * | Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-1/+1
| * | Merged scons/scons into defaultTom Tanner2013-09-301-1/+1
| |\ \ | | |/
| | * From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to make...Gary Oberbrunner2013-09-301-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-302-6/+23
| * | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-0/+8
| |/
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-313-9/+9
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-223-34/+35
|/
* - added simple test for #2720 (execute with cached targets)Dirk Baechle2012-04-222-2/+2
* - fixed issue #2720, applied final patch (v3) by Alexey KlimkinDirk Baechle2012-01-101-0/+1
* document FS.Base instance variablesAnatoly Techtonik2011-06-241-2/+6
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-011-0/+7
* Misc Windows test cleanupsGary Oberbrunner2011-02-271-1/+1
* Fix last commit for python 2.3; no string.rsplit(). Use rindex instead.Gary Oberbrunner2010-11-212-2/+21
* Additional UNC path test case for FS.pyGary Oberbrunner2010-11-191-0/+11
* Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be...Gary Oberbrunner2010-11-182-127/+494
* Fix issue with implicit-cache when files are removed on disk. Fixes issue #1...Gary Oberbrunner2010-08-121-3/+4
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut...Gary Oberbrunner2010-07-312-5/+20
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-051-1/+0
* Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x.Steven Knight2010-05-261-2/+2
* Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c...Steven Knight2010-05-191-2/+4
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-191-0/+3
* Eliminate custom use of old-style Proxy class in Node/FSTests.py.Steven Knight2010-05-171-8/+1
* Convert old-style classes in Node/FS.py to new-style classes. Refactor assig...Steven Knight2010-05-171-11/+9
* Commit old-style classes in Node/__init__.py to new-style classes.Steven Knight2010-05-161-5/+5
* Convert old-style classes to new-style classes.Steven Knight2010-05-121-10/+10
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-123-16/+16
* Convert to Python 3.x division rules.Greg Noel2010-04-241-3/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-244-126/+31
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-212-8/+6
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-202-2/+8
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-152-3/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-154-23/+23
* 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-074-9/+9
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-072-6/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-293-22/+22