summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/MSCommon/vc.py
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: fix caching bug for msvc_setup_once.David Cournapeau2009-11-191-1/+1
* REF: remove duplicated function msvc_setup_env_once.David Cournapeau2009-11-191-10/+0
* BUG: fix MSVC_USE_SCRIPT=False case.David Cournapeau2009-11-191-2/+5
* BUG: return early with warning if no version of vc is found.David Cournapeau2009-11-191-0/+6
* BUG: catch any VisualCException when querying available versions through find...David Cournapeau2009-11-191-4/+14
* ENH: add support for Itanium architecture.David Cournapeau2009-11-191-2/+5
* ENH: use Gary error checking, but using exception instead of returning error ...David Cournapeau2009-11-191-17/+27
* ENH: set up MSVS_VERSION and MSVS dict while setting up msvc as well.David Cournapeau2009-11-191-0/+5
* BUG: catch error while canonalizing arch for host/target.David Cournapeau2009-11-191-2/+11
* ENH: handle MSVS_VERSION additionally to MSVC_VERSION, but raise deprecation ...David Cournapeau2009-11-191-0/+16
* REF: move vc2 to vc module.David Cournapeau2009-11-191-289/+146
* BUG: fix cross-compilation from x86 -> x86_64 for VS 2008.David Cournapeau2009-11-191-8/+23
* ENH: add a wrapper around msvc_setup_env to guarantee the function is called ...David Cournapeau2009-11-191-0/+10
* BUG: fix arch argument to pass to batfile.David Cournapeau2009-11-191-2/+3
* ENH: move user info gathering at the top of msvc_setup_env.David Cournapeau2009-11-191-2/+2
* ENH: factor host/target handling in separate function.David Cournapeau2009-11-191-6/+10
* ENH: bypass complicated VisualC logic, and use the .bat file to get correct a...David Cournapeau2009-11-191-3/+10
* ENH: script_env now takes an args argument to forward arguments to the execut...David Cournapeau2009-11-191-2/+2
* ENH: refactor function to get msvc version.David Cournapeau2009-11-191-14/+22
* MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).Gary Oberbrunner2009-10-141-0/+1
* Check that MSVC install dir returned by registry actually exists before using...Gary Oberbrunner2009-08-051-1/+9
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-0/+340