summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-143-2/+61
* Avoid 3.0 fixer issues by not using module names as variable names.Steven Knight2010-04-134-25/+51
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-127-57/+66
* Towards issue 2336: Rename the compat/builtins.py module toSteven Knight2010-04-113-2/+2
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-118-18/+77
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-095-31/+56
* Issue 2330: For forward compatibility, use "import profile" and haveSteven Knight2010-04-092-4/+18
* Remove the deleted _scons_UserString.py file from the packaging manifest.Steven Knight2010-04-081-1/+0
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-0725-188/+106
* 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 vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-1/+3
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?Greg Noel2010-03-311-4/+1
* Fix exception thrown when VC9.0Exp is used.William Deegan2010-03-311-1/+4
* Remove the recently-removed _scons_sets15.py from MANIFEST.in.Steven Knight2010-03-301-1/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-298-203/+30
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2917-134/+114
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-2750-220/+146
* 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-25127-1311/+1222
* 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
* Add more debug output to Visual Studio/VC/ SDK initializationWilliam Deegan2010-03-152-0/+5
* Generate an error message if a BUILDERS entry is set to something that isn'tSteven Knight2010-02-174-12/+32
* Add documentation for MSVC_USE_SCRIPT.Gary Oberbrunner2010-02-121-0/+14
* 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-052-3/+7
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-043-28/+98
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-212-19/+16
* Somehow I managed to lose this change in a commentRobert Managan2010-01-201-1/+1
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-201-12/+15
* Issue 2540: Make the messages printed when checking for compilersSteven Knight2010-01-191-4/+4
* Issue 2537: fix typos in the man page. (Luca Faravigna)Steven Knight2010-01-196-10/+16
* Python 1.5 fix (nested scopes).Steven Knight2010-01-141-2/+6
* Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead ofSteven Knight2010-01-141-1/+1
* Fix use of varlist in CommandGeneratorAction, ListAction and LazyActionSteven Knight2010-01-142-1/+107
* Fix a missed name change of TimeStamp => TimeStampDefault.Steven Knight2010-01-141-1/+1
* Improve documentation of MSVC_VERSION and TARGET_ARCH.Gary Oberbrunner2010-01-111-8/+15
* Fix for 2422William Deegan2010-01-112-110/+0
* Fix #2515: use better way to detect 64-bit OS.Gary Oberbrunner2010-01-111-4/+19
* Python 1.5 fix (no continue within a try:-except: block within a loop).Steven Knight2010-01-091-2/+10
* I got the order of the arguments wrong in a Clean() call I added to help fix tehRobert Managan2010-01-071-1/+1
* Issue 2505: fix use of pre-compiled headers when the source .cppSteven Knight2010-01-061-2/+14
* Fix path name checks for case-insensitive file systems.Steven Knight2010-01-061-5/+8