summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* - 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
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-274-22/+11
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-258-135/+123
* Add a message to the UserError raised when trying to do a Dir lookup with cre...Gary Oberbrunner2009-12-201-1/+2
* Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...Gary Oberbrunner2009-05-292-2/+10
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-171-8/+8
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-035-18/+18
* Add .get_file_contents() to Value() nodesGreg Noel2009-04-221-1/+4
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-021-7/+58
* Move the set_state(EXECUTED) call associated with pulling thingsSteven Knight2009-02-223-16/+27
* Return the intern() string on the first call to Node.FS.Base._save_str().Steven Knight2009-02-191-2/+2
* Issue 2181: intern file-names to save memoryLudwig Hähne2009-02-091-9/+11
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-091-2/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-098-0/+47
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-1/+1
* Detect the presence of 8.3 names on Windows when looking on-diskSteven Knight2009-01-271-2/+12
* Various Windows fixes:Steven Knight2009-01-181-3/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-094-7/+21
* Allow subclassing of File and Dir nodes by having the must_be_same()Steven Knight2008-12-302-1/+15
* Issue 2276: Fix use of codecs module in pre-2.3 Python versions.Steven Knight2008-12-201-0/+13
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-122-10/+132