summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide an error message when a command isn't found.Steven Knight2001-12-211-12/+43
* Bug fixes from Charles Crain.Steven Knight2001-12-191-1/+1
* Last Windows NT portability fixes (this release).Steven Knight2001-12-141-3/+5
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-4/+4
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-111-10/+21
* Move autogeneration of PATH-based variables from Environment initialization t...Steven Knight2001-12-111-0/+12
* Add Scanner objects to source files when we first find them, not later when t...Steven Knight2001-12-111-2/+19
* Refactor the Builder execute() interface to take Nodes, not string names of t...Steven Knight2001-12-111-0/+15
* Fix problems with Python callable objects as Builder actions, the associated ...Steven Knight2001-12-071-2/+2
* Refactor the Scanner class(es) into a Prototype pattern.Steven Knight2001-12-031-1/+9
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-1/+18
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-9/+29
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-8/+13
* Rebuild in response to a changed build command.Steven Knight2001-11-021-6/+25
* Make the (s) and variables upper-case.Steven Knight2001-10-311-5/+5
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-181-2/+20
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-7/+9
* Remove the Node.derived attribute.Steven Knight2001-10-151-2/+1
* Add tests and support for and .Steven Knight2001-10-121-0/+13
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-121-34/+43
* Implement special variable substitution.Steven Knight2001-10-111-5/+43
* Add the Library() method.Steven Knight2001-10-111-3/+29