joaquintides
7fd94b9df7
Fix/bucket iterator indirection operator ( #220 rewrite) ( #221 )
...
* Add tests for member of pointer operator for bucket iterators
* Fix erroneous conversion from node* to value_type* in bucket iterators
Originally caughy by vslashg from PR https://github.com/boostorg/unordered/pull/220
* Update change log
* Update GHA config to use containers in C++20 builds for clang-14 as it's incompatible with libstdc++-13
* fixed Python installation problem
* tried variation of former fix
* tried another variation of former fix
* tried yet another variation
* editorial
---------
Co-authored-by: Christian Mazakas <christian.mazakas@gmail.com >
2023-11-17 08:51:40 +01:00
joaquintides
42df4f2749
removed lifting of swap and ==/!= operations
2023-10-22 20:16:05 +02:00
joaquintides
ef0b3a0cd8
fixed #201
2023-10-04 17:38:33 +02:00
Christian Mazakas
c37d9a3bf1
Clean up tests to properly use boost::unordered::piecewise_construct and ensure it's a humble alias for its std counterpart
2023-09-29 08:29:06 -07:00
Christian Mazakas
087f2052fc
Update include paths to use ContainerHash instead of Functional for hash
2023-09-27 13:03:15 -07:00
Christian Mazakas
7aac692162
Replace all usages of boost::addressof with their std counterpart
2023-09-27 13:03:15 -07:00
Christian Mazakas
b4884b7201
Relocate piecewise_construct to impl file, remove unnecessary fwd header
2023-09-27 12:21:15 -07:00
Christian Mazakas
6c97eabbb3
Refactor prime_fmod_size policy to use static members in lieu of namespace-scope ones
2023-09-27 11:44:45 -07:00
Christian Mazakas
9b1ec6cbce
Reinstate boost::unordered::piecewise_construct
...
Maintain backwards-compatibility for users instead of forcing them to change to `std::`
2023-09-27 11:44:45 -07:00
Christian Mazakas
423eb08f00
Work around bugs in gcc's analysis
...
Under `-m32 -O3` builds, it seems like gcc gets confused by the usage of malloc and calloc so we opt into the C++ versions, operator new and delete
2023-09-27 11:44:45 -07:00
Christian Mazakas
9d8beff688
Remove dependency on Boost.Tuple
2023-09-27 11:44:45 -07:00
Christian Mazakas
15318f0e46
Refactor prime_fmod_size impl to no longer use Boost.Preprocessor
2023-09-27 11:44:44 -07:00
Christian Mazakas
b02d013d44
Add missing <algorithm> include
2023-09-27 11:44:44 -07:00
Christian Mazakas
33dbd7cd76
Remove dependency on Boost.Move
2023-09-27 11:44:44 -07:00
Christian Mazakas
8f382e874d
Remove BOOST_COPYABLE_AND_MOVABLE
2023-09-27 11:44:44 -07:00
Christian Mazakas
c6aa90651c
Final cleanup of BOOST_NO_CXX11_*
2023-09-27 11:44:44 -07:00
Christian Mazakas
cddb7cb8b1
Remove BOOST_NO_CXX11_NOEXCEPT
2023-09-27 11:44:44 -07:00
Christian Mazakas
a36a7327eb
Remove BOOST_NO_CXX11_ALLOCATOR
2023-09-27 11:44:44 -07:00
Christian Mazakas
0c7b51cc16
Remove BOOST_NO_CXX11_RVALUE_REFERENCES
2023-09-27 11:44:44 -07:00
Christian Mazakas
8d59040ece
Remove BOOST_COPY_ASSIGN_REF
2023-09-27 11:44:44 -07:00
Christian Mazakas
15d04295d6
Disable self-move warnings for gcc in node_handle_tests
2023-09-27 11:44:44 -07:00
Christian Mazakas
866ab46385
Remove BOOST_FWD_REF
2023-09-27 11:44:44 -07:00
Christian Mazakas
4cd1827104
Remove BOOST_RV_REF
2023-09-27 11:44:44 -07:00
Christian Mazakas
3bd7e93ac6
Remove BOOST_UNORDERED_TUPLE_ARGS
2023-09-27 11:44:44 -07:00
Christian Mazakas
8782036a88
Remove BOOST_UNORDERED_HAVE_PIECEWISE_CONSTRUCT
2023-09-27 11:44:44 -07:00
Christian Mazakas
f088a5b9b9
Remove usage of boost::forward
2023-09-27 11:44:44 -07:00
Christian Mazakas
8cbd9ad80a
Remove BOOST_NO_CXX11_HDR_INITIALIZER_LIST checks
2023-09-27 11:44:44 -07:00
Christian Mazakas
adb91ac06d
Replace boost::move with std::move
2023-09-27 11:44:44 -07:00
Christian Mazakas
aa16d1b8a9
Remove BOOST_NOEXCEPT
2023-09-27 11:44:44 -07:00
Christian Mazakas
7b24cf6607
Cleanup self-include tests to compile solely as object files
2023-09-19 08:51:12 -07:00
Christian Mazakas
c0cd51bd2a
Update test jamfile to glob for project headers and create self-include tests
2023-09-18 13:25:21 -07:00
joaquintides
cad3509a17
added boost::concurrent_flat_set to mmap_tests
2023-09-16 11:18:39 +02:00
Christian Mazakas
3d302980d4
Update mmap_tests to use Boost.UUID to mangle executable names
...
CIs can run multiple instances of the test suite at once resulting in duplicate shm_names which is disastrous for each test
2023-09-15 09:50:33 -07:00
Christian Mazakas
1d93fa12a2
Update mmap_tests to include iterators
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
a0679e5ffe
Add mmap_tests
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
joaquintides
ca2a46f290
complied with https://github.com/boostorg/core/commit/5f6fe65
2023-08-25 19:45:16 +02:00
joaquintides
829a4a1620
worked around lack of std::shuffle in VS2010
2023-08-18 10:35:55 +02:00
joaquintides
389e967484
added embarrassingly absent BOOST_TEST
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
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
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