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

Make Copy_if family of APIs use reduce_then_scan algorithm #1763

Merged
merged 14 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b551ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3025631 View commit details
    Browse the repository at this point in the history
  3. remove unrelated code change

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d181a1b View commit details
    Browse the repository at this point in the history
  4. standardizing convention on forwarding callables

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    afdfce2 View commit details
    Browse the repository at this point in the history
  5. ::std:: -> std::

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    21684aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2662cf2 View commit details
    Browse the repository at this point in the history
  7. forwarding one range where possible, removing forwarding reference in…

    … another instance
    
    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a00304b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c60b75 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary __decay_with_tuple_specialization_t

    Signed-off-by: Matthew Michel <[email protected]>
    mmichel11 authored and danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c767d60 View commit details
    Browse the repository at this point in the history
  10. explicit typing of range size

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    45d9060 View commit details
    Browse the repository at this point in the history
  11. idx -> id

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7fde4c2 View commit details
    Browse the repository at this point in the history
  12. address review feedback

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    303c5cf View commit details
    Browse the repository at this point in the history
  13. fixing ouput range types

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    75c55c4 View commit details
    Browse the repository at this point in the history
  14. clang-format

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1918518 View commit details
    Browse the repository at this point in the history