http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / Tool / MSCommon / vc.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-06 bdbaddogFix vc9.0 express issue, misspelling, and add testcase...
2010-03-31 gregnoelRevert revision 4742. How hard is it to understand...
2010-03-31 bdbaddogFix exception thrown when VC9.0Exp is used.
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-19 garyoPrevent "Exp" in MSVC version name from causing problems.
2010-03-19 bdbaddogFix for MSSDK initialiation
2010-03-15 bdbaddogAdd more debug output to Visual Studio/VC/ SDK initiali...
2010-02-10 bdbaddogMainly patch from James Teh
2010-02-07 bdbaddogFix the case where neither vc nor sdk script exist...
2010-02-05 bdbaddogGracefully handle not finding the VC and/or SDK setup...
2010-02-04 bdbaddogIt should now handle picking up the SDK compilers when...
2009-11-28 stevenknightFix get_host_target()'s use of platform.machine() on...
2009-11-27 stevenknightAdd a compat module for the (Python 2.3) platform.py...
2009-11-26 garyoFix wrong var name in r4486, thanks Greg!
2009-11-26 garyoUse VisualCMissingWarning instead of making a stack...
2009-11-26 stevenknightPython 1.5 fix: no +=
2009-11-25 garyoAnother test fix for the MSVS tests.
2009-11-24 garyoFix check for too-old Visual Studio with non-x86 arch...
2009-11-23 cournapeENH: explicit check for supported arch per version...
2009-11-23 cournapeREF: query host/target arch only when using bat file.
2009-11-19 cournapeENH: add a cache for get_installed_vcs, as it used...
2009-11-19 cournapeBUG: fix caching bug for msvc_setup_once.
2009-11-19 cournapeREF: remove duplicated function msvc_setup_env_once.
2009-11-19 cournapeBUG: fix MSVC_USE_SCRIPT=False case.
2009-11-19 cournapeBUG: return early with warning if no version of vc...
2009-11-19 cournapeBUG: catch any VisualCException when querying available...
2009-11-19 cournapeENH: add support for Itanium architecture.
2009-11-19 cournapeENH: use Gary error checking, but using exception inste...
2009-11-19 cournapeENH: set up MSVS_VERSION and MSVS dict while setting...
2009-11-19 cournapeBUG: catch error while canonalizing arch for host/target.
2009-11-19 cournapeENH: handle MSVS_VERSION additionally to MSVC_VERSION...
2009-11-19 cournapeREF: move vc2 to vc module.
2009-11-19 cournapeBUG: fix cross-compilation from x86 -> x86_64 for VS...
2009-11-19 cournapeENH: add a wrapper around msvc_setup_env to guarantee...
2009-11-19 cournapeBUG: fix arch argument to pass to batfile.
2009-11-19 cournapeENH: move user info gathering at the top of msvc_setup_env.
2009-11-19 cournapeENH: factor host/target handling in separate function.
2009-11-19 cournapeENH: bypass complicated VisualC logic, and use the...
2009-11-19 cournapeENH: script_env now takes an args argument to forward...
2009-11-19 cournapeENH: refactor function to get msvc version.
2009-10-14 garyoMSVC: Add correct x86_64/x66_64 msvc bat file location...
2009-08-05 garyoCheck that MSVC install dir returned by registry actual...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...