Branch: refs/heads/libcds-module
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: a47b1943ad2589a87871ab4207c7075767974a32
      
https://github.com/STEllAR-GROUP/hpx/commit/a47b1943ad2589a87871ab4207c7075767974a32
  Author: aurianer <[email protected]>
  Date:   2020-08-16 (Sun, 16 Aug 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Update apex tag for the release candidate 2


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

  Changed paths:
    M docs/sphinx/api/public_api.rst

  Log Message:
  -----------
  Update public API list with updated algorithms


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

  Changed paths:
    M hpx/lcos/detail/promise_base.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/plain_action.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
    M 
libs/components_base/include/hpx/components_base/traits/component_pin_support.hpp
    M libs/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
    M libs/execution/include/hpx/execution/executors/execution_parameters.hpp
    M libs/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/serialization/include/hpx/serialization/serialize_buffer.hpp
    M libs/thread_support/include/hpx/thread_support/set_thread_name.hpp
    M libs/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/threading_base/include/hpx/threading_base/register_thread.hpp
    M libs/threading_base/include/hpx/threading_base/set_thread_state.hpp

  Log Message:
  -----------
  Fixing unused variable warning


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

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Remove HPX::hpx_no_wrap_main target


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

  Changed paths:
    M hpx/lcos/detail/promise_base.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/plain_action.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
    M 
libs/components_base/include/hpx/components_base/traits/component_pin_support.hpp
    M libs/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
    M libs/execution/include/hpx/execution/executors/execution_parameters.hpp
    M libs/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/serialization/include/hpx/serialization/serialize_buffer.hpp
    M libs/thread_support/include/hpx/thread_support/set_thread_name.hpp
    M libs/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/threading_base/include/hpx/threading_base/register_thread.hpp
    M libs/threading_base/include/hpx/threading_base/set_thread_state.hpp

  Log Message:
  -----------
  Merge pull request #4906 from STEllAR-GROUP/fixing_warnings

Fixing unused variable warning


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

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #4907 from msimberg/remove-hpx-no-wrap-main

Remove HPX::hpx_no_wrap_main target


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

  Changed paths:
    M docs/sphinx/api/public_api.rst

  Log Message:
  -----------
  Merge pull request #4901 from STEllAR-GROUP/msimberg-patch-4

Update public API list with updated algorithms


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

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst

  Log Message:
  -----------
  Update docs with numeric.hpp header and which headers to include for 
different algorithms


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

  Changed paths:
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-icc.sh

  Log Message:
  -----------
  Explicitly specify hwloc root on Jenkins CSCS builds


  Commit: c1e4b2bbd8e41f4de2b6258fe1287599c41fa537
      
https://github.com/STEllAR-GROUP/hpx/commit/c1e4b2bbd8e41f4de2b6258fe1287599c41fa537
  Author: aurianer <[email protected]>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-gcc-newest.sh

  Log Message:
  -----------
  Update boost to 1.74.0 for the newest jenkins configs


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

  Changed paths:
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-icc.sh

  Log Message:
  -----------
  Merge pull request #4910 from msimberg/jenkins-daint-hwloc-root

Explicitly specify hwloc root on Jenkins CSCS builds


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

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp

  Log Message:
  -----------
  Aggregate initialize CPOs


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

  Changed paths:
    M cmake/HPX_GeneratePackage.cmake
    M cmake/HPX_SetupTarget.cmake
    M src/CMakeLists.txt

  Log Message:
  -----------
  Add alias targets with namespace used for exporting


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

  Changed paths:
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst

  Log Message:
  -----------
  Merge pull request #4908 from msimberg/docs-numeric-etc

Fix algorithms documentation


  Commit: 4f20d156c062a6efe698c4afada3f5ca65d85c46
      
https://github.com/STEllAR-GROUP/hpx/commit/4f20d156c062a6efe698c4afada3f5ca65d85c46
  Author: aurianer <[email protected]>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M libs/program_options/examples/regex.cpp

  Log Message:
  -----------
  Remove using namespace std from the regex example


  Commit: c547030b395bf15a051a62479981822e546cacd1
      
https://github.com/STEllAR-GROUP/hpx/commit/c547030b395bf15a051a62479981822e546cacd1
  Author: aurianer <[email protected]>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp

  Log Message:
  -----------
  Adapt boost macro to its new name


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

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/include/hpx/parallel/util/prefetching.hpp

  Log Message:
  -----------
  Adding specializations for simple for_loops

- flyby: improve loop unrolling for algorithms


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

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-gcc-newest.sh
    M libs/program_options/examples/regex.cpp
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp

  Log Message:
  -----------
  Merge pull request #4904 from aurianer/update_boost_to_1_74

Update boost to 1.74.0 for the newest jenkins configs


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

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp

  Log Message:
  -----------
  Merge pull request #4912 from msimberg/cpos-construction

Aggregate initialize CPOs


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

  Changed paths:
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/include/hpx/parallel/util/prefetching.hpp

  Log Message:
  -----------
  Merge pull request #4905 from STEllAR-GROUP/for_loop_specializations

Adding specializations for simple for_loops


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

  Changed paths:
    M cmake/HPX_GeneratePackage.cmake
    M cmake/HPX_SetupTarget.cmake
    M src/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #4914 from msimberg/cmake-namespaced-alias-targets

Add alias targets with namespaces used for exporting


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

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #4895 from aurianer/update_apex_tag

Update apex tag


  Commit: a63a6a8522a2c67e1f9a146db777b0cb5e9a7ca0
      
https://github.com/STEllAR-GROUP/hpx/commit/a63a6a8522a2c67e1f9a146db777b0cb5e9a7ca0
  Author: Weile Wei <[email protected]>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M CMakeLists.txt
    M libs/libcds/include/hpx/libcds/hpx_tls_manager.hpp
    M libs/libcds/src/hpx_tls_manager.cpp
    M libs/libcds/tests/unit/libcds_feldman_map_hazard_pointer.cpp
    M libs/libcds/tests/unit/libcds_feldman_map_hazard_pointer_stdthread.cpp
    M libs/libcds/tests/unit/libcds_michael_map_hazard_pointer.cpp
    M libs/libcds/tests/unit/libcds_michael_map_hazard_pointer_stdthread.cpp
    M libs/libcds/tests/unit/libcds_split_list_map_hazard_pointer.cpp
    M libs/libcds/tests/unit/libcds_split_list_map_hazard_pointer_stdthread.cpp

  Log Message:
  -----------
  make inspect happy


  Commit: 2528597d1ac316116a9863e24dd0dfd73bb8baa6
      
https://github.com/STEllAR-GROUP/hpx/commit/2528597d1ac316116a9863e24dd0dfd73bb8baa6
  Author: Weile Wei <[email protected]>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M .jenkins/cscs/env-clang-newest.sh
    M .jenkins/cscs/env-gcc-cuda.sh
    M .jenkins/cscs/env-gcc-newest.sh
    M .jenkins/cscs/env-icc.sh
    M CMakeLists.txt
    M cmake/HPX_GeneratePackage.cmake
    M cmake/HPX_SetupTarget.cmake
    M docs/sphinx/api/public_api.rst
    M docs/sphinx/manual/writing_single_node_hpx_applications.rst
    M hpx/lcos/detail/promise_base.hpp
    M libs/actions_base/include/hpx/actions_base/basic_action.hpp
    M libs/actions_base/include/hpx/actions_base/plain_action.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/for_loop.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/all_any_none.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/count.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/destroy.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/equal.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/fill.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/find.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/generate.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/mismatch.hpp
    M libs/algorithms/include/hpx/parallel/container_algorithms/move.hpp
    M libs/algorithms/include/hpx/parallel/util/loop.hpp
    M libs/algorithms/include/hpx/parallel/util/prefetching.hpp
    M 
libs/async_distributed/include/hpx/async_distributed/detail/sync_implementations.hpp
    M 
libs/components_base/include/hpx/components_base/traits/component_pin_support.hpp
    M libs/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/datastructures/include/hpx/datastructures/tuple.hpp
    M libs/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
    M libs/execution/include/hpx/execution/executors/execution_parameters.hpp
    M libs/futures/include/hpx/futures/packaged_continuation.hpp
    M libs/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/program_options/examples/regex.cpp
    M libs/resiliency/include/hpx/resiliency/resiliency_cpos.hpp
    M libs/serialization/include/hpx/serialization/serialize_buffer.hpp
    M libs/thread_support/include/hpx/thread_support/set_thread_name.hpp
    M libs/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/threading_base/include/hpx/threading_base/register_thread.hpp
    M libs/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M src/CMakeLists.txt
    M tests/performance/local/spinlock_overhead1.cpp
    M tests/performance/local/spinlock_overhead2.cpp

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


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/5ef8fbf2aed9...2528597d1ac3
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to