summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/BuilderTests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add the Command() method.Steven Knight2001-10-021-7/+37
* Handle build errors.Steven Knight2001-10-021-12/+23
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-0/+26
* Clean up the Node.FS class.Steven Knight2001-09-191-4/+6
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+113