http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Defaults.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-08-06 managanMove the definition of env['LATEXSUFFIXES'] from Defaul...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-05-07 garyoFix bug #2298, make Move factory work across filesystems.
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-31 garyoAdditional fix for issue #1249 (Mkdir fails if dir...
2008-12-11 garyoAdded regression test for issue #1249
2008-12-11 garyoFix issue #1249 by making Mkdir action (actually mkdir_...
2008-09-10 pankratIssue 2149: Avoid reference cycles caused by frame...
2008-09-08 pankratIssue 1307: Invalidate node caches after Execute()
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-12-13 stevenknightMerged revisions 2454-2525 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-07-15 stevenknightMerged revisions 1502-1677,1679-1682,1684-1918,1920...
2007-07-11 stevenknightMerged revisions 1968-2115 via svnmerge from
2007-04-13 stevenknightMerged revisions 1826-1882 via svnmerge from
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-12-16 stevenknightMerged revisions 1675-1736 via svnmerge from
2006-11-02 stevenknightMerged revisions 1582-1665 via svnmerge from
2005-12-27 stevenknightHandle scanning of the in-memory entries for a Dir...
2005-12-16 stevenknightFix DVIPDF tests, refactor various TeX Tool modules.
2005-11-28 stevenknightAdd a TeX emitter to cover removal of .aux and .log...
2005-11-06 stevenknightCorrect $SOURCES on TeX command lines. (Sanjoy Mahajan...
2005-11-05 stevenknightAdd support for a $INSTALLSTR string. (Christoph Schulz)
2005-10-04 stevenknightAdd $CONFIGURELOG and $CONFIGUREDIR values to support...
2005-09-21 stevenknightDocument the necessity of passing in "target" to and...
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-08-13 stevenknightAdd a Dirs() function that can be used in hBcexpansions...
2005-08-13 stevenknightHandle Visual Studio project and solution files in...
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.
next