| Commit message (Expand) | Author | Age | Files | Lines |
* | - a few simple refactorings and optimizations | Dirk Baechle | 2015-02-04 | 1 | -3/+1 |
|
|
* | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -3/+4 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -2/+2 |
|
|
* | Convert Util.Proxy from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 1 | -0/+2 |
|
|
* | Convert old-style classes in Builder.py to new-style classes. | Steven Knight | 2010-05-13 | 1 | -3/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -2/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -4/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -11/+11 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -5/+4 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -31/+31 |
|
|
* | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 1 | -0/+10 |
|
|
* | 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 | -32/+50 |
|
|
* | Issue 2166, refactor Action() factory to make positional parameters consistent | Greg Noel | 2008-10-04 | 1 | -2/+2 |
|
|
* | Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219. | Gary Oberbrunner | 2008-10-01 | 1 | -1/+1 |
|
|
* | Evaluate compat module transparently when SCons is instantiated | Greg Noel | 2008-09-11 | 1 | -2/+0 |
|
|
* | Issue 1681: Fix the ability of add_src_builder() to handle arbitrary | Steven Knight | 2008-09-11 | 1 | -2/+4 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -7/+2 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -23/+5 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -32/+39 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -1/+11 |
|
|
* | Merged revisions 1907-1940,1942-1967 via svnmerge from | Steven Knight | 2007-06-01 | 1 | -2/+7 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -1/+7 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -0/+2 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -193/+108 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -13/+96 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -11/+19 |
|
|
* | Refactor so Command() uses an FS.Entry as its target factory. | Steven Knight | 2006-02-12 | 1 | -1/+4 |
|
|
* | Bring CVS back in sync. | Steven Knight | 2005-11-17 | 1 | -156/+183 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2005-11-15 | 1 | -183/+156 |
|
|
* | More efficient Builder.src_suffixes() calculation and matching. | Steven Knight | 2005-06-02 | 1 | -16/+25 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
* | Refactor Executor creation from Builders to Actions to set up better for batc... | Steven Knight | 2005-04-27 | 1 | -43/+53 |
|
|
* | Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i... | Steven Knight | 2005-04-02 | 1 | -10/+14 |
|
|
* | Fix Builders with empty source lists. (Stanislav Baranov) | Steven Knight | 2005-03-19 | 1 | -2/+8 |
|
|
* | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 1 | -6/+9 |
|
|
* | Optimize out N*M suffix matching in Builder.py. | Steven Knight | 2005-03-04 | 1 | -15/+24 |
|
|
* | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -5/+5 |
|
|
* | Change how Node/__init__.py imports Executor, remove unnecessary has_builder(... | Steven Knight | 2005-01-21 | 1 | -0/+1 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -25/+31 |
|
|
* | Apply build overrides once up front. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -7/+10 |
|
|
* | Remove Node scanner storage. (Kevin Quick) | Steven Knight | 2004-12-15 | 1 | -19/+0 |
|
|
* | Add Fortran COMSTR variables for output customizability. | Steven Knight | 2004-11-20 | 1 | -0/+1 |
|
|
* | On Python 2.x, return lists of Nodes from builders as a NodeList object with ... | Steven Knight | 2004-11-12 | 1 | -1/+2 |
|
|
* | Add explicit support for Builder wrapper functions (pseudo-Builders) in the B... | Steven Knight | 2004-11-09 | 1 | -22/+14 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -1/+1 |
|
|
* | Allow explicit target_factory=Dir with Builders that make a directory to over... | Steven Knight | 2004-10-20 | 1 | -1/+3 |
|
|