MSVC check for installed versions - VS2017 in particular#3264
Merged
Conversation
Broaden the search to also include Build Tools (the compiler without the whole Visual Studio works). Also in the initial search to see if a suite is valid or not, don't just look for a couple of locations within a given path, do a search. Signed-off-by: Mats Wichmann <mats@linux.com>
Polish up a few docstrings and be more descriptive about the search for cl.exe. Also add requested version qualifiers to entry in CHANGES.txt. Signed-off-by: Mats Wichmann <mats@linux.com>
vc.py: Some of the debug prints weren't quite right, and added a few. When vswhere is called, it can return multiple lines if there are multiple products that match, so handle that case. Preparing for ARM support, add some host/target combos to the table - currently commented out. arm/arm64 added to the canonicalize table where it won't do any harm. common.py: in case we eventually switch to more general logging, use a specific logger rather than the root logger. Signed-off-by: Mats Wichmann <mats@linux.com>
Signed-off-by: Mats Wichmann <mats@linux.com>
removed debug print
360065d to
a17c87b
Compare
…find msvc fixed some other tests
386a31b to
bdad26b
Compare
bdbaddog
reviewed
Jan 9, 2019
fixed except check revert some obsolete changes
bdad26b to
d325e5f
Compare
Contributor
Author
|
adding arm support would be related to #3182 |
3 tasks
593d2a4 to
3e68e53
Compare
1 similar comment
Contributor
Author
|
@bdbaddog could you close some of those sider issues? They are line to long issues in the VS project template tests. |
fixed syntax issue
643696f to
580b28e
Compare
Contributor
Author
|
should fix #3268 |
2399fb8 to
5612efe
Compare
removed unused function
5612efe to
ac42db6
Compare
Contributor
|
Can you summarize at the top what you changed? |
Contributor
Author
done and updated documentation |
bdbaddog
reviewed
Jan 14, 2019
bdbaddog
reviewed
Jan 14, 2019
…set version file updated other dict references
f47c258 to
247001f
Compare
Contributor
|
Great work! |
This was referenced Jan 15, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mailing list: https://pairlist4.pair.net/pipermail/scons-users/2019-January/007513.html
Things added in this PR:
[src] changes:
[test] changes:
need to: