summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a deprecated warning for the scanner keyword argument for Builder creatio...Steven Knight2004-10-061-0/+5
* Add support for changing directory when executing Actions (the to the target ...Steven Knight2004-09-271-7/+17
* Fix inconsistency in Builder handling of src_suffix and extensions. (Kevin Q...Steven Knight2004-09-221-22/+26
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-211-0/+2
* Return real builder names from the default, environment-less builders like Mk...Steven Knight2004-09-151-2/+12
* Better error message when a target is built multiple ways. (Kevin Quick)Steven Knight2004-09-131-1/+1
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-311-6/+2
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-10/+6
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-2/+26
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-1/+1
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-1/+0
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-14/+25
* Refactor Builders to remove the node_factory keyword argument (in favor of th...Steven Knight2004-05-041-9/+7
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-3/+3
* Performance improvement: memo-ize Node.FS string values when appropriate.Steven Knight2004-05-011-5/+12
* More efficient check for environment equivalence when setting up Nodes.Steven Knight2004-04-141-1/+1
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-18/+134
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-5/+20