| Commit message (Expand) | Author | Age | Files | Lines |
| * | more removal of sccs and rcs builder logic | William Deegan | 2017-04-18 | 2 | -109/+2 |
|
|
| * | Try to fix some more py2/3 tests becuase of str vs bytearray | Gaurav Juvekar | 2017-04-16 | 1 | -1/+7 |
|
|
| * | Fix broken tests | Gaurav Juvekar | 2017-04-10 | 1 | -3/+3 |
|
|
| * | py2/3 fix for test/Value.py | Gaurav Juvekar | 2017-04-10 | 1 | -5/+6 |
|
|
| * | py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ functi... | William Deegan | 2017-04-06 | 1 | -0/+6 |
|
|
| * | py2/3 os.symlink is now defined for win32, but unless user has privs it will ... | William Deegan | 2017-04-04 | 1 | -6/+4 |
|
|
| * | py2/3 define __lt__ for nodes, so sort will work on py3 | William Deegan | 2017-04-03 | 1 | -0/+4 |
|
|
| * | py2/3 get_text_contents() may be working when contents is a string (Value nod... | William Deegan | 2017-03-19 | 1 | -1/+1 |
|
|
| * | py2/3 switch from using starts with to a slice of the contents. With py3 cont... | William Deegan | 2017-03-19 | 1 | -3/+3 |
|
|
| * | move comment for method to docstring | William Deegan | 2017-03-14 | 1 | -3/+5 |
|
|
| * | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 4 | -6/+6 |
|
|
| * | Fix test for py3 & py2 compat | William Deegan | 2017-02-26 | 1 | -9/+9 |
|
|
| * | leave some debug logic for detecting build action change signature changes co... | William Deegan | 2017-02-26 | 1 | -0/+8 |
|
|
| * | PEP-8 fixes | William Deegan | 2017-02-26 | 1 | -0/+6 |
|
|
| * | 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 | 4 | -14/+14 |
|
|
| * | Merged in klimkin/scons/optimize-scan-path-subst-v2 (pull request #345) | William Deegan | 2016-08-12 | 1 | -10/+12 |
| |\ |
|
| | * | Optimize implicit dependency scan | Alexey Klimkin | 2016-05-26 | 1 | -10/+12 |
|
|
| * | | wrap several frequently-used open() calls in with statements | Daniel Holth | 2016-06-15 | 2 | -3/+4 |
|
|
| * | | avoid using __slots__ on Node and Executor (but only on PyPy) | Daniel Holth | 2016-06-06 | 1 | -1/+4 |
| |/ |
|
| * | fix incorrectly updated print formatting | William Deegan | 2016-05-15 | 1 | -1/+1 |
|
|
| * | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -18/+20 |
|
|
| * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 8 | -621/+1267 |
| |\ |
|
| | * | - fixed render_tree default argument for "visited" as well | Dirk Baechle | 2015-12-14 | 1 | -1/+1 |
|
|
| | * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 4 | -69/+3 |
|
|
| | * | Merged in williamblevins/scons_20150323 (pull request #244) | William Deegan | 2015-11-13 | 2 | -25/+53 |
| | |\ |
|
| | | * | Issue 2264: Removed redundant SCANNER_HINT for preference of SCANNERS. | William Blevins | 2015-08-07 | 1 | -13/+1 |
|
|
| | | * | Issue 2264: Added test for SCANNER_HINT support, plus bug fixes. | William Blevins | 2015-06-30 | 1 | -2/+2 |
|
|
| | | * | Issue 2264: Updated behaviour when scanning included dependencies for nodes w... | William Blevins | 2015-06-30 | 2 | -18/+47 |
|
|
| | | * | Issue 2264: Updated tests to reflect Node changes. | William Blevins | 2015-05-18 | 1 | -7/+12 |
|
|
| | | * | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 1 | -10/+16 |
|
|
| | * | | 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 | 8 | -466/+1093 |
| | |\ |
|
| | | * | - 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 | 8 | -443/+1040 |
|
|
| | * | | 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 | 2 | -0/+59 |
|
|
| * | | engine.SCons: More bytes/str fixes. | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 6 | -14/+31 |
| |\ \
| |/ |
|
| | * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 4 | -9/+13 |
|
|
| | * | Merge c3cba85 from Dirk Baechle, fix for spurious rebuilds. See b4bc497. | Gary Oberbrunner | 2014-03-01 | 2 | -4/+16 |
| | |\ |
|
| | | * | - fix for spurious rebuilds, allow caching of the changed() method's value on... | Dirk Baechle | 2014-02-14 | 2 | -4/+16 |
|
|
| | * | | - 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 | 3 | -47/+213 |
| |\ \
| |/ |
|
| | * | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 2 | -38/+177 |
|
|