scons.git
2010-04-17 W. Trevor KingAdded fix for TeX includes with same name as subdirs.
2010-04-17 W. Trevor KingUse TeX over LaTeX to test includes with same name...
2010-04-17 W. Trevor KingAdded test for TeX includes with same name as subdirs.
2010-04-17 W. Trevor KingRework README to avoid broken "python script/scons...
2010-04-16 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-16 stevenknightRefactory bin/* utilities to use os.walk() instead...
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-15 stevenknightRefactor use of basestring to use exec() on attempted...
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-14 stevenknightEliminate / replace remaining cPickle references in...
2010-04-14 stevenknightAdd a stub compat/_scon_dbm.py module and copy whichdb...
2010-04-13 stevenknightAvoid 3.0 fixer issues by not using module names as...
2010-04-12 stevenknightIssue 2336: Forward compatibility for use of the ...
2010-04-11 stevenknightTowards issue 2336: Rename the compat/builtins.py...
2010-04-11 stevenknightAdd compat "collections" module for pre-2.4 Python...
2010-04-09 stevenknightIssue 2331: For forward compatibility, use "import...
2010-04-09 stevenknightIssue 2330: For forward compatibility, use "import...
2010-04-08 stevenknightRemove the deleted _scons_UserString.py file from the...
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-04-06 stevenknightIssue 2332 (preparation): refactor print statements...
2010-04-06 bdbaddogFix test for non-win32 platforms
2010-04-06 bdbaddogFix vc9.0 express issue, misspelling, and add testcase...
2010-04-06 stevenknightIssue 2331: use cPickle in preference to the pickle...
2010-04-05 stevenknightFix XML in documentation, and in the bin/scons-doc...
2010-04-05 bdbaddogAdding 1.3.0.d20100404
2010-04-03 bdbaddogInitialized merge tracking via "svnmerge" with revision...
2010-04-02 stevenknightRemove references to the removed _scons_sets15.py module.
2010-03-31 gregnoelRevert revision 4742. How hard is it to understand...
2010-03-31 gregnoelA bit of a blind checkin, but there's no need to put...
2010-03-31 bdbaddogFix exception thrown when VC9.0Exp is used.
2010-03-30 gregnoelOnly one SCons file uses urllib, and only one routine...
2010-03-30 stevenknightRemove the recently-removed _scons_sets15.py from MANIF...
2010-03-30 garyoTrivial man page fix; fixes issue #2585.
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 stevenknightIssue 2327: provide a compat sorted() function for...
2010-03-25 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2341
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-03-25 garyoUpdate tigris website with release 1.3.0 info
2010-03-24 garyoMerged r4724 (1.3.0 release changes) back into trunk.
2010-03-19 garyoPrevent "Exp" in MSVC version name from causing problems.
2010-03-19 bdbaddogFix for MSSDK initialiation
2010-03-16 bdbaddogMore VS/VC/SDK debug code.
2010-03-15 stevenknightMore doc infrastructure enhancements towards putting...
2010-03-15 bdbaddogAdd more debug output to Visual Studio/VC/ SDK initiali...
2010-03-11 stevenknightAdd DocBook entities for the env.*() forms of Builder...
2010-03-08 stevenknightHandle different signatures for global or env versions...
2010-03-07 bdbaddogAdd 1.2.0.d20100306 checkpoint release
2010-03-04 stevenknightMore enhancements for documenting functions:
2010-03-03 stevenknightMore updates towards supporting function documentation:
2010-02-23 stevenknightAdd support for documenting functions (with arbitrary...
2010-02-23 stevenknightRefactor the XMl processing of various entity types...
2010-02-21 stevenknightSplit the "live rpcgen" sub-test into its own test...
2010-02-21 stevenknightIssue 2051: Support execution when installed via easy_...
2010-02-18 stevenknightFix the test on all Python versions (failed on versions...
2010-02-17 stevenknightGenerate an error message if a BUILDERS entry is set...
2010-02-16 stevenknightMove two Builder-related tests into the test/Builder...
2010-02-12 garyoAdd documentation for MSVC_USE_SCRIPT.
2010-02-10 bdbaddogUpdate CHANGES to give some credit for patches
2010-02-10 bdbaddogMainly patch from James Teh
2010-02-09 bdbaddogMS win32 sdk issue, fixed requested arch to not request...
2010-02-07 bdbaddogFix the case where neither vc nor sdk script exist...
2010-02-05 bdbaddogGracefully handle not finding the VC and/or SDK setup...
2010-02-05 stevenknightMerged revisions 4645,4647-4651,4654-4656 via svnmerge...
2010-02-04 bdbaddogIt should now handle picking up the SDK compilers when...
2010-01-30 gregnoeltrivial typo in man page
2010-01-27 stevenknightOnly escape the executable python string itself on...
2010-01-26 stevenknightWin32 portability in runtest.py tests after disabling...
2010-01-21 stevenknightBack out post-2.0 code changes from trunk: r4643, r4642...
2010-01-21 stevenknightInitialized merge tracking via "svnmerge" with revision...
2010-01-20 managanSomehow I managed to lose this change in a comment
2010-01-20 managanUpdate tex builder to handle the case where a \input...
2010-01-20 managanFix spelling.
2010-01-19 stevenknightIssue 2540: Make the messages printed when checking...
2010-01-19 stevenknightIssue 2537: fix typos in the man page. (Luca Faravigna)
2010-01-19 stevenknightChange the name of the 'help' statistic in the timings...
2010-01-19 managanRemove unneeded fluff from this test.
2010-01-19 bdbaddogrebuilt docs
2010-01-19 bdbaddogMerge back from checkpoint.
2010-01-19 stevenknightUpdate with info on 1.2.0d20100117 checkpoint release
2010-01-17 stevenknightUpdate next checkpoint version and datestamp
2010-01-16 stevenknightFix timestamp-related Decider() examples by using Objec...
2010-01-16 stevenknightFix the Requires() examples by adding a sleep command...
2010-01-16 stevenknightUpdate a change of compilation order in the version...
2010-01-15 stevenknightRename the sconsoutput.py script to scons-doc.py, and...
2010-01-14 stevenknightMinor code cleanup, including restoring saved SCONSFLAG...
2010-01-14 stevenknightCapture updated troubleshooting output.
2010-01-14 stevenknightMassage file names in Python stack traces (which are...
2010-01-14 stevenknightPython 1.5 fix (nested scopes).
2010-01-14 stevenknightMake the default SystemRoot a Windows-like "C:\\WINDOWS...
2010-01-14 stevenknightMassage the output from examples for consistency with...
2010-01-14 stevenknightFix use of varlist in CommandGeneratorAction, ListActio...
2010-01-14 stevenknightFix a missed name change of TimeStamp => TimeStampDefault.
2010-01-13 stevenknightCapture the previous output from "pkg-config x11" in...
2010-01-12 stevenknightUpdates for changes to SCons error messages.
2010-01-12 stevenknightUpdate Test{Cmd,Common}.py from upstream, with a new
2010-01-11 stevenknightPropagate doc about site_scons to builders-writing...
2010-01-11 stevenknightPropagate typo fix to doc/user/separate.xml.
next