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

[FEATURE] Clang support #3195

Merged
merged 21 commits into from
Sep 29, 2023
Merged

[FEATURE] Clang support #3195

merged 21 commits into from
Sep 29, 2023

Commits on Sep 28, 2023

  1. [FIX] Remove __cpp_nontype_template_parameter_class

    The correct version would have been __cpp_nontype_template_args >= 201911L. All supported compilers fulfil this.
    eseiler committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    909247c View commit details
    Browse the repository at this point in the history
  2. [FIX] Unused variables

    eseiler committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a8f17b4 View commit details
    Browse the repository at this point in the history
  3. [FIX] Ambiguous function call

    eseiler committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fcaeab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dc6c27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ba6a51 View commit details
    Browse the repository at this point in the history
  6. [FIX] cvtsi64x is deprecated

    eseiler committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    19b2ff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92380a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe386b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3304ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1baf50f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    5040fc5 View commit details
    Browse the repository at this point in the history
  2. [FIX] Parentheses in requires

    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9fa8e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362ee37 View commit details
    Browse the repository at this point in the history
  4. [FIX] Cyclic requires

    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    87fec13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24a3fa1 View commit details
    Browse the repository at this point in the history
  6. [FIX] Braces around scalar initializer

    Clang in CPP20 mode emits bogus warnings for seqan3::pod_tuple
    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    13c900d View commit details
    Browse the repository at this point in the history
  7. [FIX] Operator precedence

    overloaded <</>> has higher precedence than ==
    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    923fc7d View commit details
    Browse the repository at this point in the history
  8. [INFRA] CMake

    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ea9956b View commit details
    Browse the repository at this point in the history
  9. [INFRA] CI

    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dfba50b View commit details
    Browse the repository at this point in the history
  10. [FIX] Change constexpr test

    gcc11 complains suddenly
    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    64dc64b View commit details
    Browse the repository at this point in the history
  11. [FIX] take_until_view_test

    mutable refers to the capture
    eseiler committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    62392a1 View commit details
    Browse the repository at this point in the history