| Commit message (Expand) | Author | Age | Files | Lines |
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 1 | -2/+2 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -2/+2 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -34/+35 |
|\ |
|
| * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -34/+35 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+3 |
|
|
* | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e... | Stefan Zimmermann | 2014-03-31 | 1 | -8/+14 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -4/+5 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -14/+14 |
|/ |
|
* | Convert old-style utility classes in unit test files (*Tests.py) | Steven Knight | 2010-05-12 | 1 | -9/+9 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -15/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -3/+3 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -2/+2 |
|
|
* | Issue 2327: provide a compat sorted() function for pre-2.4 Python versions. | Steven Knight | 2010-03-25 | 1 | -8/+6 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -68/+70 |
|
|
* | Fix path name checks for case-insensitive file systems. | Steven Knight | 2010-01-06 | 1 | -5/+8 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -4/+4 |
|
|
* | 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 | -42/+21 |
|
|
* | Issue 1681: Fix the ability of add_src_builder() to handle arbitrary | Steven Knight | 2008-09-11 | 1 | -0/+3 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -12/+24 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -0/+18 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -14/+19 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -40/+72 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -13/+5 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -1/+1 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -35/+27 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -7/+13 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -140/+185 |
|
|
* | Refactor so Command() uses an FS.Entry as its target factory. | Steven Knight | 2006-02-12 | 1 | -0/+2 |
|
|
* | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -96/+301 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -301/+96 |
|
|
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke th... | Steven Knight | 2005-10-14 | 1 | -19/+19 |
|
|
* | More efficient Builder.src_suffixes() calculation and matching. | Steven Knight | 2005-06-02 | 1 | -11/+44 |
|
|
* | Refactor Executor creation from Builders to Actions to set up better for batc... | Steven Knight | 2005-04-27 | 1 | -32/+68 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -3/+9 |
|
|
* | Fix Builders with empty source lists. (Stanislav Baranov) | Steven Knight | 2005-03-19 | 1 | -0/+16 |
|
|
* | Change how Node/__init__.py imports Executor, remove unnecessary has_builder(... | Steven Knight | 2005-01-21 | 1 | -1/+4 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -1/+3 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -14/+26 |
|
|
* | Cache get_suffix() and get_build_env(). (Kevin Quick) | Steven Knight | 2004-12-16 | 1 | -12/+12 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -18/+81 |
|
|
* | On Python 2.x, return lists of Nodes from builders as a NodeList object with ... | Steven Knight | 2004-11-12 | 1 | -5/+39 |
|
|
* | Add explicit support for Builder wrapper functions (pseudo-Builders) in the B... | Steven Knight | 2004-11-09 | 1 | -36/+36 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -0/+2 |
|
|
* | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 1 | -81/+18 |
|
|
* | Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig... | Steven Knight | 2004-10-07 | 1 | -18/+81 |
|
|