summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-8/+4
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-18/+38
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-0/+9
* Add preliminary support for Unicode strings.Steven Knight2002-02-171-0/+16
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-5/+43
* Allow libraries to specified as source files on the command line.Steven Knight2002-01-311-9/+9
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Only execute an Action once for a List of targets.Steven Knight2002-01-261-4/+41
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-2/+10
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-9/+11
* Fix bug 494991Steven Knight2002-01-101-53/+69
* Add support for lex and yacc.Steven Knight2002-01-071-3/+11
* Allow Builder objects to have both an action and a src_builder.Steven Knight2002-01-051-0/+51
* Append suffixes to white-space separated source files that don't have suffixes.Steven Knight2002-01-021-1/+33