Accumulated documentation changes.
[scons.git] / src / engine / SCons / Defaults.py
2005-02-15 stevenknightAccumulated documentation changes.
2005-02-14 stevenknightDon't read up entire directories to decide if an Alias...
2005-02-14 stevenknightMove the canned Scanner objects out of Defaults.py...
2005-01-10 stevenknightEliminate Executor's creation and use of a build_dict...
2005-01-07 stevenknightAdd LoadableModule support. (Michael McCracken)
2004-11-15 stevenknightMore display customizability: , . (Also add the missi...
2004-11-15 stevenknightAdd more command-line customizability: and .
2004-11-15 stevenknightMore command-line configurability: , .
2004-11-15 stevenknightMore command-line customization: , .
2004-11-15 stevenknightEasier customization of printable strings for , and .
2004-10-06 stevenknightAdd a name to the default ObjSourceScanner. (Kevin...
2004-09-18 stevenknightAllow LIBS to contain lists of lists.
2004-09-15 stevenknightFix Delete action for non-existent files and must_exist...
2004-09-01 stevenknightAllow to contain File Nodes. Have ParseConfig add...
2004-08-19 stevenknightDelete() should not blow up if what it's deleting doesn...
2004-07-29 stevenknightAdd Fortran 90/95 support. (Chris Murray)
2004-06-01 stevenknightRemove dead imports and other things found by PyChecker.
2004-05-19 stevenknightFix spurious rebuilds/reinstalls of header files and...
2004-05-16 stevenknightMove Action initializations for common default COM...
2004-04-19 stevenknightAnt-like tasks: Chmod(), Copy(), Delete(), Mkdir(...
2004-04-14 stevenknightFilter null values from the _concat() list. (Chad...
2004-04-10 stevenknightAdd support for extending the suffixes a scanner knows...
2004-03-08 stevenknightAdd a D language Tool. (Andy Friesen)
2004-03-05 stevenknightRefactor path-substitution logic into an Environment...
2004-01-10 stevenknightMake the static/shared object check work even if the...
2004-01-04 stevenknightMiscellaneous changes: update a call to env.subst...
2003-11-25 stevenknightRestore the ability for _stripixes() to call a custom...
2003-11-09 stevenknightAllow LIBS to be a single element, not a list, and...
2003-10-13 stevenknightMore Environment method conversions:
2003-09-12 stevenknightAdd SourceSignatures() and TargetSignatures() environme...
2003-08-19 stevenknightPortability fixes for tests.
2003-08-16 stevenknightBranch for User's Guide changes.
2003-08-02 stevenknightAdd support for a platform-independent CPPDEFINES variable.
2003-07-29 stevenknightAllow Builders to take a dictionary that maps source...
2003-07-24 stevenknightAdd a QT tool. (Christoph Wiedemann)
2003-07-22 stevenknightOnly create a default Environment when asked to. ...
2003-07-02 stevenknightWhen an input yacc file ends in .yy and the yacc -d...
2003-03-26 stevenknightClean-ups in preparation for release: doc and comment...
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-02-12 stevenknightMake the Install() method copy files (by default).
2003-01-21 stevenknightFix library dependencies when the prefix is specified...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-18 stevenknightMake shared/static objects less irritating. (Anthony...
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-10-03 stevenknightAdd MSVC PCH and PDB support. (Anthony Roach)
2002-10-01 stevenknightAdd SHOBJPREFIX AND SHOBJSUFFIX.
2002-07-15 stevenknightWin32 portability fixes. (Charles Crain)
2002-06-27 stevenknightAdd support for assembly language (.s and .S) Tools...
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-12 stevenknightAdd a native Fortran include scanner.
2002-06-05 stevenknightChanges from Charles Crain.
2002-05-13 stevenknightFix some bad exceptions in Defaults.py (Anthony Roach)
2002-05-09 stevenknightAdd a Platform() method.
2002-05-06 stevenknightRaise an error if a builder is called multiple times...
2002-05-02 stevenknightDon't rebuild WIN32 libraries when there's no import...
2002-05-02 stevenknightFix for long-line LINKCOM signatures on WIN32; add...
2002-04-23 stevenknightSupport building a PDF file directly from a TeX or...
2002-04-22 stevenknightSmall fix for yacc: only look for a .h file if they...
2002-04-22 stevenknightTreat .c (lower case) and .C (upper case) files the...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-22 stevenknightFix Fortran arguments on Win32.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-16 stevenknightHandle long command lines for the MSVC linker.
2002-04-16 stevenknightShared library test fixes. (Charles Crain)
2002-04-15 stevenknightFollow-on shared library fix for WIN32 systems. (Charl...
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-03-28 stevenknightSupport a CPPFLAGS variable (a la GNU Make).
2002-03-28 stevenknightAdd Fortran support.
2002-03-27 stevenknightAdd more document Builders: PDF and PostScript.
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-23 stevenknightSupport the build of TeX documents (Task 47116). ...
2002-03-07 stevenknightChange the default lex command to use the POSIX-complia...
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-03-02 stevenknightAdd RANLIB, and check for the existence of 'ranlib...
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-02-04 stevenknightSet PROGSUFFIX to .exe under Cygwin. (Chad Austin)
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-11 stevenknightCheck for the existence of lex and yacc in those tests...
2002-01-11 stevenknightRefactor the Windows registry stuff from Defaults.py...
2002-01-10 stevenknightIn the Object Builder, use a single Action instance...
2002-01-07 stevenknightAdd support for lex and yacc.
2001-12-30 stevenknightFinish MSVC support
2001-11-29 stevenknightMore NT portability in the tests.
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-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-12 stevenknightAdd LINKFLAGS support.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-12 stevenknightUse the prefix and suffix arguments in the Builder...
next