summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Builder.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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