-
-
Notifications
You must be signed in to change notification settings - Fork 542
[parallel] Fix hpx::nth_element to correctly support C++20 projections and sentinels #7191
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
Open
aneek22112007-tech
wants to merge
18
commits into
TheHPXProject:master
Choose a base branch
from
aneek22112007-tech:fix/nth-element-projections-sentinels
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+93
−13
Open
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5fd7338
[parallel] Fix hpx::nth_element to correctly support projections and …
dasaneek007-cpu 181ec0a
Apply clang-format fixes
dasaneek007-cpu f895d19
Merge branch 'master' into fix/nth-element-projections-sentinels
aneek22112007-tech b0ebd62
Remove <iostream> inclusion to fix hpxinspect failure
dasaneek007-cpu 9740280
Revert hpx::nth_element to standard compliance, move projections/sent…
dasaneek007-cpu e58f6aa
Address maintainer feedback: consolidate wrapped_comp_type and use st…
dasaneek007-cpu 8199058
Apply clang-format fixes
dasaneek007-cpu 5590bc1
Fix macOS CI: avoid detail::min_element type-matching issue with proj…
dasaneek007-cpu 891e829
Merge branch 'master' into fix/nth-element-projections-sentinels
aneek22112007-tech 5f9a80b
Fix type deduction in minmax.hpp and remove workaround in nth_element…
dasaneek007-cpu e61e974
Apply clang-format corrections to minmax.hpp
dasaneek007-cpu 3ad02be
Fix clang-format in minmax.hpp after CI failure
dasaneek007-cpu c860663
Fix clang-format in minmax.hpp (final attempt)
dasaneek007-cpu e993817
Automated clang-format fix using opt/homebrew/bin/clang-format
dasaneek007-cpu 30cf465
Refine element_type deduction to handle HPX proxies using proxy_value_t
dasaneek007-cpu 0e2e53e
Remove redundant typename keywords as requested by maintainer
dasaneek007-cpu 865d418
Restore typename keywords (strictly required for CI builds)
dasaneek007-cpu a4b4a86
Separate core fix into independent PR and restore temporary workaround
dasaneek007-cpu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.