| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensuring that FS.get_text_contents returns actual text. | William Blevins | 2016-09-24 | 1 | -2/+6 |
|
|
| * | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -4/+4 |
|
|
| * | wrap several frequently-used open() calls in with statements | Daniel Holth | 2016-06-15 | 1 | -2/+2 |
|
|
| * | fix incorrectly updated print formatting | William Deegan | 2016-05-15 | 1 | -1/+1 |
|
|
| * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -330/+467 |
| |\ |
|
| | * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -51/+2 |
|
|
| | * | Corrected indentation | Florian Miedniak | 2015-09-23 | 1 | -2/+2 |
|
|
| | * | Fixed #3011: Glob() called with exclude didn't work when called from a SConsc... | Florian Miedniak | 2015-09-22 | 1 | -1/+6 |
|
|
| | * | - added "suffix" attribute to backward compat layer (getattr) for Node.FS ent... | Dirk Baechle | 2015-09-01 | 1 | -3/+4 |
|
|
| | * | Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy... | Dirk Baechle | 2015-08-06 | 1 | -217/+372 |
| | |\ |
|
| | | * | - replaced wrong Node attribute with its new nameswitch_to_slots | Dirk Baechle | 2015-03-28 | 1 | -1/+1 |
|
|
| | | * | - added backward compatibility layer for the Node attributes abspath, labspath, | Dirk Baechle | 2015-03-28 | 1 | -53/+84 |
|
|
| | | * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -194/+319 |
|
|
| | * | | Glob exclude parameter can now be a string or a list of strings | Alexandre Feblot | 2015-04-29 | 1 | -4/+5 |
|
|
| | * | | Add an exclude parameter to Glob(), to allow excluding some elements matching... | Alexandre Feblot | 2015-04-25 | 1 | -16/+20 |
| | |/ |
|
| | * | - a few simple refactorings and optimizations | Dirk Baechle | 2015-02-04 | 1 | -11/+1 |
|
|
| | * | - added new method rentry_exists_on_disk (check for physical files/dirs) | Dirk Baechle | 2014-11-05 | 1 | -0/+33 |
|
|
| * | | engine.SCons: More bytes/str fixes. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -4/+8 |
| |\ \
| |/ |
|
| | * | Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497. | Gary Oberbrunner | 2014-03-01 | 1 | -3/+6 |
| | |\ |
|
| | | * | - fix for spurious rebuilds, allow caching of the changed() method's value on... | Dirk Baechle | 2014-02-14 | 1 | -3/+6 |
|
|
| | * | | - disabled reset of Node attributes in built() during interactive mode | Dirk Baechle | 2014-01-09 | 1 | -1/+2 |
| | |/ |
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -15/+137 |
| |\ \
| |/ |
|
| | * | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 1 | -9/+130 |
|
|
| | * | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -5/+6 |
|
|
| | * | From Bogdan Tenea: Check for 8.3 filenames on cygwin as well as win32 to make... | Gary Oberbrunner | 2013-09-30 | 1 | -1/+1 |
|
|
| * | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -5/+5 |
|
|
| * | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -11/+12 |
| |/ |
|
| * | - added simple test for #2720 (execute with cached targets) | Dirk Baechle | 2012-04-22 | 1 | -1/+1 |
|
|
| * | document FS.Base instance variables | Anatoly Techtonik | 2011-06-24 | 1 | -2/+6 |
|
|
| * | New debug option --debug=duplicate to debug Variant-dir duplication | Gary Oberbrunner | 2011-03-01 | 1 | -0/+7 |
|
|
| * | Fix last commit for python 2.3; no string.rsplit(). Use rindex instead. | Gary Oberbrunner | 2010-11-21 | 1 | -2/+12 |
|
|
| * | Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be... | Gary Oberbrunner | 2010-11-18 | 1 | -113/+237 |
|
|
| * | Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut... | Gary Oberbrunner | 2010-07-31 | 1 | -3/+18 |
|
|
| * | Convert Util.Proxy from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 1 | -0/+3 |
|
|
| * | Convert old-style classes in Node/FS.py to new-style classes. Refactor assig... | Steven Knight | 2010-05-17 | 1 | -11/+9 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -89/+20 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -4/+2 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -12/+12 |
|
|
| * | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -2/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -7/+3 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -35/+33 |
|
|
| * | Add a message to the UserError raised when trying to do a Dir lookup with cre... | Gary Oberbrunner | 2009-12-20 | 1 | -1/+2 |
|
|
| * | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 1 | -1/+3 |
|
|
| * | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 1 | -8/+8 |
|
|
| * | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 1 | -7/+58 |
|
|
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 1 | -16/+16 |
|
|