Christian Mazakas
|
087f2052fc
|
Update include paths to use ContainerHash instead of Functional for hash
|
2023-09-27 13:03:15 -07:00 |
|
Christian Mazakas
|
51a75c0fd0
|
Replace usage of make_void with void_t
|
2023-09-27 13:03:15 -07:00 |
|
Christian Mazakas
|
ce5033c4a0
|
Update out-of-line definitions in prime_fmod to be conditional on pre-c++17 support
|
2023-09-27 13:03:15 -07:00 |
|
Christian Mazakas
|
bcbb13e0cf
|
Add missing licensing to opt_storage header
|
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
|
f1729bb8a1
|
Remove unused choice<n> helper structs
|
2023-09-27 12:21: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
|
b0a13f896f
|
Remove problematic characters from clang GHA job names
|
2023-09-27 11:44:45 -07:00 |
|
joaquintides
|
cb86544fcf
|
updated docs to reflect C++03 support drop
|
2023-09-27 11:44:45 -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
|
968c2e9c11
|
Split clang GHA jobs
|
2023-09-27 11:44:45 -07:00 |
|
Christian Mazakas
|
53a6566a98
|
Split up GHA gcc-12 sanitizer jobs
|
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
|
3f3b2128ec
|
Update extract() SFINAE to be friendly to msvc-14.0
msvc-14.0 seems to require the parameter pack be explicitly mentioned though no other compilers seem to have this issue
|
2023-09-27 11:44:45 -07:00 |
|
Christian Mazakas
|
d3e6be7356
|
Replace boost::addressof with std::addressof
For some reason, gcc-5 and 6 don't like Boost's impl here but the std one seems to work
|
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
|
777f2084a3
|
Remove dependency on TypeTraits
|
2023-09-27 11:44:45 -07:00 |
|
Christian Mazakas
|
e5bf418c3d
|
Add missing Boost.Tuple #include
|
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
|
91f63697a7
|
Replace <boost/limits> with STL <limits>
|
2023-09-27 11:44:44 -07:00 |
|
Christian Mazakas
|
22344ab27f
|
Add missing <algorithm> include for std::max
|
2023-09-27 11:44:44 -07:00 |
|
Christian Mazakas
|
d742ee3a3b
|
Remove unnecessary BOOST_UNORDERED_USE_MOVE tests
|
2023-09-27 11:44:44 -07:00 |
|
Christian Mazakas
|
d881d4d5e2
|
Remove Boost.StaticAssert
|
2023-09-27 11:44:44 -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
|
e32f72d69c
|
Remove dependency on Boost.Utility in implementation.hpp
|
2023-09-27 11:44:44 -07:00 |
|
Christian Mazakas
|
e37e749b0b
|
Remove Boost.PP from implementation.hpp
|
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
|
bce9b5927a
|
Remove BOOST_MOVABLE_BUT_NOT_COPYABLE
|
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
|
d2dc503e4a
|
Remove BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
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
|
3f0f8efbba
|
Remove BOOST_NO_CXX11_VARIADIC_TEMPLATES
|
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
|
1d991d065e
|
Remove BOOST_UNORDERED_EMPLACE_LIMIT
|
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
|
16386f586f
|
Remove usage of BOOST_UNORDERED_CXX11_CONSTRUCTION
|
2023-09-27 11:44:44 -07:00 |
|
Christian Mazakas
|
59a7fa09ba
|
Remove usage of BOOST_NO_CXX11_HDR_TYPE_TRAITS
|
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
|
b0ee2b5116
|
Remove BOOST_UNORDERED_EMPLACE_TEMPLATE machinery
|
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
|
11322de29f
|
Remove BOOST_CONSTEXPR
|
2023-09-27 11:44:44 -07:00 |
|