index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Tool
/
MSCommon
/
vc.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-289/+146
*
BUG: fix cross-compilation from x86 -> x86_64 for VS 2008.
David Cournapeau
2009-11-19
1
-8/+23
*
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
*
ENH: factor host/target handling in separate function.
David Cournapeau
2009-11-19
1
-6/+10
*
ENH: bypass complicated VisualC logic, and use the .bat file to get correct a...
David Cournapeau
2009-11-19
1
-3/+10
*
ENH: script_env now takes an args argument to forward arguments to the execut...
David Cournapeau
2009-11-19
1
-2/+2
*
ENH: refactor function to get msvc version.
David Cournapeau
2009-11-19
1
-14/+22
*
MSVC: Add correct x86_64/x66_64 msvc bat file location for VC 9.0 (2008).
Gary Oberbrunner
2009-10-14
1
-0/+1
*
Check that MSVC install dir returned by registry actually exists before using...
Gary Oberbrunner
2009-08-05
1
-1/+9
*
In addition to changed merged below, commented out for platform os2 use of ms...
William Deegan
2009-07-21
1
-0/+340
[prev]