Branch: refs/heads/replace_boost_asio
Home: https://github.com/STEllAR-GROUP/hpx
Commit: bd6116b5e2acad139be537d950b9ba8b13e8744b
https://github.com/STEllAR-GROUP/hpx/commit/bd6116b5e2acad139be537d950b9ba8b13e8744b
Author: Mikael Simberg <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M CMakeLists.txt
M cmake/HPX_SetupAsio.cmake
M cmake/HPX_SetupBoost.cmake
M cmake/templates/HPXConfig.cmake.in
M libs/CMakeLists.txt
M libs/core/asio/CMakeLists.txt
M libs/core/debugging/CMakeLists.txt
M libs/core/io_service/CMakeLists.txt
M libs/core/threading_base/CMakeLists.txt
Log Message:
-----------
Rearrange standalone Asio setup
Commit: 1474b07edfb431eaab5625a2a42b4ff9385f7e92
https://github.com/STEllAR-GROUP/hpx/commit/1474b07edfb431eaab5625a2a42b4ff9385f7e92
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M hpx/lcos/packaged_action.hpp
M hpx/runtime/parcelset/locality.hpp
M hpx/runtime/parcelset/put_parcel.hpp
M libs/core/coroutines/include/hpx/coroutines/detail/posix_utility.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/debugging/src/attach_debugger.cpp
M libs/core/functional/include/hpx/functional/one_shot.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/output_container.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
M
libs/full/async_distributed/include/hpx/async_distributed/detail/async_implementations.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
Log Message:
-----------
Adding comments suppressing clang-tidy errors
Commit: 91b6eaa0f7c59be1341bc1a159a2531c9b163918
https://github.com/STEllAR-GROUP/hpx/commit/91b6eaa0f7c59be1341bc1a159a2531c9b163918
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M libs/core/asio/include/hpx/asio/asio_util.hpp
M libs/core/asio/src/asio_util.cpp
M libs/core/asio/src/map_hostnames.cpp
M libs/core/io_service/docs/index.rst
M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp
M libs/core/io_service/src/io_service_pool.cpp
M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
M libs/core/threading_base/src/register_thread.cpp
M libs/full/batch_environments/src/batch_environment.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_handlers.hpp
M libs/full/runtime_local/src/runtime_handlers.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
Log Message:
-----------
Replace obsolete asio::io_service with asio::io_context
Commit: 576a504bbbce89cdab3dd6fd6c6b02a95f8abb3e
https://github.com/STEllAR-GROUP/hpx/commit/576a504bbbce89cdab3dd6fd6c6b02a95f8abb3e
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M hpx/lcos/packaged_action.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/runtime/components/server/runtime_support.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/util/connection_cache.hpp
M libs/core/cache/include/hpx/cache/statistics/local_full_statistics.hpp
M libs/core/format/include/hpx/modules/format.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
M libs/core/functional/include/hpx/functional/unique_function.hpp
M libs/core/logging/include/hpx/modules/logging.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/full/actions/include/hpx/actions/continuation.hpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/agas_base/src/server/component_namespace_server.cpp
M libs/full/agas_base/src/server/locality_namespace_server.cpp
M libs/full/agas_base/src/server/primary_namespace_server.cpp
M libs/full/agas_base/src/server/symbol_namespace_server.cpp
M libs/full/program_options/include/hpx/program_options/errors.hpp
M libs/parallelism/async_base/include/hpx/async_base/launch_policy.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
M libs/parallelism/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
Log Message:
-----------
Fixing more clang-tidy issues
Commit: cc6ac39cb1bb6f1913522587a141b757cc716300
https://github.com/STEllAR-GROUP/hpx/commit/cc6ac39cb1bb6f1913522587a141b757cc716300
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M cmake/HPX_SetupAsio.cmake
Log Message:
-----------
Using FetchContent for ASIO
Commit: ec1eb1215a9f4f837b0a140a74cbf21facda5e51
https://github.com/STEllAR-GROUP/hpx/commit/ec1eb1215a9f4f837b0a140a74cbf21facda5e51
Author: Hartmut Kaiser <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M cmake/HPX_SetupAsio.cmake
M cmake/HPX_SetupBoost.cmake
M libs/core/coroutines/include/hpx/coroutines/detail/posix_utility.hpp
M libs/core/serialization/src/exception_ptr.cpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
Log Message:
-----------
Remove reference to obsolete directory
- flyby: mark asio #includes as SYSTEM headers
- flyby: fixing clang-format issues
Commit: b37e564456327199694a5c787c66db5268a50184
https://github.com/STEllAR-GROUP/hpx/commit/b37e564456327199694a5c787c66db5268a50184
Author: Mikael Simberg <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M libs/parallelism/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M src/runtime/parcelset/parcelhandler.cpp
Log Message:
-----------
Format files
Commit: dd86e603e3545e2e49bef7afd78c663d9f19a7bd
https://github.com/STEllAR-GROUP/hpx/commit/dd86e603e3545e2e49bef7afd78c663d9f19a7bd
Author: Mikael Simberg <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Add -pthread flag to link flags as well if available
Commit: 1c8d1466814232925f8f083ce7e9da679e693e7e
https://github.com/STEllAR-GROUP/hpx/commit/1c8d1466814232925f8f083ce7e9da679e693e7e
Author: Mikael Simberg <[email protected]>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M hpx/lcos/packaged_action.hpp
M hpx/plugins/parcelport/tcp/sender.hpp
M hpx/runtime/components/server/runtime_support.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/runtime/parcelset/locality.hpp
M hpx/runtime/parcelset/put_parcel.hpp
M hpx/util/connection_cache.hpp
M libs/core/cache/include/hpx/cache/statistics/local_full_statistics.hpp
M libs/core/datastructures/include/hpx/datastructures/any.hpp
M libs/core/datastructures/include/hpx/datastructures/tuple.hpp
M libs/core/format/include/hpx/modules/format.hpp
M libs/core/functional/include/hpx/functional/function.hpp
M libs/core/functional/include/hpx/functional/function_ref.hpp
M libs/core/functional/include/hpx/functional/one_shot.hpp
M libs/core/functional/include/hpx/functional/unique_function.hpp
M libs/core/logging/include/hpx/modules/logging.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/output_container.hpp
M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
M libs/core/threading_base/include/hpx/threading_base/create_work.hpp
M libs/full/actions/include/hpx/actions/continuation.hpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/agas_base/src/server/component_namespace_server.cpp
M libs/full/agas_base/src/server/locality_namespace_server.cpp
M libs/full/agas_base/src/server/primary_namespace_server.cpp
M libs/full/agas_base/src/server/symbol_namespace_server.cpp
M
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
M libs/full/program_options/include/hpx/program_options/errors.hpp
M libs/parallelism/async_base/include/hpx/async_base/launch_policy.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/execution_parameters.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/persistent_auto_chunk_size.hpp
M
libs/parallelism/execution/include/hpx/execution/executors/polymorphic_executor.hpp
M libs/parallelism/executors/include/hpx/executors/dataflow.hpp
M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
M libs/parallelism/thread_pool_util/src/thread_pool_suspension_helpers.cpp
M libs/parallelism/threading/include/hpx/threading/thread.hpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
Log Message:
-----------
Remove NOLINTNEXLINEs
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/9b2869e2e810...1c8d14668142
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits