summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-0716-73/+132
* Issue 2332 (preparation): refactor print statements so we canSteven Knight2010-04-064-11/+19
* Fix test for non-win32 platformsWilliam Deegan2010-04-061-5/+4
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-062-1/+61
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* Fix XML in documentation, and in the bin/scons-doc.py script that generatesSteven Knight2010-04-0521-85/+94
* Adding 1.3.0.d20100404William Deegan2010-04-052-3/+3
* Remove references to the removed _scons_sets15.py module.Steven Knight2010-04-022-5/+0
* Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?Greg Noel2010-03-311-4/+1
* A bit of a blind checkin, but there's no need to put the compatibility namesGreg Noel2010-03-311-5/+2
* Fix exception thrown when VC9.0Exp is used.William Deegan2010-03-311-1/+4
* Only one SCons file uses urllib, and only one routine from that module, soGreg Noel2010-03-301-2/+11
* Remove the recently-removed _scons_sets15.py from MANIFEST.in.Steven Knight2010-03-302-2/+1
* Trivial man page fix; fixes issue #2585.Gary Oberbrunner2010-03-301-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2937-239/+79
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2921-165/+127
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-27102-461/+341
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-254-28/+52
* http://scons.tigris.org/issues/show_bug.cgi?id=2341Greg Noel2010-03-253-3/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-25499-2872/+2376
* Update tigris website with release 1.3.0 infoGary Oberbrunner2010-03-252-54/+12
* Merged r4724 (1.3.0 release changes) back into trunk.Gary Oberbrunner2010-03-245-28/+37
* Prevent "Exp" in MSVC version name from causing problems.Gary Oberbrunner2010-03-191-1/+4
* Fix for MSSDK initialiationWilliam Deegan2010-03-193-6/+10
* More VS/VC/SDK debug code.William Deegan2010-03-162-5/+12
* More doc infrastructure enhancements towards putting the functionSteven Knight2010-03-151-1/+7
* Add more debug output to Visual Studio/VC/ SDK initializationWilliam Deegan2010-03-152-0/+5
* Add DocBook entities for the env.*() forms of Builder and function calls.Steven Knight2010-03-111-6/+29
* Handle different signatures for global or env versions of functionsSteven Knight2010-03-082-15/+18
* Add 1.2.0.d20100306 checkpoint releaseWilliam Deegan2010-03-072-3/+3
* More enhancements for documenting functions:Steven Knight2010-03-042-5/+18
* More updates towards supporting function documentation:Steven Knight2010-03-031-4/+11
* Add support for documenting functions (with arbitrary calling signatures)Steven Knight2010-02-232-18/+113
* Refactor the XMl processing of various entity types to make the codeSteven Knight2010-02-231-46/+81
* Split the "live rpcgen" sub-test into its own test script.Steven Knight2010-02-212-71/+114
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-213-0/+30
* Fix the test on all Python versions (failed on versions before 2.5 dueSteven Knight2010-02-181-3/+2
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-176-12/+97
* Move two Builder-related tests into the test/Builder/ subdirectory.Steven Knight2010-02-162-0/+0
* Add documentation for MSVC_USE_SCRIPT.Gary Oberbrunner2010-02-122-0/+23
* Update CHANGES to give some credit for patchesWilliam Deegan2010-02-101-0/+7
* Mainly patch from James TehWilliam Deegan2010-02-102-11/+23
* MS win32 sdk issue, fixed requested arch to not request cross compile when bu...William Deegan2010-02-091-6/+14
* Fix the case where neither vc nor sdk script exist or, vc doesn't work and sd...William Deegan2010-02-071-1/+1
* Gracefully handle not finding the VC and/or SDK setup batch scripts.William Deegan2010-02-051-7/+15
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-055-72/+116
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-043-28/+98
* trivial typo in man pageGreg Noel2010-01-301-1/+1
* Only escape the executable python string itself on the display line.Steven Knight2010-01-271-4/+5
* Win32 portability in runtest.py tests after disabling QMTest by default.Steven Knight2010-01-2617-110/+91