Add a QT tool. (Christoph Wiedemann)
[scons.git] / src / engine / SCons / Builder.py
2003-07-24 stevenknightAdd a QT tool. (Christoph Wiedemann)
2003-07-03 stevenknightBetter error messages. (Gary Oberbrunner)
2003-07-02 stevenknightMake builder prefixes work correctly when deducing...
2003-06-07 stevenknightHandle library prefixes correctly if the subdirectory...
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-05-04 stevenknightIf we added a temporary builder to a Node while calling...
2003-04-29 stevenknightSupport Java when using Repository and SConscriptChdir...
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-20 stevenknightReally remove the deprecated name attribute from Builders.
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-12 stevenknightRemove deprecated features.
2003-01-25 stevenknightFix adding a prefix when the target isn't specified.
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-13 stevenknightTest improvements suggested by Charles Crain.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-07 stevenknightFix files with the same name as subdirs.
2003-01-07 stevenknightFix specifying only the source argument to a MultiStepB...
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2002-12-19 stevenknightFinish the Action refactoring by removing Builder.execu...
2002-12-17 stevenknightRefactor action execution so it's controlled by the...
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-08-28 stevenknightMake sure auto-deducing target names works when a Node...
2002-08-26 stevenknightPut auto-deduced target names in the same directory...
2002-07-06 stevenknightPerformance enhancements: use a more efficient splitex...
2002-07-03 stevenknightDeduce the target if it's not supplied.
2002-06-21 stevenknightFix handling file names with multiple dots. (Charles...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-06-05 stevenknightChanges from Charles Crain.
2002-06-05 stevenknightFix ListBuilder so it works with --implicit-cache....
2002-05-15 stevenknightFix a couple obscure bugs. (Anthony Roach)
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-20 stevenknightFix subtle problems in end cases with using multiple...
2002-03-07 stevenknightAdd a CXXFile builder to turn .ll and .yy files into...
2002-03-07 stevenknightMake the CFile Builder's SUFFIX configurable.
2002-02-20 stevenknightAdd command generator function support. (Anthony Roach)
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-01-31 stevenknightAllow libraries to specified as source files on the...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-26 stevenknightOnly execute an Action once for a List of targets.
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-10 stevenknightFix bug 494991
2002-01-09 stevenknightSplit Action objects into their own module.
2002-01-08 stevenknightCollect common type-checking logic in SCons.Util.
2002-01-07 stevenknightAdd support for lex and yacc.
2002-01-05 stevenknightRefactor BuilderBase.__call__() to separate node creati...
2002-01-05 stevenknightAllow Builder objects to have both an action and a...
2002-01-03 stevenknightRefactor CompositeBuilder initialization.
2002-01-02 stevenknightAppend suffixes to white-space separated source files...
2001-12-21 stevenknightProvide an error message when a command isn't found.
2001-12-19 stevenknightAdd a getcwd() method to Node.FS so we can wrap up...
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-11 stevenknightMove autogeneration of PATH-based variables from Enviro...
2001-12-11 stevenknightAdd Scanner objects to source files when we first find...
2001-12-11 stevenknightRefactor the Builder execute() interface to take Nodes...
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-24 stevenknightMore NT portability fixes.
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 stevenknightRefactor construction variable expansion.
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-29 stevenknightAdd support for multi-command Builders and Actions.
2001-09-28 stevenknightAdd support for the ENV construction variable.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-21 stevenknightrebuild in response to changed .c file
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.