summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-2/+2
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-191-0/+2
* Convert old-style classes in Builder.py to new-style classes.Steven Knight2010-05-131-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-11/+11
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-5/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-31/+31
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-171-0/+10
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-32/+50
* Issue 2166, refactor Action() factory to make positional parameters consistentGreg Noel2008-10-041-2/+2
* Add ability to use "$SOURCE" when specifying a target to a builder; fixes #2219.Gary Oberbrunner2008-10-011-1/+1
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Issue 1681: Fix the ability of add_src_builder() to handle arbitrarySteven Knight2008-09-111-2/+4
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-7/+2
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+1
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-23/+5
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-32/+39
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-1/+11
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+7
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-1/+7
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-0/+2
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-193/+108
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-13/+96
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-11/+19
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-1/+4
* Bring CVS back in sync.Steven Knight2005-11-171-156/+183
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-183/+156
* More efficient Builder.src_suffixes() calculation and matching.Steven Knight2005-06-021-16/+25
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-43/+53
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-10/+14
* Fix Builders with empty source lists. (Stanislav Baranov)Steven Knight2005-03-191-2/+8
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-6/+9
* Optimize out N*M suffix matching in Builder.py.Steven Knight2005-03-041-15/+24
* Group --debug=count output by object modules.Steven Knight2005-03-011-5/+5
* Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...Steven Knight2005-01-211-0/+1
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-25/+31
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-7/+10
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-19/+0
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-201-0/+1
* On Python 2.x, return lists of Nodes from builders as a NodeList object with ...Steven Knight2004-11-121-1/+2
* Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...Steven Knight2004-11-091-22/+14
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-1/+1
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2004-10-201-1/+3
* Win32 portability fixes for tests.Steven Knight2004-10-091-0/+19
* Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...Steven Knight2004-10-071-19/+0