Branch: refs/heads/replace_boost_asio
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 59d3fd59827c74b2fcf71baefe18a5c5a85846dc
      
https://github.com/STEllAR-GROUP/hpx/commit/59d3fd59827c74b2fcf71baefe18a5c5a85846dc
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M CMakeLists.txt
    A cmake/HPX_SetupAsio.cmake
    M cmake/HPX_SetupBoost.cmake
    M components/performance_counters/papi/src/util/papi.cpp
    M components/process/include/hpx/components/process/util/mitigate.hpp
    R external/asio/boost/asio/ip/basic_resolver_iterator.hpp
    R external/hpx-no-inspect
    M hpx/lcos/packaged_action.hpp
    M hpx/plugins/parcelport/tcp/connection_handler.hpp
    M hpx/plugins/parcelport/tcp/locality.hpp
    M hpx/plugins/parcelport/tcp/receiver.hpp
    M hpx/plugins/parcelport/tcp/sender.hpp
    M hpx/runtime/parcelset/decode_parcels.hpp
    M hpx/runtime/parcelset/encode_parcels.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/debugging/src/attach_debugger.cpp
    M libs/core/errors/src/exception.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/serialization/include/hpx/serialization/exception_ptr.hpp
    M libs/core/serialization/src/exception_ptr.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/include/hpx/batch_environments/batch_environment.hpp
    M libs/full/batch_environments/src/batch_environment.cpp
    M libs/full/init_runtime/src/hpx_main_winsocket.cpp
    M libs/full/runtime_local/include/hpx/runtime_local/runtime_handlers.hpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/runtime_local/src/runtime_handlers.cpp
    M libs/full/runtime_local/src/serialize_exception.cpp
    M plugins/parcelport/libfabric/parcelport_libfabric.cpp
    M plugins/parcelport/tcp/connection_handler_tcp.cpp
    M src/runtime/parcelset/parcelhandler.cpp
    M src/util/pool_timer.cpp

  Log Message:
  -----------
  Replace boost::asio with standalone asio


  Commit: aac80fdf858f684bb06dcc4b7d98641715c4193a
      
https://github.com/STEllAR-GROUP/hpx/commit/aac80fdf858f684bb06dcc4b7d98641715c4193a
  Author: Mikael Simberg <[email protected]>
  Date:   2021-02-15 (Mon, 15 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: b97cbbf912c355b81aeb11aa503e5cbf1531f178
      
https://github.com/STEllAR-GROUP/hpx/commit/b97cbbf912c355b81aeb11aa503e5cbf1531f178
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 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: 8715448f7f6c67987ff1ed32a96f878c2a5ecdb5
      
https://github.com/STEllAR-GROUP/hpx/commit/8715448f7f6c67987ff1ed32a96f878c2a5ecdb5
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 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: b2d6a222347ccf35f4ed5d0f8cde4aeeeb943482
      
https://github.com/STEllAR-GROUP/hpx/commit/b2d6a222347ccf35f4ed5d0f8cde4aeeeb943482
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 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: 130d3ed4663bc2211cf4af309e20d1f6b1c99343
      
https://github.com/STEllAR-GROUP/hpx/commit/130d3ed4663bc2211cf4af309e20d1f6b1c99343
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M cmake/HPX_SetupAsio.cmake

  Log Message:
  -----------
  Using FetchContent for ASIO


  Commit: fa7bb2ca15507297b41e1efa4875d6730fe72df0
      
https://github.com/STEllAR-GROUP/hpx/commit/fa7bb2ca15507297b41e1efa4875d6730fe72df0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-02-15 (Mon, 15 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


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

Reply via email to