| Commit message (Expand) | Author | Age | Files | Lines |
| * | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -8/+8 |
|
|
| * | 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 | 1 | -1/+2 |
|
|
| * | | avoid using __slots__ on Node and Executor (but only on PyPy) | Daniel Holth | 2016-06-06 | 1 | -1/+4 |
| |/ |
|
| * | 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 | 1 | -87/+447 |
| |\ |
|
| | * | - 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 | 1 | -6/+1 |
|
|
| | * | 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 | 1 | -18/+45 |
|
|
| | * | Issue 2264: Added cross-language scanner support. | William Blevins | 2015-05-17 | 1 | -10/+16 |
|
|
| | * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -64/+408 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -1/+10 |
| |\ \
| |/ |
|
| | * | - fix for spurious rebuilds, allow caching of the changed() method's value on... | Dirk Baechle | 2014-02-14 | 1 | -1/+10 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -30/+65 |
| |\ \
| |/ |
|
| | * | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 1 | -29/+47 |
|
|
| | * | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+2 |
| | |\ |
|
| | | * | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -1/+2 |
|
|
| | * | | Added Pseudo command to environment and tests. If a target is declared as | Tom Tanner | 2013-09-30 | 1 | -4/+12 |
|
|
| | * | | Addition of warning if build doesn't build expected targets. | Tom Tanner | 2013-09-26 | 1 | -0/+8 |
| | |/ |
|
| * | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -2/+2 |
|
|
| * | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -6/+6 |
| |/ |
|
| * | - added simple test for #2720 (execute with cached targets) | Dirk Baechle | 2012-04-22 | 1 | -1/+1 |
|
|
| * | - fixed issue #2720, applied final patch (v3) by Alexey Klimkin | Dirk Baechle | 2012-01-10 | 1 | -0/+1 |
|
|
| * | Fix issue with implicit-cache when files are removed on disk. Fixes issue #1... | Gary Oberbrunner | 2010-08-12 | 1 | -3/+4 |
|
|
| * | Fix "Ignoring corrupt sconsign entry" warnings when upgrading from 1.x. | Steven Knight | 2010-05-26 | 1 | -2/+2 |
|
|
| * | Commit old-style classes in Node/__init__.py to new-style classes. | Steven Knight | 2010-05-16 | 1 | -5/+5 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -14/+3 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -4/+4 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+2 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -3/+3 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -2/+2 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -2/+1 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -18/+17 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -4/+4 |
|
|
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 1 | -0/+5 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -2/+2 |
|
|
| * | Issue 1568: fix a stack trace when --debug=include tries to handle | Steven Knight | 2008-10-17 | 1 | -1/+4 |
|
|
| * | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 1 | -2/+0 |
|
|
| * | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -85/+126 |
|
|
| * | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -3/+6 |
|
|
| * | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -11/+5 |
|
|
| * | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -13/+24 |
|
|
| * | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -201/+282 |
|
|
| * | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -14/+9 |
|
|
| * | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 1 | -1/+14 |
|
|
| * | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -2/+8 |
|
|