Branch: refs/heads/citation
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 4a02ce8babe4b569d35fc217643a2ff2698cf82c
      
https://github.com/STEllAR-GROUP/hpx/commit/4a02ce8babe4b569d35fc217643a2ff2698cf82c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-13 (Mon, 13 Sep 2021)

  Changed paths:
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp

  Log Message:
  -----------
  Fixing for local executions of actions to properly set task names


  Commit: 30f47ed5ea8622bf526ee0080d276f73142f2be2
      
https://github.com/STEllAR-GROUP/hpx/commit/30f47ed5ea8622bf526ee0080d276f73142f2be2
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M tests/unit/apex/apex_action_count.cpp

  Log Message:
  -----------
  Update action count in apex_action_count test


  Commit: 19438a60f2e4ed7d9ecd7cd458e45b6a415b0103
      
https://github.com/STEllAR-GROUP/hpx/commit/19438a60f2e4ed7d9ecd7cd458e45b6a415b0103
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M tests/regressions/threads/CMakeLists.txt
    R tests/regressions/threads/thread_pool_executor_1112.cpp
    R tests/regressions/threads/thread_pool_executor_1114.cpp

  Log Message:
  -----------
  Remove leftover thread pool os executor tests


  Commit: e36286459436e90aee631d96def4b3b2be116c01
      
https://github.com/STEllAR-GROUP/hpx/commit/e36286459436e90aee631d96def4b3b2be116c01
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/command_line_handling/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M src/runtime/parcelset/parcelhandler.cpp

  Log Message:
  -----------
  More changes to overcome build problems on Windows after recent module 
rearrangements

- this is a somewhat hacky solution as it marks functions that are declared in
  the core module with `HPX_EXPORT` (those are defined in full, currently)


  Commit: ad007edcbaea0a4f75e68d2f9f7b7d2cf93b6335
      
https://github.com/STEllAR-GROUP/hpx/commit/ad007edcbaea0a4f75e68d2f9f7b7d2cf93b6335
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    A libs/core/runtime_configuration/src/static_factory_data.cpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M src/runtime/parcelset/parcelhandler.cpp

  Log Message:
  -----------
  Remove unnecessary forward declarations and put static_factory functionality 
in core module


  Commit: 0de10f0bcfc646f1fbffa362e844936f1231827e
      
https://github.com/STEllAR-GROUP/hpx/commit/0de10f0bcfc646f1fbffa362e844936f1231827e
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/execution_base/src/this_thread.cpp

  Log Message:
  -----------
  Make default_agent::yield actually yield


  Commit: 254c48b3bf2455368cc6b59c306f0e32e69f4983
      
https://github.com/STEllAR-GROUP/hpx/commit/254c48b3bf2455368cc6b59c306f0e32e69f4983
  Author: Auriane R <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp

  Log Message:
  -----------
  Change try catch block to try_catch_exception_ptr


  Commit: b5b42689133044cd1026d9b654e6a595ff9d0aee
      
https://github.com/STEllAR-GROUP/hpx/commit/b5b42689133044cd1026d9b654e6a595ff9d0aee
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/async_combinators/tests/regressions/CMakeLists.txt

  Log Message:
  -----------
  Fix formatting in async_combinators CMakeLists.txt


  Commit: 668e33fb01a3b86c6229798cc9d8fd817cff1079
      
https://github.com/STEllAR-GROUP/hpx/commit/668e33fb01a3b86c6229798cc9d8fd817cff1079
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/core/command_line_handling_local/tests/regressions/CMakeLists.txt
    A 
libs/core/command_line_handling_local/tests/regressions/ignore_aliases_local.cpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/command_line_handling/src/parse_command_line.cpp
    M libs/full/command_line_handling/tests/regressions/CMakeLists.txt
    A libs/full/command_line_handling/tests/regressions/ignore_aliases.cpp

  Log Message:
  -----------
  Make sure command line aliasing is properly handled

- if --hpx:ini=hpx.commandline.aliasing!=0 and 
--hpx:ini=hpx.commandline.allow_unknown!=1
  were given on the command line, HPX still tried to apply aliases while 
interpreting
  non-HPX options. This patch fixes the issue by ignoring aliases during the 
first
  attempt to parse the command line arguments.


  Commit: 3b4e3d35ba5c1f2d7254379293aa8aea30bfbfe9
      
https://github.com/STEllAR-GROUP/hpx/commit/3b4e3d35ba5c1f2d7254379293aa8aea30bfbfe9
  Author: Auriane R <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp

  Log Message:
  -----------
  Merge pull request #5568 from aurianer/change_to_try_catch_exception_ptr

Change try catch block to try_catch_exception_ptr


  Commit: 95ef248c8c5a0ad174c35eaa0fe59053168715f3
      
https://github.com/STEllAR-GROUP/hpx/commit/95ef248c8c5a0ad174c35eaa0fe59053168715f3
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    A libs/core/runtime_configuration/src/static_factory_data.cpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/command_line_handling/CMakeLists.txt
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M src/runtime/parcelset/parcelhandler.cpp

  Log Message:
  -----------
  Merge pull request #5562 from STEllAR-GROUP/fixing_windows_build

More changes to overcome build problems on Windows after recent module 
rearrangements


  Commit: 4a12a8e2a670b73a41e87e7b1a1fcb0a223d9f5c
      
https://github.com/STEllAR-GROUP/hpx/commit/4a12a8e2a670b73a41e87e7b1a1fcb0a223d9f5c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/serialization/CMakeLists.txt
    M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
    M libs/core/serialization/include/hpx/serialization/input_archive.hpp
    M libs/core/serialization/include/hpx/serialization/output_archive.hpp
    M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
    M 
libs/core/serialization/include/hpx/serialization/traits/is_bitwise_serializable.hpp
    M libs/core/serialization/tests/unit/CMakeLists.txt
    A libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp

  Log Message:
  -----------
  Add option enabling serializing raw pointers

- This functionality is needed for systems that rely on sending pointers
  to other localities just to send them back before they are being
  dereferenced.


  Commit: 427fb3f565f7e5f3229fd305adc4f75c1935f4b6
      
https://github.com/STEllAR-GROUP/hpx/commit/427fb3f565f7e5f3229fd305adc4f75c1935f4b6
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M libs/core/serialization/CMakeLists.txt
    M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
    M libs/core/serialization/include/hpx/serialization/tuple.hpp
    M libs/core/serialization/tests/unit/serialization_raw_pointer.cpp

  Log Message:
  -----------
  Adding another SHAD specific option: 
-DHPX_SERIALIZATION_HAVE_ALLOW_CONST_TUPLE_MEMBERS=On

- this option allows for serialization of tuples with const members


  Commit: a28da5a9d5e002097ec277b7eaa68880824b1cfc
      
https://github.com/STEllAR-GROUP/hpx/commit/a28da5a9d5e002097ec277b7eaa68880824b1cfc
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp

  Log Message:
  -----------
  Add missing vector include to static_factory_data.hpp


  Commit: 00c22e11d77fe7a2a57fdefa64cba9afcb838b4e
      
https://github.com/STEllAR-GROUP/hpx/commit/00c22e11d77fe7a2a57fdefa64cba9afcb838b4e
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/core/command_line_handling_local/tests/regressions/CMakeLists.txt
    A 
libs/core/command_line_handling_local/tests/regressions/ignore_aliases_local.cpp
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/command_line_handling/src/parse_command_line.cpp
    M libs/full/command_line_handling/tests/regressions/CMakeLists.txt
    A libs/full/command_line_handling/tests/regressions/ignore_aliases.cpp

  Log Message:
  -----------
  Merge pull request #5554 from STEllAR-GROUP/ignore_aliases

Make sure command line aliasing is properly handled


  Commit: 4e796fa33fa2b4757a67d2a0423f24ba05c4f9c3
      
https://github.com/STEllAR-GROUP/hpx/commit/4e796fa33fa2b4757a67d2a0423f24ba05c4f9c3
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M tests/regressions/threads/CMakeLists.txt
    R tests/regressions/threads/thread_pool_executor_1112.cpp
    R tests/regressions/threads/thread_pool_executor_1114.cpp

  Log Message:
  -----------
  Merge pull request #5556 from 
msimberg/remove-leftover-thread-pool-os-executor-test

Remove leftover thread pool os executor tests


  Commit: 43b7f0820b01206d3fe13d3497a2911e00fd7d9b
      
https://github.com/STEllAR-GROUP/hpx/commit/43b7f0820b01206d3fe13d3497a2911e00fd7d9b
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M libs/core/execution_base/src/this_thread.cpp

  Log Message:
  -----------
  Merge pull request #5567 from msimberg/default-agent-actually-yield

Make default_agent::yield actually yield


  Commit: 7496a0008d07d418fb18bcb5046585592e393ccd
      
https://github.com/STEllAR-GROUP/hpx/commit/7496a0008d07d418fb18bcb5046585592e393ccd
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
    M tests/unit/apex/apex_action_count.cpp

  Log Message:
  -----------
  Merge pull request #5551 from STEllAR-GROUP/local_async_action_thread_name

Fixing for local executions of actions to properly set task names


  Commit: e230dddce4a8783817f38e07f5a77e624f64f826
      
https://github.com/STEllAR-GROUP/hpx/commit/e230dddce4a8783817f38e07f5a77e624f64f826
  Author: Mikael Simberg <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M libs/core/serialization/CMakeLists.txt
    M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
    M libs/core/serialization/include/hpx/serialization/input_archive.hpp
    M libs/core/serialization/include/hpx/serialization/output_archive.hpp
    M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
    M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
    M 
libs/core/serialization/include/hpx/serialization/traits/is_bitwise_serializable.hpp
    M libs/core/serialization/include/hpx/serialization/tuple.hpp
    M libs/core/serialization/tests/unit/CMakeLists.txt
    A libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp

  Log Message:
  -----------
  Merge pull request #5555 from STEllAR-GROUP/serialize_raw_pointers

Add option enabling serializing raw pointers


  Commit: e5805498cb3f346f53bbfe28628abf86a8b8533b
      
https://github.com/STEllAR-GROUP/hpx/commit/e5805498cb3f346f53bbfe28628abf86a8b8533b
  Author: Patrick Diehl <[email protected]>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M libs/core/async_combinators/tests/regressions/CMakeLists.txt
    M libs/core/async_cuda/include/hpx/async_cuda/transform_stream.hpp
    M 
libs/core/command_line_handling_local/include/hpx/command_line_handling_local/parse_command_line_local.hpp
    M libs/core/command_line_handling_local/src/parse_command_line_local.cpp
    M libs/core/command_line_handling_local/tests/regressions/CMakeLists.txt
    A 
libs/core/command_line_handling_local/tests/regressions/ignore_aliases_local.cpp
    M libs/core/execution_base/src/this_thread.cpp
    M libs/core/mpi_base/include/hpx/mpi_base/mpi_environment.hpp
    M libs/core/runtime_configuration/CMakeLists.txt
    M 
libs/core/runtime_configuration/include/hpx/runtime_configuration/static_factory_data.hpp
    A libs/core/runtime_configuration/src/static_factory_data.cpp
    M libs/core/runtime_local/src/runtime_local.cpp
    M libs/core/serialization/CMakeLists.txt
    M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
    M libs/core/serialization/include/hpx/serialization/input_archive.hpp
    M libs/core/serialization/include/hpx/serialization/output_archive.hpp
    M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
    M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
    M 
libs/core/serialization/include/hpx/serialization/traits/is_bitwise_serializable.hpp
    M libs/core/serialization/include/hpx/serialization/tuple.hpp
    M libs/core/serialization/tests/unit/CMakeLists.txt
    A libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
    M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
    M libs/full/collectives/src/barrier.cpp
    M libs/full/command_line_handling/CMakeLists.txt
    M libs/full/command_line_handling/src/command_line_handling.cpp
    M libs/full/command_line_handling/src/parse_command_line.cpp
    M libs/full/command_line_handling/tests/regressions/CMakeLists.txt
    A libs/full/command_line_handling/tests/regressions/ignore_aliases.cpp
    M libs/full/init_runtime/include/hpx/hpx_init_impl.hpp
    M libs/full/init_runtime/include/hpx/hpx_start_impl.hpp
    M libs/full/init_runtime/include/hpx/init_runtime/detail/run_or_start.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M src/runtime/parcelset/parcelhandler.cpp
    M tests/regressions/threads/CMakeLists.txt
    R tests/regressions/threads/thread_pool_executor_1112.cpp
    R tests/regressions/threads/thread_pool_executor_1114.cpp
    M tests/unit/apex/apex_action_count.cpp

  Log Message:
  -----------
  Merge branch 'master' into citation


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

Reply via email to