Branch: refs/heads/more-format
Home: https://github.com/STEllAR-GROUP/hpx
Commit: a1315e0834285303bff90f43eafd800474afb3f9
https://github.com/STEllAR-GROUP/hpx/commit/a1315e0834285303bff90f43eafd800474afb3f9
Author: Agustin K-ballo Berge <[email protected]>
Date: 2021-03-27 (Sat, 27 Mar 2021)
Changed paths:
M components/component_storage/src/server/component_storage_server.cpp
M hpx/plugins/parcelport/tcp/receiver.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M libs/core/asio/CMakeLists.txt
M libs/core/asio/src/asio_util.cpp
M libs/core/debugging/src/print.cpp
M libs/core/logging/src/logging.cpp
M libs/core/plugin/CMakeLists.txt
M libs/core/plugin/include/hpx/plugin/detail/dll_dlopen.hpp
M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp
M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M libs/core/testing/CMakeLists.txt
M libs/core/testing/include/hpx/modules/testing.hpp
M libs/core/testing/src/testing.cpp
M libs/core/threading_base/include/hpx/threading_base/create_thread.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/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_description.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/topology/src/cpu_mask.cpp
M libs/core/topology/src/topology.cpp
M libs/core/version/src/version.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
M libs/full/actions_base/include/hpx/actions_base/component_action.hpp
M libs/full/actions_base/include/hpx/actions_base/plain_action.hpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/command_line_handling/src/command_line_handling.cpp
M libs/full/command_line_handling/tests/regressions/configuration_1572.cpp
M
libs/full/command_line_handling/tests/regressions/late_commandline_options_5257.cpp
M
libs/full/command_line_handling/tests/regressions/options_as_config_3339.cpp
M libs/full/command_line_handling/tests/regressions/use_all_cores_2262.cpp
M libs/full/components_base/src/address_ostream.cpp
M libs/full/init_runtime/src/hpx_init.cpp
M libs/full/naming_base/src/gid_type.cpp
M libs/full/naming_base/src/id_type.cpp
M
libs/full/performance_counters/src/action_invocation_counter_discoverer.cpp
M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
M
libs/full/runtime_distributed/include/hpx/runtime_distributed/server/runtime_support.hpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
M libs/full/runtime_local/src/custom_exception_info.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/runtime_local/src/thread_stacktrace.cpp
M libs/full/threadmanager/src/threadmanager.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
M src/runtime/applier/applier.cpp
M src/runtime/parcelset/parcel.cpp
M src/runtime/parcelset/parcelhandler.cpp
M tests/regressions/CMakeLists.txt
Log Message:
-----------
Adopt format in more places
Commit: c9d2f59212437896b2dbadba68442d2893d139e7
https://github.com/STEllAR-GROUP/hpx/commit/c9d2f59212437896b2dbadba68442d2893d139e7
Author: Agustin K-ballo Berge <[email protected]>
Date: 2021-03-27 (Sat, 27 Mar 2021)
Changed paths:
M components/component_storage/src/server/component_storage_server.cpp
M components/performance_counters/memory/src/mem_counter_linux.cpp
M components/performance_counters/memory/src/mem_counter_windows.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/throw_on_error.hpp
M
components/process/include/hpx/components/process/util/windows/initializers/throw_on_error.hpp
M hpx/runtime/parcelset/decode_parcels.hpp
M libs/core/affinity/src/affinity_data.cpp
M libs/core/affinity/src/parse_affinity_options.cpp
M libs/core/asio/src/asio_util.cpp
M libs/core/errors/include/hpx/errors/throw_exception.hpp
M libs/core/execution_base/src/this_thread.cpp
M libs/core/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
M
libs/core/schedulers/include/hpx/schedulers/shared_priority_queue_scheduler.hpp
M libs/core/serialization/src/detail/polymorphic_id_factory.cpp
M libs/core/threading_base/include/hpx/threading_base/create_thread.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/core/threading_base/src/execution_agent.cpp
M libs/core/threading_base/src/thread_helpers.cpp
M libs/core/topology/src/topology.cpp
M libs/full/actions_base/src/detail/action_factory.cpp
M libs/full/agas/src/addressing_service.cpp
M libs/full/agas_base/src/primary_namespace.cpp
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/symbol_namespace.cpp
M
libs/full/async_colocated/include/hpx/async_colocated/functional/colocated_helpers.hpp
M
libs/full/async_colocated/include/hpx/async_colocated/server/destroy_component.hpp
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/collectives/src/detail/communication_set_node.cpp
M libs/full/collectives/src/detail/communicator.cpp
M
libs/full/components_base/include/hpx/components_base/server/create_component.hpp
M
libs/full/components_base/include/hpx/components_base/server/fixed_component_base.hpp
M
libs/full/components_base/include/hpx/components_base/server/managed_component_base.hpp
M libs/full/components_base/src/component_type.cpp
M libs/full/components_base/src/server/component_base.cpp
M libs/full/components_base/src/server/one_size_heap_list.cpp
M libs/full/init_runtime/src/hpx_init.cpp
M
libs/full/performance_counters/src/action_invocation_counter_discoverer.cpp
M libs/full/performance_counters/src/counters.cpp
M libs/full/performance_counters/src/manage_counter_type.cpp
M libs/full/performance_counters/src/per_action_data_counter_discoverer.cpp
M libs/full/performance_counters/src/performance_counter_set.cpp
M libs/full/performance_counters/src/registry.cpp
M libs/full/performance_counters/src/server/arithmetics_counter.cpp
M libs/full/performance_counters/src/server/arithmetics_counter_extended.cpp
M libs/full/performance_counters/src/server/component_instance_counter.cpp
M libs/full/performance_counters/src/server/elapsed_time_counter.cpp
M libs/full/performance_counters/src/server/statistics_counter.cpp
M libs/full/performance_counters/src/threadmanager_counter_types.cpp
M libs/full/resource_partitioner/src/detail_partitioner.cpp
M libs/full/runtime_configuration/src/ini.cpp
M libs/full/runtime_configuration/src/runtime_configuration.cpp
M libs/full/runtime_distributed/src/big_boot_barrier.cpp
M libs/full/runtime_distributed/src/runtime_distributed.cpp
M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
M libs/full/runtime_local/src/runtime_handlers.cpp
M libs/full/runtime_local/src/runtime_local.cpp
M libs/full/threadmanager/src/threadmanager.cpp
M libs/parallelism/execution/src/execution_parameter_callbacks.cpp
M plugins/parcel/coalescing/coalescing_counter_registry.cpp
M plugins/parcel/coalescing/coalescing_message_handler.cpp
M plugins/parcelport/tcp/connection_handler_tcp.cpp
M src/runtime/agas/server/route.cpp
M src/runtime/parcelset/parcel.cpp
M src/runtime/parcelset/parcelhandler.cpp
Log Message:
-----------
Integrate format in exception macros
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/0ce23e0606c0...c9d2f5921243
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits