| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to the removed _scons_sets15.py module. | Steven Knight | 2010-04-02 | 2 | -5/+0 |
|
|
| * | Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"? | Greg Noel | 2010-03-31 | 1 | -4/+1 |
|
|
| * | A bit of a blind checkin, but there's no need to put the compatibility names | Greg Noel | 2010-03-31 | 1 | -5/+2 |
|
|
| * | Fix exception thrown when VC9.0Exp is used. | William Deegan | 2010-03-31 | 1 | -1/+4 |
|
|
| * | Remove the recently-removed _scons_sets15.py from MANIFEST.in. | Steven Knight | 2010-03-30 | 1 | -1/+0 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 10 | -208/+34 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 17 | -134/+114 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 54 | -240/+179 |
|
|
| * | Issue 2327: provide a compat sorted() function for pre-2.4 Python versions. | Steven Knight | 2010-03-25 | 4 | -28/+52 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2341 | Greg Noel | 2010-03-25 | 3 | -3/+3 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 137 | -1391/+1292 |
|
|
| * | Merged r4724 (1.3.0 release changes) back into trunk. | Gary Oberbrunner | 2010-03-24 | 2 | -6/+15 |
|
|
| * | Prevent "Exp" in MSVC version name from causing problems. | Gary Oberbrunner | 2010-03-19 | 1 | -1/+4 |
|
|
| * | Fix for MSSDK initialiation | William Deegan | 2010-03-19 | 3 | -6/+10 |
|
|
| * | More VS/VC/SDK debug code. | William Deegan | 2010-03-16 | 2 | -5/+12 |
|
|
| * | Add more debug output to Visual Studio/VC/ SDK initialization | William Deegan | 2010-03-15 | 2 | -0/+5 |
|
|
| * | Issue 2051: Support execution when installed via easy_install. | Steven Knight | 2010-02-21 | 3 | -0/+30 |
|
|
| * | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 5 | -12/+35 |
|
|
| * | Add documentation for MSVC_USE_SCRIPT. | Gary Oberbrunner | 2010-02-12 | 2 | -0/+23 |
|
|
| * | Update CHANGES to give some credit for patches | William Deegan | 2010-02-10 | 1 | -0/+7 |
|
|
| * | Mainly patch from James Teh | William Deegan | 2010-02-10 | 2 | -11/+23 |
|
|
| * | MS win32 sdk issue, fixed requested arch to not request cross compile when bu... | William Deegan | 2010-02-09 | 1 | -6/+14 |
|
|
| * | Fix the case where neither vc nor sdk script exist or, vc doesn't work and sd... | William Deegan | 2010-02-07 | 1 | -1/+1 |
|
|
| * | Gracefully handle not finding the VC and/or SDK setup batch scripts. | William Deegan | 2010-02-05 | 1 | -7/+15 |
|
|
| * | Merged revisions 4645,4647-4651,4654-4656 via svnmerge from | Steven Knight | 2010-02-05 | 3 | -5/+25 |
|
|
| * | It should now handle picking up the SDK compilers when the VC vcvarsall.bat d... | William Deegan | 2010-02-04 | 3 | -28/+98 |
|
|
| * | Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637. | Steven Knight | 2010-01-21 | 3 | -32/+18 |
|
|
| * | Somehow I managed to lose this change in a comment | Robert Managan | 2010-01-20 | 1 | -1/+1 |
|
|
| * | Update tex builder to handle the case where a \input{foo} | Robert Managan | 2010-01-20 | 2 | -12/+22 |
|
|
| * | Fix spelling. | Robert Managan | 2010-01-20 | 1 | -1/+1 |
|
|
| * | Issue 2540: Make the messages printed when checking for compilers | Steven Knight | 2010-01-19 | 2 | -6/+10 |
|
|
| * | Issue 2537: fix typos in the man page. (Luca Faravigna) | Steven Knight | 2010-01-19 | 7 | -10/+24 |
|
|
| * | Merge back from checkpoint. | William Deegan | 2010-01-19 | 1 | -2/+9 |
|
|
| * | Update next checkpoint version and datestamp | Steven Knight | 2010-01-17 | 1 | -1/+1 |
|
|
| * | Python 1.5 fix (nested scopes). | Steven Knight | 2010-01-14 | 1 | -2/+6 |
|
|
| * | Make the default SystemRoot a Windows-like "C:\\WINDOWS" instead of | Steven Knight | 2010-01-14 | 1 | -1/+1 |
|
|
| * | Fix use of varlist in CommandGeneratorAction, ListAction and LazyAction | Steven Knight | 2010-01-14 | 2 | -1/+107 |
|
|
| * | Fix a missed name change of TimeStamp => TimeStampDefault. | Steven Knight | 2010-01-14 | 1 | -1/+1 |
|
|
| * | Improve documentation of MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -8/+15 |
|
|
| * | Added release note re: Visual Studio detection, MSVC_VERSION, TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -0/+22 |
|
|
| * | Fix for 2422 | William Deegan | 2010-01-11 | 3 | -110/+3 |
|
|
| * | Fix #2515: use better way to detect 64-bit OS. | Gary Oberbrunner | 2010-01-11 | 1 | -4/+19 |
|
|
| * | Python 1.5 fix (no continue within a try:-except: block within a loop). | Steven Knight | 2010-01-09 | 1 | -2/+10 |
|
|
| * | I got the order of the arguments wrong in a Clean() call I added to help fix teh | Robert Managan | 2010-01-07 | 1 | -1/+1 |
|
|
| * | Issue 2505: fix use of pre-compiled headers when the source .cpp | Steven Knight | 2010-01-06 | 1 | -2/+14 |
|
|
| * | Fix path name checks for case-insensitive file systems. | Steven Knight | 2010-01-06 | 1 | -5/+8 |
|
|
| * | Change scanner to properly search for included file from the | Robert Managan | 2010-01-04 | 3 | -8/+53 |
|
|
| * | Don't look for copyright strings in buildbot timings files. | Steven Knight | 2009-12-22 | 1 | -0/+6 |
|
|
| * | Issue 2482: Avoid wrapping decider unnecessarily | Greg Noel | 2009-12-20 | 1 | -1/+2 |
|
|
| * | Add a message to the UserError raised when trying to do a Dir lookup with cre... | Gary Oberbrunner | 2009-12-20 | 1 | -1/+2 |
|
|