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/Clang Support #11

Merged
merged 19 commits into from
Mar 4, 2023
Merged

Mac/Clang Support #11

merged 19 commits into from
Mar 4, 2023

Conversation

McCallisterRomer
Copy link
Member

Adding support for clang 15 and a macOS CI build.

Caveat: The latest Xcode has (Apple)Clang 14, which has minimal c++20 support. We need at least clang 15 + experimental lib support to get by. Even with that, some things are missing. Not ideal, but at least it gets a CI build up.

Changes:

  • Warning flags for clang
  • Fix warnings
  • Disable test that uses ranges operator |
  • Placeholder for std::source_location until its added
  • Including sal.h for DirectXMath. This needs to be in the include path for mac/nix.

include/ncutility/platform/SourceLocation.h Outdated Show resolved Hide resolved
@McCallisterRomer McCallisterRomer merged commit b42b277 into vnext Mar 4, 2023
@McCallisterRomer McCallisterRomer deleted the cal/mac_support branch March 4, 2023 01:19
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.

2 participants