Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: f687980d9348cf46f1964514c7850f7d0d7d1a6c
https://github.com/STEllAR-GROUP/hpx/commit/f687980d9348cf46f1964514c7850f7d0d7d1a6c
Author: sleepingieght <[email protected]>
Date: 2025-12-23 (Tue, 23 Dec 2025)
Changed paths:
M
components/process/include/hpx/components/process/util/posix/initializers/set_cmd_line.hpp
M examples/1d_stencil/1d_stencil_4_parallel.cpp
M examples/1d_stencil/1d_stencil_4_repart.cpp
M examples/1d_stencil/1d_stencil_5.cpp
M examples/1d_stencil/1d_stencil_6.cpp
M examples/1d_stencil/1d_stencil_7.cpp
M examples/1d_stencil/1d_stencil_8.cpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_base.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M libs/core/memory/CMakeLists.txt
A libs/core/memory/include/hpx/memory/shared_array.hpp
M libs/core/memory/tests/unit/CMakeLists.txt
A libs/core/memory/tests/unit/shared_array.cpp
M libs/core/serialization/CMakeLists.txt
M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/regressions/util/serialize_buffer_1069.cpp
Log Message:
-----------
Forking boost.shared_array
Signed-off-by: sleepingieght <[email protected]>
Commit: 4abc519873ef768818c9534fce12e4e2f1015437
https://github.com/STEllAR-GROUP/hpx/commit/4abc519873ef768818c9534fce12e4e2f1015437
Author: sleepingieght <[email protected]>
Date: 2025-12-23 (Tue, 23 Dec 2025)
Changed paths:
M examples/1d_stencil/1d_stencil_6.cpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M libs/core/memory/CMakeLists.txt
M libs/core/memory/include/hpx/memory/shared_array.hpp
M libs/core/memory/tests/unit/shared_array.cpp
M tests/performance/network/network_storage/network_storage.cpp
Log Message:
-----------
format
Signed-off-by: sleepingieght <[email protected]>
Commit: 046a31e0946801ff375a2d94cae7d85e9876b0fa
https://github.com/STEllAR-GROUP/hpx/commit/046a31e0946801ff375a2d94cae7d85e9876b0fa
Author: sleepingieght <[email protected]>
Date: 2025-12-23 (Tue, 23 Dec 2025)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
R cmake/tests/cxx17_shared_ptr_array.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/set_cmd_line.hpp
M examples/1d_stencil/1d_stencil_4_parallel.cpp
M examples/1d_stencil/1d_stencil_4_repart.cpp
M examples/1d_stencil/1d_stencil_5.cpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_base.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M libs/core/memory/CMakeLists.txt
R libs/core/memory/include/hpx/memory/shared_array.hpp
M libs/core/memory/tests/unit/CMakeLists.txt
R libs/core/memory/tests/unit/shared_array.cpp
M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/regressions/util/serialize_buffer_1069.cpp
Log Message:
-----------
porting entirely to std.shared_ptr<T[]>
Signed-off-by: sleepingieght <[email protected]>
Commit: dfc01a8073a7a5a18c497194c2fe00972604fce5
https://github.com/STEllAR-GROUP/hpx/commit/dfc01a8073a7a5a18c497194c2fe00972604fce5
Author: Hartmut Kaiser <[email protected]>
Date: 2026-01-01 (Thu, 01 Jan 2026)
Changed paths:
M cmake/HPX_AddConfigTest.cmake
M cmake/HPX_PerformCxxFeatureTests.cmake
R cmake/tests/cxx17_shared_ptr_array.cpp
M
components/process/include/hpx/components/process/util/posix/initializers/set_cmd_line.hpp
M examples/1d_stencil/1d_stencil_4_parallel.cpp
M examples/1d_stencil/1d_stencil_4_repart.cpp
M examples/1d_stencil/1d_stencil_5.cpp
M examples/1d_stencil/1d_stencil_6.cpp
M examples/1d_stencil/1d_stencil_7.cpp
M examples/1d_stencil/1d_stencil_8.cpp
M libs/core/algorithms/include/hpx/parallel/algorithms/copy.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/detail/set_operation.hpp
M
libs/core/algorithms/include/hpx/parallel/algorithms/for_loop_reduction_base.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/partition.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/remove.hpp
M libs/core/algorithms/include/hpx/parallel/algorithms/unique.hpp
M libs/core/memory/CMakeLists.txt
M libs/core/serialization/CMakeLists.txt
M libs/core/serialization/include/hpx/serialization/serialize_buffer.hpp
M tests/performance/network/network_storage/network_storage.cpp
M tests/regressions/util/serialize_buffer_1069.cpp
Log Message:
-----------
Merge pull request #6836 from sleepingeight/surya/boost-sa
Removing boost.shared_array
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/faf3c627a96b...dfc01a8073a7
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