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

[oneDPL][ranges] + zip_view implementation for C++20 #1877

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    3d0cea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2dcd02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16ff493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ab077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc4fc5f View commit details
    Browse the repository at this point in the history
  6. [oneDPL][ranges][zip_view] + apply_to_tuple instead of std::apply; st…

    …d::apply doesnt work with oneDPL tuple
    MikeDvorskiy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1da38bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8eea6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63a0338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23d25a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dba1fa2 View commit details
    Browse the repository at this point in the history
  11. [oneDPL][ranges][zip_view] + apply_to_tuple instead of std::apply; st…

    …d::apply doesnt work with oneDPL tuple
    MikeDvorskiy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8937094 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92f484e View commit details
    Browse the repository at this point in the history
  13. Revert "[oneDPL][ranges][zip_view] + begin_imp, end_impl to reduce co…

    …de duplication"
    
    This reverts commit fc04caf.
    MikeDvorskiy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5979178 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    548ae72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1be2a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    337578c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d54585d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ccc1599 View commit details
    Browse the repository at this point in the history
  19. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b303922 View commit details
    Browse the repository at this point in the history
  20. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    24fd730 View commit details
    Browse the repository at this point in the history
  21. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cfd0e1f View commit details
    Browse the repository at this point in the history
  22. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    faeabef View commit details
    Browse the repository at this point in the history
  23. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    044e101 View commit details
    Browse the repository at this point in the history
  24. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2408448 View commit details
    Browse the repository at this point in the history
  25. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0edcd13 View commit details
    Browse the repository at this point in the history
  26. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a0e1bb5 View commit details
    Browse the repository at this point in the history
  27. Update include/oneapi/dpl/pstl/zip_view_impl.h

    Co-authored-by: Konstantin Boyarinov <konstantin.boyarinov@intel.com>
    MikeDvorskiy and kboyarinov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    23e8630 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    67e27f5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e8b952f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5ebb64e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4c7f83f View commit details
    Browse the repository at this point in the history
  32. [oneDPL][ranges][zip_view][test] removed cbegin(), cend() test cases …

    …because they are supported only with C++23
    MikeDvorskiy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    676cdf7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1b68d6c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dfbbd4d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5231ed5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6075268 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fdf3e9b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 15, 2024

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