Branch: refs/heads/ref_counted_thread_data
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 98d7d9796b9258357331e80603e68dadfe1a7cb7
      
https://github.com/STEllAR-GROUP/hpx/commit/98d7d9796b9258357331e80603e68dadfe1a7cb7
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
    M libs/core/concurrency/include/hpx/concurrency/deque.hpp
    M libs/core/coroutines/CMakeLists.txt
    M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
    M libs/core/coroutines/src/detail/coroutine_impl.cpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/lockfree_queue_backends.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
    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/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
    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/external_timer.hpp
    M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/threading_base/src/external_timer.cpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/core/threading_base/src/thread_description.cpp
    M libs/core/threading_base/src/thread_helpers.cpp
    M libs/full/actions/include/hpx/actions/base_action.hpp
    M libs/full/actions/src/base_action.cpp
    M libs/full/actions/tests/unit/set_thread_state.cpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M libs/full/init_runtime_local/src/init_logging.cpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replicate_distributed.hpp
    M libs/full/runtime_distributed/src/server/runtime_support_server.cpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp

  Log Message:
  -----------
  Adding reference counting to thread_data


  Commit: 1d29736afbc1981f4eb2aacdc06396b7611137ae
      
https://github.com/STEllAR-GROUP/hpx/commit/1d29736afbc1981f4eb2aacdc06396b7611137ae
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M examples/balancing/hpx_thread_phase.cpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/threading_base/CMakeLists.txt
    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/detail/reset_backtrace.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/detail/reset_lco_description.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
    A libs/core/threading_base/src/create_thread.cpp
    A libs/core/threading_base/src/create_work.cpp
    A libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/src/thread_helpers.cpp
    M libs/full/compute/include/hpx/compute/host/numa_binding_allocator.hpp
    M libs/parallelism/lcos_local/include/hpx/lcos_local/and_gate.hpp
    M libs/parallelism/lcos_local/include/hpx/lcos_local/trigger.hpp
    M plugins/parcelport/mpi/parcelport_mpi.cpp

  Log Message:
  -----------
  Moving more code to source files


  Commit: eedb17f61f9870ca18560496c17b9696b9bdee36
      
https://github.com/STEllAR-GROUP/hpx/commit/eedb17f61f9870ca18560496c17b9696b9bdee36
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp

  Log Message:
  -----------
  Avoid for thread_data to hold a self-reference


  Commit: 836375b660ab887810f757fe075c58a4bb79aa3c
      
https://github.com/STEllAR-GROUP/hpx/commit/836375b660ab887810f757fe075c58a4bb79aa3c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
    M libs/core/format/include/hpx/util/from_string.hpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/parallelism/threading/include/hpx/threading/thread.hpp
    M libs/parallelism/threading/src/thread.cpp

  Log Message:
  -----------
  Make hpx::thread:id non-reference counted

- flyby: adding missing #include


  Commit: 724d9676636719fb1984b85524a8bf699d178c74
      
https://github.com/STEllAR-GROUP/hpx/commit/724d9676636719fb1984b85524a8bf699d178c74
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M examples/balancing/hpx_thread_phase.cpp
    M hpx/runtime/parcelset/parcelport_impl.hpp
    M libs/core/coroutines/include/hpx/coroutines/coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_accessor.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_impl.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/coroutine_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackful_self.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/coroutine_stackless_self.hpp
    M libs/core/coroutines/include/hpx/coroutines/stackless_coroutine.hpp
    M libs/core/coroutines/include/hpx/coroutines/thread_id_type.hpp
    M libs/core/coroutines/src/detail/coroutine_impl.cpp
    M libs/core/io_service/include/hpx/io_service/io_service_thread_pool.hpp
    M libs/core/io_service/src/io_service_thread_pool.cpp
    M 
libs/core/schedulers/include/hpx/schedulers/local_priority_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/local_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_helpers.hpp
    M libs/core/schedulers/include/hpx/schedulers/queue_holder_numa.hpp
    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/schedulers/include/hpx/schedulers/static_queue_scheduler.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool.hpp
    M 
libs/core/thread_pools/include/hpx/thread_pools/scheduled_thread_pool_impl.hpp
    M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
    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/detail/reset_backtrace.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/detail/reset_lco_description.hpp
    M libs/core/threading_base/include/hpx/threading_base/external_timer.hpp
    M libs/core/threading_base/include/hpx/threading_base/print.hpp
    M libs/core/threading_base/include/hpx/threading_base/register_thread.hpp
    M libs/core/threading_base/include/hpx/threading_base/scheduler_base.hpp
    M libs/core/threading_base/include/hpx/threading_base/set_thread_state.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackful.hpp
    M 
libs/core/threading_base/include/hpx/threading_base/thread_data_stackless.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_helpers.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_pool_base.hpp
    M libs/core/threading_base/include/hpx/threading_base/threading_base_fwd.hpp
    M libs/core/threading_base/src/create_thread.cpp
    M libs/core/threading_base/src/create_work.cpp
    M libs/core/threading_base/src/execution_agent.cpp
    M libs/core/threading_base/src/external_timer.cpp
    M libs/core/threading_base/src/print.cpp
    M libs/core/threading_base/src/set_thread_state.cpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/core/threading_base/src/thread_description.cpp
    M libs/core/threading_base/src/thread_helpers.cpp
    M libs/full/actions/include/hpx/actions/base_action.hpp
    M libs/full/actions/src/base_action.cpp
    M libs/full/actions/tests/unit/set_thread_state.cpp
    M 
libs/full/async_distributed/include/hpx/async_distributed/applier/apply.hpp
    M libs/full/init_runtime_local/src/init_logging.cpp
    M 
libs/full/resiliency_distributed/include/hpx/resiliency_distributed/async_replay_distributed.hpp
    M 
libs/full/runtime_components/tests/unit/agas/components/managed_refcnt_checker.hpp
    M 
libs/full/runtime_components/tests/unit/agas/components/simple_refcnt_checker.hpp
    M libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_local/include/hpx/runtime_local/interval_timer.hpp
    M libs/full/runtime_local/src/custom_exception_info.cpp
    M libs/full/runtime_local/src/interval_timer.cpp
    M libs/full/runtime_local/src/runtime_local.cpp
    M libs/full/threadmanager/include/hpx/modules/threadmanager.hpp
    M libs/full/threadmanager/src/threadmanager.cpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/async_launch_policy_dispatch.hpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/post_policy_dispatch.hpp
    M 
libs/parallelism/execution/include/hpx/execution/detail/sync_launch_policy_dispatch.hpp
    M libs/parallelism/futures/include/hpx/futures/detail/future_data.hpp
    M libs/parallelism/futures/include/hpx/futures/futures_factory.hpp
    M libs/parallelism/futures/src/future_data.cpp
    M libs/parallelism/threading/include/hpx/threading/thread.hpp
    M libs/parallelism/threading/src/thread.cpp
    M tests/regressions/threads/thread_rescheduling.cpp

  Log Message:
  -----------
  Consolidating thread_id naming

- addressing review comments


  Commit: c2965e6bfee08b87582f46c6b0521b15f1cd6738
      
https://github.com/STEllAR-GROUP/hpx/commit/c2965e6bfee08b87582f46c6b0521b15f1cd6738
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M .gitignore
    M hpx/runtime/parcelset/parcelhandler.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_base.hpp
    M libs/core/coroutines/include/hpx/coroutines/detail/context_linux_x86.hpp
    M 
libs/core/coroutines/include/hpx/coroutines/detail/context_windows_fibers.hpp
    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/schedulers/include/hpx/schedulers/queue_holder_thread.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/init_runtime_local/src/init_runtime_local.cpp
    M libs/full/runtime_distributed/include/hpx/runtime_distributed.hpp
    M libs/full/runtime_distributed/include/hpx/runtime_distributed/applier.hpp
    M libs/full/runtime_distributed/src/applier.cpp
    M libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_local/include/hpx/runtime_local/runtime_local.hpp
    M libs/full/runtime_local/src/runtime_local.cpp
    M src/runtime/parcelset/parcelhandler.cpp

  Log Message:
  -----------
  Fixing errors reported by ASAN


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

Reply via email to