Fix problems with Python callable objects as Builder actions, the associated test...
[scons.git] / src / engine / SCons / BuilderTests.py
2001-12-07 stevenknightFix problems with Python callable objects as Builder...
2001-12-03 stevenknightRefactor the Scanner class(es) into a Prototype pattern.
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-11-02 stevenknightRebuild in response to a changed build command.
2001-10-31 stevenknightMake the (s) and variables upper-case.
2001-10-18 stevenknightComposite Builder and related changes from Charles...
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-12 stevenknightUse the prefix and suffix arguments in the Builder...
2001-10-11 stevenknightImplement special variable substitution.
2001-10-11 stevenknightAdd the Library() method.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightAdd the Command() method.
2001-10-02 stevenknightHandle build errors.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-19 stevenknightClean up the Node.FS class.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.