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

cmake: Require C++20 #502

Merged
merged 6 commits into from
Oct 19, 2022
Merged

cmake: Require C++20 #502

merged 6 commits into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. cmake: Require C++20

    chfast committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c36981c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1976a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54be46a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5631b38 View commit details
    Browse the repository at this point in the history
  5. cmake, ci: Bump minimum required GCC version to 10

    This removes the need to link stdc++fs in case <filesystem> is used.
    This also allows using of std::span once C++20 is enabled.
    chfast committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    521687c View commit details
    Browse the repository at this point in the history
  6. ci: Bump minimum required Clang version to 11

    Allows using std::span.
    chfast committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e79c013 View commit details
    Browse the repository at this point in the history