-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Visual Studio 2017 #165
Commits on Jul 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 46ec288 - Browse repository at this point
Copy the full SHA 46ec288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6c5f3 - Browse repository at this point
Copy the full SHA 4d6c5f3View commit details -
Add parameter to GetSystemRegistryString that fills in string used to…
… replace $VERSION field.
Configuration menu - View commit details
-
Copy full SHA for d01fa78 - Browse repository at this point
Copy the full SHA d01fa78View commit details -
Add support for VisualStudio 2017 install location.
Detecting a VS2017 install is significantly different than prior versions. This is particularly true in the case of environment variables, which are not added globally, meaning launching cling from a random shell would fail. Additionally, prior implementation did not block clang from doing it’s own detection, which added the paths it found with the -isystem flag so that they had priority over what cling was trying to use.
Configuration menu - View commit details
-
Copy full SHA for 2dcd89c - Browse repository at this point
Copy the full SHA 2dcd89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c085fd5 - Browse repository at this point
Copy the full SHA c085fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1962da0 - Browse repository at this point
Copy the full SHA 1962da0View commit details -
Explicitly tell clang the Windows configuration desired.
By using the command-line flags, clang will know this information early, rather than having it changed from underneath.
Configuration menu - View commit details
-
Copy full SHA for 9b235f5 - Browse repository at this point
Copy the full SHA 9b235f5View commit details -
Windows: No longer need -Wno-deprecated-declarations when UCRT includ…
…e paths added with -isystem.
Configuration menu - View commit details
-
Copy full SHA for 9852024 - Browse repository at this point
Copy the full SHA 9852024View commit details