scons.git
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
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-07 stevenknightRudimentary Python 2.6 portability in the test infrastr...
2008-10-07 stevenknightRemove left-over debug print.
2008-10-05 stevenknightFix a block in Script/Main.py that could swallow Keyboa...
2008-10-04 GregNoeldocumentation changes for Action() refactoring
2008-10-04 GregNoelIssue 2166, refactor Action() factory to make positiona...
2008-10-04 GregNoelFix small inefficiency in jobs dispatching
2008-10-04 stevenknightUpdates to SCons development system admin scripts:
2008-10-03 stevenknightUser's Guide updates:
2008-10-03 stevenknightUpdate highlight and roadmap schedule.
2008-10-02 GregNoelCorrect typos to roadmap.html that snuck in...
2008-10-02 GregNoelMove release days to Monday; slip 1.1 (but not rest...
2008-10-02 garyoimplement delete_existing for AppendUnique and PrependU...
2008-10-02 garyoAdd Users Guide example of using $SOURCE substitution...
2008-10-01 stevenknightPython 2.2 portability: no dictionary pop() method.
2008-10-01 stevenknightUpdate for latest changes.
2008-10-01 stevenknightFix the regular expression for LaTeX scanning so that...
2008-10-01 garyoAdd ability to use "$SOURCE" when specifying a target...
2008-09-30 managanThis patch removes setting the variable TEXPICTS in...
2008-09-29 garyoBetter error when taskmaster gets an exception while...
2008-09-29 GregNoelFix test to work with all versions of Python
2008-09-28 pankratIssue 1646: Block-wise signature computation for large...
2008-09-27 stevenknightFix scons-local packaging test breakage in MSVS tests...
2008-09-26 GregNoelRevert checkin of incomplete change
2008-09-26 GregNoelreassign credit where credit is due
2008-09-26 stevenknightUpdate with recent changes:
2008-09-26 cournapeAdd RC.py scanner to MANIFEST.in
next