Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 8eede286e48c757ee8b0ea11d3b051b6518972a6
      
https://github.com/STEllAR-GROUP/hpx/commit/8eede286e48c757ee8b0ea11d3b051b6518972a6
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M components/process/src/util/windows/search_path_w.cpp
    M hpx/lcos/packaged_action.hpp
    M hpx/plugins/parcelport/mpi/sender_connection.hpp
    M hpx/plugins/parcelport/tcp/connection_handler.hpp
    M hpx/plugins/parcelport/tcp/receiver.hpp
    M hpx/plugins/parcelport/tcp/sender.hpp
    M hpx/runtime/agas/addressing_service.hpp
    M hpx/runtime/parcelset/detail/call_for_each.hpp
    M hpx/runtime/parcelset/detail/parcel_route_handler.hpp
    M hpx/runtime/parcelset/parcelhandler.hpp
    M hpx/runtime/parcelset/parcelport.hpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M hpx/runtime/parcelset/policies/message_handler.hpp
    M hpx/runtime/parcelset_fwd.hpp
    M hpx/runtime/set_parcel_write_handler.hpp
    M libs/core/config/CMakeLists.txt
    A libs/core/config/include/hpx/config/detail/compat_error_code.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
    M libs/core/errors/include/hpx/errors/error.hpp
    M libs/core/errors/include/hpx/errors/error_code.hpp
    M libs/core/errors/include/hpx/errors/exception.hpp
    M libs/core/errors/include/hpx/errors/exception_list.hpp
    M libs/core/errors/include/hpx/errors/throw_exception.hpp
    M libs/core/errors/src/error_code.cpp
    M libs/core/errors/src/exception.cpp
    M libs/core/errors/src/exception_list.cpp
    M libs/core/errors/src/throw_exception.cpp
    M libs/core/filesystem/include/hpx/modules/filesystem.hpp
    M libs/core/serialization/src/exception_ptr.cpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/full/agas/include/hpx/agas/primary_namespace.hpp
    M libs/full/agas/src/primary_namespace.cpp
    M libs/full/async_colocated/tests/unit/async_cb_colocated.cpp
    M libs/full/async_colocated/tests/unit/async_continue_cb_colocated.cpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/detail/apply_implementations.hpp
    M 
libs/full/async_distributed/tests/regressions/async_callback_with_bound_callback.cpp
    M libs/full/async_distributed/tests/unit/async_cb_remote.cpp
    M libs/full/async_distributed/tests/unit/async_cb_remote_client.cpp
    M libs/full/async_distributed/tests/unit/async_continue_cb.cpp
    M libs/full/runtime_configuration/src/init_ini_data.cpp
    M libs/full/runtime_configuration/src/runtime_configuration.cpp
    M 
libs/full/runtime_local/include/hpx/runtime_local/custom_exception_info.hpp
    M libs/full/runtime_local/src/serialize_exception.cpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M plugins/parcelport/tcp/connection_handler_tcp.cpp
    M plugins/parcelport/verbs/sender_connection.hpp
    M src/runtime/agas/addressing_service.cpp
    M src/runtime/components/server/runtime_support_server.cpp
    M src/runtime/parcelset/detail/parcel_route_handler.cpp
    M src/runtime/parcelset/parcelhandler.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/util/pool_timer.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/unit/parcelset/set_parcel_write_handler.cpp

  Log Message:
  -----------
  Replace boost::system::error_code with std::error_code


  Commit: 36fe7e92d0f236f10f55e861d9bfb81a0f6b7c96
      
https://github.com/STEllAR-GROUP/hpx/commit/36fe7e92d0f236f10f55e861d9bfb81a0f6b7c96
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    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/src/asio_util.cpp
    M libs/core/config/include/hpx/config/detail/compat_error_code.hpp
    M libs/core/errors/src/exception.cpp
    M libs/core/serialization/src/exception_ptr.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/runtime_local/src/serialize_exception.cpp
    M plugins/parcelport/tcp/connection_handler_tcp.cpp
    M tools/inspect/deprecated_include_check.cpp
    M tools/inspect/deprecated_name_check.cpp

  Log Message:
  -----------
  Add deprecated inspect check for boost.system


  Commit: 50eced086c6665ea63f24e63b5ab17abc9c8a5a1
      
https://github.com/STEllAR-GROUP/hpx/commit/50eced086c6665ea63f24e63b5ab17abc9c8a5a1
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M components/process/src/util/windows/search_path_w.cpp
    M plugins/parcelport/tcp/connection_handler_tcp.cpp
    M tools/inspect/include_check.cpp

  Log Message:
  -----------
  Add include inspect check for <system_error>


  Commit: 9a89a6775cc8e920c1af602cb19b89257a64d97a
      
https://github.com/STEllAR-GROUP/hpx/commit/9a89a6775cc8e920c1af602cb19b89257a64d97a
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M libs/core/serialization/include/hpx/serialization/exception_ptr.hpp
    M libs/core/serialization/src/exception_ptr.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/runtime_local/src/serialize_exception.cpp

  Log Message:
  -----------
  Add serialization support for std::system_error


  Commit: 9799f8583ad42257df82daf049717ca2cb51e665
      
https://github.com/STEllAR-GROUP/hpx/commit/9799f8583ad42257df82daf049717ca2cb51e665
  Author: Agustin K-ballo Berge <[email protected]>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M libs/full/runtime_local/src/thread_mapper.cpp

  Log Message:
  -----------
  Add missing include


  Commit: 9030cf1b20e44f9f1aba04e26f75cdf59bd843fa
      
https://github.com/STEllAR-GROUP/hpx/commit/9030cf1b20e44f9f1aba04e26f75cdf59bd843fa
  Author: Mikael Simberg <[email protected]>
  Date:   2020-10-26 (Mon, 26 Oct 2020)

  Changed paths:
    M components/process/src/util/windows/search_path_w.cpp
    M hpx/lcos/packaged_action.hpp
    M hpx/plugins/parcelport/mpi/sender_connection.hpp
    M hpx/plugins/parcelport/tcp/connection_handler.hpp
    M hpx/plugins/parcelport/tcp/receiver.hpp
    M hpx/plugins/parcelport/tcp/sender.hpp
    M hpx/runtime/agas/addressing_service.hpp
    M hpx/runtime/parcelset/decode_parcels.hpp
    M hpx/runtime/parcelset/detail/call_for_each.hpp
    M hpx/runtime/parcelset/detail/parcel_route_handler.hpp
    M hpx/runtime/parcelset/encode_parcels.hpp
    M hpx/runtime/parcelset/parcelhandler.hpp
    M hpx/runtime/parcelset/parcelport.hpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M hpx/runtime/parcelset/policies/message_handler.hpp
    M hpx/runtime/parcelset_fwd.hpp
    M hpx/runtime/set_parcel_write_handler.hpp
    M libs/core/asio/src/asio_util.cpp
    M libs/core/config/CMakeLists.txt
    A libs/core/config/include/hpx/config/detail/compat_error_code.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
    M libs/core/errors/include/hpx/errors/error.hpp
    M libs/core/errors/include/hpx/errors/error_code.hpp
    M libs/core/errors/include/hpx/errors/exception.hpp
    M libs/core/errors/include/hpx/errors/exception_list.hpp
    M libs/core/errors/include/hpx/errors/throw_exception.hpp
    M libs/core/errors/src/error_code.cpp
    M libs/core/errors/src/exception.cpp
    M libs/core/errors/src/exception_list.cpp
    M libs/core/errors/src/throw_exception.cpp
    M libs/core/filesystem/include/hpx/modules/filesystem.hpp
    M libs/core/serialization/include/hpx/serialization/exception_ptr.hpp
    M libs/core/serialization/src/exception_ptr.cpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/full/agas/include/hpx/agas/primary_namespace.hpp
    M libs/full/agas/src/primary_namespace.cpp
    M libs/full/async_colocated/tests/unit/async_cb_colocated.cpp
    M libs/full/async_colocated/tests/unit/async_continue_cb_colocated.cpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply_callback.hpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/detail/apply_implementations.hpp
    M 
libs/full/async_distributed/tests/regressions/async_callback_with_bound_callback.cpp
    M libs/full/async_distributed/tests/unit/async_cb_remote.cpp
    M libs/full/async_distributed/tests/unit/async_cb_remote_client.cpp
    M libs/full/async_distributed/tests/unit/async_continue_cb.cpp
    M libs/full/runtime_configuration/src/init_ini_data.cpp
    M libs/full/runtime_configuration/src/runtime_configuration.cpp
    M 
libs/full/runtime_local/include/hpx/runtime_local/custom_exception_info.hpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/runtime_local/src/serialize_exception.cpp
    M libs/full/runtime_local/src/thread_mapper.cpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp
    M plugins/parcelport/tcp/connection_handler_tcp.cpp
    M plugins/parcelport/verbs/sender_connection.hpp
    M src/runtime/agas/addressing_service.cpp
    M src/runtime/components/server/runtime_support_server.cpp
    M src/runtime/parcelset/detail/parcel_route_handler.cpp
    M src/runtime/parcelset/parcelhandler.cpp
    M src/runtime/parcelset/parcelport.cpp
    M src/util/pool_timer.cpp
    M tests/performance/network/network_storage/network_storage.cpp
    M tests/unit/parcelset/set_parcel_write_handler.cpp
    M tools/inspect/deprecated_include_check.cpp
    M tools/inspect/deprecated_name_check.cpp
    M tools/inspect/include_check.cpp

  Log Message:
  -----------
  Merge pull request #5009 from STEllAR-GROUP/error_code

Replace boost::system::error_code with std::error_code


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

Reply via email to