Commit Graph

2804 Commits

Author SHA1 Message Date
Christian Mazakas
b9fe4ed789 Clean up how group_accesses are setup for concurrent_table_arrays 2023-09-15 09:50:33 -07:00
Christian Mazakas
c707bcb6d8 Refactor table_iterator to avoid extraneous amounts of boost::to_address 2023-09-15 09:50:33 -07:00
Christian Mazakas
771943e291 Add to_pointer helper for converting raw pointers to fancy
This helps us avoid an unconditional nullptr check when the user's pointer type is fancy
2023-09-15 09:50:33 -07:00
Christian Mazakas
675e30bd95 Clean up dummy_groups and groups allocation 2023-09-15 09:50:33 -07:00
Christian Mazakas
2cab340749 Replace direct accesses of fancy pointers with getters 2023-09-15 09:50:33 -07:00
Christian Mazakas
c3786357a6 Update noexcept specification to accomodate for throwing arrays::new_ 2023-09-15 09:50:33 -07:00
Christian Mazakas
33ee8ea302 Disable mmap_tests for cygwin targets
Interprocess tries to erroneously call ftruncate without the corresponding header being included.
2023-09-15 08:22:31 -07:00
Christian Mazakas
583225ad9f Update docs about relaxed Allocator requirements 2023-09-15 08:22:31 -07:00
Christian Mazakas
c16a3f2a4a Update table_iterators to store fancy pointers 2023-08-30 09:57:22 -07:00
Christian Mazakas
1d93fa12a2 Update mmap_tests to include iterators 2023-08-30 09:57:22 -07:00
Christian Mazakas
f4f322b94d Update requirements for TypeIndex 2023-08-30 09:57:22 -07:00
Christian Mazakas
3299b31787 Update tests to accomodate foa containers allocating groups when the pointer type is fancy 2023-08-30 09:57:22 -07:00
Christian Mazakas
95a37b0d3d Update foa-based containers to store only fancy pointers 2023-08-30 09:57:20 -07:00
Christian Mazakas
4d6ebc7eb3 Update test fancy pointers to be Nullable, add rebind alias template 2023-08-30 09:56:28 -07:00
Christian Mazakas
a0679e5ffe Add mmap_tests 2023-08-30 09:56:28 -07:00
Christian Mazakas
b01f9ee15d Refactor Jamfile, add C++11 as compiler minimum 2023-08-30 09:56:28 -07:00
Christian Mazakas
215d8e82cb Merge pull request #207 from boostorg/feature/serialization_support
Feature/serialization support
2023-08-29 10:50:21 -07:00
Christian Mazakas
067884a4e2 Merge pull request #210 from boostorg/fix/gh-205
Fix for issue #205
2023-08-28 10:38:13 -07:00
joaquintides
ca2a46f290 complied with https://github.com/boostorg/core/commit/5f6fe65 2023-08-25 19:45:16 +02:00
joaquintides
d007a5a7bd renamed serialize_node_pointer as serialize_tracked_address (editorial) 2023-08-25 11:34:39 +02:00
joaquintides
b0195297f0 simplified dtor call, s/&/boost::addressof 2023-08-18 21:07:58 +02:00
joaquintides
52061a7c64 typo 2023-08-18 21:03:12 +02:00
joaquintides
829a4a1620 worked around lack of std::shuffle in VS2010 2023-08-18 10:35:55 +02:00
joaquintides
6dd58f4e9c added missing carriage return 2023-08-17 10:28:45 +02:00
joaquintides
a2ad7966ea removed serialization tests from UBSAN runs 2023-08-17 10:21:54 +02:00
joaquintides
9d897faece added cfoa_serialization_tests 2023-08-17 10:21:54 +02:00
joaquintides
389e967484 added embarrassingly absent BOOST_TEST 2023-08-17 10:21:54 +02:00
joaquintides
0365be763a dealt with serialization_tests's big executable size 2023-08-17 10:21:54 +02:00
joaquintides
fc3fca4264 reverted prior (didn't work) 2023-08-17 10:21:54 +02:00
joaquintides
bf0ae6e63a marked UB-incurring boost::archive::xml_oarchive ctor/dtor as no_sanitize 2023-08-17 10:21:54 +02:00
joaquintides
9057369f93 refactored to work around GCC 4.4 hiccups with std::pair<X*,...> p(0,...) 2023-08-17 10:21:54 +02:00
joaquintides
aec9c48cf4 restored passing of working directory 2023-08-17 10:21:54 +02:00
joaquintides
3968ff0567 uploaded generate_legacy_archives.cpp for preservation 2023-08-17 10:21:54 +02:00
joaquintides
8170716156 de-constified values in legacy_serialization_test to appease some defective C++03 compilers 2023-08-17 10:21:54 +02:00
joaquintides
651727508b removed unneeded working directory passing 2023-08-17 10:21:54 +02:00
joaquintides
b3b4853dfa added legacy serialization tests 2023-08-17 10:21:54 +02:00
joaquintides
1f3980986d avoided sign-compare warnings 2023-08-17 10:21:54 +02:00
joaquintides
4e458f0054 added foa_exception_tests 2023-08-17 10:21:54 +02:00
joaquintides
8fe3ebc7b3 simplified serialization building 2023-08-17 10:21:54 +02:00
joaquintides
cf298cba7f removed spurious macro definition 2023-08-17 10:21:54 +02:00
joaquintides
d83efc5ea4 added first tests of serialization support 2023-08-17 10:21:54 +02:00
joaquintides
ff9d08a917 adapted to iterators (eventually) holding fancy pointers 2023-08-17 10:21:54 +02:00
joaquintides
e1a30831fe editorial 2023-08-17 10:21:54 +02:00
joaquintides
34e5773a4a documented serialization support 2023-08-17 10:21:45 +02:00
joaquintides
c26137f2dd unnamed unused arg 2023-08-17 10:20:25 +02:00
joaquintides
1264805a59 avoided type shadowing 2023-08-17 10:20:25 +02:00
joaquintides
bfb6520107 unnamed unused args 2023-08-17 10:20:25 +02:00
joaquintides
ab867a65f4 unnamed unused args 2023-08-17 10:20:25 +02:00
joaquintides
5239b101e2 added serialization support (pending docs and testing) 2023-08-17 10:20:25 +02:00
Christian Mazakas
c5f64ed1d3 Prevent erroneous copying of groups data, update max load to properly propagate 2023-08-16 10:22:08 -07:00