Branch: refs/heads/ref_counted_thread_data
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 59da7aafdb34aac02f1ee619e92fd13f5f1cc2f0
      
https://github.com/STEllAR-GROUP/hpx/commit/59da7aafdb34aac02f1ee619e92fd13f5f1cc2f0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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: 90fc3cb225ecb758e13de068c42f382c736bca1f
      
https://github.com/STEllAR-GROUP/hpx/commit/90fc3cb225ecb758e13de068c42f382c736bca1f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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: 866c0f151e36547cfba5fd59794f93d45a6a5cc0
      
https://github.com/STEllAR-GROUP/hpx/commit/866c0f151e36547cfba5fd59794f93d45a6a5cc0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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: fd6d7ca0262b011fe5d90687ace27653d525478d
      
https://github.com/STEllAR-GROUP/hpx/commit/fd6d7ca0262b011fe5d90687ace27653d525478d
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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: e8a6be4c6c75a27694f78b1f741ede4a5b235ba4
      
https://github.com/STEllAR-GROUP/hpx/commit/e8a6be4c6c75a27694f78b1f741ede4a5b235ba4
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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: 5c3faa557df1a9e95ea221bdbba49306d5d6e7bc
      
https://github.com/STEllAR-GROUP/hpx/commit/5c3faa557df1a9e95ea221bdbba49306d5d6e7bc
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 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


  Commit: 9fb741806e3d61e4b2c54515a3e533941125519c
      
https://github.com/STEllAR-GROUP/hpx/commit/9fb741806e3d61e4b2c54515a3e533941125519c
  Author: Hartmut Kaiser <[email protected]>
  Date:   2021-08-01 (Sun, 01 Aug 2021)

  Changed paths:
    M libs/core/schedulers/include/hpx/schedulers/thread_queue.hpp
    M libs/core/schedulers/include/hpx/schedulers/thread_queue_mc.hpp
    M libs/core/threading_base/include/hpx/threading_base/thread_init_data.hpp
    M libs/full/runtime_distributed/src/runtime_distributed.cpp
    M libs/full/runtime_local/src/runtime_local.cpp

  Log Message:
  -----------
  Addressing review comments


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

Reply via email to