Ecosyste.ms: OpenCollective

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

HPX

The C++ Standard Library for Parallelism and Concurrency
Collective - Host: opensource - https://opencollective.com/hpx - Website: https://hpx.stellar-group.org/ - Code: https://github.com/STEllAR-GROUP/hpx

Fix formatting in CMakeLists.txt

github.com/STEllAR-GROUP/hpx - 2ed416bccd4e5a0d871a3d8346eddb29180b4855 authored over 3 years ago
Merge pull request #5557 from STEllAR-GROUP/communicator_example

Adding an example for the new channel_communicator API

github.com/STEllAR-GROUP/hpx - ff78cbd2123db15979efe007957dd16e76654f2c authored over 3 years ago
Merge pull request #5531 from msimberg/thread-pool-scheduler-bulk-queue

Use contiguous_index_queue in thread_pool_scheduler

github.com/STEllAR-GROUP/hpx - d2f19e1be22a1856575c2b21e1dbc161539e87c7 authored over 3 years ago
Merge pull request #5622 from msimberg/remove-hpx-with-vcpkg-option

Remove HPX_WITH_VCPKG CMake option

github.com/STEllAR-GROUP/hpx - 6b3d5c32e4c9656e632f793fe3f70de7f58324e9 authored over 3 years ago
Merge pull request #5624 from msimberg/fix-pkgconfig-replacements

Fix pkgconfig replacements involving CMAKE_INSTALL_PREFIX

github.com/STEllAR-GROUP/hpx - b2669de98e99a2b069d3875e4761a693d41de2df authored over 3 years ago
Enable install directory build unit tests on Piz Daint Jenkins configuration

github.com/STEllAR-GROUP/hpx - d929561f7bdf408e6230ba3b709ef1a6adba0dd5 authored over 3 years ago
Remove HPX_WITH_VCPKG CMake option

Unconditionally suppress warnings caused by /utf-8.

github.com/STEllAR-GROUP/hpx - 2aee1480d151dfe365acf4aa36f7d4ec08163be9 authored over 3 years ago
Fix pkgconfig file generation

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

github.com/STEllAR-GROUP/hpx - ed4b7ebba928603ef1f5a5b7acfc972a1e0aab5d authored over 3 years ago
Merge pull request #5623 from bhumitattarde/refactor-rm-unused-var-conf-py-bhumit

build: remove unused import from conf.py.in

github.com/STEllAR-GROUP/hpx - 70ef8024c7e5a7f7de018eb88bfe446ba83d48e5 authored over 3 years ago
build: remove unused import from conf.py

github.com/STEllAR-GROUP/hpx - e23f2a067c405fbb8d9064c189aa05252557324d authored over 3 years ago
Merge pull request #5620 from STEllAR-GROUP/msimberg-patch-2

Update Asio tag from 1.18.2 to 1.20.0

github.com/STEllAR-GROUP/hpx - 73c3c377e7360d131337535e7c3f250881494a09 authored over 3 years ago
Update stream performance CI reference

github.com/STEllAR-GROUP/hpx - 7b090d6fcad4c7759ac8e930dbcbc528c145cb9e authored over 3 years ago
Add more efficient bulk for thread_pool_scheduler

github.com/STEllAR-GROUP/hpx - 8661e53d362e7f437ff848895c7349a9d241204d authored over 3 years ago
Small adjustments to scheduler_executor

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

github.com/STEllAR-GROUP/hpx - 94cd3eb964f34dd62368a9f96a6e87509bc47313 authored over 3 years ago
Merge pull request #5617 from Jedi18/fix_advance_and_get_distance

Use advance_and_get_distance where required

github.com/STEllAR-GROUP/hpx - 9a660bd4f6b1d24e03de67dade509096e8b051c1 authored over 3 years ago
Update Asio tag from 1.18.2 to 1.20.0

github.com/STEllAR-GROUP/hpx - 92b373d0da23b97e1910d165cc0370b7a140ef60 authored over 3 years ago
Merge pull request #5619 from msimberg/fix-block-os-threads-test

Fix block_os_threads_1036 test

github.com/STEllAR-GROUP/hpx - cabeffbfac8d907d1abb859c132437431aa6763f authored over 3 years ago
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

github.com/STEllAR-GROUP/hpx - 15ebb839a19524347b28d344bd946296ad256137 authored over 3 years ago
Fixing iterator_facade to properly expose operators for generated iterators

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

github.com/STEllAR-GROUP/hpx - c671ac2c7aae98893cfc65cc25d4f4f24dd171c8 authored over 3 years ago
use advance_and_get_distance to get distance and last iterator

github.com/STEllAR-GROUP/hpx - 6b29d2f656b7aba6ac9bcaf2ac5933b007a5f97a authored over 3 years ago
Use references instead of pointers in block_os_threads_1036 test

github.com/STEllAR-GROUP/hpx - d3bb77ab079d5c13e048420c02a128cc621d0d01 authored over 3 years ago
Make sure condition variables are notified under a lock in thread_pool_scheduler test

github.com/STEllAR-GROUP/hpx - 7307138e207cd6ce2b949b012143823aec4a03d3 authored over 3 years ago
Merge pull request #5581 from aurianer/add_support_several_tests

Add support for several performance tests in CI

github.com/STEllAR-GROUP/hpx - 912a9d2448e489e48c7ebe1f572012812661fca7 authored over 3 years ago
Fix block_os_threads_1036 test

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

github.com/STEllAR-GROUP/hpx - 9ddbb1f13c8053a870daad339f169ed5b5ba1b6d authored over 3 years ago
Change parameters and stream_report test to be more stable

github.com/STEllAR-GROUP/hpx - 98d1431546d826edcee8f1dfdfc919fca0272432 authored over 3 years ago
Address codacy issues

github.com/STEllAR-GROUP/hpx - 8ad2bc9348c62467d5ed6e9baa36f45062717f6b authored over 3 years ago
Remove the usage of configure_extra_options

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

github.com/STEllAR-GROUP/hpx - 0b0323c40435da6b6913e76151e60c1bd5e7b251 authored over 3 years ago
Move the print facility to another function

github.com/STEllAR-GROUP/hpx - 63fca55b32d1251fbb60615bb5dd38e8393b7bcf authored over 3 years ago
Make jenkins batch script verbose

github.com/STEllAR-GROUP/hpx - 82a766b9385861d9fb3d5bbebb7131722e996dbd authored over 3 years ago
Adapt the perftest suite to allow multiple tests

github.com/STEllAR-GROUP/hpx - 7bae28d9dbb47fe5e65281b7442e73444675deb5 authored over 3 years ago
Add docs in contributing to add performance tests

github.com/STEllAR-GROUP/hpx - b9b17c3089eb50dba042aa9e02618e29bdfe9ba5 authored over 3 years ago
Add a stream_report test to output json

github.com/STEllAR-GROUP/hpx - aa6ab7a167d5a6b189a8dda033280469c6c6daca authored over 3 years ago
Merge pull request #5600 from msimberg/tag-dispatch-rename-invoke

Rename tag_dispatch back to tag_invoke

github.com/STEllAR-GROUP/hpx - e0d916bcbee3ac7a16035162ec596a87b66c6dbc authored over 3 years ago
Rename tag_dispatch back to tag_invoke

github.com/STEllAR-GROUP/hpx - e52924aa04860ae7619ef37fb5fbfa4e092d3647 authored over 3 years ago
Merge pull request #5616 from STEllAR-GROUP/msimberg-patch-2

Remove separately building segmented algorithms on CircleCI

github.com/STEllAR-GROUP/hpx - 00634053054af6141567210db5de4fbc849ddfd7 authored over 3 years ago
Merge pull request #5596 from msimberg/pch-tests

Use precompiled headers in tests

github.com/STEllAR-GROUP/hpx - 8bbbcd47ee7df08f6a32d138280d0592bded2352 authored over 3 years ago
Merge pull request #5613 from srinivasyadav18/fix_vc_adjacent_diff

Fix Vc datapar adjacent_difference

github.com/STEllAR-GROUP/hpx - 40d2317cf4660bac51328a399771ebc75143c257 authored over 3 years ago
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...

github.com/STEllAR-GROUP/hpx - 17b050a80d62b6711a396200bc854c4f498c0dfe authored over 3 years ago
Adding an example for the new channel_communicator API

github.com/STEllAR-GROUP/hpx - 18c44daa1e5f8a905eac97028f3d108e5d776a0b authored over 3 years ago
Replace std::size_t with int

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

github.com/STEllAR-GROUP/hpx - b6a9b791698e49dc686e1cbc0b834f4af977c76f authored over 3 years ago
Merge pull request #5609 from bhumitattarde/issue-4495-fix-bhumit

docs: add anchor links to performance counter tables

github.com/STEllAR-GROUP/hpx - 37b45d1beeea8b141a0c9fd87adc31c6ebc4c8f2 authored over 3 years ago
docs: add anchor links to table 34

- fix a broken label

github.com/STEllAR-GROUP/hpx - 63e83e658d08a06d7f3c9b061e93ad2926859289 authored over 3 years ago
docs: add anchor links to table 33

github.com/STEllAR-GROUP/hpx - 47401c7aeb54d2688188f755935d47facd913ce6 authored over 3 years ago
docs: add anchor links to table 31 & 32

github.com/STEllAR-GROUP/hpx - 21414cc94dd13347a28a7ff7169ffe91496290bb authored over 3 years ago
docs: add anchor links to table 30

github.com/STEllAR-GROUP/hpx - 2b6ef46668daee8dc9e423300d2ec76b2ead0a0f authored over 3 years ago
docs: add anchor links to table 28 & 29

- add newline after anchor declarations in table 27

github.com/STEllAR-GROUP/hpx - 496b4d5b1dab762af05df8d77db181fecebd38b9 authored over 3 years ago
Merge pull request #5592 from Jedi18/add_nth_element

Add nth_element

github.com/STEllAR-GROUP/hpx - 8c9b84a7039cad173ae7eda4b9d0b7ba6c219649 authored over 3 years ago
Merge pull request #5410 from Jedi18/add_starts_ends_with

Add ranges starts_with and ends_with algorithms

github.com/STEllAR-GROUP/hpx - bb8f2b8d87a57d7d9d347fd24bf46d145eb98dd4 authored over 3 years ago
fix container tests for starts_with and ends_with

github.com/STEllAR-GROUP/hpx - 2052b4d2262056ec13822608641683fd2ceb5733 authored over 3 years ago
docs: add anchor links to table 27

github.com/STEllAR-GROUP/hpx - 3dbb24e92caa895b8d29ce0ec21e0f0691288220 authored over 3 years ago
use base implementations instead of ranges overloads of mismatch and equal in starts_with and ends_with

github.com/STEllAR-GROUP/hpx - 76375822d8392c64b196199c279f3eba9f4cc11e authored over 3 years ago
fix file location changes during rebase

github.com/STEllAR-GROUP/hpx - d88a5283472c43ad775e0965a8dd96bd28db02ea authored over 3 years ago
added iterator based overloads for starts_with and ends_with

github.com/STEllAR-GROUP/hpx - 6569aef27d861c7b956495e501e3b778695f41bd authored over 3 years ago
added starts_with base implementation and container overloads

github.com/STEllAR-GROUP/hpx - d7193d6b91dd5097252c0570330cc800e021f346 authored over 3 years ago
added tests and docs for iterator based overloads of starts_with and ends_with

github.com/STEllAR-GROUP/hpx - 8f4fe6b4bca9eb6d66f93efb79c5d1e92244a771 authored over 3 years ago
Added ends_with base implementation and container overloads. Changed equal base implementation to use sentinel parameters.

github.com/STEllAR-GROUP/hpx - 7881ce93bfc456b8dafb69cbb3c9f32a182d1222 authored over 3 years ago
added tests for starts_with and ends_with container overloads

github.com/STEllAR-GROUP/hpx - 518bef796372ec89f21921797872c0e206b14332 authored over 3 years ago
updated documentation

github.com/STEllAR-GROUP/hpx - 6a9a610c2dc1a6527aeebe5fefe5d782a905c6eb authored over 3 years ago
fix build errors

github.com/STEllAR-GROUP/hpx - b8fa65edf1cd7d22c061170d7c149c323a7651d0 authored over 3 years ago
remove projections from iterator overloads

github.com/STEllAR-GROUP/hpx - 519152ae7c541f3b630f8ec15968a9587164f166 authored over 3 years ago
Merge pull request #5599 from dimitraka/sphinx_theme

Change theme, fix Quickstart & Examples

github.com/STEllAR-GROUP/hpx - 8a04c3df1cdedf9885e75964cb7a40fd91ed3af2 authored over 3 years ago
docs: add anchor link to perf counters table

github.com/STEllAR-GROUP/hpx - 5023715b4a761a0ece22cbc7df8e72621f848483 authored over 3 years ago
Merge pull request #5608 from aurianer/fix_master

Fix header test error by adding missing numeric

github.com/STEllAR-GROUP/hpx - 2a7ee41892deb8632509bb309063215e2b6b551e authored over 3 years ago
Merge pull request #5602 from msimberg/adapt-std-tuple-test-ci

Test HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=OFF to one CI configuration

github.com/STEllAR-GROUP/hpx - 9bcf43a99af2c802446486e0147fe0f31b95dce2 authored over 3 years ago
Fix header test error by adding missing numeric

github.com/STEllAR-GROUP/hpx - ced2ecbf219f691ee17182124653e218b6e2925a authored over 3 years ago
Merge pull request #5607 from srinivasyadav18/fix_simd_adj_diff

Fix simd adj diff

github.com/STEllAR-GROUP/hpx - 423e7ab226898b37fbad1d9976409fe53b208bc1 authored over 3 years ago
Replace util::invoke with HPX_INVOKE and make lambda mutable

github.com/STEllAR-GROUP/hpx - bf9750a712b24ab18000d25cf9ff4a91c4b38a4f authored over 3 years ago
Make lambda mutable

Fix forward refernce type cast warning by making lambda mutable

github.com/STEllAR-GROUP/hpx - 95792e56b60cd06a2ad980bc169a3e9d983474f9 authored over 3 years ago
Merge pull request #5605 from severinstrobl/invoke_macro

Fix usage of HPX_INVOKE macro

github.com/STEllAR-GROUP/hpx - 6288022ec44cd919fe0b48883f30e23d35c2d45a authored over 3 years ago
Fix usage of HPX_INVOKE macro

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

github.com/STEllAR-GROUP/hpx - 346946698677f94e516d2ae0613f53b266c870c6 authored over 3 years ago
Merge pull request #5580 from srinivasyadav18/adapt_simd_adj_diff

Adapt simd adj diff

github.com/STEllAR-GROUP/hpx - 2098a4ac3e961fdfa2e2b4688e2088701fb28dfc authored over 3 years ago
Merge pull request #5603 from STEllAR-GROUP/msvc_cxx20

Suppress some MSVC warnings in C++20 mode

github.com/STEllAR-GROUP/hpx - 8672d772e63d7667b15c2da23d67271de393489d authored over 3 years ago
Remove title under logo

github.com/STEllAR-GROUP/hpx - 8d77d3c20535526ed22fe7d11d4a418de3997f41 authored over 3 years ago
Fix tables in section Building HPX

github.com/STEllAR-GROUP/hpx - af9ac95f2fcf09d1c6aaa9b7966a09f0f2afdb80 authored over 3 years ago
Update build_env

github.com/STEllAR-GROUP/hpx - 5a10fa42e9a3852edc8ff6b6788a3c8c67c576cc authored over 3 years ago
Change theme, fix Quickstart & Examples

github.com/STEllAR-GROUP/hpx - 645d1472f6fe1e030bcb6077c4cf225e747a6723 authored over 3 years ago
Merge pull request #5604 from aurianer/add_non_copyable_dollar_in_docs

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

github.com/STEllAR-GROUP/hpx - b8103aa224a61fda511e5de78140bc1f20e1f1f4 authored over 3 years ago
Merge pull request #5601 from severinstrobl/any_sender_tuple

Test case for any_sender should use hpx::tuple

github.com/STEllAR-GROUP/hpx - 9c2afd9d029842ca7899ae8b1edb79d3f6f287f0 authored over 3 years ago
add missing include

github.com/STEllAR-GROUP/hpx - f365325f65941d426caeeaf1926f148db70e4b2d authored over 3 years ago
use already present pivot utility instead of a random pivot

github.com/STEllAR-GROUP/hpx - 873c70763502ee8f298e96629a55073be5a6b485 authored over 3 years ago
Make use of shell-session to allow non-copyable $

github.com/STEllAR-GROUP/hpx - dd89e73fd7000398519c7e1159d1bd702a109f5d authored over 3 years ago
Suppress some MSVC warnings in C++20 mode

github.com/STEllAR-GROUP/hpx - 5368f6f16b067ac565c60ad9bf578da07e071aab authored over 3 years ago
add non_task_policy overloads to execution policies

github.com/STEllAR-GROUP/hpx - f8081004709087e27c09d83423ca5a8810d0abfe authored over 3 years ago
Test HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE=OFF to one CI configuration

github.com/STEllAR-GROUP/hpx - da663d6627288e62991a246c9fc860730c351c91 authored over 3 years ago
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...

github.com/STEllAR-GROUP/hpx - 5b69830c9baca65c12897fada39c8506b3254ec1 authored over 3 years ago
Use precompiled headers for tests

github.com/STEllAR-GROUP/hpx - 10fc08b887dc5c8c655224f7b0c4b92efde2e3d9 authored over 3 years ago
add async_to_sync_policy and use synchronous policy for partition call in nth_element parallel implementation

github.com/STEllAR-GROUP/hpx - 156afac64e7eb70d1048d99c5d870fb95dbf8906 authored over 3 years ago
add documentation and benchmark files

github.com/STEllAR-GROUP/hpx - a173312d9be803491117663844d01ebae4a872b6 authored over 3 years ago
add container overloads

github.com/STEllAR-GROUP/hpx - 2b7d4149547fc39c171604670e1c755b9e19bb48 authored over 3 years ago
add nth_element range tests

github.com/STEllAR-GROUP/hpx - 2e4c5b80d0f89392d560770ef5aaf0b3868744de authored over 3 years ago
add francisco's nth_element sequential implementation

github.com/STEllAR-GROUP/hpx - 735c2886b377d418f5f7eeb8d240c163430f66f6 authored over 3 years ago
add nth_element to docs

github.com/STEllAR-GROUP/hpx - 55613a04ce1e1f8c42f0c6b5d8625ba1919b09dc authored over 3 years ago
add basic sequential and tag fallback overloads

github.com/STEllAR-GROUP/hpx - 903fe8c3f7399f507b9395616a16aad38f942807 authored over 3 years ago
add nth element parallel implementation

github.com/STEllAR-GROUP/hpx - c53b012b822b14582cc239996c95071cf75cb21f authored over 3 years ago
Adapt datapar generate unit tests

github.com/STEllAR-GROUP/hpx - c3a014461b75824ef4a9a2e29ad386504247fe79 authored over 3 years ago
Split unit test into header and source

github.com/STEllAR-GROUP/hpx - bbd2ebc5ebadd8532c914c3fd1f1c4cb146897b6 authored over 3 years ago
Adapt datapar generate

github.com/STEllAR-GROUP/hpx - fe01ca1224614bb95a6e0cd1f6780497d9d8c720 authored over 3 years ago
Move sequential generate to detail

github.com/STEllAR-GROUP/hpx - bbc5a048ff73d86e81fd5f16508663e491eb8078 authored over 3 years ago
Merge pull request #5593 from msimberg/any-sender-tag-dispatch

Update any_sender to use tag_dispatch for execution customizations

github.com/STEllAR-GROUP/hpx - 92ab22eb6efc9215fa57092b3304ee1330493b29 authored over 3 years ago
Merge pull request #5588 from STEllAR-GROUP/fixing_id_formatting

Fixing the output formatting for id_types

github.com/STEllAR-GROUP/hpx - acfd9b39c3c973fd248875fe9077b9c54a682e6e authored over 3 years ago