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

Contains and contains_subrange parallel algorithm implementation GSOC 2024 #6497

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 24, 2024

  1. hpx::ranges::contains and hpx::ranges::contains_subrange

    and tests for both algorithms.
    Zak-K-Abdi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3f05c8d View commit details
    Browse the repository at this point in the history
  2. clang format changes

    Zak-K-Abdi committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    adad59d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Sep 4, 2024

  1. Implement a continuation to the future using .then()

    rather than using .get()
    Zak-K-Abdi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6f7f303 View commit details
    Browse the repository at this point in the history
  2. turning clang format off for some function templates

    for cleaner code
    Zak-K-Abdi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2f8fe86 View commit details
    Browse the repository at this point in the history
  3. Fix failing circleci test

    Zak-K-Abdi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f04a626 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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