summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-13/+5
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-1/+1
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-35/+27
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-7/+13
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-140/+185
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-0/+2
* Bring CVS back in sync.Steven Knight2005-11-171-96/+301
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-301/+96
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-19/+19
* More efficient Builder.src_suffixes() calculation and matching.Steven Knight2005-06-021-11/+44
* Refactor Executor creation from Builders to Actions to set up better for batc...Steven Knight2005-04-271-32/+68
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-3/+9
* Fix Builders with empty source lists. (Stanislav Baranov)Steven Knight2005-03-191-0/+16
* Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...Steven Knight2005-01-211-1/+4
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+3
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-14/+26
* Cache get_suffix() and get_build_env(). (Kevin Quick)Steven Knight2004-12-161-12/+12
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-18/+81
* On Python 2.x, return lists of Nodes from builders as a NodeList object with ...Steven Knight2004-11-121-5/+39
* Add explicit support for Builder wrapper functions (pseudo-Builders) in the B...Steven Knight2004-11-091-36/+36
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2004-10-201-0/+2
* Win32 portability fixes for tests.Steven Knight2004-10-091-81/+18
* Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...Steven Knight2004-10-071-18/+81
* More robust Scanner comparisons. (Kevin Quick)Steven Knight2004-09-261-0/+17
* Fix inconsistency in Builder handling of src_suffix and extensions. (Kevin Q...Steven Knight2004-09-221-0/+27
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-211-6/+18
* Return real builder names from the default, environment-less builders like Mk...Steven Knight2004-09-151-5/+15
* Fix suffix selection when there's no source file. (Kevin Quick)Steven Knight2004-09-151-0/+158
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-1/+1
* Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick)Steven Knight2004-08-311-0/+45
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-72/+73
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-0/+45
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-9/+18
* Refactor Builders to remove the node_factory keyword argument (in favor of th...Steven Knight2004-05-041-19/+15
* Add warnings for easily-confused variable names like 'targets' and 'sources.'Steven Knight2004-04-061-0/+29
* Allow a list of emitters to be called in sequence. (Chad Austin)Steven Knight2004-04-041-0/+36
* Add an internal Environment._update() method that updates the dictionary dire...Steven Knight2004-02-231-0/+2
* Deprecate the overrides Builder() keyword argument in favor of specifying val...Steven Knight2004-02-081-0/+9
* Fix setting the source_scanner if a source if used by more than one environment.Steven Knight2003-09-201-8/+20
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-161-2/+2
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-4/+26
* Refactor DictCmdGenerator to be a subclass of Selector.Steven Knight2003-08-181-1/+1
* Add SWIG support.Steven Knight2003-08-131-14/+52
* Allow prefixes and suffixes to be selected from dictionaries keyd by source f...Steven Knight2003-08-101-2/+26
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-091-1/+20
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-0/+47
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-0/+29
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-1/+28
* Better error messages. (Gary Oberbrunner)Steven Knight2003-07-031-7/+35
* Make builder prefixes work correctly when deducing a target name from a sourc...Steven Knight2003-07-021-2/+5