summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Expand)AuthorAgeFilesLines
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-51/+2
* Corrected indentationFlorian Miedniak2015-09-231-2/+2
* Fixed #3011: Glob() called with exclude didn't work when called from a SConsc...Florian Miedniak2015-09-221-1/+6
* - added "suffix" attribute to backward compat layer (getattr) for Node.FS ent...Dirk Baechle2015-09-011-3/+4
* Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...Dirk Baechle2015-08-061-217/+372
|\
| * - replaced wrong Node attribute with its new nameswitch_to_slotsDirk Baechle2015-03-281-1/+1
| * - added backward compatibility layer for the Node attributes abspath, labspath,Dirk Baechle2015-03-281-53/+84
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-194/+319
* | Glob exclude parameter can now be a string or a list of stringsAlexandre Feblot2015-04-291-4/+5
* | Add an exclude parameter to Glob(), to allow excluding some elements matching...Alexandre Feblot2015-04-251-16/+20
|/
* - 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-051-0/+33
* Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497.Gary Oberbrunner2014-03-011-3/+6
|\
| * - fix for spurious rebuilds, allow caching of the changed() method's value on...Dirk Baechle2014-02-141-3/+6
* | - disabled reset of Node attributes in built() during interactive modeDirk Baechle2014-01-091-1/+2
|/
* Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-9/+130
* - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-5/+6
* From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to make...Gary Oberbrunner2013-09-301-1/+1
* - added simple test for #2720 (execute with cached targets)Dirk Baechle2012-04-221-1/+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
* Fix last commit for python 2.3; no string.rsplit(). Use rindex instead.Gary Oberbrunner2010-11-211-2/+12
* Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be...Gary Oberbrunner2010-11-181-113/+237
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut...Gary Oberbrunner2010-07-311-3/+18
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-191-0/+3
* Convert old-style classes in Node/FS.py to new-style classes. Refactor assig...Steven Knight2010-05-171-11/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-89/+20
* 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-211-4/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-12/+12
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-2/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-7/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-35/+33
* 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-291-1/+3
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-171-8/+8
* 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-221-16/+16
* 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-091-0/+5
* 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-091-0/+3
* Allow subclassing of File and Dir nodes by having the must_be_same()Steven Knight2008-12-301-1/+1
* Issue 2276: Fix use of codecs module in pre-2.3 Python versions.Steven Knight2008-12-201-0/+13