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

Ranges iota #39

Commits on Sep 28, 2023

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

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    574c94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4cfe00 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. [libc++] Implement ranges::iota: Cleaning up tests for ranges::iota a…

    …nd out_value_result. Updating Cxx23Papers.csv too.
    jamesETsmith committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7cdfea2 View commit details
    Browse the repository at this point in the history
  2. [libc++] Implement ranges::iota: Cleaning up tests for ranges::iota a…

    …nd adding testing for more iterators
    jamesETsmith committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a1d015c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab4c67d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c44d7d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

  1. [libc++] Implement ranges::iota: Adding tests to ranges_robust_agains…

    …t_* tests (proxy iterators is failing currently).
    jamesETsmith committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    08e3c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e658ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67fcac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b132784 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. [libc++] Implement ranges::iota: Updating Proxy<T> in test_iterators.…

    …h to be weakly_incrementable for certain T (which we need to test ranges::iota). test_iterators.h is not formatted because a lot of the code outside of my changes would get reformatted and I don't want to overcomplicate the diff.
    jamesETsmith committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    88e271a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. [libc++] Implement ranges::iota: Fixing some of the buildkite errors,…

    … modules are still not working locally
    jamesETsmith committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ff5bf79 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. [libc++] Implement ranges::iota: Explicitly adding #include for range…

    …s::borrowed_iterator_t which was missing from module builds. Not sure why this hasn't caused problems before
    jamesETsmith committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b8f07b8 View commit details
    Browse the repository at this point in the history
  2. [libc++] Implement ranges::iota: Explicitly adding #include for range…

    …s::begin because the module builds are complaining that it's missing
    jamesETsmith committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a4d34fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334088f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. [libc++] Implement ranges::iota: Adding #ifdef _LIBCPP_STD_VER >= 23 …

    …checks around out_value_result tests.
    jamesETsmith committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8153244 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. test commit

    boomanaiden154 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5889be3 View commit details
    Browse the repository at this point in the history