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

Release 1.13.2 #210

Merged
merged 7 commits into from
Oct 9, 2022
Merged

Release 1.13.2 #210

merged 7 commits into from
Oct 9, 2022

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    8cb3e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2079a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Fix __int128_t handling with clang-cl (#208)

    So far cpp-sort that any standard library that had __SIZEOF_INT128__
    defined was either libc++ or libstdc++. However it turned out that
    clang-cl provides that type but targets the Microsoft STL, so our
    internal family of is_integral traits had to be updated to take that
    new information into account.
    Morwenn committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3b65a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Add CI jobs for clang-cl

    Morwenn committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    89b5653 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    c47bf2e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    95c5149 View commit details
    Browse the repository at this point in the history
  2. Preparing release 1.13.2

    Morwenn committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e5f57ca View commit details
    Browse the repository at this point in the history