Branch: refs/heads/master
Home: https://github.com/STEllAR-GROUP/hpx
Commit: d55d311af88072df990ee21ce608cec2395cbbc3
https://github.com/STEllAR-GROUP/hpx/commit/d55d311af88072df990ee21ce608cec2395cbbc3
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M libs/async_combinators/tests/unit/when_some.cpp
M libs/async_combinators/tests/unit/when_some_std_array.cpp
M libs/runtime_configuration/src/init_ini_data.cpp
M src/runtime/parcelset/parcelhandler.cpp
Log Message:
-----------
Remove dependency on Boost.Assign
Commit: 70e98ba30f53067375cbf638415e68a7e580ca7f
https://github.com/STEllAR-GROUP/hpx/commit/70e98ba30f53067375cbf638415e68a7e580ca7f
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map_segmented_iterator.hpp
Log Message:
-----------
Remove unneeded #include <boost/integer.hpp>
Commit: c497d953a3c2ff8fdba4c36bc8815735689c94c5
https://github.com/STEllAR-GROUP/hpx/commit/c497d953a3c2ff8fdba4c36bc8815735689c94c5
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M examples/quickstart/1d_wave_equation.cpp
Log Message:
-----------
Remove #include <boost/math/constants/constants.hpp>
Commit: ba39ce8a04acdd92f83c027770e838333b78c43e
https://github.com/STEllAR-GROUP/hpx/commit/ba39ce8a04acdd92f83c027770e838333b78c43e
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M hpx/util/integer/cover_operators.hpp
M libs/cache/include/hpx/cache/entries/entry.hpp
Log Message:
-----------
Remove boost/operators.hpp
Commit: ceddc4722fae88b459503f3a6eeba1cc80a827b7
https://github.com/STEllAR-GROUP/hpx/commit/ceddc4722fae88b459503f3a6eeba1cc80a827b7
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M examples/quickstart/CMakeLists.txt
M examples/quickstart/shared_mutex.cpp
M libs/synchronization/tests/regressions/shared_mutex_1702.cpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
M
libs/synchronization/tests/unit/shared_mutex/shared_mutex_locking_thread.hpp
M libs/synchronization/tests/unit/shared_mutex/thread_group.hpp
M plugins/parcelport/unordered_map.hpp
M tools/inspect/deprecated_include_check.cpp
Log Message:
-----------
Remove #include <boost/thread/locks.hpp>
Commit: f5c91854ad69a65fc7e52814f501313bc44dac06
https://github.com/STEllAR-GROUP/hpx/commit/f5c91854ad69a65fc7e52814f501313bc44dac06
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M libs/thread_support/include/hpx/thread_support/thread_specific_ptr.hpp
Log Message:
-----------
Removing #include <boost/thread/tss.hpp>
Commit: 732568696a29bb3328dac984c10ef2aa75924eb0
https://github.com/STEllAR-GROUP/hpx/commit/732568696a29bb3328dac984c10ef2aa75924eb0
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/runtime/parcelset/parcel_buffer.hpp
R hpx/util/integer/cover_operators.hpp
R hpx/util/integer/endian.hpp
M src/CMakeLists.txt
Log Message:
-----------
Remove endian utilities
Commit: 76b47794850e6356f2d5407bcccd0c9163458ead
https://github.com/STEllAR-GROUP/hpx/commit/76b47794850e6356f2d5407bcccd0c9163458ead
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M libs/synchronization/CMakeLists.txt
M libs/synchronization/include/hpx/shared_mutex.hpp
A libs/synchronization/include/hpx/synchronization/lock_types.hpp
M libs/synchronization/tests/unit/shared_mutex/CMakeLists.txt
M libs/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
Log Message:
-----------
Cloning upgrade_lock from Boost
Commit: 2e1787d0efefb2ea019c0159c264cd717147633b
https://github.com/STEllAR-GROUP/hpx/commit/2e1787d0efefb2ea019c0159c264cd717147633b
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M libs/cache/include/hpx/cache/entries/entry.hpp
M libs/cache/tests/unit/local_mru_cache.cpp
Log Message:
-----------
Restoring broken MRU cache test
Commit: 8302b9e0236be718b301546caa7656011b8b72d8
https://github.com/STEllAR-GROUP/hpx/commit/8302b9e0236be718b301546caa7656011b8b72d8
Author: Hartmut Kaiser <[email protected]>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M libs/synchronization/include/hpx/shared_mutex.hpp
M libs/synchronization/include/hpx/synchronization/lock_types.hpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
Log Message:
-----------
Fixing inspect errors
Commit: dbc75f5de76122f47fe864ff5b55df107d616223
https://github.com/STEllAR-GROUP/hpx/commit/dbc75f5de76122f47fe864ff5b55df107d616223
Author: Mikael Simberg <[email protected]>
Date: 2020-07-23 (Thu, 23 Jul 2020)
Changed paths:
M
components/containers/partitioned_vector/include/hpx/components/containers/partitioned_vector/partitioned_vector_segmented_iterator.hpp
M
components/containers/unordered/include/hpx/components/containers/unordered/unordered_map_segmented_iterator.hpp
M examples/quickstart/1d_wave_equation.cpp
M examples/quickstart/CMakeLists.txt
M examples/quickstart/shared_mutex.cpp
M hpx/runtime/parcelset/encode_parcels.hpp
M hpx/runtime/parcelset/parcel_buffer.hpp
R hpx/util/integer/cover_operators.hpp
R hpx/util/integer/endian.hpp
M libs/async_combinators/tests/unit/when_some.cpp
M libs/async_combinators/tests/unit/when_some_std_array.cpp
M libs/cache/include/hpx/cache/entries/entry.hpp
M libs/cache/tests/unit/local_mru_cache.cpp
M libs/runtime_configuration/src/init_ini_data.cpp
M libs/synchronization/CMakeLists.txt
M libs/synchronization/include/hpx/shared_mutex.hpp
A libs/synchronization/include/hpx/synchronization/lock_types.hpp
M libs/synchronization/tests/regressions/shared_mutex_1702.cpp
M libs/synchronization/tests/unit/shared_mutex/CMakeLists.txt
M libs/synchronization/tests/unit/shared_mutex/shared_mutex1.cpp
M libs/synchronization/tests/unit/shared_mutex/shared_mutex2.cpp
M
libs/synchronization/tests/unit/shared_mutex/shared_mutex_locking_thread.hpp
M libs/synchronization/tests/unit/shared_mutex/thread_group.hpp
M libs/thread_support/include/hpx/thread_support/thread_specific_ptr.hpp
M plugins/parcelport/unordered_map.hpp
M src/CMakeLists.txt
M src/runtime/parcelset/parcelhandler.cpp
M tools/inspect/deprecated_include_check.cpp
Log Message:
-----------
Merge pull request #4843 from STEllAR-GROUP/boost_assign
Remove dependency on various Boost headers
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/bf58e25b35f8...dbc75f5de761
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits