Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/STEllAR-GROUP/hpx

The C++ Standard Library for Parallelism and Concurrency
https://github.com/STEllAR-GROUP/hpx

Fix doc mismatch

f8f399ae14ab4bb2af853e4f599fb8088a8269a4 authored over 2 years ago by kadimitra <[email protected]>
Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into doc_ranges

3e60661b239732752c6ad963c6b466a1305fee62 authored over 2 years ago by kadimitra <[email protected]>
fix doc minmax

681e42fd04d9fca3bfc18d1bf2dc7898680808f1 authored over 2 years ago by kadimitra <[email protected]>
Fixing static linking (for Windows)

- add github action
- flyby: unify handling of excluded targets for Windows github builders
- fl...

898255cda5b7283daa6184ea9a447a089202d6a8 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Fix doc merge

dc6f390cef9aeead103307c2fb0a7938a2a1ba49 authored over 2 years ago by kadimitra <[email protected]>
Fix doc make_heap

a21ab4153fba474d706a041cb1291d7686d1dd01 authored over 2 years ago by kadimitra <[email protected]>
Fix doc lexicographical_compare

2a6e30887820a73fa0eb93f4aa4b19c718fdc368 authored over 2 years ago by kadimitra <[email protected]>
Merge #5944

5944: added adaptive_static_chunk_size r=hkaiser a=kmoham6

I added adaptive_static_chunk_size t...

8fc267ca41f6f5d91aa4fc0e2bd0ebea6853fcf5 authored over 2 years ago by StellarBot <[email protected]>
Fix doc is_sorted

affeb6ad3a62bd48c7188722efd8de43a2647d15 authored over 2 years ago by kadimitra <[email protected]>
Fix doc is_partitioned

82fa908f5a4950f1212da67495e7c26a4d0e1297 authored over 2 years ago by kadimitra <[email protected]>
Fix doc is_heap

40e46ba8d6fed265786904818f6bd7dbf7a6479e authored over 2 years ago by kadimitra <[email protected]>
Fix doc inclusive_scan

83fdcbf0c6558c2f8c60d2eab031df5a01c8060d authored over 2 years ago by kadimitra <[email protected]>
Fix doc includes

bfc8c75f290f648afc8fdf8e967d866427230b40 authored over 2 years ago by kadimitra <[email protected]>
Fix doc generate

2d291d90654ad78d3e4dd46439fa8cffe93dfccd authored over 2 years ago by kadimitra <[email protected]>
added adaptive_static_chunk_size

a4c11e88deb8031cf58abb9fe5148750ea881ad3 authored over 2 years ago by Karame Mohammadiporshokooh <[email protected]>
Merge #5947

5947: Fix building on musl. r=hkaiser a=listout

These are some patches that make it possible to...

6cdaaed108b8a12c6c415d58c156d9d8296ee185 authored over 2 years ago by StellarBot <[email protected]>
Fix building on musl

These are some patches that make it possible to build hpx on musl.

- EXEC_PAGESIZE is not defin...

2f1d3a90dd612d80a043e92b741bcad8724e3064 authored over 2 years ago by brahmajit das <[email protected]>
docs: fix wrong docs for hpx::count

6ff9e0f15baab4614003234a4d813d7795cbed2a authored over 2 years ago by Bhumit Attarde <[email protected]>
Fix doc for_loop

2ffd02706dc817b443bba8e1a1a08b38c905b534 authored over 2 years ago by kadimitra <[email protected]>
Fix doc for_each

441fd80199990868f38eed588181fea678a400e8 authored over 2 years ago by kadimitra <[email protected]>
Merge #5940

5940: Protect collective operations against std::vector<bool> idiosyncrasies r=hkaiser a=hkaiser...

84801de6a0003336287f2e4dd3da7138352c419f authored over 2 years ago by StellarBot <[email protected]>
Fix doc find

f1ab8cfe8f65b65a6f7dc7a018c90b5883461916 authored over 2 years ago by kadimitra <[email protected]>
Protect collective operations against vector<bool> idiosyncrasies

- vector<T> is internally used to store intermediate results for the
collective operations. Th...

7c139f846f21fef408e31003ed9060c9de13cf84 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Fix doc fill

b24f165a1cfa7932a076bb383bbf66541b29413b authored over 2 years ago by kadimitra <[email protected]>
Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into doc_ranges

a453a71e9be46732c4fd356568fee2c51a93dc29 authored over 2 years ago by kadimitra <[email protected]>
Merge #5935

5935: Fixing serialization to work with buffers of unsigned chars r=hkaiser a=hkaiser

- flyby: ...

1aead438602371f4886d510e29dbc595d8a4175d authored over 2 years ago by StellarBot <[email protected]>
Fixing serialization to work with buffers of unsigned chars

- flyby: add 'override' specifies to compression filters
- flyby: add tests for explicitly signe...

d7a148246b9a38a4c299b1e62906f1fd8c6120cc authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5938

5938: Properly implement generation support for collective operations r=hkaiser a=hkaiser

Fixes...

d4a7c999dcc47a4a32be4822b934973872cae931 authored over 2 years ago by StellarBot <[email protected]>
Properly implement generation support for collective operations

- flyby: significantly simplify/unify implementation of all collectives

5e4c1b2c1d08eea83469127f2ea0e82866cf4f1f authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5936

5936: Adding mapping functions between execution policies r=hkaiser a=hkaiser

- simplify implem...

bc4a8f23ef2b4b4cab6c76eea40d3749e7e72a5a authored over 2 years ago by StellarBot <[email protected]>
Adding mapping functions between execution policies

- simplify implementation of execution policies (these are now derived
from a CRTP base class)...

536591ac9aa1d07139fac7bfee8326cf398aeb8a authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5920

5920: [P2300] enhancements: receiver_of, sender_of improvements r=hkaiser a=SAtacker

Signed-off...

eb8686cf335b0f045c54752775a5ed80919ff6f7 authored over 2 years ago by StellarBot <[email protected]>
Merge #5937

5937: Remove leftover files from PMR based small_vector r=hkaiser a=hkaiser

- this also gets ri...

a5c3d6dd5af42584aed6840651a16ba28ff915fc authored over 2 years ago by StellarBot <[email protected]>
Remove end of line whitespace

e81da69cbed60405e79aa1c6c642b7306856d8bb authored over 2 years ago by Hartmut Kaiser <[email protected]>
fix doc exclusive_scan

a67ff7f63483490ea935c01ac248d14eb9532643 authored over 2 years ago by kadimitra <[email protected]>
fix doc equal

a7a10c8e598c991faf5ced541b598bf4da089769 authored over 2 years ago by kadimitra <[email protected]>
fix doc ends_with

3194b99049d528067b29a108903df3b8d3985a9b authored over 2 years ago by kadimitra <[email protected]>
fix doc destroy

1f4023a0c294f3a444530843143fadfb7a77c063 authored over 2 years ago by kadimitra <[email protected]>
fix doc count

99cacdc1b1d252d34d2ccbf1fadfd62b129436fe authored over 2 years ago by kadimitra <[email protected]>
fix doc count

c2871b5e2b6a818f8de2c394ef3b1601a87dea58 authored over 2 years ago by kadimitra <[email protected]>
docs: improve hpx::count docs

f342012fe66f1d187df78b94581ec87e7a76280f authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: improve hpx::for_loop docs

b3b3417c9cdeb38153eab26362dbdc4c56445544 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix for_loop_reduction docs

c4c904bce5d6d331f75b62f5c2ad9914d8d26433 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: ignore deprecated elements

e58580c1a4c95fff896d71a13b99fdb47f73aa9e authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix hpx::for_each docs

3e6b65d93183f4f126e19e5c46dd6f2f5b268fd9 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix & add hpx::find docs

790c2a98d6d1993a11a42168f6412025ff0866fd authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix & add hpx::fill docs

c8fb09fc09d95eee4332162abbb4067b4ec04879 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix hpx::exclusive_scan docs

66d03e0f50bcd570f0ac0daefaee42b2d0370d27 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix hpx::equal docs

35cd136a6556565c6ccee8643981cf6aa23eb611 authored over 2 years ago by Bhumit Attarde <[email protected]>
Remove leftover files from PMR based small_vector

- this also gets rid of depending on Boost small_vector

816e10b519257636ac408f7b6a9b5076e633e2d7 authored over 2 years ago by Hartmut Kaiser <[email protected]>
fix doc copy

758d59c4ef50d4c900974c8719de5102b86b9cd9 authored over 2 years ago by kadimitra <[email protected]>
fix doc all_any_none

bfbd90be105bda80af0b60c5a2a09014fb11a047 authored over 2 years ago by kadimitra <[email protected]>
Merge #5930

5930: Add boost to hip builder r=hkaiser a=akheir

Fixes #

Adding boot to HIP builder

Co-aut...

f580bcb41e8f1dd4c4e94bd63d8ff80e75dab046 authored over 2 years ago by StellarBot <[email protected]>
fix doc adjacent_find

b07be91a690938dd4c6288dab1f852485fb38866 authored over 2 years ago by kadimitra <[email protected]>
Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into doc_ranges

fad3d79e049e4aee3455fb357c6443461f7492d5 authored over 2 years ago by kadimitra <[email protected]>
Removing the small_vector test for HIP

0b301216a378061d96c7a6ceb2c68abe7b77701c authored over 2 years ago by Hartmut Kaiser <[email protected]>
[P2300] fix: is_same_v c++17 instead of same_as c++ 20

Signed-off-by: Shreyas Atre <[email protected]>

103c011726266731762d8dc3f4b4892fd4939008 authored over 2 years ago by Shreyas Atre <[email protected]>
[P2300] Made suggested changes

1. Using `typename` instead of `class` [ref](https://github.com/STEllAR-GROUP/hpx/pull/5920/file...

eb8bcbd91e3719e8336618f9bff1207626c8a731 authored over 2 years ago by Shreyas Atre <[email protected]>
Merge #5934

5934: Attempting to fix datapar issues on CircleCI r=hkaiser a=hkaiser

Co-authored-by: Hartmu...

8fd3ec056c5e6425724edf734a27f3835e7f5105 authored over 2 years ago by StellarBot <[email protected]>
Attempting to fix datapar issues on circleCI

3b1298d3b108fa7cdd942a0a41926070b6c3f23e authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5931

5931: docs: fix & improve parallel algorithms documentation r=hkaiser a=bhumitattarde

Fixes and...

034c9aea975c49671322f9a4fb722b7bf759f9e6 authored over 2 years ago by StellarBot <[email protected]>
[P2300] sender_of fix

- If sender supports sends_stopped (i.e. it is true) then is_receiver_of
is called.
- Otherwis...

1590b496c70884d082eb430d310c86e63d59bd35 authored over 2 years ago by Shreyas Atre <[email protected]>
[P2300] receiver_of: improve receiver of implementation

* Using templates itself to unpack the types in a
tuple within a variant.

Signed-off-by: Shre...

2f2b5ed5af8d22efa684114dedb102548af58813 authored over 2 years ago by Shreyas Atre <[email protected]>
[P2300] enhancements: receiver_of, sender_of improvements

Signed-off-by: Shreyas Atre <[email protected]>

86cca5e08514ce457bbdab472a51b728cadfa4f3 authored over 2 years ago by Shreyas Atre <[email protected]>
fix doc adjacent_difference

8c6ae14c7987d803e4a2eee9e5ac2f6efff0f28e authored over 2 years ago by kadimitra <[email protected]>
Merge #5932

5932: Remove mimalloc version constraint r=hkaiser a=msimberg

At least on linux there is no nee...

615e7568467d050b06d6292709fc7146ebfb3609 authored over 2 years ago by StellarBot <[email protected]>
Remove mimalloc version constraint

1fcadfc475a00eeb7b3b268041cb44d79b37b01e authored over 2 years ago by Mikael Simberg <[email protected]>
docs: fix and improve hpx::equal* docs

7c3da32777d579e9bd6f4f2b815a4124e817c9fd authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix and improve hpx::ends_with docs

b41a43cb8ba53a87372912fe74ef4759e20f7e63 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix and improve hpx::destroy docs

b5c6fc8856d797bbb7d3f6783cccc64601250a1b authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix and improve hpx::copy docs

c379a2b2da31d9e3fe0238424be16c06e135775e authored over 2 years ago by Bhumit Attarde <[email protected]>
Merge #5922

5922: A couple of unrelated changes in support of implementing P1673 r=hkaiser a=hkaiser

- defi...

dd8fdaba64de9260ae7bd4190253dcd81e318362 authored over 2 years ago by StellarBot <[email protected]>
Add boot to hip builder

7273383bbbb4659699b5c763985cab907b8e80ab authored over 2 years ago by Alireza Kheirkhahan <[email protected]>
docs: fix & add new docs for all_any_none

21cb96ead048a9e6f4401121694de22d1316e3f9 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix incorrect adjacent_find docs

304df71999f295db25e806d5fe2ffd441e614027 authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: fix broken adjacent_diff docs

2d884ecfc4309c4137b2a4a676913ebc3b14e59c authored over 2 years ago by Bhumit Attarde <[email protected]>
docs: add adjacent_diff to public api list

d90d10cf265722e26cdc6a09f780fd25345a028e authored over 2 years ago by Bhumit Attarde <[email protected]>
Merge #5909

5909: Remove stuff which is defined in the header r=hkaiser a=Neumann-A

fixes #5908 ?

(just ...

501d05020641d06e0e9339da7dff0663950cf641 authored over 2 years ago by StellarBot <[email protected]>
Merge #5929

5929: Apply fixes to M1/MacOS related stack allocation to all relevant spots r=hkaiser a=hkaiser...

e3ee4f0a269c08b5c8ad24e2066e4f82fb566269 authored over 2 years ago by StellarBot <[email protected]>
Remove stuff which is defined in the header

3fa39509cbaa7f64586db412ce00bfe5a391c9c4 authored over 2 years ago by Alexander Neumann <[email protected]>
Apply fixes to M1/MacOS related stack allocation to all relevant spots

5510a60249e85109e8d516dffc2b61e320b364f2 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5927

5927: Public derivation for counting_semaphore_var r=hkaiser a=hkaiser

Co-authored-by: Hartmu...

4f5f5dbc9f16142799d95fd3d4d013f946ebca6c authored over 2 years ago by StellarBot <[email protected]>
Couple of unrelated changes

- define ASIO_NO_NOMINMAX
- disambiguate member access in basic_function
- add datapar algorithm...

b584e06166b38ccdbd10a9cc4e35553e917d166f authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5858

5858: Adapt EVE vectorization backend r=hkaiser a=srinivasyadav18

## Proposed Changes

- Ad...

8040d067591e278393a71eef55c3b5dc0deba3a1 authored over 2 years ago by StellarBot <[email protected]>
Merge #5928

5928: updated context_generic_context to accomodate arm64_arch_8/Apple architecture r=hkaiser a=...

40f242117c9e0582c280b07d8cc0823b3304eb1c authored over 2 years ago by StellarBot <[email protected]>
Update HPX_SetupDatapar.cmake

dc6fbf35637bf539e87cb5c5b0953fc0d6b80013 authored over 2 years ago by Srinivas Yadav <[email protected]>
Add hpx/local/datapar.hpp header

842391d09f38589ba40e36afce7964525f7b7fc8 authored over 2 years ago by srinivasyadav18 <[email protected]>
Add missing option NONE for datapar backend

54fb9c24b36620124cb6187e65a5605c52a87f86 authored over 2 years ago by srinivasyadav18 <[email protected]>
Merge branch 'STEllAR-GROUP:master' into master

5e424033eff5e2fc55ba703e52fc9d88fdefd091 authored over 2 years ago by Shay <[email protected]>
Update context_generic_context.hpp

4cbfa87b9bd103ef2a6c4fcffc1817ee7db621f2 authored over 2 years ago by Shay <[email protected]>
Update context_generic_context.hpp

a9dbd21cc7ed91e58119cfd8141ce92975ed15b7 authored over 2 years ago by Shay <[email protected]>
Use HPX assert

flyby fixes : correction in spelling in cmake

4543c1f4e502550f26d3d63774e3060d5b6bf1aa authored over 2 years ago by srinivasyadav18 <[email protected]>
Simply cxx20 simd feature test

947ca47ab6b0c6bf7cc5114a6bb9796a98f3b71a authored over 2 years ago by srinivasyadav18 <[email protected]>
Remove exception tests for datapar algorithms

eccf690e003d2043e3e3679fc3f7af3450b90eaa authored over 2 years ago by srinivasyadav18 <[email protected]>
Use HPX_WITH_DATAPAR_BACKEND instead of HPX_WITH_DATAPAR_XYZ

2fca5a145774868bb7046a97854e55158ddb9514 authored over 2 years ago by srinivasyadav18 <[email protected]>
throw cmake error when eve version is not found

2f8de54b83d9c9a5579cd1245d1e817cd2b66654 authored over 2 years ago by srinivasyadav18 <[email protected]>
Apply cmake-format

d7174f98ff7213c6749b505af3d54bbf95877df4 authored over 2 years ago by srinivasyadav18 <[email protected]>
Minor fixes

Move datapar coniguration into HPX_SetupDatapar.cmake
Remove DATAPAR prefix for DATAPAR_BACKEND ...

dc7500d95f7e1af8b3fd030e7c814419baa7474d authored over 2 years ago by srinivasyadav18 <[email protected]>
Apply clang-format and cmake-format

aab2a3d4fd09a213d961d4d3a742623603d3d62f authored over 2 years ago by srinivasyadav18 <[email protected]>
Adapt vector pack reduce trait

2a5a4a0a312a83604e31dd912d799530d570aad7 authored over 2 years ago by srinivasyadav18 <[email protected]>