Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: acba44c9253be89d66535f3aae6fa9571ccd9766
      
https://github.com/STEllAR-GROUP/hpx/commit/acba44c9253be89d66535f3aae6fa9571ccd9766
  Author: the-ivii <[email protected]>
  Date:   2026-01-28 (Wed, 28 Jan 2026)

  Changed paths:
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp

  Log Message:
  -----------
  Fix partitioned_vector tests timeout by reducing vector dimensions #6500

Signed-off-by: the-ivii <[email protected]>


  Commit: 16a3c9672e40db2ed550150f919ca69aac158abf
      
https://github.com/STEllAR-GROUP/hpx/commit/16a3c9672e40db2ed550150f919ca69aac158abf
  Author: Divyanshi <[email protected]>
  Date:   2026-01-28 (Wed, 28 Jan 2026)

  Changed paths:
    M .cmake-format.py
    A .github/workflows/linux_debug_tracy.yml
    A .github/workflows/windows_debug_vs2022_tracy.yml
    M CMakeLists.txt
    M cmake/HPX_AddModule.cmake
    M 
components/iostreams/include/hpx/components/iostreams/server/data_buffer.hpp
    M 
components/iostreams/include/hpx/components/iostreams/server/output_stream.hpp
    M examples/cancelable_action/cancelable_action/server/cancelable_action.hpp
    M examples/quickstart/hello_world_distributed.cpp
    M libs/CMakeLists.txt
    M libs/core/CMakeLists.txt
    M libs/core/algorithms/CMakeLists.txt
    M libs/core/algorithms/include/hpx/parallel/algorithms/merge.hpp
    M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/wait_some.hpp
    M libs/core/async_combinators/include/hpx/async_combinators/when_some.hpp
    M libs/core/concurrency/CMakeLists.txt
    M libs/core/concurrency/include/hpx/concurrency/spinlock.hpp
    M libs/core/execution_base/include/hpx/execution_base/stdexec_forward.hpp
    M libs/core/executors/CMakeLists.txt
    M libs/core/executors/include/hpx/executors/detail/index_queue_spawning.hpp
    M libs/core/executors/include/hpx/executors/thread_pool_scheduler.hpp
    M libs/core/futures/include/hpx/futures/detail/future_data.hpp
    M libs/core/likwid/CMakeLists.txt
    M libs/core/likwid/include/hpx/likwid/likwid_tls.hpp
    M libs/core/likwid/src/likwid_tls.cpp
    M libs/core/modules.rst
    M libs/core/resource_partitioner/src/detail_partitioner.cpp
    M libs/core/runtime_local/CMakeLists.txt
    M libs/core/runtime_local/include/hpx/runtime_local/thread_mapper.hpp
    M libs/core/synchronization/CMakeLists.txt
    M libs/core/synchronization/include/hpx/synchronization/mutex.hpp
    M libs/core/synchronization/include/hpx/synchronization/spinlock.hpp
    M libs/core/synchronization/src/mutex.cpp
    M libs/core/synchronization/tests/unit/local_mutex.cpp
    M libs/core/thread_pools/CMakeLists.txt
    M libs/core/thread_pools/include/hpx/thread_pools/scheduling_loop.hpp
    M libs/core/thread_support/CMakeLists.txt
    M libs/core/thread_support/src/set_thread_name.cpp
    M libs/core/threading/include/hpx/threading/jthread.hpp
    M libs/core/threading/include/hpx/threading/thread.hpp
    M libs/core/threading/src/thread.cpp
    M libs/core/threading_base/CMakeLists.txt
    M libs/core/threading_base/include/hpx/threading_base/thread_data.hpp
    M libs/core/threading_base/src/thread_data.cpp
    M libs/core/threading_base/src/thread_helpers.cpp
    A libs/core/tracy/CMakeLists.txt
    A libs/core/tracy/cmake/HPX_SetupTracy.cmake
    A libs/core/tracy/docs/index.rst
    A libs/core/tracy/include/hpx/tracy/tracy.hpp
    A libs/core/tracy/include/hpx/tracy/tracy_lock.hpp
    A libs/core/tracy/include/hpx/tracy/tracy_tls.hpp
    A libs/core/tracy/src/tracy.cpp
    A libs/core/tracy/src/tracy_init.cpp
    A libs/core/tracy/src/tracy_lock.cpp
    A libs/core/tracy/src/tracy_tls.cpp
    M libs/full/agas/include/hpx/agas/addressing_service.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/component_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/locality_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/primary_namespace.hpp
    M libs/full/agas_base/include/hpx/agas_base/server/symbol_namespace.hpp
    M libs/full/init_runtime/src/hpx_init.cpp
    M libs/full/naming/include/hpx/naming/detail/preprocess_gid_types.hpp
    M libs/full/parcelset/src/parcelhandler.cpp
    M 
libs/full/performance_counters/include/hpx/performance_counters/query_counters.hpp
    M libs/full/performance_counters/src/query_counters.cpp
    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 tests/unit/init/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into fix/partitioned_vector_timeout


  Commit: 795a0070b63e0d1487e6692c9b5d07e5d07e8ed5
      
https://github.com/STEllAR-GROUP/hpx/commit/795a0070b63e0d1487e6692c9b5d07e5d07e8ed5
  Author: Divyanshi <[email protected]>
  Date:   2026-01-28 (Wed, 28 Jan 2026)

  Changed paths:
    M .github/workflows/windows_debug_vs2022_tracy.yml
    M examples/quickstart/1d_wave_equation.cpp
    M 
libs/core/algorithms/tests/unit/container_algorithms/stable_sort_range_tests.hpp
    M libs/core/plugin/include/hpx/plugin/abstract_factory.hpp
    M libs/core/plugin/include/hpx/plugin/concrete_factory.hpp
    M libs/core/plugin/include/hpx/plugin/plugin_factory.hpp
    M libs/core/plugin/include/hpx/plugin/plugin_wrapper.hpp
    M libs/core/plugin/include/hpx/plugin/virtual_constructor.hpp
    M libs/core/synchronization/include/hpx/synchronization/channel_mpsc.hpp

  Log Message:
  -----------
  Merge branch 'STEllAR-GROUP:master' into fix/partitioned_vector_timeout


  Commit: 1cce0aeb6c95a670c600bf6c8d35472ede5ce0a0
      
https://github.com/STEllAR-GROUP/hpx/commit/1cce0aeb6c95a670c600bf6c8d35472ede5ce0a0
  Author: Hartmut Kaiser <[email protected]>
  Date:   2026-01-30 (Fri, 30 Jan 2026)

  Changed paths:
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_subview.cpp
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_view.cpp
    M 
components/containers/partitioned_vector/tests/unit/partitioned_vector_view_iterator.cpp

  Log Message:
  -----------
  Merge pull request #6863 from the-ivii/fix/partitioned_vector_timeout

Fix partitioned_vector tests timeout by reducing vector dimensions #6500


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/ac357ab00f98...1cce0aeb6c95

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to