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 std links

dbab1097d19132ab81c85955129ea653ef7617f9 authored about 2 years ago by kadimitra <[email protected]>
add doc thread

dbe71f2026dc1d6215944fffdc2341b6252d4615 authored about 2 years ago by kadimitra <[email protected]>
add doc is_invocable

7011eb0e91ff67ea3997cdfc0e50bc7324785aef authored about 2 years ago by kadimitra <[email protected]>
add doc bad_any_cast

4a5e79b80d29c2097ac3f7d6fcc46b7f70f85386 authored about 2 years ago by kadimitra <[email protected]>
add doc stop_token

95649cfe7deeef3de9910fefa7acf56906060e78 authored about 2 years ago by kadimitra <[email protected]>
add doc source_location

f8ae8bf8c8bb5f5c9bedcd6078c6f114a1b5f88a authored about 2 years ago by kadimitra <[email protected]>
add doc any_cast

3992a1e23124ee1db6a2ae246c53acd595f867fc authored about 2 years ago by kadimitra <[email protected]>
add doc serializable_any

554b9d712207d1cb9e31919c309c95221ee69944 authored about 2 years ago by kadimitra <[email protected]>
add doc stop_token

225e68d243a441919de453863deaca55718cfe66 authored about 2 years ago by kadimitra <[email protected]>
Merge #6005

6005: reshuffle header tests to different instances r=hkaiser a=hkaiser

Co-authored-by: Hartm...

1b5dbcaa35d7023d6afc4173fe52720234631b28 authored about 2 years ago by StellarBot <[email protected]>
reshuffle header tests to different instances

8885d2494580eb79d059e1f43339a3ee4b6b48c0 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #6007

6007: docs: add docs for mutex.hpp r=hkaiser a=bhumitattarde

Co-authored-by: Bhumit Attarde <...

445dff84c2a9f90bf5c9ef43e9edfef504d77f1e authored about 2 years ago by StellarBot <[email protected]>
Merge #6006

6006: Relax future::is_ready where possible r=hkaiser a=hkaiser

Co-authored-by: Hartmut Kaise...

bc49eebc393c95e80192a3c858a342593c2439ae authored about 2 years ago by StellarBot <[email protected]>
docs: resolve FIXMEs in mutex.hpp

47f0b3bc0cd94805b21f7e38674ab6099934a660 authored about 2 years ago by Bhumit Attarde <[email protected]>
Fixing minor issues that slipped through the net

878893570e375cd60d42c31ae80d109725bdd003 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Relax future::is_ready where possible

623f466126974962be68b95c542d37fc5107f10e authored about 2 years ago by Hartmut Kaiser <[email protected]>
docs: add docs for mutex.hpp

066068a7745a9f9c9a60058477baf7743c2c34a0 authored about 2 years ago by Bhumit Attarde <[email protected]>
Merge #6003

6003: Always exporting get_component_name implementations r=hkaiser a=hkaiser

Fixes #5995

Co...

dc653278c11887c162150635e6562a05e8176711 authored about 2 years ago by StellarBot <[email protected]>
Always exporting get_component_name implementations

- flyby: remove obsolete typedef

fd88007124e9b346b794b4b2ecd358b5f75d7216 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #6002

6002: Making sure that default constructble arguments are properly constructed during deserializ...

9032f386fc70013bf58bcb48727d314ab6da676d authored about 2 years ago by StellarBot <[email protected]>
Merge #5989

5989: Fix missing documentation in Public API page r=hkaiser a=dimitraka

Fix and add new docume...

786c754100732a551bb45b0f04e5f81d02b9a4e3 authored about 2 years ago by StellarBot <[email protected]>
Fix tabs

ae598fb863678dc31964301ceece072a02a2722e authored about 2 years ago by kadimitra <[email protected]>
Add doc bind

2feead0a4f87861bb074340b7ab686f183c71b69 authored about 2 years ago by kadimitra <[email protected]>
Add doc move_only_function

8e55c53bc0b0f11f0e6e0d5d02d894cca3146e05 authored about 2 years ago by kadimitra <[email protected]>
Add doc promise

1028340210964ae182d83b4628ae6ecc5866326c authored about 2 years ago by kadimitra <[email protected]>
Add doc function

9559c0c65e8b7eac0396728019f1ccb4c1b995d2 authored about 2 years ago by kadimitra <[email protected]>
Add doc placeholders

2c101d03ff925aa77c40a53170b5c10b8958edd1 authored about 2 years ago by kadimitra <[email protected]>
Add doc traits

76e2b233944876e7aa6e79361e100a5e73fa71bc authored about 2 years ago by kadimitra <[email protected]>
Add doc condition_variable

1502ecfdf592dda3cdf10474f37de9b7822e4cce authored about 2 years ago by kadimitra <[email protected]>
Fix doc future.hpp

7cf18844601dbbc81bb7767fdb33df5645e4ed33 authored about 2 years ago by kadimitra <[email protected]>
Fix doc fill_n

d435545675556b05a87c1ce9868b3e898dbaaad9 authored about 2 years ago by kadimitra <[email protected]>
remove duplicate api's

2a798219d4353fbf91b7fca3382db26bce47897e authored about 2 years ago by kadimitra <[email protected]>
Add doc packaged_task

4c05c60f889e753aca1c2f3714e84cf5252dc3e5 authored about 2 years ago by kadimitra <[email protected]>
Add doc async

1dc1696ce3815fc7f2d4397724ed9ea67d0d333d authored about 2 years ago by kadimitra <[email protected]>
Making sure that default constructble arguments are properly constructed during deserialization

- if one or more argument to an action was non-default constructible, then
the other (default ...

22dd202157f4686c84b3899015262aa4b15ce392 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5981 #5987

5981: docs: add docs for condition_variable.hpp r=hkaiser a=bhumitattarde

`@hkaiser` Adding doc...

767807055c1d40589d4d4ad34e76dcd6a8b3f181 authored about 2 years ago by StellarBot <[email protected]>
Merge #5986

5986: Fix warnings when building docs r=hkaiser a=dimitraka

- Fix current documentation which ...

122a287f77abdb72c2539fcfcafe4631e16ad17b authored about 2 years ago by StellarBot <[email protected]>
Merge #5975

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

Co-au...

c35e16b7ada555dca212579bc864dfca8a22b130 authored about 2 years ago by StellarBot <[email protected]>
Merge #6001

6001: Adding gcc/12 with boost/1.80 to jenkins/lsu r=hkaiser a=akheir

- [x] added gcc/12.2....

6563e905b2a771d09f88d111401fb1a5e8ced230 authored about 2 years ago by StellarBot <[email protected]>
Adding gcc/12 with boost/1.80 to lsu/jenkins

619d78ccc075ae458aa1d9faa3a0adfc053344d4 authored about 2 years ago by Alireza Kheirkhahan <[email protected]>
Merge #5985 #5996

5985: Re-add deprecated tag_policy_tag et.al. types that were removed in V1.8.1 r=hkaiser a=hkai...

a4544fbe0b8cdcad3b0c78ac0fb4ad5b565181ff authored about 2 years ago by StellarBot <[email protected]>
Attempting to fix timed executor API

- flyby: generalize infrastructure for future continuations
- flyby: modernize some future facil...

1e44c03ab9508d84f13139fcad8b27b13fbcd813 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5994

5994: Fix CTRL+C on windows r=hkaiser a=Neumann-A

According to https://docs.microsoft.com/en-us...

fe16a4012a87c917a27e32ae9ea553f3be5d3094 authored about 2 years ago by StellarBot <[email protected]>
remove std::terminate as requested.

86b8f2faaea92fca734dbb68d92f8fa292b0a8cb authored about 2 years ago by Alexander Neumann <[email protected]>
Fix CTRL+C on windows

According to https://docs.microsoft.com/en-us/windows/console/setconsolectrlhandler
returning T...

d8518457a8fe7a3d7c609e0007672aef592c0cce authored about 2 years ago by Alexander Neumann <[email protected]>
Merge #5993

5993: Using EVE requires C++20 r=hkaiser a=hkaiser

- fixing configuration of our clang-v13 buil...

90d1f1e60584fac856a633d347376ec93449e58b authored about 2 years ago by StellarBot <[email protected]>
Merge pull request #5991 from STEllAR-GROUP/ipv6_command_line

Support IPV6 on command line for explicit network initialization

a50602d97bf709b7128164d0d59d82bcb4afe678 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Add back explicit template parameters to lock_guards for nvcc

a0ab9ac34476c1a925868d093b6d1c72e9cb1c6f authored about 2 years ago by Mikael Simberg <[email protected]>
Re-add deprecated tag_policy_tag et.al. types that were removed in V1.8.1

7b68939672337f4e2f9e94863e2e62eed43d5398 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Remove doc comments

8840c01fe1d536e4aa06f8942d30981d36c9cfe8 authored about 2 years ago by kadimitra <[email protected]>
remove doc algorithm_result

8377286cb755e47fe3fc7fe787aa56815b4f04f7 authored about 2 years ago by kadimitra <[email protected]>
Add documentation

2362a2300c50120080626f72083194b52db3f785 authored about 2 years ago by kadimitra <[email protected]>
Fix doc warnings in \throw(s)

caf00009371cc4000d93001d3e777724bd78f405 authored about 2 years ago by kadimitra <[email protected]>
Fix typo

14d1f89a33c586af96c0f80d4db2da9c850af170 authored about 2 years ago by kadimitra <[email protected]>
Using EVE requires C++20

- fixing configuration of our clang-v13 builder

36f6b341c466328e71d2927f769d45576505219a authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5992

5992: This properly terminates an application on Ctrl-C on Windows r=hkaiser a=hkaiser

See http...

64ed0f728b2913c70094ccb697a2321cce9527ba authored about 2 years ago by StellarBot <[email protected]>
Merge branch 'master' into docs-add-cond-var

f3d35dbd516abdf5cb51a829c119b3a13f8c27e7 authored about 2 years ago by Bhumit Attarde <[email protected]>
build: prevent doxygen from documenting `private`

5de88a8b52e36f78081a77cb820a95748c8c0ecb authored about 2 years ago by Bhumit Attarde <[email protected]>
style: switch doc comments style

docs: add guards around private class members to
prevent them from being documented

1541331f6685d52e15764f2a9759a7c139841902 authored about 2 years ago by Bhumit Attarde <[email protected]>
Support IPV6 on command line for explicit network initialization

e768ccdee637fbacfb2febcd116eb5b9e4919e7d authored about 2 years ago by Hartmut Kaiser <[email protected]>
This properly terminates an application on Ctrl-C on Windows

431bfc40ae3ecb97159dfbb11c8c58293430c128 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5980

5980: More work on execution::read r=hkaiser a=hkaiser

flyby: adding hpx::is_nothrow_invocable
...

0b1a7e3d904b9b3fd228c3bd56430d80f4d23050 authored about 2 years ago by StellarBot <[email protected]>
More work on execution::read

flyby: adding hpx::is_nothrow_invocable

6d5c93bca6da4d4b727836476d733bd3400970d3 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5979

5979: Unsupport clang-v8 and clang-v9, switch LSU clang-v13 to C++17 r=hkaiser a=hkaiser

Co-a...

3815e2f588efbe8e467b39d597fc720fdeaf96c9 authored about 2 years ago by StellarBot <[email protected]>
Unsupport clang-v8 and clang-v9, switch LSU clang-v13 to C++17

- adding module avail and hostname to generated logs

c8f08dac864fb0fbad47b6635574cbf4cb79ecde authored about 2 years ago by Hartmut Kaiser <[email protected]>
style: fix inspect issues

dce5040fd6e46e8a009bd93ca780e93698b29b1e authored about 2 years ago by Bhumit Attarde <[email protected]>
docs: resolve FIXMEs

7d81db69e92fdaddcc2e0b23835402a508c91e7c authored about 2 years ago by Bhumit Attarde <[email protected]>
Merge #5967

5967: Adding missing pieces to sync_wait, adding run_loop r=hkaiser a=hkaiser

- implement execu...

51d7bf1c570eda414656ce7a89db5976e86c2b65 authored about 2 years ago by StellarBot <[email protected]>
Merge #5972

5972: Fix documentation for container algorithms r=hkaiser a=dimitraka

Fix:
- the final part o...

739a284f430bc3aa5c2ef64e29beccb8c28ea2cd authored about 2 years ago by StellarBot <[email protected]>
Merge #5962

5962: Changes in html page of documentation r=hkaiser a=dimitraka

- Add version of HPX under lo...

3864b2e7069b99c7d5d4afadbe719f715e882446 authored about 2 years ago by StellarBot <[email protected]>
Addressing address sanitizer reports

bb5daa9645a171d20f6c49f3aa8d22a42cf9665a authored about 2 years ago by Hartmut Kaiser <[email protected]>
docs: add docs for cond_var.hpp

b5a2bd6060a0a04a6429f2a20aa497c5ab28106e authored about 2 years ago by Bhumit Attarde <[email protected]>
Fixing let_value/let_error/let_stopped for run_loop

73282be8e303b2e9be817af4f22c9acd0eb7479b authored about 2 years ago by Hartmut Kaiser <[email protected]>
Fixing ensure_started and split for run_loop_scheduler

- refactoring inject_scheduler/partial_algorithm helpers

207bd39777b7c44dec50d63158be312b851bf2c6 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Adding missing pieces to sync_wait

- implement execution::run_loop
- implement execution::forwarding_sender_query
- adding missing ...

6b6f5ec1b77cd2cba20fac903cd5edcfbae899bf authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5948

5948: Adding support for pure sender/receiver based executors to parallel algorithms r=hkaiser a...

c007972314d91a78d8fc04f5183daee543eaa622 authored about 2 years ago by StellarBot <[email protected]>
Refactor thread_pool_scheduler_bulk

- adding support for s/r for partitioner (and for_loop)
- adding direct s/r support to for_each_...

42f62129fbba2f6af38c51929214b3151bb75dbd authored about 2 years ago by Hartmut Kaiser <[email protected]>
Fix doc-build warnings

b502784c22c1cbc07db60555f081b429b349c496 authored about 2 years ago by kadimitra <[email protected]>
Fix doc copy

dc488be50a9c7340b9f59022fb600e6327c1549e authored about 2 years ago by kadimitra <[email protected]>
Fix doc remove

c94d00fa2ae89b3a87ea595fcb863eb66db8d270 authored about 2 years ago by kadimitra <[email protected]>
Fix doc reduce

0218922d2db2253d161983d41c6a896253b07d46 authored about 2 years ago by kadimitra <[email protected]>
Fix doc is_heap

e295263f7149259fc42083c847c15d06b6a0d5f4 authored about 2 years ago by kadimitra <[email protected]>
Fix doc partial_sort_copy

577edfb40b4a5f916019693e733dfcd31fef6d12 authored about 2 years ago by kadimitra <[email protected]>
Fix doc find

d7a44224d1a01b92010201afd4c935211ca1eda4 authored about 2 years ago by kadimitra <[email protected]>
Fix doc transform_reduce

011d69f9f80b336ac3b2b4a16215903fe92fd59b authored about 2 years ago by kadimitra <[email protected]>
Fix doc transform_exclusive_scan

0c6cd4ae7acb7d7136d9effaf704b836af6a8cc5 authored about 2 years ago by kadimitra <[email protected]>
Fix doc uninitialized_move

244b464ab57e2b23a6f0522aa3cbc3063135e781 authored about 2 years ago by kadimitra <[email protected]>
Fix doc uninitialized_fill

7f6ac7eb94079b31d700af9eed1f72481c9c4ec2 authored about 2 years ago by kadimitra <[email protected]>
Fix doc transform_inclusive_scan

8d4d7265de4ea8d4f203dc2a7838a9e1ecaee92c authored about 2 years ago by kadimitra <[email protected]>
Fix doc uninitialized_default_construct

b35cbd275db5976232dde1d8a902c605d7011f3b authored about 2 years ago by kadimitra <[email protected]>
Fix doc transform

28894c17c5a46aeaa24bb5eb15c7a11b8162d313 authored about 2 years ago by kadimitra <[email protected]>
Fix doc uninitialized_copy

41292f7c6bf32a326d650d99f76207d95037e5dc authored about 2 years ago by kadimitra <[email protected]>
Fix doc unique

9b08cd3fbec10c191af64542f8ba4c8c4e8f65c8 authored about 2 years ago by kadimitra <[email protected]>
Fix doc uninitialized_value_construct

cba461c323b16cf36298f8e454ff306d4be53e83 authored about 2 years ago by kadimitra <[email protected]>
Fix grammar

2cdfe5620ad683a3f28f7696661686fad2620cf1 authored about 2 years ago by kadimitra <[email protected]>
Adding support for pure sender/receiver based executors to parallel algorithms

- thread_pool_scheduler now takes an execution policy type
- bulk with a sync scheduler falls ba...

2848a4c149f3f6db82f161be612316a49b688d8a authored about 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5872

5872: Block fork join executor r=hkaiser a=hkaiser

The `block_fork_join_executor` is building o...

56cd6bb62060abde3c15fb5086785e1b49c05ce9 authored about 2 years ago by StellarBot <[email protected]>
Don't build a hierarchy of executors if only one pu mask is given

e1b80d942d359c1a26eedb4f7849fad8dce54fc4 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Update for recent executor API changes

625c3c47052c374f10822283d46149cd2d2813e0 authored about 2 years ago by Hartmut Kaiser <[email protected]>
Adding block_fork_join_executor

- flyby: adding support for thread_priority::bound to schedulers

8ad02682047d2c94f1189beb733eff46329e8641 authored about 2 years ago by Hartmut Kaiser <[email protected]>