scons.git
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
2008-09-26 bdbaddogFixed an issue with the way the test was setting up...
2008-09-26 bdbaddogUpdated fix for bug 2082 adding support for D3DFX keywo...
2008-09-25 bdbaddogSort the results of unittest for RC scanner before...
2008-09-25 bdbaddogFix for previous fix for 402 and 2082
2008-09-25 stevenknightFix __COPYRIGHT__ and __revision__ lines.
2008-09-25 stevenknightMake a naked except: block catch specific exceptions...
2008-09-25 bdbaddogFix for bugs 402 and 2082 - implement scanner for windo...
2008-09-25 GregNoelIssue 2183, fix typos
2008-09-25 GregNoelIssue 2183: .sx assembler suffix uses C preprocessor
2008-09-25 GregNoelChange FUTURE markers to TODO(1.5) so we are all using...
2008-09-24 GregNoelAdd descrption of release candidate to roadmap, plus...
2008-09-24 stevenknightPython 1.5 portability in test/Execute.py.
2008-09-24 stevenknightSplit the MSVS variant_dir sub-tests into separate...
2008-09-24 stevenknightSplit the sub-tests for cleaning MSVS project and solut...
2008-09-24 stevenknightMove the MSVS 6.0 test data into QMTest/TestSConsMSVS...
2008-09-24 stevenknightMove Visal Studio test data into QMTest/TestSConsMSVS.py.
2008-09-23 stevenknightRefactor Visual Studio testing logic into a separate...
2008-09-23 stevenknightPython 1.5 compatibility: explicity import SCons.compa...
2008-09-23 stevenknight1.5 compatibility: string methods in Tool/msvs.py.
2008-09-23 stevenknight1.5 / 2.[01] compatibility: nested scopes in Tool...
2008-09-23 stevenknight1.5 / 2.[012] compatiblity: shutil.move() function.
2008-09-23 stevenknight1.5 compatiblity: string method in Node/FSTests.py.
2008-09-23 stevenknightIssue 2215: add a file() builtin to the compatability...
2008-09-22 stevenknightPython 2.2 portability (no .pop() method on dictionarie...
2008-09-22 stevenknightFix for Windows that doesn't break other systems: ...
2008-09-22 managanFix the Latex scanner to search for graphics on the...
2008-09-22 stevenknightWindows portability (path names in expected output).
2008-09-22 GregNoelFix syntax and semantic errors preventing regression...
2008-09-22 GregNoelmake references to subprocess.Popen synchronous
2008-09-20 garyoFix doc for r3436 (new delete_existing flags for Append...
2008-09-20 stevenknightWindows portability: different error message for the...
2008-09-20 stevenknightWindows portability: use os.sep instead of hard-coded /.
2008-09-20 stevenknightWindows test fix: enhance the TestSCons class so an...
2008-09-20 bdbaddogFix indentation issue
2008-09-20 bdbaddogFix broken swig tests when python being used to run...
2008-09-20 bdbaddogFix test/VariantDir/VariantDir.py on centos5, currently...
2008-09-20 stevenknightCall str() on the string values of environment variable...
2008-09-20 stevenknightWindows portability: escape strings with file path...
2008-09-20 stevenknightWindows portability: use os.path.join() for expected...
2008-09-19 stevenknightMake the test/MSVC/{msvc,hierarchical}.py tests work...
2008-09-19 stevenknightWindows portability in the expected output.
2008-09-18 garyoFix issue #2091 by adding new delete_existing flags...
2008-09-18 managanHefty update to the tex tool.
next