scons.git
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-29 stevenknightFix use of path names in regular expression matches...
2008-12-29 stevenknightUpdate to latest Test{Cmd,Common}.py, including fixes...
2008-12-27 GregNoelFix test to work on OS X; cleanup and simplification
2008-12-26 GregNoelCredit to Arve Knudsen
2008-12-26 GregNoelIssue 2280: Document TestCommon.shobj_prefix
2008-12-23 GregNoelUpdate post 1.2 schedule
2008-12-22 stevenknightInitialized merge tracking via "svnmerge" with revision...
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-21 stevenknightUpdates for release 1.2.0.
2008-12-20 stevenknightAdd warnings for use of the (already) deprecated Option...
2008-12-20 stevenknightFix left-over deprecated use of the Options object.
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 stevenknightFix test breakage from the change to "scons: Build...
2008-12-11 garyoFixed syntax and semantic errors in Mkdir example in...
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-10 stevenknightDelete empty directories.
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-26 stevenknightHighlights and roadmap update for checkpoing d20081125.
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-19 garyoUpdate Users Guide to clarify usage of site_scons and...
2008-11-16 stevenknightInitialized merge tracking via "svnmerge" with revision...
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 stevenknightMerged revisions 3225-3226 via svnmerge from
2008-11-12 stevenknightPython 1.5 and 2.1 compatibility: string methods,...
2008-11-11 stevenknightMerged revisions 3759-3762 via svnmerge from
2008-11-10 stevenknightWindows portability: Avoid duplicate foo.lib targets...
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-07 GregNoelIssue 2236: Add comment to clarify Configure.CheckType()
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 a nested scope issue for older Python versions.
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-31 stevenknightMove responsibility for extracting the exit status...
2008-10-30 managanThis new test and emitter update recursively checks...
2008-10-30 stevenknightOlder Python portability: isinstance() only takes...
2008-10-30 stevenknightUpdate test/SCCS/diskcheck.py for recent GetBuildFailures()
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-29 stevenknightAdd 1.1.0 to the instal_scons.py script.
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 stevenknightRemove the old, empty test/BuildDir directory.
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-15 stevenknightCollect the scripts for the three "climb up" options...
2008-10-14 stevenknightTest and document the ability to specify multiple ...
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-12 stevenknightDon't use "as" as a variable name--reserved in Python...
2008-10-12 stevenknightFix intended tuple syntax (for Python 2.2 and before).
2008-10-11 stevenknightPython 2.6 made "as" a keyword, so test the importabili...
2008-10-11 stevenknightFix our SCons.Util.CLVar implementation (__add__()...
2008-10-11 stevenknightUpdate tigris.org for the 1.1.0 release.
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-08 stevenknightUpdate test scripts with more information must_*()...
2008-10-07 stevenknightReset the default Verbose value to False.
2008-10-07 managantest/TEX/PDF_single_source.py
next