Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 4, 2017

  1. Configuration menu
    Copy the full SHA
    46ec288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d6c5f3 View commit details
    Browse the repository at this point in the history
  3. Add parameter to GetSystemRegistryString that fills in string used to…

    … replace $VERSION field.
    marsupial committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    d01fa78 View commit details
    Browse the repository at this point in the history
  4. 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.
    marsupial committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    2dcd89c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c085fd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1962da0 View commit details
    Browse the repository at this point in the history
  7. 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.
    marsupial committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    9b235f5 View commit details
    Browse the repository at this point in the history
  8. Windows: No longer need -Wno-deprecated-declarations when UCRT includ…

    …e paths added with -isystem.
    marsupial committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    9852024 View commit details
    Browse the repository at this point in the history