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

Implement P0448R4 spanstream #2029

Merged
merged 35 commits into from
Sep 11, 2021
Merged

Commits on Jun 30, 2021

  1. Implement spanstream

    miscco committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e94ce25 View commit details
    Browse the repository at this point in the history
  2. Move aliases into iosfwd

    miscco committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    3d12c64 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Address review comments

    Co-authored-by: Matt Stephanson <[email protected]>
    miscco and MattStephanson committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e9dee40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40edba9 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    Co-authored-by: Adam Bucior <[email protected]>
    miscco and AdamBucior committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    e59ac94 View commit details
    Browse the repository at this point in the history
  4. More review comments

    miscco committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    95643a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    5b413fb View commit details
    Browse the repository at this point in the history
  2. Address review comments

    Co-authored-by: Stephan T. Lavavej <[email protected]>
    miscco and StephanTLavavej committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ff35037 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    1537a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef50108 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    822de91 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    Co-authored-by: Stephan T. Lavavej <[email protected]>
    miscco and StephanTLavavej committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3ed6a02 View commit details
    Browse the repository at this point in the history
  3. Add tests for const buffer

    miscco committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c61afd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    2587e4c View commit details
    Browse the repository at this point in the history
  2. Work around DevCom-1511903.

    Also, this test can assume that concepts are available.
    StephanTLavavej committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b1650ea View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    92ec9c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c7c7b View commit details
    Browse the repository at this point in the history
  3. Private typedefs.

    StephanTLavavej committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e7b10b2 View commit details
    Browse the repository at this point in the history
  4. Call member swap().

    StephanTLavavej committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    d03004d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b309e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d57fc0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0ec9af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2a4923 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3134d3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    862f03d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cad51f View commit details
    Browse the repository at this point in the history
  12. Fix comment typo.

    StephanTLavavej committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    31bca31 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5257648 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1b5d100 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5116294 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    205178e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d40f1ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    34e426c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 8, 2021

  1. Use variable templates in the test.

    Co-authored-by: Charlie Barto <[email protected]>
    StephanTLavavej and barcharcraz committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f57ff9f View commit details
    Browse the repository at this point in the history