Branch: refs/heads/staging Home: https://github.com/STEllAR-GROUP/hpx Commit: f1acb67f5638e1278b952b288b4e54958ac4e2b7 https://github.com/STEllAR-GROUP/hpx/commit/f1acb67f5638e1278b952b288b4e54958ac4e2b7 Author: Hartmut Kaiser <hartmut.kai...@gmail.com> Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths: M components/performance_counters/memory_counters/src/mem_counter_windows.cpp M components/performance_counters/papi/src/util/papi.cpp M components/process/src/util/windows/search_path_w.cpp M libs/core/asio/include/hpx/asio/asio_util.hpp M libs/core/asio/src/asio_util.cpp M libs/core/batch_environments/include/hpx/batch_environments/batch_environment.hpp M libs/core/batch_environments/src/batch_environment.cpp M libs/core/config/include/hpx/config/asio.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp M libs/core/datastructures/include/hpx/datastructures/traits/supports_streaming_with_any.hpp M libs/core/debugging/include/hpx/debugging/environ.hpp M libs/core/debugging/src/backtrace.cpp M libs/core/debugging/src/print.cpp M libs/core/executors/CMakeLists.txt M libs/core/executors/include/hpx/executors/service_executors.hpp A libs/core/executors/src/service_executors.cpp M libs/core/hardware/include/hpx/hardware/timestamp/msvc.hpp M libs/core/io_service/CMakeLists.txt M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp A libs/core/io_service/include/hpx/io_service/io_service_pool_fwd.hpp M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp M libs/core/io_service/src/io_service_pool.cpp M libs/core/io_service/src/io_service_thread_pool.cpp M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_handlers.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_local.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp M libs/core/runtime_local/src/runtime_handlers.cpp M libs/core/runtime_local/src/runtime_local.cpp M libs/core/serialization/CMakeLists.txt M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp A libs/core/serialization/include/hpx/serialization/serialize_buffer_fwd.hpp M libs/core/thread_support/include/hpx/thread_support/set_thread_name.hpp M libs/core/thread_support/src/set_thread_name.cpp M libs/core/threading_base/include/hpx/threading_base/detail/get_default_timer_service.hpp M libs/core/threading_base/src/get_default_timer_service.cpp M libs/core/threading_base/src/set_thread_state_timed.cpp M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp M libs/core/threadmanager/src/threadmanager.cpp M libs/full/async_distributed/include/hpx/async_distributed/async_continue.hpp M libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_implementations.hpp M libs/full/distribution_policies/include/hpx/distribution_policies/default_distribution_policy.hpp M libs/full/distribution_policies/include/hpx/distribution_policies/target_distribution_policy.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/connection_handler.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/receiver.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/sender.hpp M libs/full/parcelport_tcp/src/connection_handler_tcp.cpp M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp M libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp M libs/full/runtime_distributed/src/runtime_distributed.cpp Log Message: ----------- Improve compilation performance - this is based on preventing #including certain headers anywhere but in source files Commit: bbd69d71442f5aba60000b87401aa57e414274db https://github.com/STEllAR-GROUP/hpx/commit/bbd69d71442f5aba60000b87401aa57e414274db Author: StellarBot <cont...@stellar-group.org> Date: 2023-05-14 (Sun, 14 May 2023) Changed paths: M components/performance_counters/memory_counters/src/mem_counter_windows.cpp M components/performance_counters/papi/src/util/papi.cpp M components/process/src/util/windows/search_path_w.cpp M libs/core/asio/include/hpx/asio/asio_util.hpp M libs/core/asio/src/asio_util.cpp M libs/core/batch_environments/include/hpx/batch_environments/batch_environment.hpp M libs/core/batch_environments/src/batch_environment.cpp M libs/core/config/include/hpx/config/asio.hpp M libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp M libs/core/datastructures/include/hpx/datastructures/traits/supports_streaming_with_any.hpp M libs/core/debugging/include/hpx/debugging/environ.hpp M libs/core/debugging/src/backtrace.cpp M libs/core/debugging/src/print.cpp M libs/core/executors/CMakeLists.txt M libs/core/executors/include/hpx/executors/service_executors.hpp A libs/core/executors/src/service_executors.cpp M libs/core/hardware/include/hpx/hardware/timestamp/msvc.hpp M libs/core/io_service/CMakeLists.txt M libs/core/io_service/include/hpx/io_service/io_service_pool.hpp A libs/core/io_service/include/hpx/io_service/io_service_pool_fwd.hpp M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp M libs/core/io_service/src/io_service_pool.cpp M libs/core/io_service/src/io_service_thread_pool.cpp M libs/core/plugin/include/hpx/plugin/detail/dll_windows.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_handlers.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_local.hpp M libs/core/runtime_local/include/hpx/runtime_local/runtime_local_fwd.hpp M libs/core/runtime_local/src/runtime_handlers.cpp M libs/core/runtime_local/src/runtime_local.cpp M libs/core/serialization/CMakeLists.txt M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp A libs/core/serialization/include/hpx/serialization/serialize_buffer_fwd.hpp M libs/core/thread_support/include/hpx/thread_support/set_thread_name.hpp M libs/core/thread_support/src/set_thread_name.cpp M libs/core/threading_base/include/hpx/threading_base/detail/get_default_timer_service.hpp M libs/core/threading_base/src/get_default_timer_service.cpp M libs/core/threading_base/src/set_thread_state_timed.cpp M libs/core/threadmanager/include/hpx/modules/threadmanager.hpp M libs/core/threadmanager/src/threadmanager.cpp M libs/full/async_distributed/include/hpx/async_distributed/async_continue.hpp M libs/full/async_distributed/include/hpx/async_distributed/detail/async_unwrap_result_implementations.hpp M libs/full/distribution_policies/include/hpx/distribution_policies/default_distribution_policy.hpp M libs/full/distribution_policies/include/hpx/distribution_policies/target_distribution_policy.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/connection_handler.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/receiver.hpp M libs/full/parcelport_tcp/include/hpx/parcelport_tcp/sender.hpp M libs/full/parcelport_tcp/src/connection_handler_tcp.cpp M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp M libs/full/runtime_distributed/include/hpx/runtime_distributed/big_boot_barrier.hpp M libs/full/runtime_distributed/src/runtime_distributed.cpp Log Message: ----------- Merge #6237 6237: Improve compilation performance r=hkaiser a=hkaiser - this is based on preventing #including certain headers anywhere but in source files Co-authored-by: Hartmut Kaiser <hartmut.kai...@gmail.com> Compare: https://github.com/STEllAR-GROUP/hpx/compare/6017a20c3a1e...bbd69d71442f _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits