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

bindings for hpx/algorithm.hpp #7

Merged
merged 20 commits into from
Sep 1, 2024
Merged

Commits on Jul 17, 2024

  1. added hpx::copy

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2850660 View commit details
    Browse the repository at this point in the history
  2. added hpx::copy_n

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0f9d2c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. added hpx::copy_if

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e8f28f2 View commit details
    Browse the repository at this point in the history
  2. added hpx::count, hpx::count_if

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5e5b709 View commit details
    Browse the repository at this point in the history
  3. rerun tests

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    78dbbe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. added hpx::ends_with

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8988ec2 View commit details
    Browse the repository at this point in the history
  2. added hpx::equal

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    177333f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. added hpx::fill but it only works for 1D vector

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1f3cb7e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. added hpx::find

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b646351 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. added hpx::sort

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    354b234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ec447 View commit details
    Browse the repository at this point in the history
  3. added hpx::merge

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    779b4d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. added hpx::partial_sort

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1ea64f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. moved wrappers from tests to main

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    fa1e347 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. removed redundant copy from copy, sort

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c783851 View commit details
    Browse the repository at this point in the history
  2. removed redundant copy from copy_n

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e08516a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. removed redundant copy from find, fill, sort_comp

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    eea1569 View commit details
    Browse the repository at this point in the history
  2. removed redundant copy from merge, partial sort

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    81cfce7 View commit details
    Browse the repository at this point in the history
  3. removed redundant copy from copy_if

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    102982a View commit details
    Browse the repository at this point in the history
  4. rerun tests

    Signed-off-by: Dikshant <[email protected]>
    pingu-73 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    62f2a8f View commit details
    Browse the repository at this point in the history