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

Mac: Fix Mac builds to support C++11 #4304

Merged
merged 4 commits into from
Mar 31, 2021
Merged

Mac: Fix Mac builds to support C++11 #4304

merged 4 commits into from
Mar 31, 2021

Commits on Mar 31, 2021

  1. Mac: Change Xcode project C++ Language Dialect to C++11

    Charlie Fenton committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    fa9f931 View commit details
    Browse the repository at this point in the history
  2. Mac: fix compile errors caused by upgrade to C++11

    Charlie Fenton committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7710c0f View commit details
    Browse the repository at this point in the history
  3. Mac: fix compile warnings caused by upgrade to C++11

    Charlie Fenton committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    661983a View commit details
    Browse the repository at this point in the history
  4. Mac build script: eliminate redundant -c++11 arg since C++11 build is…

    … now standard
    Charlie Fenton committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    97eeb71 View commit details
    Browse the repository at this point in the history