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

Allow compilation with clang 13 and Libcpp #496

Merged
merged 12 commits into from
Oct 6, 2021

Commits on Oct 6, 2021

  1. Update Abseil to the newest version,

    mitigating some warnings on clang 13
    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    965cefa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a83487a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37dda0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1649ad1 View commit details
    Browse the repository at this point in the history
  5. Included a jthread replacement,

    and integrated the gcc10 and clang13 toolchains
    into the
    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bfe14f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aad2438 View commit details
    Browse the repository at this point in the history
  7. Next tyr with toolchains

    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    447b41f View commit details
    Browse the repository at this point in the history
  8. One underscore too few.

    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    163a61f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0609b39 View commit details
    Browse the repository at this point in the history
  10. Made a unit test pass deterministically,

    And disabled a warning in re2
    (a variable only used in debug mode).
    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bfb92ae View commit details
    Browse the repository at this point in the history
  11. Clang format

    joka921 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    63a3ad0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01f4272 View commit details
    Browse the repository at this point in the history