summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-1/+1
* Deprecate the overrides Builder() keyword argument in favor of specifying val...Steven Knight2004-02-081-1/+7
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-2/+7
* Fix stripping the library prefix.Steven Knight2003-12-121-14/+7
* Relax the duplicate-environment restriction for targets so that it's okay if ...Steven Knight2003-12-081-1/+11
* Fix setting the source_scanner if a source if used by more than one environment.Steven Knight2003-09-201-3/+3
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-161-4/+4
* Support construction variable expansion anywhere in a file or path name.Steven Knight2003-09-051-6/+5
* Refactor DictCmdGenerator to be a subclass of Selector.Steven Knight2003-08-181-55/+15
* Add SWIG support.Steven Knight2003-08-131-9/+18
* Allow prefixes and suffixes to be selected from dictionaries keyd by source f...Steven Knight2003-08-101-24/+37
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-091-10/+8
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-19/+29
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-13/+53
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-3/+17
* Better error messages. (Gary Oberbrunner)Steven Knight2003-07-031-4/+4
* Make builder prefixes work correctly when deducing a target name from a sourc...Steven Knight2003-07-021-2/+5
* Handle library prefixes correctly if the subdirectory is named lib*. (Matt B...Steven Knight2003-06-071-2/+3
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-20/+32
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-1/+1
* If we added a temporary builder to a Node while calling the emitter, don't re...Steven Knight2003-05-041-2/+5
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-291-7/+25
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+1
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-1/+1
* Really remove the deprecated name attribute from Builders.Steven Knight2003-02-201-17/+5
* Add support for fetching files from rcs.Steven Knight2003-02-181-1/+5
* Remove deprecated features.Steven Knight2003-02-121-3/+0
* Fix adding a prefix when the target isn't specified.Steven Knight2003-01-251-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Test improvements suggested by Charles Crain.Steven Knight2003-01-131-1/+4
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-2/+0
* Fix files with the same name as subdirs.Steven Knight2003-01-071-3/+4
* Fix specifying only the source argument to a MultiStepBuilder (such as Program).Steven Knight2003-01-071-1/+5
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-1/+1
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-19/+0
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-0/+3
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-37/+33
* Make sure auto-deducing target names works when a Node is passed in as a sour...Steven Knight2002-08-281-1/+2
* Put auto-deduced target names in the same directory as the source file.Steven Knight2002-08-261-12/+12
* Performance enhancements: use a more efficient splitext() method; cache sour...Steven Knight2002-07-061-30/+28
* Deduce the target if it's not supplied.Steven Knight2002-07-031-9/+22
* Fix handling file names with multiple dots. (Charles Crain)Steven Knight2002-06-211-1/+1
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-61/+126
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-21/+10
* Remove white-space split of file name lists.Steven Knight2002-06-111-4/+4
* Changes from Charles Crain.Steven Knight2002-06-051-5/+26
* Fix ListBuilder so it works with --implicit-cache. (Anthony Roach)Steven Knight2002-06-051-12/+3
* Fix a couple obscure bugs. (Anthony Roach)Steven Knight2002-05-151-18/+13
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-10/+34