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 formatting in CMakeLists.txt

2ed416bccd4e5a0d871a3d8346eddb29180b4855 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5557 from STEllAR-GROUP/communicator_example

Adding an example for the new channel_communicator API

ff78cbd2123db15979efe007957dd16e76654f2c authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5531 from msimberg/thread-pool-scheduler-bulk-queue

Use contiguous_index_queue in thread_pool_scheduler

d2f19e1be22a1856575c2b21e1dbc161539e87c7 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5622 from msimberg/remove-hpx-with-vcpkg-option

Remove HPX_WITH_VCPKG CMake option

6b3d5c32e4c9656e632f793fe3f70de7f58324e9 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5624 from msimberg/fix-pkgconfig-replacements

Fix pkgconfig replacements involving CMAKE_INSTALL_PREFIX

b2669de98e99a2b069d3875e4761a693d41de2df authored almost 3 years ago by Mikael Simberg <[email protected]>
Enable install directory build unit tests on Piz Daint Jenkins configuration

d929561f7bdf408e6230ba3b709ef1a6adba0dd5 authored almost 3 years ago by Mikael Simberg <[email protected]>
Remove HPX_WITH_VCPKG CMake option

Unconditionally suppress warnings caused by /utf-8.

2aee1480d151dfe365acf4aa36f7d4ec08163be9 authored almost 3 years ago by Mikael Simberg <[email protected]>
Fix pkgconfig file generation

Make sure CMAKE_INSTALL_PREFIX isn't prepended to -L flags, but is
inserted after -L if needed.

ed4b7ebba928603ef1f5a5b7acfc972a1e0aab5d authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5623 from bhumitattarde/refactor-rm-unused-var-conf-py-bhumit

build: remove unused import from conf.py.in

70ef8024c7e5a7f7de018eb88bfe446ba83d48e5 authored almost 3 years ago by Mikael Simberg <[email protected]>
build: remove unused import from conf.py

e23f2a067c405fbb8d9064c189aa05252557324d authored almost 3 years ago by Bhumit Attarde <[email protected]>
Merge pull request #5620 from STEllAR-GROUP/msimberg-patch-2

Update Asio tag from 1.18.2 to 1.20.0

73c3c377e7360d131337535e7c3f250881494a09 authored almost 3 years ago by Mikael Simberg <[email protected]>
Update stream performance CI reference

7b090d6fcad4c7759ac8e930dbcbc528c145cb9e authored almost 3 years ago by Mikael Simberg <[email protected]>
Add more efficient bulk for thread_pool_scheduler

8661e53d362e7f437ff848895c7349a9d241204d authored almost 3 years ago by Mikael Simberg <[email protected]>
Small adjustments to scheduler_executor

- Don't assume random access iterator
- static_assert that BaseScheduler is a scheduler
- Add de...

94cd3eb964f34dd62368a9f96a6e87509bc47313 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5617 from Jedi18/fix_advance_and_get_distance

Use advance_and_get_distance where required

9a660bd4f6b1d24e03de67dade509096e8b051c1 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
Update Asio tag from 1.18.2 to 1.20.0

92b373d0da23b97e1910d165cc0370b7a140ef60 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5619 from msimberg/fix-block-os-threads-test

Fix block_os_threads_1036 test

cabeffbfac8d907d1abb859c132437431aa6763f authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5618 from msimberg/more-thread-pool-scheduler-test-synchronization

Make sure condition variables are notified under a lock in the thread_pool_scheduler test

15ebb839a19524347b28d344bd946296ad256137 authored almost 3 years ago by Mikael Simberg <[email protected]>
Fixing iterator_facade to properly expose operators for generated iterators

- flyby: modernize iterator_facade
- flyby: Adding missing headers
- flyby: suppress msvc warnin...

c671ac2c7aae98893cfc65cc25d4f4f24dd171c8 authored almost 3 years ago by Hartmut Kaiser <[email protected]>
use advance_and_get_distance to get distance and last iterator

6b29d2f656b7aba6ac9bcaf2ac5933b007a5f97a authored almost 3 years ago by targetakhil <[email protected]>
Use references instead of pointers in block_os_threads_1036 test

d3bb77ab079d5c13e048420c02a128cc621d0d01 authored almost 3 years ago by Mikael Simberg <[email protected]>
Make sure condition variables are notified under a lock in thread_pool_scheduler test

7307138e207cd6ce2b949b012143823aec4a03d3 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5581 from aurianer/add_support_several_tests

Add support for several performance tests in CI

912a9d2448e489e48c7ebe1f572012812661fca7 authored almost 3 years ago by Auriane R <[email protected]>
Fix block_os_threads_1036 test

The started variable may be accessed by the "blocker" threads after it
has gone out of scope, le...

9ddbb1f13c8053a870daad339f169ed5b5ba1b6d authored almost 3 years ago by Mikael Simberg <[email protected]>
Change parameters and stream_report test to be more stable

98d1431546d826edcee8f1dfdfc919fca0272432 authored almost 3 years ago by aurianer <[email protected]>
Address codacy issues

8ad2bc9348c62467d5ed6e9baa36f45062717f6b authored almost 3 years ago by Auriane R <[email protected]>
Remove the usage of configure_extra_options

The perftests scripts handle weirdly the cmake options for now, it
will be changed in the future...

0b0323c40435da6b6913e76151e60c1bd5e7b251 authored almost 3 years ago by Auriane R <[email protected]>
Move the print facility to another function

63fca55b32d1251fbb60615bb5dd38e8393b7bcf authored almost 3 years ago by Auriane R <[email protected]>
Make jenkins batch script verbose

82a766b9385861d9fb3d5bbebb7131722e996dbd authored almost 3 years ago by aurianer <[email protected]>
Adapt the perftest suite to allow multiple tests

7bae28d9dbb47fe5e65281b7442e73444675deb5 authored almost 3 years ago by Auriane R <[email protected]>
Add docs in contributing to add performance tests

b9b17c3089eb50dba042aa9e02618e29bdfe9ba5 authored almost 3 years ago by Auriane R <[email protected]>
Add a stream_report test to output json

aa6ab7a167d5a6b189a8dda033280469c6c6daca authored almost 3 years ago by Auriane R <[email protected]>
Merge pull request #5600 from msimberg/tag-dispatch-rename-invoke

Rename tag_dispatch back to tag_invoke

e0d916bcbee3ac7a16035162ec596a87b66c6dbc authored almost 3 years ago by Mikael Simberg <[email protected]>
Rename tag_dispatch back to tag_invoke

e52924aa04860ae7619ef37fb5fbfa4e092d3647 authored almost 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5616 from STEllAR-GROUP/msimberg-patch-2

Remove separately building segmented algorithms on CircleCI

00634053054af6141567210db5de4fbc849ddfd7 authored about 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5596 from msimberg/pch-tests

Use precompiled headers in tests

8bbbcd47ee7df08f6a32d138280d0592bded2352 authored about 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5613 from srinivasyadav18/fix_vc_adjacent_diff

Fix Vc datapar adjacent_difference

40d2317cf4660bac51328a399771ebc75143c257 authored about 3 years ago by Mikael Simberg <[email protected]>
Remove separately building segmented algorithms on CircleCI

They were being built as part of the tests.unit target already, so it's unnecessary. They were o...

17b050a80d62b6711a396200bc854c4f498c0dfe authored about 3 years ago by Mikael Simberg <[email protected]>
Adding an example for the new channel_communicator API

18c44daa1e5f8a905eac97028f3d108e5d776a0b authored about 3 years ago by Hartmut Kaiser <[email protected]>
Replace std::size_t with int

Vc fails with std::size_t when using std::minus<> in adjacent difference algorithm.
Replaces std...

b6a9b791698e49dc686e1cbc0b834f4af977c76f authored about 3 years ago by srinivasyadav18 <[email protected]>
Merge pull request #5609 from bhumitattarde/issue-4495-fix-bhumit

docs: add anchor links to performance counter tables

37b45d1beeea8b141a0c9fd87adc31c6ebc4c8f2 authored about 3 years ago by Auriane R <[email protected]>
docs: add anchor links to table 34

- fix a broken label

63e83e658d08a06d7f3c9b061e93ad2926859289 authored about 3 years ago by Bhumit Attarde <[email protected]>
docs: add anchor links to table 33

47401c7aeb54d2688188f755935d47facd913ce6 authored about 3 years ago by Bhumit Attarde <[email protected]>
docs: add anchor links to table 31 & 32

21414cc94dd13347a28a7ff7169ffe91496290bb authored about 3 years ago by Bhumit Attarde <[email protected]>
docs: add anchor links to table 30

2b6ef46668daee8dc9e423300d2ec76b2ead0a0f authored about 3 years ago by Bhumit Attarde <[email protected]>
docs: add anchor links to table 28 & 29

- add newline after anchor declarations in table 27

496b4d5b1dab762af05df8d77db181fecebd38b9 authored about 3 years ago by Bhumit Attarde <[email protected]>
Merge pull request #5592 from Jedi18/add_nth_element

Add nth_element

8c9b84a7039cad173ae7eda4b9d0b7ba6c219649 authored about 3 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5410 from Jedi18/add_starts_ends_with

Add ranges starts_with and ends_with algorithms

bb8f2b8d87a57d7d9d347fd24bf46d145eb98dd4 authored about 3 years ago by Hartmut Kaiser <[email protected]>
fix container tests for starts_with and ends_with

2052b4d2262056ec13822608641683fd2ceb5733 authored about 3 years ago by targetakhil <[email protected]>
docs: add anchor links to table 27

3dbb24e92caa895b8d29ce0ec21e0f0691288220 authored about 3 years ago by Bhumit Attarde <[email protected]>
use base implementations instead of ranges overloads of mismatch and equal in starts_with and ends_with

76375822d8392c64b196199c279f3eba9f4cc11e authored about 3 years ago by targetakhil <[email protected]>
fix file location changes during rebase

d88a5283472c43ad775e0965a8dd96bd28db02ea authored about 3 years ago by targetakhil <[email protected]>
added iterator based overloads for starts_with and ends_with

6569aef27d861c7b956495e501e3b778695f41bd authored about 3 years ago by targetakhil <[email protected]>
added starts_with base implementation and container overloads

d7193d6b91dd5097252c0570330cc800e021f346 authored about 3 years ago by targetakhil <[email protected]>
added tests and docs for iterator based overloads of starts_with and ends_with

8f4fe6b4bca9eb6d66f93efb79c5d1e92244a771 authored about 3 years ago by targetakhil <[email protected]>
Added ends_with base implementation and container overloads. Changed equal base implementation to use sentinel parameters.

7881ce93bfc456b8dafb69cbb3c9f32a182d1222 authored about 3 years ago by targetakhil <[email protected]>
added tests for starts_with and ends_with container overloads

518bef796372ec89f21921797872c0e206b14332 authored about 3 years ago by targetakhil <[email protected]>
updated documentation

6a9a610c2dc1a6527aeebe5fefe5d782a905c6eb authored about 3 years ago by targetakhil <[email protected]>
fix build errors

b8fa65edf1cd7d22c061170d7c149c323a7651d0 authored about 3 years ago by targetakhil <[email protected]>
remove projections from iterator overloads

519152ae7c541f3b630f8ec15968a9587164f166 authored about 3 years ago by targetakhil <[email protected]>
Merge pull request #5599 from dimitraka/sphinx_theme

Change theme, fix Quickstart & Examples

8a04c3df1cdedf9885e75964cb7a40fd91ed3af2 authored about 3 years ago by Mikael Simberg <[email protected]>
docs: add anchor link to perf counters table

5023715b4a761a0ece22cbc7df8e72621f848483 authored about 3 years ago by Bhumit Attarde <[email protected]>
Merge pull request #5608 from aurianer/fix_master

Fix header test error by adding missing numeric

2a7ee41892deb8632509bb309063215e2b6b551e authored about 3 years ago by Auriane R <[email protected]>
Merge pull request #5602 from msimberg/adapt-std-tuple-test-ci

Test HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=OFF to one CI configuration

9bcf43a99af2c802446486e0147fe0f31b95dce2 authored about 3 years ago by Hartmut Kaiser <[email protected]>
Fix header test error by adding missing numeric

ced2ecbf219f691ee17182124653e218b6e2925a authored about 3 years ago by Auriane R <[email protected]>
Merge pull request #5607 from srinivasyadav18/fix_simd_adj_diff

Fix simd adj diff

423e7ab226898b37fbad1d9976409fe53b208bc1 authored about 3 years ago by Auriane R <[email protected]>
Replace util::invoke with HPX_INVOKE and make lambda mutable

bf9750a712b24ab18000d25cf9ff4a91c4b38a4f authored about 3 years ago by srinivasyadav18 <[email protected]>
Make lambda mutable

Fix forward refernce type cast warning by making lambda mutable

95792e56b60cd06a2ad980bc169a3e9d983474f9 authored about 3 years ago by srinivasyadav18 <[email protected]>
Merge pull request #5605 from severinstrobl/invoke_macro

Fix usage of HPX_INVOKE macro

6288022ec44cd919fe0b48883f30e23d35c2d45a authored about 3 years ago by Hartmut Kaiser <[email protected]>
Fix usage of HPX_INVOKE macro

HPX_INVOKE is a variadic macro and as such requires at least one
argument for the '...' part to ...

346946698677f94e516d2ae0613f53b266c870c6 authored about 3 years ago by Severin Strobl <[email protected]>
Merge pull request #5580 from srinivasyadav18/adapt_simd_adj_diff

Adapt simd adj diff

2098a4ac3e961fdfa2e2b4688e2088701fb28dfc authored about 3 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5603 from STEllAR-GROUP/msvc_cxx20

Suppress some MSVC warnings in C++20 mode

8672d772e63d7667b15c2da23d67271de393489d authored about 3 years ago by Hartmut Kaiser <[email protected]>
Remove title under logo

8d77d3c20535526ed22fe7d11d4a418de3997f41 authored about 3 years ago by kadimitra <[email protected]>
Fix tables in section Building HPX

af9ac95f2fcf09d1c6aaa9b7966a09f0f2afdb80 authored about 3 years ago by kadimitra <[email protected]>
Update build_env

5a10fa42e9a3852edc8ff6b6788a3c8c67c576cc authored about 3 years ago by kadimitra <[email protected]>
Change theme, fix Quickstart & Examples

645d1472f6fe1e030bcb6077c4cf225e747a6723 authored about 3 years ago by kadimitra <[email protected]>
Merge pull request #5604 from aurianer/add_non_copyable_dollar_in_docs

Make use of shell-session to allow non-copyable $

b8103aa224a61fda511e5de78140bc1f20e1f1f4 authored about 3 years ago by Auriane R <[email protected]>
Merge pull request #5601 from severinstrobl/any_sender_tuple

Test case for any_sender should use hpx::tuple

9c2afd9d029842ca7899ae8b1edb79d3f6f287f0 authored about 3 years ago by Auriane R <[email protected]>
add missing include

f365325f65941d426caeeaf1926f148db70e4b2d authored about 3 years ago by targetakhil <[email protected]>
use already present pivot utility instead of a random pivot

873c70763502ee8f298e96629a55073be5a6b485 authored about 3 years ago by targetakhil <[email protected]>
Make use of shell-session to allow non-copyable $

dd89e73fd7000398519c7e1159d1bd702a109f5d authored about 3 years ago by Auriane R <[email protected]>
Suppress some MSVC warnings in C++20 mode

5368f6f16b067ac565c60ad9bf578da07e071aab authored about 3 years ago by Hartmut Kaiser <[email protected]>
add non_task_policy overloads to execution policies

f8081004709087e27c09d83423ca5a8810d0abfe authored about 3 years ago by targetakhil <[email protected]>
Test HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=OFF to one CI configuration

da663d6627288e62991a246c9fc860730c351c91 authored about 3 years ago by Mikael Simberg <[email protected]>
Test case for any_sender should use hpx::tuple

According to the documentation, the tuple type passed to
`hpx::util::invoke_fused` must be compa...

5b69830c9baca65c12897fada39c8506b3254ec1 authored about 3 years ago by Severin Strobl <[email protected]>
Use precompiled headers for tests

10fc08b887dc5c8c655224f7b0c4b92efde2e3d9 authored about 3 years ago by Mikael Simberg <[email protected]>
add async_to_sync_policy and use synchronous policy for partition call in nth_element parallel implementation

156afac64e7eb70d1048d99c5d870fb95dbf8906 authored about 3 years ago by targetakhil <[email protected]>
add documentation and benchmark files

a173312d9be803491117663844d01ebae4a872b6 authored about 3 years ago by targetakhil <[email protected]>
add container overloads

2b7d4149547fc39c171604670e1c755b9e19bb48 authored about 3 years ago by targetakhil <[email protected]>
add nth_element range tests

2e4c5b80d0f89392d560770ef5aaf0b3868744de authored about 3 years ago by targetakhil <[email protected]>
add francisco's nth_element sequential implementation

735c2886b377d418f5f7eeb8d240c163430f66f6 authored about 3 years ago by targetakhil <[email protected]>
add nth_element to docs

55613a04ce1e1f8c42f0c6b5d8625ba1919b09dc authored about 3 years ago by targetakhil <[email protected]>
add basic sequential and tag fallback overloads

903fe8c3f7399f507b9395616a16aad38f942807 authored about 3 years ago by targetakhil <[email protected]>
add nth element parallel implementation

c53b012b822b14582cc239996c95071cf75cb21f authored about 3 years ago by targetakhil <[email protected]>
Adapt datapar generate unit tests

c3a014461b75824ef4a9a2e29ad386504247fe79 authored about 3 years ago by srinivasyadav18 <[email protected]>
Split unit test into header and source

bbd2ebc5ebadd8532c914c3fd1f1c4cb146897b6 authored about 3 years ago by srinivasyadav18 <[email protected]>
Adapt datapar generate

fe01ca1224614bb95a6e0cd1f6780497d9d8c720 authored about 3 years ago by srinivasyadav18 <[email protected]>
Move sequential generate to detail

bbc5a048ff73d86e81fd5f16508663e491eb8078 authored about 3 years ago by srinivasyadav18 <[email protected]>
Merge pull request #5593 from msimberg/any-sender-tag-dispatch

Update any_sender to use tag_dispatch for execution customizations

92ab22eb6efc9215fa57092b3304ee1330493b29 authored about 3 years ago by Mikael Simberg <[email protected]>
Merge pull request #5588 from STEllAR-GROUP/fixing_id_formatting

Fixing the output formatting for id_types

acfd9b39c3c973fd248875fe9077b9c54a682e6e authored about 3 years ago by Mikael Simberg <[email protected]>