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

P2321R2: Added std::views::zip_transform. #3322

Merged
merged 45 commits into from
Jan 28, 2023

Commits on Jan 2, 2023

  1. Merge pull request #22 from microsoft/main

    Updated the fork to the current main.
    tylerbrawl authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    78e37c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    df83425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1e6feb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7aa531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c84f60 View commit details
    Browse the repository at this point in the history
  5. Improved some formatting.

    tylerbrawl committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9ab35fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab1e99c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d625a91 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    2271c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f63d266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51cee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e59640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b704258 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #23 from tylerbrawl/zip-transform-tests

    Added the test suite.
    tylerbrawl authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a9c18bd View commit details
    Browse the repository at this point in the history
  7. Update stl/inc/ranges

    Co-authored-by: A. Jiang <[email protected]>
    tylerbrawl and frederick-vs-ja authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f6ad5c2 View commit details
    Browse the repository at this point in the history
  8. Update stl/inc/ranges

    Co-authored-by: A. Jiang <[email protected]>
    tylerbrawl and frederick-vs-ja authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8e95f72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bba1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Update stl/inc/ranges

    Co-authored-by: timsong-cpp <[email protected]>
    tylerbrawl and timsong-cpp authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8fefd79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6ada2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c63efe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    ccacc78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7edee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b7100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc2eff5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b6c2ff View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    99df759 View commit details
    Browse the repository at this point in the history
  2. Use ranges::const_iterator_t/const_sentinel_t.

    Co-authored-by: Jakub Mazurkiewicz <[email protected]>
    StephanTLavavej and JMazurkiewicz committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    526696e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d04fb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37a4ee8 View commit details
    Browse the repository at this point in the history
  5. Extract Cat typedef.

    StephanTLavavej committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b7d6619 View commit details
    Browse the repository at this point in the history
  6. Use more auto.

    StephanTLavavej committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    89c48bd View commit details
    Browse the repository at this point in the history
  7. Use less auto.

    StephanTLavavej committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    82b112c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5628d15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa12662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a70c682 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2b3e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    d27fdc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a05ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f263aec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f679771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f23f476 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de3f047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a415a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6452c61 View commit details
    Browse the repository at this point in the history