Branch: refs/heads/release
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 50325405ebe1cb83e567a0fffa3d7ca4b5cae358
      
https://github.com/STEllAR-GROUP/hpx/commit/50325405ebe1cb83e567a0fffa3d7ca4b5cae358
  Author: Mikael Simberg <[email protected]>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M examples/quickstart/disable_thread_stealing_executor.cpp
    M examples/quickstart/executor_with_thread_hooks.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/collectives/tests/performance/osu/osu_bibw.cpp
    M libs/compute_cuda/tests/unit/for_loop_compute.cu
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Add CPOs for for_loop algorithms


  Commit: f5208745cec3624501b8bf026db22d7d0ddea425
      
https://github.com/STEllAR-GROUP/hpx/commit/f5208745cec3624501b8bf026db22d7d0ddea425
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M 
components/component_storage/include/hpx/components/component_storage/server/component_storage.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/iostreams/include/hpx/components/iostreams/server/output_stream.hpp
    M components/process/include/hpx/components/process/server/child.hpp
    M hpx/lcos/base_lco.hpp
    M hpx/lcos/base_lco_with_value.hpp
    M hpx/runtime/actions/continuation.hpp
    R hpx/runtime/actions/continuation_fwd.hpp
    R hpx/runtime/actions/detail/action_factory.hpp
    R hpx/runtime/actions/manage_object_action.hpp
    R hpx/runtime/actions/preassigned_action_id.hpp
    R hpx/runtime/actions/transfer_action.hpp
    R hpx/runtime/actions/transfer_continuation_action.hpp
    M hpx/runtime/actions/trigger.hpp
    M hpx/runtime/agas/server/component_namespace.hpp
    M hpx/runtime/agas/server/locality_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/agas/server/symbol_namespace.hpp
    M hpx/runtime/components/default_distribution_policy.hpp
    M hpx/runtime/components/server/console_error_sink.hpp
    M hpx/runtime/components/server/console_logging.hpp
    M hpx/runtime/components/server/distributed_metadata_base.hpp
    M hpx/runtime/components/server/runtime_support.hpp
    M hpx/runtime/components/stubs/runtime_support.hpp
    M hpx/runtime/components/target_distribution_policy.hpp
    M hpx/runtime/parcelset/put_parcel.hpp
    M hpx/runtime/trigger_lco.hpp
    R hpx/traits/action_continuation.hpp
    M hpx/traits/action_decorate_continuation.hpp
    M libs/actions/CMakeLists.txt
    M libs/actions/include/hpx/actions/action_support.hpp
    M libs/actions/include/hpx/actions/actions_fwd.hpp
    M libs/actions/include/hpx/actions/base_action.hpp
    A libs/actions/include/hpx/actions/register_action.hpp
    A libs/actions/include/hpx/actions/transfer_action.hpp
    M libs/actions/include/hpx/actions/transfer_base_action.hpp
    A libs/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/actions/include_compatibility/hpx/runtime/actions/action_support.hpp
    A libs/actions/include_compatibility/hpx/runtime/actions/transfer_action.hpp
    A 
libs/actions/include_compatibility/hpx/runtime/actions/transfer_continuation_action.hpp
    A libs/actions/src/base_action.cpp
    M libs/actions_base/CMakeLists.txt
    R libs/actions_base/include/hpx/actions_base/action_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/actions_base_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/actions_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/continuation_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/detail/action_factory.hpp
    A libs/actions_base/include/hpx/actions_base/preassigned_action_id.hpp
    A libs/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/action_support.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/continuation_fwd.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/detail/action_factory.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/preassigned_action_id.hpp
    A libs/actions_base/include_compatibility/hpx/traits/action_continuation.hpp
    A libs/actions_base/src/detail/action_factory.cpp
    M libs/async_cuda/CMakeLists.txt
    M libs/async_distributed/CMakeLists.txt
    M libs/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_helper.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_fwd.hpp
    M libs/async_distributed/include/hpx/async_distributed/async_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/async_colocated.hpp
    M libs/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    M libs/collectives/include/hpx/collectives/detail/latch.hpp
    M libs/collectives/include/hpx/collectives/fold.hpp
    M libs/collectives/include/hpx/collectives/reduce.hpp
    M libs/collectives/src/latch.cpp
    M libs/compute/CMakeLists.txt
    M libs/include/CMakeLists.txt
    M libs/include/include/hpx/include/actions.hpp
    M libs/init_runtime/CMakeLists.txt
    M libs/lcos_distributed/CMakeLists.txt
    M libs/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M 
libs/performance_counters/include/hpx/performance_counters/server/base_performance_counter.hpp
    M libs/performance_counters/src/counters.cpp
    M libs/serialization/tests/performance/serialization_overhead.cpp
    M libs/serialization/tests/unit/zero_copy_serialization.cpp
    M src/CMakeLists.txt
    M src/lcos/base_lco.cpp
    R src/runtime/actions/base_action.cpp
    R src/runtime/actions/detail/action_factory.cpp
    M src/runtime/agas/big_boot_barrier.cpp
    M src/runtime/components/server/console_error_sink_server.cpp
    M src/runtime/components/server/console_logging_server.cpp
    M src/runtime/components/stubs/runtime_support_stubs.cpp
    M src/runtime/parcelset/parcel.cpp
    M tests/headers/CMakeLists.txt
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/unit/agas/components/server/managed_refcnt_checker.hpp
    M tests/unit/agas/components/server/simple_mobile_object.hpp
    M tests/unit/agas/components/server/simple_refcnt_checker.hpp

  Log Message:
  -----------
  Moving more action related files to actions modules

- flyby: remove unused manage_object_action
- flyby: remove obsolete header reference from build system


  Commit: 6b6c26c3fcf0960ee379ce8682c75126818a0357
      
https://github.com/STEllAR-GROUP/hpx/commit/6b6c26c3fcf0960ee379ce8682c75126818a0357
  Author: Patrick <[email protected]>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    A docs/joss_paper/hpx_architecture.pdf
    A docs/joss_paper/paper.bib
    A docs/joss_paper/paper.md

  Log Message:
  -----------
  Add final version of the JOSS paper


  Commit: 60308e870bfb72da9e39e9caf500107b0a5449c8
      
https://github.com/STEllAR-GROUP/hpx/commit/60308e870bfb72da9e39e9caf500107b0a5449c8
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_reduce_binary.hpp
    A 
libs/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/algorithms/include/hpx/parallel/datapar/loop.hpp
    M libs/algorithms/include/hpx/parallel/numeric.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/test_utils.hpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
    A libs/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M libs/include/include/hpx/include/parallel_transform_reduce.hpp
    M libs/include/include/hpx/numeric.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp

  Log Message:
  -----------
  Making transform_reduce conforming to C++20


  Commit: fe5a7da288a44b2501563d1d62e4539af446b373
      
https://github.com/STEllAR-GROUP/hpx/commit/fe5a7da288a44b2501563d1d62e4539af446b373
  Author: Mikael Simberg <[email protected]>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M 
components/component_storage/include/hpx/components/component_storage/server/component_storage.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/iostreams/include/hpx/components/iostreams/server/output_stream.hpp
    M components/process/include/hpx/components/process/server/child.hpp
    M hpx/lcos/base_lco.hpp
    M hpx/lcos/base_lco_with_value.hpp
    M hpx/runtime/actions/continuation.hpp
    R hpx/runtime/actions/continuation_fwd.hpp
    R hpx/runtime/actions/detail/action_factory.hpp
    R hpx/runtime/actions/manage_object_action.hpp
    R hpx/runtime/actions/preassigned_action_id.hpp
    R hpx/runtime/actions/transfer_action.hpp
    R hpx/runtime/actions/transfer_continuation_action.hpp
    M hpx/runtime/actions/trigger.hpp
    M hpx/runtime/agas/server/component_namespace.hpp
    M hpx/runtime/agas/server/locality_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/agas/server/symbol_namespace.hpp
    M hpx/runtime/components/default_distribution_policy.hpp
    M hpx/runtime/components/server/console_error_sink.hpp
    M hpx/runtime/components/server/console_logging.hpp
    M hpx/runtime/components/server/distributed_metadata_base.hpp
    M hpx/runtime/components/server/runtime_support.hpp
    M hpx/runtime/components/stubs/runtime_support.hpp
    M hpx/runtime/components/target_distribution_policy.hpp
    M hpx/runtime/parcelset/put_parcel.hpp
    M hpx/runtime/trigger_lco.hpp
    R hpx/traits/action_continuation.hpp
    M hpx/traits/action_decorate_continuation.hpp
    M libs/actions/CMakeLists.txt
    M libs/actions/include/hpx/actions/action_support.hpp
    M libs/actions/include/hpx/actions/actions_fwd.hpp
    M libs/actions/include/hpx/actions/base_action.hpp
    A libs/actions/include/hpx/actions/register_action.hpp
    A libs/actions/include/hpx/actions/transfer_action.hpp
    M libs/actions/include/hpx/actions/transfer_base_action.hpp
    A libs/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/actions/include_compatibility/hpx/runtime/actions/action_support.hpp
    A libs/actions/include_compatibility/hpx/runtime/actions/transfer_action.hpp
    A 
libs/actions/include_compatibility/hpx/runtime/actions/transfer_continuation_action.hpp
    A libs/actions/src/base_action.cpp
    M libs/actions_base/CMakeLists.txt
    R libs/actions_base/include/hpx/actions_base/action_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/actions_base_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/actions_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/continuation_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/detail/action_factory.hpp
    A libs/actions_base/include/hpx/actions_base/preassigned_action_id.hpp
    A libs/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/action_support.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/continuation_fwd.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/detail/action_factory.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/preassigned_action_id.hpp
    A libs/actions_base/include_compatibility/hpx/traits/action_continuation.hpp
    A libs/actions_base/src/detail/action_factory.cpp
    M libs/async_cuda/CMakeLists.txt
    M libs/async_distributed/CMakeLists.txt
    M libs/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_helper.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_fwd.hpp
    M libs/async_distributed/include/hpx/async_distributed/async_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/async_colocated.hpp
    M libs/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    M libs/collectives/include/hpx/collectives/detail/latch.hpp
    M libs/collectives/include/hpx/collectives/fold.hpp
    M libs/collectives/include/hpx/collectives/reduce.hpp
    M libs/collectives/src/latch.cpp
    M libs/compute/CMakeLists.txt
    M libs/include/CMakeLists.txt
    M libs/include/include/hpx/include/actions.hpp
    M libs/init_runtime/CMakeLists.txt
    M libs/lcos_distributed/CMakeLists.txt
    M libs/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M 
libs/performance_counters/include/hpx/performance_counters/server/base_performance_counter.hpp
    M libs/performance_counters/src/counters.cpp
    M libs/serialization/tests/performance/serialization_overhead.cpp
    M libs/serialization/tests/unit/zero_copy_serialization.cpp
    M src/CMakeLists.txt
    M src/lcos/base_lco.cpp
    R src/runtime/actions/base_action.cpp
    R src/runtime/actions/detail/action_factory.cpp
    M src/runtime/agas/big_boot_barrier.cpp
    M src/runtime/components/server/console_error_sink_server.cpp
    M src/runtime/components/server/console_logging_server.cpp
    M src/runtime/components/stubs/runtime_support_stubs.cpp
    M src/runtime/parcelset/parcel.cpp
    M tests/headers/CMakeLists.txt
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/unit/agas/components/server/managed_refcnt_checker.hpp
    M tests/unit/agas/components/server/simple_mobile_object.hpp
    M tests/unit/agas/components/server/simple_refcnt_checker.hpp

  Log Message:
  -----------
  Merge pull request #4915 from STEllAR-GROUP/actions

Moving more action related files to actions modules


  Commit: 3cd3b43160d963ee4c4380f975b6527b979e5ccd
      
https://github.com/STEllAR-GROUP/hpx/commit/3cd3b43160d963ee4c4380f975b6527b979e5ccd
  Author: Moritz Gnisia <[email protected]>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M docs/sphinx/manual/writing_distributed_hpx_applications.rst

  Log Message:
  -----------
  replacing localvv with local_vv

Signed-off-by: Moritz Gnisia <[email protected]>


  Commit: 571c2b405e3949a35fb1d246a387938dc7d801f4
      
https://github.com/STEllAR-GROUP/hpx/commit/571c2b405e3949a35fb1d246a387938dc7d801f4
  Author: Auriane R <[email protected]>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M docs/sphinx/manual/writing_distributed_hpx_applications.rst

  Log Message:
  -----------
  Merge pull request #4930 from mgnisia/master

Documentation Distributed HPX applications localvv with local_vv


  Commit: e07fd355193396d9ac5522405e6c3c22748c8a68
      
https://github.com/STEllAR-GROUP/hpx/commit/e07fd355193396d9ac5522405e6c3c22748c8a68
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_reduce_binary.hpp
    A 
libs/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/algorithms/include/hpx/parallel/datapar/loop.hpp
    M libs/algorithms/include/hpx/parallel/numeric.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/test_utils.hpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
    A libs/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M libs/include/include/hpx/include/parallel_transform_reduce.hpp
    M libs/include/include/hpx/numeric.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp

  Log Message:
  -----------
  Merge pull request #4925 from STEllAR-GROUP/transform_reduce_cpos

Making transform_reduce conforming to C++20


  Commit: 7e75dd365efa1017498a538b0d08797a48d2d725
      
https://github.com/STEllAR-GROUP/hpx/commit/7e75dd365efa1017498a538b0d08797a48d2d725
  Author: Mikael Simberg <[email protected]>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    A docs/joss_paper/hpx_architecture.pdf
    A docs/joss_paper/paper.bib
    A docs/joss_paper/paper.md

  Log Message:
  -----------
  Merge pull request #4929 from STEllAR-GROUP/JOSS2

Add final version of the JOSS paper


  Commit: dea4e7388fb4bb38735d2b1cb2c5aa2e5d65f6b0
      
https://github.com/STEllAR-GROUP/hpx/commit/dea4e7388fb4bb38735d2b1cb2c5aa2e5d65f6b0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M hpx/lcos/detail/promise_lco.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/algorithms/include/hpx/parallel/task_block.hpp
    M libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    M libs/execution_base/include/hpx/execution_base/register_locks.hpp
    M libs/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
    M libs/threading_base/CMakeLists.txt
    M libs/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/threadmanager/CMakeLists.txt
    M libs/threadmanager/include/hpx/modules/threadmanager.hpp
    A libs/threadmanager/include/hpx/threadmanager/threadmanager_fwd.hpp
    M libs/topology/include/hpx/topology/cpu_mask.hpp

  Log Message:
  -----------
  Fixing compiler warnings


  Commit: ca7d5e8aad897b50b3aae471ad90ea4b25706882
      
https://github.com/STEllAR-GROUP/hpx/commit/ca7d5e8aad897b50b3aae471ad90ea4b25706882
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M docs/joss_paper/hpx_architecture.pdf

  Log Message:
  -----------
  Compressed pdf needed for JOSS paper


  Commit: 9f85741d4f44c1748d7bf67f15c4b891802ed0cd
      
https://github.com/STEllAR-GROUP/hpx/commit/9f85741d4f44c1748d7bf67f15c4b891802ed0cd
  Author: Hartmut Kaiser <[email protected]>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M hpx/lcos/detail/promise_lco.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    M libs/algorithms/include/hpx/parallel/task_block.hpp
    M libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    M libs/execution_base/include/hpx/execution_base/register_locks.hpp
    M libs/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
    M libs/threading_base/CMakeLists.txt
    M libs/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/threadmanager/CMakeLists.txt
    M libs/threadmanager/include/hpx/modules/threadmanager.hpp
    A libs/threadmanager/include/hpx/threadmanager/threadmanager_fwd.hpp
    M libs/topology/include/hpx/topology/cpu_mask.hpp

  Log Message:
  -----------
  Merge pull request #4932 from STEllAR-GROUP/fixing_4906

Fixing compiler warnings


  Commit: 0b85e8e004c581fbc89297bac20bf87a004e1626
      
https://github.com/STEllAR-GROUP/hpx/commit/0b85e8e004c581fbc89297bac20bf87a004e1626
  Author: Moritz Gnisia <[email protected]>
  Date:   2020-08-30 (Sun, 30 Aug 2020)

  Changed paths:
    M docs/sphinx/manual/writing_distributed_hpx_applications.rst

  Log Message:
  -----------
  adding semicolon in documentation


  Commit: 6a0c58c05244f02166b97be90df881e9545ef75a
      
https://github.com/STEllAR-GROUP/hpx/commit/6a0c58c05244f02166b97be90df881e9545ef75a
  Author: aurianer <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M docs/joss_paper/paper.md

  Log Message:
  -----------
  Add copyright and license to joss paper file


  Commit: 40f3e3ae88760b6a4640096608a900b176499872
      
https://github.com/STEllAR-GROUP/hpx/commit/40f3e3ae88760b6a4640096608a900b176499872
  Author: aurianer <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M docs/joss_paper/paper.md

  Log Message:
  -----------
  Fix typo in the joss paper markdown


  Commit: 223d655c67e9f054bad329787a927bb9c3b6591b
      
https://github.com/STEllAR-GROUP/hpx/commit/223d655c67e9f054bad329787a927bb9c3b6591b
  Author: aurianer <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M tools/.codespell_whitelist

  Log Message:
  -----------
  Add "rouge" to codespell whitelist


  Commit: 1b320a4b02be7baf8023b01c76b4982ef5307e7b
      
https://github.com/STEllAR-GROUP/hpx/commit/1b320a4b02be7baf8023b01c76b4982ef5307e7b
  Author: Auriane R <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M docs/sphinx/manual/writing_distributed_hpx_applications.rst

  Log Message:
  -----------
  Merge pull request #4934 from mgnisia/master

Adding Semicolon in Documentation


  Commit: 145aac288d3620bf4e0925c93539efe09e0b748a
      
https://github.com/STEllAR-GROUP/hpx/commit/145aac288d3620bf4e0925c93539efe09e0b748a
  Author: Mikael Simberg <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M docs/joss_paper/paper.md
    M tools/.codespell_whitelist

  Log Message:
  -----------
  Merge pull request #4935 from aurianer/fix_inspect_error

Add copyright and license to joss paper file


  Commit: 28ceb040f788d0d0a607ed425ffaf78a0ee40c96
      
https://github.com/STEllAR-GROUP/hpx/commit/28ceb040f788d0d0a607ed425ffaf78a0ee40c96
  Author: Mikael Simberg <[email protected]>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M examples/quickstart/disable_thread_stealing_executor.cpp
    M examples/quickstart/executor_with_thread_hooks.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/collectives/tests/performance/osu/osu_bibw.cpp
    M libs/compute_cuda/tests/unit/for_loop_compute.cu
    M libs/include/include/hpx/algorithm.hpp
    M 
libs/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
    M tests/performance/local/future_overhead.cpp

  Log Message:
  -----------
  Merge pull request #4911 from msimberg/for-loop-cpos

Add CPOs for for_loop algorithms


  Commit: 011f57ee1e22496528e0dcd34112c7d75bd6f413
      
https://github.com/STEllAR-GROUP/hpx/commit/011f57ee1e22496528e0dcd34112c7d75bd6f413
  Author: aurianer <[email protected]>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M 
components/component_storage/include/hpx/components/component_storage/server/component_storage.hpp
    M 
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_component_decl.hpp
    M 
components/containers/unordered/include/hpx/components/containers/unordered/partition_unordered_map_component.hpp
    M 
components/iostreams/include/hpx/components/iostreams/server/output_stream.hpp
    M components/process/include/hpx/components/process/server/child.hpp
    A docs/joss_paper/hpx_architecture.pdf
    A docs/joss_paper/paper.bib
    A docs/joss_paper/paper.md
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_distributed_hpx_applications.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M examples/quickstart/disable_thread_stealing_executor.cpp
    M examples/quickstart/executor_with_thread_hooks.cpp
    M examples/quickstart/vector_counting_dotproduct.cpp
    M examples/quickstart/vector_zip_dotproduct.cpp
    M examples/transpose/transpose_await.cpp
    M examples/transpose/transpose_block.cpp
    M examples/transpose/transpose_block_numa.cpp
    M examples/transpose/transpose_smp.cpp
    M examples/transpose/transpose_smp_block.cpp
    M hpx/lcos/base_lco.hpp
    M hpx/lcos/base_lco_with_value.hpp
    M hpx/lcos/detail/promise_lco.hpp
    M hpx/runtime/actions/continuation.hpp
    R hpx/runtime/actions/continuation_fwd.hpp
    R hpx/runtime/actions/detail/action_factory.hpp
    R hpx/runtime/actions/manage_object_action.hpp
    R hpx/runtime/actions/preassigned_action_id.hpp
    R hpx/runtime/actions/transfer_action.hpp
    R hpx/runtime/actions/transfer_continuation_action.hpp
    M hpx/runtime/actions/trigger.hpp
    M hpx/runtime/agas/server/component_namespace.hpp
    M hpx/runtime/agas/server/locality_namespace.hpp
    M hpx/runtime/agas/server/primary_namespace.hpp
    M hpx/runtime/agas/server/symbol_namespace.hpp
    M hpx/runtime/components/default_distribution_policy.hpp
    M hpx/runtime/components/server/component_base.hpp
    M hpx/runtime/components/server/console_error_sink.hpp
    M hpx/runtime/components/server/console_logging.hpp
    M hpx/runtime/components/server/distributed_metadata_base.hpp
    M hpx/runtime/components/server/fixed_component_base.hpp
    M hpx/runtime/components/server/runtime_support.hpp
    M hpx/runtime/components/stubs/runtime_support.hpp
    M hpx/runtime/components/target_distribution_policy.hpp
    M hpx/runtime/parcelset/put_parcel.hpp
    M hpx/runtime/trigger_lco.hpp
    R hpx/traits/action_continuation.hpp
    M hpx/traits/action_decorate_continuation.hpp
    M libs/actions/CMakeLists.txt
    M libs/actions/include/hpx/actions/action_support.hpp
    M libs/actions/include/hpx/actions/actions_fwd.hpp
    M libs/actions/include/hpx/actions/base_action.hpp
    A libs/actions/include/hpx/actions/register_action.hpp
    A libs/actions/include/hpx/actions/transfer_action.hpp
    M libs/actions/include/hpx/actions/transfer_base_action.hpp
    A libs/actions/include/hpx/actions/transfer_continuation_action.hpp
    M libs/actions/include_compatibility/hpx/runtime/actions/action_support.hpp
    A libs/actions/include_compatibility/hpx/runtime/actions/transfer_action.hpp
    A 
libs/actions/include_compatibility/hpx/runtime/actions/transfer_continuation_action.hpp
    A libs/actions/src/base_action.cpp
    M libs/actions_base/CMakeLists.txt
    R libs/actions_base/include/hpx/actions_base/action_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/actions_base_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/actions_base_support.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/continuation_fwd.hpp
    A libs/actions_base/include/hpx/actions_base/detail/action_factory.hpp
    A libs/actions_base/include/hpx/actions_base/preassigned_action_id.hpp
    A libs/actions_base/include/hpx/actions_base/traits/action_continuation.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/action_support.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/continuation_fwd.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/detail/action_factory.hpp
    A 
libs/actions_base/include_compatibility/hpx/runtime/actions/preassigned_action_id.hpp
    A libs/actions_base/include_compatibility/hpx/traits/action_continuation.hpp
    A libs/actions_base/src/detail/action_factory.cpp
    M libs/algorithms/CMakeLists.txt
    M libs/algorithms/include/hpx/parallel/algorithms/detail/accumulate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/detail/sample_sort.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_inclusive_scan.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/transform_reduce.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/transform_reduce_binary.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_default_construct.hpp
    M 
libs/algorithms/include/hpx/parallel/algorithms/uninitialized_value_construct.hpp
    A 
libs/algorithms/include/hpx/parallel/container_algorithms/transform_reduce.hpp
    M libs/algorithms/include/hpx/parallel/container_numeric.hpp
    M libs/algorithms/include/hpx/parallel/datapar/loop.hpp
    M libs/algorithms/include/hpx/parallel/numeric.hpp
    M libs/algorithms/include/hpx/parallel/task_block.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/tests/performance/transform_reduce_scaling.cpp
    M libs/algorithms/tests/regressions/for_loop_2281.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_exception.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_induction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_n_strided.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_reduction_async.cpp
    M libs/algorithms/tests/unit/algorithms/for_loop_strided.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_bad_alloc.cpp
    M 
libs/algorithms/tests/unit/algorithms/transform_reduce_binary_exception.cpp
    M libs/algorithms/tests/unit/algorithms/transform_reduce_binary_tests.hpp
    M libs/algorithms/tests/unit/container_algorithms/CMakeLists.txt
    M libs/algorithms/tests/unit/container_algorithms/max_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/min_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/minmax_element_range.cpp
    M libs/algorithms/tests/unit/container_algorithms/test_utils.hpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_bad_alloc_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_exception_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_range.cpp
    A 
libs/algorithms/tests/unit/container_algorithms/transform_reduce_binary_tests_range.hpp
    A libs/algorithms/tests/unit/container_algorithms/transform_reduce_range.cpp
    M libs/async_cuda/CMakeLists.txt
    M libs/async_cuda/tests/unit/cublas_matmul.cpp
    M libs/async_distributed/CMakeLists.txt
    M libs/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_continue_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/apply_helper.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_callback_fwd.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/applier/detail/apply_colocated_fwd.hpp
    M libs/async_distributed/include/hpx/async_distributed/async_continue.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/async_colocated.hpp
    M libs/checkpoint/examples/1d_stencil_4_checkpoint.cpp
    M libs/collectives/include/hpx/collectives/broadcast_direct.hpp
    M libs/collectives/include/hpx/collectives/detail/barrier_node.hpp
    M libs/collectives/include/hpx/collectives/detail/latch.hpp
    M libs/collectives/include/hpx/collectives/fold.hpp
    M libs/collectives/include/hpx/collectives/reduce.hpp
    M libs/collectives/src/latch.cpp
    M libs/collectives/tests/performance/osu/osu_bibw.cpp
    M libs/compute/CMakeLists.txt
    M libs/compute_cuda/tests/unit/for_loop_compute.cu
    M libs/execution_base/include/hpx/execution_base/register_locks.hpp
    M libs/include/CMakeLists.txt
    M libs/include/include/hpx/algorithm.hpp
    M libs/include/include/hpx/include/actions.hpp
    M libs/include/include/hpx/include/parallel_transform_reduce.hpp
    M libs/include/include/hpx/numeric.hpp
    M libs/init_runtime/CMakeLists.txt
    M libs/lcos_distributed/CMakeLists.txt
    M libs/lcos_distributed/include/hpx/lcos_distributed/server/channel.hpp
    M 
libs/performance_counters/include/hpx/performance_counters/server/base_performance_counter.hpp
    M libs/performance_counters/src/counters.cpp
    M 
libs/resource_partitioner/examples/oversubscribing_resource_partitioner.cpp
    M libs/resource_partitioner/examples/simple_resource_partitioner.cpp
    M libs/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/all_any_none.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/detail/reduce.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/fill.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/find.hpp
    M 
libs/segmented_algorithms/include/hpx/parallel/segmented_algorithms/transform_reduce.hpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce2.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary1.cpp
    M 
libs/segmented_algorithms/tests/unit/partitioned_vector_transform_reduce_binary2.cpp
    M libs/serialization/tests/performance/serialization_overhead.cpp
    M libs/serialization/tests/unit/zero_copy_serialization.cpp
    M libs/threading_base/CMakeLists.txt
    M libs/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/threadmanager/CMakeLists.txt
    M libs/threadmanager/include/hpx/modules/threadmanager.hpp
    A libs/threadmanager/include/hpx/threadmanager/threadmanager_fwd.hpp
    M libs/topology/include/hpx/topology/cpu_mask.hpp
    M src/CMakeLists.txt
    M src/lcos/base_lco.cpp
    R src/runtime/actions/base_action.cpp
    R src/runtime/actions/detail/action_factory.cpp
    M src/runtime/agas/big_boot_barrier.cpp
    M src/runtime/components/server/console_error_sink_server.cpp
    M src/runtime/components/server/console_logging_server.cpp
    M src/runtime/components/stubs/runtime_support_stubs.cpp
    M src/runtime/parcelset/parcel.cpp
    M tests/headers/CMakeLists.txt
    M tests/performance/local/future_overhead.cpp
    M tests/performance/local/transform_reduce_binary_scaling.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/unit/agas/components/server/managed_refcnt_checker.hpp
    M tests/unit/agas/components/server/simple_mobile_object.hpp
    M tests/unit/agas/components/server/simple_refcnt_checker.hpp
    M tools/.codespell_whitelist

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into release


  Commit: 5e6bbd253f4e7b79908312750e358a3d3f0a0bd9
      
https://github.com/STEllAR-GROUP/hpx/commit/5e6bbd253f4e7b79908312750e358a3d3f0a0bd9
  Author: aurianer <[email protected]>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M docs/sphinx/releases/whats_new_1_5_0.rst

  Log Message:
  -----------
  Update the list of PR and issues + final release notes


  Commit: 0eb3cb617eec1396e9ae27ac522658d9ce39defd
      
https://github.com/STEllAR-GROUP/hpx/commit/0eb3cb617eec1396e9ae27ac522658d9ce39defd
  Author: aurianer <[email protected]>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/packaging/rpm/Changelog.txt
    M docs/sphinx/quickstart.rst
    M docs/sphinx/releases/whats_new_1_5_0.rst

  Log Message:
  -----------
  Update the tags/date/refs for the release 1.5.0


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/6f99f57b05c7...0eb3cb617eec
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to