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

Added C++1z and C++2a dialect options for XCode #1523

Merged
merged 1 commit into from
Sep 26, 2020

Conversation

nickclark2016
Copy link
Member

@nickclark2016 nickclark2016 commented Sep 26, 2020

What does this PR do?

Closes #1516 by adding all supported C++ dialects to XCode.

How does this PR change Premake's behavior?

No breaking changes, pre-existing functionality does not change. Only adds functionality described above.

Anything else we should know?

N/A

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits

Copy link
Member

@samsinsane samsinsane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably just fill out the entire table, instead of just adding what people have requested/bugged so far. C++0x, C++1y, and the GNU variants.

@samsinsane samsinsane merged commit 57f805f into premake:master Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cppdialect is not set for Xcode project
2 participants