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

Remove unnecessary DEPRECATION_WARNINGS option from init_runtime_local module

github.com/STEllAR-GROUP/hpx - b9a6ad7d4fbc312c09539afb3fe9ca0350b3a9ac authored almost 4 years ago
Export runtime_configuration

github.com/STEllAR-GROUP/hpx - 6f2e639f548aa083219a8b6342ccbb0415033dad authored almost 4 years ago
Move around and enable more tests

github.com/STEllAR-GROUP/hpx - 9ec1393e08caff008e051ee977f334850f17296b authored almost 4 years ago
Move more tests that require the distributed runtime

github.com/STEllAR-GROUP/hpx - 47ea35521d03c3b89a9de6f7a7d04ad4d00da840 authored almost 4 years ago
Revert split of runtime_configuration

github.com/STEllAR-GROUP/hpx - c0ea15f63927b8979396a01b5c06c68e75e4a3f5 authored almost 4 years ago
Automatically disable components when distributed runtime is off

github.com/STEllAR-GROUP/hpx - 39cf14f7b12301ebeccf5c0e357d707445becff8 authored almost 4 years ago
Fix formatting, inspect errors, and minor compilation issues

github.com/STEllAR-GROUP/hpx - f0d7a0332dc1a4bd282cc296e9ad2b033f0d435c authored almost 4 years ago
Add local-only versions of runtime_configuration and command_line_handling, separate entrypoint for local runtime

github.com/STEllAR-GROUP/hpx - 5930ddef790fbf08fcdb267a92cbdadea9251869 authored almost 4 years ago
Remove HPX_HAVE_NETWORKING and HPX_HAVE_DISTRIBUTED_RUNTIME ifdefs from core modules

github.com/STEllAR-GROUP/hpx - 0c1f49f41bd4bd08d26163c5e7b30f7c58722eb5 authored almost 4 years ago
Adding hpx::execution::unsequenced_policy (hpx::execution::unseq)

- this policy currently simply maps to hpx::execution::sequenced_policy
- also add (conditional)...

github.com/STEllAR-GROUP/hpx - ebb52c0d6e448d82aabc20ca642e6cbbeaae3715 authored almost 4 years ago
Further simplify algorithm implementations

github.com/STEllAR-GROUP/hpx - 4eee1c881454c5b30fccf1be2147e5c53fbe403b authored almost 4 years ago
Allow for HPX algorithms being invoked with std execution policies

- flyby: significantly simplify algorithm dispatch helper

github.com/STEllAR-GROUP/hpx - c4307ef3cdc9e507e3592ad8f86f51623e2bd9e4 authored almost 4 years ago
seperate segmented algorithms for transform, change tag_fallback to tag_fallback_invoke

github.com/STEllAR-GROUP/hpx - d9458b8169f104b1be375292efa5222275f25849 authored almost 4 years ago
Only find Boost.Iostreams if required for plugins

github.com/STEllAR-GROUP/hpx - 729f3eda2acc7a1f141878bb067fca9510689c8e authored almost 4 years ago
Merge pull request #5252 from STEllAR-GROUP/remove-boost-bimap

Remove uses of Boost.Bimap

github.com/STEllAR-GROUP/hpx - 76a2ba5b266008be5e0d5a13e17ae0950099dde2 authored almost 4 years ago
Remove uses of Boost.Bimap

github.com/STEllAR-GROUP/hpx - bae367b2679c115ea362d19d740f1f3b0e094114 authored almost 4 years ago
Merge pull request #5248 from msimberg/daint-modules-upgrade

Use old Piz Daint modules after upgrade

github.com/STEllAR-GROUP/hpx - 2ec0f886d888709e860f0f8066a0aeed3188392a authored almost 4 years ago
Merge pull request #5249 from STEllAR-GROUP/fixing_process_windows

Adding missing header

github.com/STEllAR-GROUP/hpx - be250ad9affe83fed3e7dcc8e4ae4f99ceec6033 authored almost 4 years ago
Merge pull request #4955 from msimberg/object-libraries

Use object libraries for modules

github.com/STEllAR-GROUP/hpx - 7511d57cc901df1455e8b3cf21a0728970193aaa authored almost 4 years ago
Adding missing #include

github.com/STEllAR-GROUP/hpx - e99532327aef3583779b9a8f390a7e4dc8ebe407 authored almost 4 years ago
Fix clang-10 configuration on CSCS jenkins instance

github.com/STEllAR-GROUP/hpx - 76abd550cbc72386e358c0f11bbbafe8230b1de1 authored almost 4 years ago
Use older Cray compiler on Jenkins CI

github.com/STEllAR-GROUP/hpx - 3175b119f515f6b84d0296950c55d08d72c70e0e authored almost 4 years ago
Use -I instead of -isystem in pkgconfig files

Don't have a good way to detect which include directories are already
system include directories...

github.com/STEllAR-GROUP/hpx - 8df348bcdb052a267666ac351623b6526c308e34 authored almost 4 years ago
Temporarily make old Piz Daint modules available for CI

github.com/STEllAR-GROUP/hpx - 200dc8488219fe7fc78b3bfdeb0c2cbc488e1e49 authored almost 4 years ago
Actually linking with object files, if given

github.com/STEllAR-GROUP/hpx - 26d96d2808ba538447070c101f83713a775ee0c8 authored almost 4 years ago
Filter out object files generated by CMake from pkgconfig files

github.com/STEllAR-GROUP/hpx - 42b8b94d5c40416b7c5fb45cbfdf21d7194e627f authored almost 4 years ago
Fix dependencies in init_runtime module

github.com/STEllAR-GROUP/hpx - 035d19b794cf87d026de4d52f3e7d2efa8f159ae authored almost 4 years ago
Only enable object libraries for core and parallelism libraries

github.com/STEllAR-GROUP/hpx - 773bf7649c8885f1d1eee4e732c7ec4dd4ff85aa authored almost 4 years ago
Fix more distributed module dependencies

github.com/STEllAR-GROUP/hpx - 2a3bcf89c4c1743284232d337182b1dafc144166 authored almost 4 years ago
Remove unnecessary target_link_libraries calls from core libraries

github.com/STEllAR-GROUP/hpx - 13c9ab4e41d15332f4c85d615be6ef95a6daeb8d authored almost 4 years ago
Fix headers in split_shared_future test

github.com/STEllAR-GROUP/hpx - aaa9a59fb27c9141d9d897957d836b7cb4d2506e authored almost 4 years ago
Disable pkgconfig file generation

github.com/STEllAR-GROUP/hpx - 1797724079c38b0485256b9808b85a10b69fef87 authored almost 4 years ago
Make sure MPI is found by dependent projects

github.com/STEllAR-GROUP/hpx - b16aef7364243be0ef022ab8d668018741136fd4 authored almost 4 years ago
Format HPX_AddLibrary.cmake

github.com/STEllAR-GROUP/hpx - 00afd30f67dd7d4d29a9bb08ceb0d7b4d2b617b1 authored almost 4 years ago
Fix dependencies in init_runtime module

github.com/STEllAR-GROUP/hpx - c538c621e3564f10bd501da2a8cf0679babd3f47 authored almost 4 years ago
Use object libraries for header tests

github.com/STEllAR-GROUP/hpx - a12e0ba44829e9ef5e796e548bd2303502498f6f authored almost 4 years ago
Format files

github.com/STEllAR-GROUP/hpx - c406cb3ab1d38d915dcfb0c3e4bc5f523d5c71b7 authored almost 4 years ago
Fix more distributed module dependencies

github.com/STEllAR-GROUP/hpx - 992950360450171bde1d69d0c0475f778963ca57 authored almost 4 years ago
Only enable object libraries for core and parallelism libraries

github.com/STEllAR-GROUP/hpx - 7baed12dfc8a2dd7d7f5e37c233e72ab107993c2 authored almost 4 years ago
Remove unnecessary dependencies in some distributed modules

github.com/STEllAR-GROUP/hpx - 51887b80ff4ee2d76ee4b8abc9007578e833e336 authored almost 4 years ago
Link to shared libraries instead of object files in unit tests

github.com/STEllAR-GROUP/hpx - bd4784b37472a8fcf35c1548953b26439ea17564 authored almost 4 years ago
Remove unnecessary target_link_libraries calls from core libraries

github.com/STEllAR-GROUP/hpx - 2b934373f61621a586493a5bf30cae82c395b402 authored almost 4 years ago
Use object libraries for core libraries

github.com/STEllAR-GROUP/hpx - b36f24abd95937bf7381380dd0ee7361119d3daa authored almost 4 years ago
Merge pull request #5092 from STEllAR-GROUP/spirit-x3

Replace spirit.qi with x3

github.com/STEllAR-GROUP/hpx - 1d417a6e451f44873b2baff75288cddd495ce7b7 authored almost 4 years ago
Merge pull request #5236 from STEllAR-GROUP/invoke_function

Add an example demonstrating the use of the invoke_function_action facility

github.com/STEllAR-GROUP/hpx - 408090488c377bedaa532b8cafba3fbe51f5b916 authored almost 4 years ago
Merge pull request #5188 from aurianer/bump_boost_version

Bump Boost minimum version to 1.71.0

github.com/STEllAR-GROUP/hpx - 16796fd033f43e94fc16b3922c0c877148b08bbc authored almost 4 years ago
Format transform.hpp

github.com/STEllAR-GROUP/hpx - 55dcf359f2c66aeb750c6c5061c724f26cd10a2d authored almost 4 years ago
Add CI workaround for Cray clang float128 issue

github.com/STEllAR-GROUP/hpx - e54ff56f23b8cd3f1cc8df6138db1d7cd291055c authored almost 4 years ago
Add missing headers to mem_counter_linux.cpp

github.com/STEllAR-GROUP/hpx - de93317f07ca10e5cd977a8b761625bb3ab40c8b authored almost 4 years ago
Change icc env to intel env

github.com/STEllAR-GROUP/hpx - 47f05a2391f46770d179a77c5edcd26fa9ee306a authored almost 4 years ago
Bump Boost minimum version to 1.71.0

This allows to replace spirit.qi with x3
https://github.com/STEllAR-GROUP/hpx/pull/5092#issuecom...

github.com/STEllAR-GROUP/hpx - f4ecd25b492e1dcaa10ba5743cea73c261dc8181 authored almost 4 years ago
Update clang 7 config to test clang 10/Boost 1.74

clang 7 already tested in the clang-oldest config

github.com/STEllAR-GROUP/hpx - 50207b2140cfab769849e132bb77fe52d9289d9f authored almost 4 years ago
Update Boost versions in the CI configurations

github.com/STEllAR-GROUP/hpx - 699038c6e819a7fcd714d709d731f787ac7e0475 authored almost 4 years ago
Add an example demonstrating the use of the invoke_function_action facility

- also applies fixes to the facility itself.

github.com/STEllAR-GROUP/hpx - aa4e09bd0cc043ea747d048573d452c032e45f4f authored almost 4 years ago
Merge pull request #5221 from STEllAR-GROUP/lco_module

Moving LCO related files to modules

github.com/STEllAR-GROUP/hpx - c24e945dfef56d78708b4317a58d26aafe34283c authored almost 4 years ago
Merge pull request #5238 from msimberg/transform-binary-annotations

Make sure annotations are used in the binary transform

github.com/STEllAR-GROUP/hpx - f56e70658a4ca59e48b3331a861932bf4fbd6d08 authored almost 4 years ago
Moving LCO related files to modules

github.com/STEllAR-GROUP/hpx - 2e925f3d3ce7aaac509d1ff7ba60cad09e5789c8 authored almost 4 years ago
Make sure annotations are used in the binary transform

github.com/STEllAR-GROUP/hpx - b4e80dc9b529774fd5eef44c4481bdf98ed6a74f authored almost 4 years ago
Merge pull request #5224 from Jedi18/seperate_segmented_all_any_none

Separate segmented algorithms for none_of, any_of and all_of

github.com/STEllAR-GROUP/hpx - 674f2076b3463c349375763a454851a0fd957e86 authored almost 4 years ago
Merge pull request #5217 from aurianer/add_hip_github_action

Add a HIP github action

github.com/STEllAR-GROUP/hpx - a1d8c68c6f908219f1d1e13400d843eda7c35717 authored almost 4 years ago
Add a HIP github action

github.com/STEllAR-GROUP/hpx - df736ee1cbd5b5eda2e8b793dcc9af5a50b6fa2a authored almost 4 years ago
Add compute|async_cuda to the build targets

github.com/STEllAR-GROUP/hpx - 658033a0c6b4a9a8616a10ca14479cb86f2a7f04 authored almost 4 years ago
Remove Test as already tested in linux github action

github.com/STEllAR-GROUP/hpx - 75b3c7b1ed4624d8440a62ddc9e8e9cf39057a44 authored almost 4 years ago
Merge pull request #5234 from STEllAR-GROUP/msimberg-patch-6

Fix small typo in --hpx:local option description

github.com/STEllAR-GROUP/hpx - 4d748091cc937b9eb61b7b42562191e1e2b638e3 authored almost 4 years ago
Merge pull request #5231 from aurianer/sort_config_options

Sort printed config options

github.com/STEllAR-GROUP/hpx - 2270e7e5b29c3e9808a9717448f9421e04b287fb authored almost 4 years ago
Merge pull request #5200 from STEllAR-GROUP/distributed_runtime

Moving files to (distributed) runtime module

github.com/STEllAR-GROUP/hpx - 4fa75cfb161522a1f686aaebfd2bc8711321b048 authored almost 4 years ago
Fix the description of --hpx:local

Co-authored-by: Hartmut Kaiser <[email protected]>

github.com/STEllAR-GROUP/hpx - c354925eab4eb56e86cca2fa44434641683763df authored almost 4 years ago
Remove workaround for Boost V1.70

github.com/STEllAR-GROUP/hpx - fca81f64b018452ffb0aa19e519ef96ad9277ad5 authored almost 4 years ago
Retain qi counter parser for Boost 1.70.0

That version of X3 regresses raw[] support with no reasonable workaround

github.com/STEllAR-GROUP/hpx - 389a4f5da007d745a8ace5c23a09c00ea646cdb2 authored almost 4 years ago
Replace spirit.qi with x3

github.com/STEllAR-GROUP/hpx - 2efbaa09b037bcc540b9e3b88e7dbc20a3108685 authored almost 4 years ago
Moving files to (distributed) runtime module

- moving related files to their respective modules
- adding header #includes for find_here(), fi...

github.com/STEllAR-GROUP/hpx - 96bb3dad4d5b29bea4035e38880829aaa4d5f6cf authored almost 4 years ago
Fix small typo in --hpx:local option description

github.com/STEllAR-GROUP/hpx - 339e2a22fdddda65fcd1b9d0f65fe99ed90d6dcb authored almost 4 years ago
Sort printed config options

github.com/STEllAR-GROUP/hpx - 41dec82b0f68a1816c767db6b2cd1cd45d3ab441 authored almost 4 years ago
Sort the runtime configuration options

github.com/STEllAR-GROUP/hpx - 8bddd0657cf435612d1f876bcb73d9d3888ff6c5 authored almost 4 years ago
Merge pull request #5226 from STEllAR-GROUP/msimberg-patch-6

Use new docker image in all CircleCI steps

github.com/STEllAR-GROUP/hpx - 76ff850f86fc147594fdf687ecce9f59456382a6 authored almost 4 years ago
Merge pull request #5229 from msimberg/remove-boost-include

Remove leftover Boost include from sync_wait.hpp

github.com/STEllAR-GROUP/hpx - fae3a55139d87cb4a1baa95ace2ab23001d35fe1 authored almost 4 years ago
Merge pull request #5230 from gonidelis/replace_fixes

Fix C++20 replace algo adaptation misses

github.com/STEllAR-GROUP/hpx - 9db76d3227b590ed952069dbba9c4dae890ceda5 authored almost 4 years ago
Merge pull request #5220 from Jedi18/seperate_segmented_count

Seperate segmented algorithms for count and count_if

github.com/STEllAR-GROUP/hpx - 83b6981cabded06ed822c8e86a4621d4f63075ac authored almost 4 years ago
Merge pull request #5218 from Jedi18/seperate_segmented_adjacent_find

Seperate segmented algorithms for adjacent_find

github.com/STEllAR-GROUP/hpx - 2c58cc8a2a9cd471b23130000ce63982c8645617 authored almost 4 years ago
replaced using with typedef

github.com/STEllAR-GROUP/hpx - 08649ae9b554d2957bd5d8fe88777ff891030b13 authored almost 4 years ago
Disable scheduler_binding_check test on CircleCI

github.com/STEllAR-GROUP/hpx - 31f87fe5fdfa1f0afa8dfffdc4380ac7268c1d2a authored almost 4 years ago
Merge pull request #5223 from STEllAR-GROUP/fixing_5222

Fixing build system for ittnotify

github.com/STEllAR-GROUP/hpx - 64a36ba5bffc8eb9556730eeccbca4a98c462b45 authored almost 4 years ago
Fix C++20 replace algo adaptation misses

github.com/STEllAR-GROUP/hpx - 715380ef17748334eb7dacd8256d0595eef55909 authored almost 4 years ago
Merge pull request #5228 from STEllAR-GROUP/config_registry

Print module name only if it has custom configuration settings

github.com/STEllAR-GROUP/hpx - 450ce26829dea23b31ee330b14a365d479ca56b2 authored almost 4 years ago
Remove leftover Boost include from sync_wait.hpp

github.com/STEllAR-GROUP/hpx - b541349c8a226e918d14a55eb3ca066f719d4159 authored almost 4 years ago
Merge pull request #5215 from aurianer/adapt_to_rocm_4_0_1

Update ROCm to 4.0.1 on Rostam

github.com/STEllAR-GROUP/hpx - 44b57c97e6426f68ad9dcb9681d2db0a76af91a5 authored almost 4 years ago
Print module name only if it has custom configuration settings

github.com/STEllAR-GROUP/hpx - b047b8980013cd84de34f2e234e14c3f8d3739af authored almost 4 years ago
Merge pull request #5212 from Jedi18/seperate_segmented_for_each

Seperate segmented algorithms for for_each_n

github.com/STEllAR-GROUP/hpx - 30bed6e0c37395f1275f1d7f1bda4b34dea56dff authored almost 4 years ago
return first instead of last when first == last to ensure the algorithm works properly with upcoming sentinel changes

github.com/STEllAR-GROUP/hpx - 37e40c20371091a32922056a8201e4e5459edeb0 authored almost 4 years ago
More fixes related to ITT specific code

github.com/STEllAR-GROUP/hpx - e4a249b7d155f2c39304bb8b2d664363c77ac6df authored almost 4 years ago
Merge pull request #5227 from STEllAR-GROUP/msimberg-patch-7

Update .codespell_whitelist

github.com/STEllAR-GROUP/hpx - a6637abacbb5be3c911fee66f465146d42fa3c41 authored almost 4 years ago
Fixing build system for ittnotify

- fixing wrong #include path
- flyby: make ittnotify functions constexpr and noexcept where poss...

github.com/STEllAR-GROUP/hpx - 1a3907c977b81abfa6d3dc1200ea7b0664ab1253 authored almost 4 years ago
Use new docker image in all CircleCI steps

github.com/STEllAR-GROUP/hpx - 2dca367adc0a2e56bd205b63932777c424fa5b54 authored almost 4 years ago
Merge pull request #5209 from STEllAR-GROUP/modules

Moving more files into modules (actions, components, init_runtime, etc.)

github.com/STEllAR-GROUP/hpx - 84a49ae5ea43f087c40590f9515a6d370cf9b75e authored almost 4 years ago
Merge pull request #5183 from STEllAR-GROUP/boost_iterator_categories

Remove dependency on boost/iterators/iterator_categories.hpp

github.com/STEllAR-GROUP/hpx - e06d3088a5e2ac4a4a6b4f5842742209ae248cca authored almost 4 years ago
Update ROCm to 4.0.1 on Rostam

github.com/STEllAR-GROUP/hpx - f9d24cb2f96789389fb10a25aeb37e5cf10106fe authored almost 4 years ago
Update .codespell_whitelist

github.com/STEllAR-GROUP/hpx - c97bdbf95b272e16cfe50aa69267803a5a9f3ee2 authored almost 4 years ago
Remove dependency on boost/iterators/iterator_categories.hpp

- flyby: add `_t `/`_v` variations for `is_iterator` traits

github.com/STEllAR-GROUP/hpx - 31f0662dc193ebecc6402d11f1ae2c474798dd31 authored almost 4 years ago
removed unused using directives

github.com/STEllAR-GROUP/hpx - d7e91ee60fa389e24c15dd32611f5dcdf5554f52 authored almost 4 years ago
seperated segmented algorithms for all any and none of algorithms, replaced tag_invoke with tag_fallback_invoke

github.com/STEllAR-GROUP/hpx - c7149810dc51c6901436ba813914a30dadb09937 authored almost 4 years ago