| Commit message (Expand) | Author | Age | Files | Lines |
* | Return real builder names from the default, environment-less builders like Mk... | Steven Knight | 2004-09-15 | 1 | -2/+12 |
|
|
* | Better error message when a target is built multiple ways. (Kevin Quick) | Steven Knight | 2004-09-13 | 1 | -1/+1 |
|
|
* | Fix how get_name() returns Builder names from subclass instanes. (Kevin Quick) | Steven Knight | 2004-08-31 | 1 | -6/+2 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -10/+6 |
|
|
* | QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables.... | Steven Knight | 2004-07-12 | 1 | -2/+26 |
|
|
* | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -1/+1 |
|
|
* | Remove dead imports and other things found by PyChecker. | Steven Knight | 2004-06-01 | 1 | -1/+0 |
|
|
* | Fix spurious rebuilds/reinstalls of header files and circular dependencies wi... | Steven Knight | 2004-05-19 | 1 | -14/+25 |
|
|
* | Refactor Builders to remove the node_factory keyword argument (in favor of th... | Steven Knight | 2004-05-04 | 1 | -9/+7 |
|
|
* | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -3/+3 |
|
|
* | Performance improvement: memo-ize Node.FS string values when appropriate. | Steven Knight | 2004-05-01 | 1 | -5/+12 |
|
|
* | More efficient check for environment equivalence when setting up Nodes. | Steven Knight | 2004-04-14 | 1 | -1/+1 |
|
|
* | Add warnings for easily-confused variable names like 'targets' and 'sources.' | Steven Knight | 2004-04-06 | 1 | -18/+134 |
|
|
* | Allow a list of emitters to be called in sequence. (Chad Austin) | Steven Knight | 2004-04-04 | 1 | -5/+20 |
|
|
* | Save memory by allowing Nodes to clean up their Executor's build environments... | Steven Knight | 2004-02-09 | 1 | -1/+1 |
|
|
* | Deprecate the overrides Builder() keyword argument in favor of specifying val... | Steven Knight | 2004-02-08 | 1 | -1/+7 |
|
|
* | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -2/+7 |
|
|
* | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 1 | -14/+7 |
|
|
* | Relax the duplicate-environment restriction for targets so that it's okay if ... | Steven Knight | 2003-12-08 | 1 | -1/+11 |
|
|
* | Fix setting the source_scanner if a source if used by more than one environment. | Steven Knight | 2003-09-20 | 1 | -3/+3 |
|
|
* | Fix dependency scans of generated files. (John Johnson) | Steven Knight | 2003-09-16 | 1 | -4/+4 |
|
|
* | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 1 | -6/+5 |
|
|
* | Refactor DictCmdGenerator to be a subclass of Selector. | Steven Knight | 2003-08-18 | 1 | -55/+15 |
|
|
* | Add SWIG support. | Steven Knight | 2003-08-13 | 1 | -9/+18 |
|
|
* | Allow prefixes and suffixes to be selected from dictionaries keyd by source f... | Steven Knight | 2003-08-10 | 1 | -24/+37 |
|
|
* | Multi-level build dir with Object() and duplicate=0. | Steven Knight | 2003-08-09 | 1 | -10/+8 |
|
|
* | Refactor extension splitting to make it more flexible (for SWIG). | Steven Knight | 2003-08-03 | 1 | -19/+29 |
|
|
* | Allow Builders to take a dictionary that maps source file suffixes to emitter... | Steven Knight | 2003-07-29 | 1 | -13/+53 |
|
|
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -3/+17 |
|
|
* | Better error messages. (Gary Oberbrunner) | Steven Knight | 2003-07-03 | 1 | -4/+4 |
|
|
* | Make builder prefixes work correctly when deducing a target name from a sourc... | Steven Knight | 2003-07-02 | 1 | -2/+5 |
|
|
* | Handle library prefixes correctly if the subdirectory is named lib*. (Matt B... | Steven Knight | 2003-06-07 | 1 | -2/+3 |
|
|
* | Refactor how actions get executed to eliminate a lot of redundant signature c... | Steven Knight | 2003-05-15 | 1 | -20/+32 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -1/+1 |
|
|
* | If we added a temporary builder to a Node while calling the emitter, don't re... | Steven Knight | 2003-05-04 | 1 | -2/+5 |
|
|
* | Support Java when using Repository and SConscriptChdir(0). (Charles Crain) | Steven Knight | 2003-04-29 | 1 | -7/+25 |
|
|
* | Make RCS/SCCS/BitKeeper support more transparent. | Steven Knight | 2003-03-22 | 1 | -1/+1 |
|
|
* | Support fetching SConscript files from source code management systems. | Steven Knight | 2003-02-21 | 1 | -1/+1 |
|
|
* | Really remove the deprecated name attribute from Builders. | Steven Knight | 2003-02-20 | 1 | -17/+5 |
|
|
* | Add support for fetching files from rcs. | Steven Knight | 2003-02-18 | 1 | -1/+5 |
|
|
* | Remove deprecated features. | Steven Knight | 2003-02-12 | 1 | -3/+0 |
|
|
* | Fix adding a prefix when the target isn't specified. | Steven Knight | 2003-01-25 | 1 | -1/+1 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Test improvements suggested by Charles Crain. | Steven Knight | 2003-01-13 | 1 | -1/+4 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -2/+0 |
|
|
* | Fix files with the same name as subdirs. | Steven Knight | 2003-01-07 | 1 | -3/+4 |
|
|
* | Fix specifying only the source argument to a MultiStepBuilder (such as Program). | Steven Knight | 2003-01-07 | 1 | -1/+5 |
|
|
* | Performance improvement: cut down on Proxy.__getattr__ calls. | Steven Knight | 2003-01-06 | 1 | -1/+1 |
|
|
* | Finish the Action refactoring by removing Builder.execute() methods and movin... | Steven Knight | 2002-12-19 | 1 | -19/+0 |
|
|