Link for GSoC 2009 in project highlights
[scons.git] / src /
2009-01-27 stevenknightDetect the presence of 8.3 names on Windows when lookin...
2009-01-25 stevenknightFix a mismatch in generated GUIDs on non-Windows platfo...
2009-01-21 stevenknightFix shelling out to non-.exe commands from --interactiv...
2009-01-20 stevenknightDetect implicit command dependencies even when the...
2009-01-20 stevenknightUpdate src/CHANGES.txt for recent checkins.
2009-01-20 stevenknightMerged revisions 3848-3890,3892-3896,3898-3908 via...
2009-01-19 stevenknightFix calculation of $UNCHANGED_SOURCES to include correc...
2009-01-18 stevenknightVarious Windows fixes:
2009-01-17 GregNoelIssue 2278: Emit header name when using SWIG directors...
2009-01-13 stevenknightFix ability to Install() the same file multiple times.
2009-01-12 managanSince my change left Russel confused I decided to clari...
2009-01-12 stevenknightFix typos in the User's Guide. (Zia Sobhani)
2009-01-11 managanAdd a little more description to the change
2009-01-10 GregNoelBen Webb did it, not me
2009-01-10 stevenknightRemove $CCFLAGS from the the default definitions of...
2009-01-10 stevenknightUpdate src/CHANGES.txt for recent checkins.
2009-01-09 stevenknightIssue 1086: add support for generic batch build action...
2009-01-09 managanRemove the feature that would build .pdf graphics files
2009-01-08 stevenknightIssue 2279: Support $SWIGOUTDIR values with spaces...
2009-01-07 garyoFix issue #1175: allow WIN32_INSERT_DEF=0 to turn off...
2009-01-07 garyoFix issue 2273: Users Guide msvc missing a few vars.
2009-01-06 garyoFix issue 2274 (LDMODULE* ignored except on Mac): integ...
2009-01-06 garyoAdd -e$TARGET to Borland linker command line, to fix...
2009-01-04 GregNoelFirst part of issue 2278: handle quoted module names...
2009-01-04 stevenknightSimplify how NodeLists expand callable methods by makin...
2009-01-01 stevenknightUse a SCons.Util.UniqueList instance for the Executor...
2009-01-01 stevenknightHave the {Append,Prepend}ENVPath() canonicalization...
2009-01-01 garyoFix bug 2193: scons.tigris.org/issues/show_bug.cgi...
2008-12-30 stevenknightAllow subclassing of File and Dir nodes by having the...
2008-12-30 stevenknightIssue 1417: Fix use of attributes (${SOURCES.windows...
2008-12-26 GregNoelCredit to Arve Knudsen
2008-12-22 stevenknightAdd the Options object and *Option() function to the...
2008-12-22 stevenknightAdd a release note about the mandatory warnings (i...
2008-12-21 stevenknightMerged revisions 3611-3763,3765-3794,3796-3811,3813...
2008-12-20 stevenknightAdd warnings for use of the (already) deprecated Option...
2008-12-20 stevenknightIssue 2247: Don't fail if we can't import a _subproces...
2008-12-20 stevenknightIssue 2276: Fix use of codecs module in pre-2.3 Python...
2008-12-12 stevenknightRevert r3828 (vs9 support) in favor of the vs_revamp...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-11 stevenknightIssue 2102: Add support for Microsoft Visual Studio...
2008-12-11 stevenknightIssue 2231: Add a --warn=future-deprecated option...
2008-12-11 garyoAdded regression test for issue #1249
2008-12-11 garyoFix issue #1249 by making Mkdir action (actually mkdir_...
2008-12-10 stevenknightPrint "scons: Build interrupted." on stderr, not stdout.
2008-12-10 stevenknightIssue 1287: copy File attributes from the local Node...
2008-12-08 stevenknightCreate Task{Always,OutOfDate}Task subclasses of Taskmas...
2008-12-07 stevenknightMake ${,UN}CHANGED_{SOURCES,TARGETS} into future reserv...
2008-12-07 stevenknightsrc/CHANGES.txt updates for changes since 4 November.
2008-12-07 stevenknightIssue 2265: Suppress messages about spurious dependenc...
2008-12-06 stevenknightIssue 2116: Eliminate some spurious dependency cycles...
2008-12-06 GregNoelIssue 2267, fix use of uninitialized variable
2008-12-05 stevenknightGive proper credit to Benoit Belley for the --taskmaste...
2008-12-05 stevenknightIssue 2265: Add additional --taskmastertrace= messages...
2008-12-05 garyoFix issue #3: make Append/PrependUnique uniquify the...
2008-12-02 stevenknightFix a Glob() exception (with stack trace) when an expli...
2008-11-25 managanAccidently left a debug print in.
2008-11-25 managanAdd a test for the case of a .DVI build using a .eps...
2008-11-19 GregNoelAdd reference to LoadableModule in SharedLibrary descri...
2008-11-15 stevenknightSpeed up Node.FS.EntryProxy.__getattr__() by not spendi...
2008-11-15 GregNoelFix typo found by Jared Grubb
2008-11-12 managanI found that my coding for automatically building ...
2008-11-12 stevenknightPython 1.5 and 2.1 compatibility: string methods,...
2008-11-11 stevenknightMerged revisions 3759-3762 via svnmerge from
2008-11-09 stevenknightIssue 2238: Add a __contains__() method to support...
2008-11-09 GregNoelIssue 2228: discard stderr by using os.devnull
2008-11-08 stevenknightFix an exception and stack trace when Glob() hits an...
2008-11-07 stevenknightFix a nested-scope regression affecting Python 1.5...
2008-11-07 GregNoelIssue 2242: Minor style and loop enhancements
2008-11-07 GregNoelIssue 2235: File.Dir() creates files in the wrong place
2008-11-04 stevenknightUpdate src/CHANGES.txt for changes since 1.1.0.
2008-10-31 pankratIssue 2087: Handle Java classes declared in methods
2008-10-31 stevenknightFix uncaught KeyboardInterrupt.
2008-10-31 stevenknightFix use of isinstance(..., tuple) so it works in older...
2008-10-31 stevenknightFix calling Exit() from within a Python function action...
2008-10-30 managanThis new test and emitter update recursively checks...
2008-10-30 stevenknightOlder Python portability: isinstance() only takes...
2008-10-29 GregNoelexception must be stringified before comparison
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-10-29 stevenknightSpeed up Node.FS.FileFinder.find_file() by avoiding...
2008-10-28 stevenknightIssue 2228: Add os.devnull to the SCons.compat layer.
2008-10-20 cournapeSet FORTRANMODDIRPREFIX for ifort tool (should fix...
2008-10-20 cournapeUpdate docstring for ifort.
2008-10-20 cournapeFix trailing space.
2008-10-17 stevenknightIssue 1568: fix a stack trace when --debug=include...
2008-10-15 stevenknightFix use of VariantDir when the -n option is used and...
2008-10-15 stevenknightSupport the -f option allowing specification of a diffe...
2008-10-15 stevenknightFix release lines (incorrect line updated in merge...
2008-10-12 stevenknightDon't use the Exception.message attribute that was...
2008-10-12 stevenknightPython 2.6 portability: add __{add,radd}__() methods...
2008-10-11 stevenknightFix our SCons.Util.CLVar implementation (__add__()...
2008-10-10 stevenknightMerged revisions 3378-3423,3425-3532,3534-3599,3601...
2008-10-10 managanDon't add an action to use epstopdf to build .pdf from .ps
2008-10-08 managanTesting on a Mac turned up a problem that did not show...
2008-10-08 GregNoelfix bug in SCons.Action._subproc
2008-10-08 stevenknightPython 1.5 compatibility.
2008-10-07 stevenknightReset the default Verbose value to False.
2008-10-07 managantest/TEX/PDF_single_source.py
2008-10-07 stevenknightFix label placement in gnuplot graphs by the "scons...
2008-10-07 stevenknightInitial Python 2.6 portability in SCons code itself...
2008-10-05 stevenknightFix a block in Script/Main.py that could swallow Keyboa...
next