Branch: refs/heads/serialize_raw_pointers
Home: https://github.com/STEllAR-GROUP/hpx
Commit: 4a12a8e2a670b73a41e87e7b1a1fcb0a223d9f5c
https://github.com/STEllAR-GROUP/hpx/commit/4a12a8e2a670b73a41e87e7b1a1fcb0a223d9f5c
Author: Hartmut Kaiser <[email protected]>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M libs/core/serialization/CMakeLists.txt
M libs/core/serialization/include/hpx/serialization/basic_archive.hpp
M libs/core/serialization/include/hpx/serialization/input_archive.hpp
M libs/core/serialization/include/hpx/serialization/output_archive.hpp
M libs/core/serialization/include/hpx/serialization/serialization_fwd.hpp
M
libs/core/serialization/include/hpx/serialization/traits/is_bitwise_serializable.hpp
M libs/core/serialization/tests/unit/CMakeLists.txt
A libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
M libs/full/actions_base/include/hpx/actions_base/basic_action.hpp
Log Message:
-----------
Add option enabling serializing raw pointers
- This functionality is needed for systems that rely on sending pointers
to other localities just to send them back before they are being
dereferenced.
Commit: c4151976393b3ed65a54b2025c535a0b2db77a8d
https://github.com/STEllAR-GROUP/hpx/commit/c4151976393b3ed65a54b2025c535a0b2db77a8d
Author: Hartmut Kaiser <[email protected]>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M libs/core/serialization/CMakeLists.txt
M libs/core/serialization/include/hpx/serialization/std_tuple.hpp
M libs/core/serialization/include/hpx/serialization/tuple.hpp
M libs/core/serialization/tests/unit/serialization_raw_pointer.cpp
Log Message:
-----------
Adding another SHAD specific option:
-DHPX_SERIALIZATION_HAVE_ALLOW_CONST_TUPLE_MEMBERS=On
- this option allows for serialization of tuples with const members
Compare:
https://github.com/STEllAR-GROUP/hpx/compare/ee85dbb73d60...c4151976393b
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits