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

Finish P0768R1 by adding Spaceship CPOs #1370

Merged
merged 21 commits into from
Oct 29, 2020

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    05f1ecc View commit details
    Browse the repository at this point in the history
  2. Add tests.

    StephanTLavavej committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    e55592f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520e565 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    eea8d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8202160 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c87ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c476f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a52206 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddbb0ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d559a82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3010877 View commit details
    Browse the repository at this point in the history
  9. Comment ADL usage.

    StephanTLavavej committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    e75c921 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e2bf99 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Drop unnecessary typename = void.

    Co-authored-by: Casey Carter <[email protected]>
    StephanTLavavej and CaseyCarter authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d631237 View commit details
    Browse the repository at this point in the history
  2. Fix a corner case in ADL throughput optimization.

    Explicitly convert the (potentially user-defined) result of
    ADL meow_order to meow_ordering, before converting it to the final type.
    StephanTLavavej committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5dd531f View commit details
    Browse the repository at this point in the history
  3. Test weird ADL.

    StephanTLavavej committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f353361 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

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

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    3d9e550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae3402 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. cstdint must be core so type_traits can include it.

    All this header does is include `stdint.h` and provide typedefs.
    StephanTLavavej committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4ec5693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f55ce View commit details
    Browse the repository at this point in the history