| Commit message (Expand) | Author | Age | Files | Lines |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 4 | -5/+5 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 2 | -12/+13 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-16 | 1 | -9/+7 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 14 | -84/+64 |
|
|
* | Issue 2331: For forward compatibility, use "import pickle" and have | Steven Knight | 2010-04-09 | 1 | -11/+14 |
|
|
* | Issue 2332 (preparation): refactor print statements so we can | Steven Knight | 2010-04-06 | 4 | -11/+19 |
|
|
* | Fix vc9.0 express issue, misspelling, and add testcase which would have expos... | William Deegan | 2010-04-06 | 1 | -1/+3 |
|
|
* | Issue 2331: use cPickle in preference to the pickle module. | Steven Knight | 2010-04-06 | 1 | -11/+11 |
|
|
* | Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"? | Greg Noel | 2010-03-31 | 1 | -4/+1 |
|
|
* | Fix exception thrown when VC9.0Exp is used. | William Deegan | 2010-03-31 | 1 | -1/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -2/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 4 | -24/+7 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 44 | -277/+229 |
|
|
* | 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 |
|
|
* | Add documentation for MSVC_USE_SCRIPT. | Gary Oberbrunner | 2010-02-12 | 1 | -0/+14 |
|
|
* | 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 |
|
|
* | It should now handle picking up the SDK compilers when the VC vcvarsall.bat d... | William Deegan | 2010-02-04 | 2 | -13/+81 |
|
|
* | Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637. | Steven Knight | 2010-01-21 | 1 | -15/+12 |
|
|
* | 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 | 1 | -12/+15 |
|
|
* | Issue 2537: fix typos in the man page. (Luca Faravigna) | Steven Knight | 2010-01-19 | 6 | -10/+16 |
|
|
* | Improve documentation of MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2010-01-11 | 1 | -8/+15 |
|
|
* | Fix for 2422 | William Deegan | 2010-01-11 | 2 | -110/+0 |
|
|
* | Fix #2515: use better way to detect 64-bit OS. | Gary Oberbrunner | 2010-01-11 | 1 | -4/+19 |
|
|
* | 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 |
|
|
* | Change scanner to properly search for included file from the | Robert Managan | 2010-01-04 | 1 | -3/+16 |
|
|
* | Running PDF() on an .eps file on windows with MikTex 2.7.2767 does not work, | Robert Managan | 2009-12-17 | 1 | -1/+1 |
|
|
* | Fix c++ compiler detection: correct the order of values returned, | Steven Knight | 2009-11-29 | 1 | -4/+4 |
|
|
* | Fix get_host_target()'s use of platform.machine() on Python versions | Steven Knight | 2009-11-28 | 1 | -1/+7 |
|
|
* | Remove the obsolete msvs_exists() unit test. | Steven Knight | 2009-11-28 | 1 | -5/+0 |
|
|
* | Add a compat module for the (Python 2.3) platform.py module so that tests | Steven Knight | 2009-11-27 | 1 | -0/+1 |
|
|
* | Fix wrong var name in r4486, thanks Greg! | Gary Oberbrunner | 2009-11-26 | 1 | -2/+2 |
|
|
* | Use VisualCMissingWarning instead of making a stack trace for unsupported MSV... | Gary Oberbrunner | 2009-11-26 | 1 | -3/+3 |
|
|
* | Python 1.5 fix: no += | Steven Knight | 2009-11-26 | 1 | -3/+4 |
|
|
* | Add a test for the case where a latex file uses \input{} to include the | Robert Managan | 2009-11-25 | 2 | -9/+85 |
|
|
* | Another test fix for the MSVS tests. | Gary Oberbrunner | 2009-11-25 | 1 | -0/+4 |
|
|
* | A couple more test fixes, to make test/import.py work on Linux. | Gary Oberbrunner | 2009-11-25 | 2 | -4/+9 |
|
|
* | Doc tweaks for MSVC_VERSION and TARGET_ARCH. | Gary Oberbrunner | 2009-11-24 | 2 | -12/+19 |
|
|
* | Fix check for too-old Visual Studio with non-x86 arch; thanks to Roberto De V... | Gary Oberbrunner | 2009-11-24 | 1 | -1/+1 |
|
|
* | ENH: explicit check for supported arch per version when using batch file. | David Cournapeau | 2009-11-23 | 1 | -0/+43 |
|
|
* | REF: query host/target arch only when using bat file. | David Cournapeau | 2009-11-23 | 1 | -2/+1 |
|
|
* | Faster backward-compatible code | Greg Noel | 2009-11-20 | 1 | -2/+1 |
|
|
* | ENH: add a cache for get_installed_vcs, as it used for every MS tool exists f... | David Cournapeau | 2009-11-19 | 1 | -3/+13 |
|
|