summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle library prefixes correctly if the subdirectory is named lib*. (Matt B...Steven Knight2003-06-071-0/+3
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-50/+23
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-0/+2
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-4/+14
* If we added a temporary builder to a Node while calling the emitter, don't re...Steven Knight2003-05-041-0/+19
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-291-27/+36
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+1
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-1/+1
* Fix using more than two targets or sources in a list.Steven Knight2003-03-021-2/+14
* 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-55/+41
* Remove deprecated features.Steven Knight2003-02-121-20/+0
* Fix adding a prefix when the target isn't specified.Steven Knight2003-01-251-0/+6
* 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-0/+24
* Fix files with the same name as subdirs.Steven Knight2003-01-071-27/+12
* Fix specifying only the source argument to a MultiStepBuilder (such as Program).Steven Knight2003-01-071-0/+6
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-0/+2
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-1/+7
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-222/+20
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-0/+12
* Make the shell pickable via a construction variable. (Anthony Roach)Steven Knight2002-11-251-0/+6
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-46/+60
* Make sure auto-deducing target names works when a Node is passed in as a sour...Steven Knight2002-08-281-0/+13
* Deduce the target if it's not supplied.Steven Knight2002-07-031-7/+66
* Fix handling file names with multiple dots. (Charles Crain)Steven Knight2002-06-211-6/+6
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-17/+33
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-8/+4
* Remove white-space split of file name lists.Steven Knight2002-06-111-31/+19
* Changes from Charles Crain.Steven Knight2002-06-051-8/+16
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-20/+21
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-0/+23
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-43/+103
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-177/+171
* Add support for target Aliases.Steven Knight2002-03-251-1/+26
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-32/+0
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-7/+9