| Commit message (Expand) | Author | Age | Files | Lines |
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 3 | -7/+5 |
|
|
* | Fix vc9.0 express issue, misspelling, and add testcase which would have expos... | William Deegan | 2010-04-06 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 4 | -19/+19 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Fix #2515: use better way to detect 64-bit OS. | Gary Oberbrunner | 2010-01-11 | 1 | -4/+19 |
|
|
* | Fix get_host_target()'s use of platform.machine() on Python versions | Steven Knight | 2009-11-28 | 1 | -1/+7 |
|
|
* | 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 |
|
|
* | 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 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | BUG: fix caching bug for msvc_setup_once. | David Cournapeau | 2009-11-19 | 1 | -1/+1 |
|
|
* | REF: remove duplicated function msvc_setup_env_once. | David Cournapeau | 2009-11-19 | 1 | -10/+0 |
|
|
* | BUG: fix MSVC_USE_SCRIPT=False case. | David Cournapeau | 2009-11-19 | 1 | -2/+5 |
|
|
* | BUG: return early with warning if no version of vc is found. | David Cournapeau | 2009-11-19 | 1 | -0/+6 |
|
|
* | BUG: catch any VisualCException when querying available versions through find... | David Cournapeau | 2009-11-19 | 1 | -4/+14 |
|
|
* | ENH: add support for Itanium architecture. | David Cournapeau | 2009-11-19 | 1 | -2/+5 |
|
|
* | ENH: use Gary error checking, but using exception instead of returning error ... | David Cournapeau | 2009-11-19 | 1 | -17/+27 |
|
|
* | ENH: set up MSVS_VERSION and MSVS dict while setting up msvc as well. | David Cournapeau | 2009-11-19 | 1 | -0/+5 |
|
|
* | BUG: catch error while canonalizing arch for host/target. | David Cournapeau | 2009-11-19 | 1 | -2/+11 |
|
|
* | ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ... | David Cournapeau | 2009-11-19 | 1 | -0/+16 |
|
|
* | REF: move vc2 to vc module. | David Cournapeau | 2009-11-19 | 4 | -541/+541 |
|
|
* | ENH: use a pre-sorted list for MSVC versions to check. | David Cournapeau | 2009-11-19 | 1 | -3/+5 |
|
|
* | DOC: add a TODO for updated vc support. | David Cournapeau | 2009-11-19 | 1 | -0/+9 |
|
|
* | ENH: raise an exception when we detect an error while executing the batch file. | David Cournapeau | 2009-11-19 | 1 | -1/+19 |
|
|
* | BUG: fix get_installed_vcs such as most recent versions are the first ones. | David Cournapeau | 2009-11-19 | 1 | -1/+2 |
|
|
* | BUG: do not set up the SDK for now - it messes up cross compilation. | David Cournapeau | 2009-11-19 | 1 | -1/+1 |
|
|
* | ENH: start a new, simpler and more robust vc module. | David Cournapeau | 2009-11-19 | 2 | -1/+222 |
|
|
* | BUG: fix cross-compilation from x86 -> x86_64 for VS 2008. | David Cournapeau | 2009-11-19 | 1 | -8/+23 |
|
|
* | BUG: do not call msvs bat file in merge_default_version, only set up version. | David Cournapeau | 2009-11-19 | 1 | -1/+2 |
|
|
* | ENH: use msvc env, not msvs to set up mslib and mslink paths. | David Cournapeau | 2009-11-19 | 1 | -1/+2 |
|
|
* | ENH: add a wrapper around msvc_setup_env to guarantee the function is called ... | David Cournapeau | 2009-11-19 | 1 | -0/+10 |
|
|
* | BUG: fix arch argument to pass to batfile. | David Cournapeau | 2009-11-19 | 1 | -2/+3 |
|
|
* | ENH: move user info gathering at the top of msvc_setup_env. | David Cournapeau | 2009-11-19 | 1 | -2/+2 |
|
|