Commit Graph

  • ba82a1da7d Use windows 2025 runner develop Ion Gaztañaga 2025-07-07 23:41:45 +02:00
  • 8ca003cabb Remove Windows 2019 as it's not longer supported in github Ion Gaztañaga 2025-07-07 11:53:23 +02:00
  • e8baf848bc Fixes #250 ("Custom container leads to "invalid use of incomplete type" for "struct boost::container::dtl::container_rebind"") master Ion Gaztañaga 2025-05-21 12:05:35 +02:00
  • aa4b215681 Add clang-19 toolset Ion Gaztañaga 2025-05-20 09:18:01 +02:00
  • b13c1fe8a4 Avoid C++03 testing in clang/libc++ Ion Gaztañaga 2024-12-23 22:41:29 +01:00
  • d12528d972 Disable "-Wdeprecated-declarations" for max_size which was deprecated in the standard. Ion Gaztañaga 2024-12-23 21:53:47 +01:00
  • bae5554f54 Use SFINAE to avoid errors in C++03 mode and std::pair Ion Gaztañaga 2024-12-23 21:53:13 +01:00
  • ae221a13f7 Fix GCC compiler versions Ion Gaztañaga 2024-12-23 21:10:52 +01:00
  • fad402d037 Fixes #234 ("dlmalloc_ext_2_8_6.c⚠️ iteration 2305843009213693951 invokes undefined behavior") Ion Gaztañaga 2024-12-23 19:35:53 +01:00
  • a6a41e2356 FIxes #297 ("flat_map::try_emplace does not compile if allocator has construct") Ion Gaztañaga 2024-12-22 22:02:07 +01:00
  • 1f543216d4 Disable Wdeprecated-declarations when using deprecated allocator Ion Gaztañaga 2024-11-28 13:17:24 +01:00
  • 65dc4d1ac6 Use static_assert instead of runtime checks for "has_trivial_destructor_after_move" Ion Gaztañaga 2024-11-27 21:59:28 +01:00
  • b421899221 Remove deprecated macos-12 and add macos-15 Ion Gaztañaga 2024-11-27 21:58:51 +01:00
  • 866fd30df1 Update changelog with bug 296 boost-1.88.0.beta1 boost-1.88.0 boost-1.87.0 Ion Gaztañaga 2024-11-25 16:07:30 +01:00
  • 3e70ecfa80 Avoid comparing iterators that could have been invalidated after erase() Ion Gaztañaga 2024-11-24 22:31:38 +01:00
  • a0848ceaf1 Fixes #295 ("Bug in small_vector::swap") Ion Gaztañaga 2024-11-21 15:49:08 +01:00
  • 83b8d5748d Use #<boost/move/detail/std_ns_begin/end.hpp> before using BOOST_MOVE_STD_NS_BEG Ion Gaztañaga 2024-10-19 22:48:58 +02:00
  • 608bcb45a9 Merge pull request #291 from Lastique/patch-1 boost-1.87.0.beta1 Ion Gaztañaga 2024-10-13 01:04:47 +02:00
  • fc81064ee2 Improve description of stored_size Andrey Semashev 2024-10-13 01:57:05 +03:00
  • af58c7d226 Added stored_size option to small_vector Ion Gaztañaga 2024-10-13 00:29:12 +02:00
  • 13603d7de1 Added stored_size option to static_vector Ion Gaztañaga 2024-10-12 23:22:59 +02:00
  • c4cfad7402 Disable unreachable code warning for MSVC Ion Gaztañaga 2024-10-01 00:17:40 +02:00
  • 27e5a5dc8e Update changelog with 261 and reorder issues fixed in Boost 1.86. Ion Gaztañaga 2024-09-30 23:19:14 +02:00
  • 78d1a30e65 Fixes #261 ('"End iterators are not dereferencable") Ion Gaztañaga 2024-09-30 23:18:41 +02:00
  • 0a62c979a7 Use boost::hash instead of boost::hash_value (properly tests #290 use case) Ion Gaztañaga 2024-09-30 21:06:01 +02:00
  • bf029b6a52 - Adds compatibility tests between string and std::string_view - Fixes #290 ("boost::hash<container::string> doesn't match boost::hash<std::string_view>") Ion Gaztañaga 2024-09-30 16:00:12 +02:00
  • 18a86594b6 Fix some Wshadow warnings for old GCCs Ion Gaztañaga 2024-09-30 15:59:00 +02:00
  • 4cc14fc42c Propagate the potentially "void" allocator to the underlying vector to shorten symbol name lengths. Ion Gaztañaga 2024-09-11 21:22:54 +02:00
  • 49440c3525 Add compile-time check to make sure allocator_type::value_type and container's value_type are the same type. Ion Gaztañaga 2024-09-10 23:50:24 +02:00
  • 5bdca12ac7 Merge branch 'develop' of github.com:boostorg/container into develop Ion Gaztañaga 2024-09-09 18:01:29 +02:00
  • 84e852f638 Fix GCC comparison for flat_map tests Ion Gaztañaga 2024-09-09 17:35:04 +02:00
  • f2fb40fe9e Merge branch 'develop' of github.com:boostorg/container into develop Ion Gaztañaga 2024-09-09 17:35:04 +02:00
  • 12afa8457f Disable std::vector as underlying sequence in old GCCs as we have compilation errors due to unsupported features. Ion Gaztañaga 2024-09-09 13:53:24 +02:00
  • 13180fd601 Disable std::vector as underlying sequence in old GCCs as we have compilation errors due to unsupported features. Ion Gaztañaga 2024-09-09 13:53:24 +02:00
  • e9db423fb6 Update changelog for 1.87 Ion Gaztañaga 2024-09-09 11:06:55 +02:00
  • 72a6b1e00e Fixes #288 ("Compile error when using flat_map::extract_sequence with small_vector") Ion Gaztañaga 2024-09-09 10:54:14 +02:00
  • daa81ed5bb Expand flat_map testing coverage Ion Gaztañaga 2024-09-09 00:57:05 +02:00
  • c552a23d96 Use BOOST_CXX_VERSION instead of __cplusplus Ion Gaztañaga 2024-09-09 00:55:18 +02:00
  • d26e35d468 Fix typos, unneded empty lines Ion Gaztañaga 2024-09-09 00:42:05 +02:00
  • 69136f9967 Optimize merge and sort with the utility unused_storage Ion Gaztañaga 2024-09-09 00:40:15 +02:00
  • bd8c8b0327 Add unused_storage optimization function Ion Gaztañaga 2024-09-09 00:37:47 +02:00
  • 48acf451b8 Fix incorrect invariant check for iterators. We don't have a proper comparator for them, we need to wait until they are inserted in the sequence before checking invariants. Ion Gaztañaga 2024-09-08 01:51:16 +02:00
  • ceadad2e6e Avoid rebinding the allocator o container if std::pair is movable (impl_pairt_ is the same type as std_pair_t) Ion Gaztañaga 2024-09-08 00:49:18 +02:00
  • 419b1e9f09 Fix merge[_unique] handling of input iterators. It was not handled at compile time, leading to compilation errors. Ion Gaztañaga 2024-09-08 00:47:43 +02:00
  • 6c735211f9 Ignore Bin folder Ion Gaztañaga 2024-08-23 23:53:14 +02:00
  • 19a2f5ea95 Fix WConversion warning for DetectMember_* Ion Gaztañaga 2024-08-22 11:42:29 +02:00
  • 74dfab45fc Fix warning "incompatible pointer types passing 'int *' to parameter of type 'volatile long *' [-Wincompatible-pointer-types]", in clang-win Ion Gaztañaga 2024-08-22 00:46:40 +02:00
  • 2d1348930a Merge branch 'develop' of github.com:boostorg/container into develop Ion Gaztañaga 2024-08-18 23:57:39 +02:00
  • c029dc3cd3 Merge pull request #287 from grafikrobot/modular Ion Gaztañaga 2024-08-18 23:54:29 +02:00
  • 3876e11580 Add "bench" to the global test suite Ion Gaztañaga 2024-08-11 21:54:08 +02:00
  • df9132c80f Update build dependencies. Rene Rivera 2024-07-29 21:56:22 -05:00
  • 4b56fdee84 Sync from upstream. Rene Rivera 2024-07-29 20:14:46 -05:00
  • 25437bea43 Fix doc include path refs. Rene Rivera 2024-07-28 10:41:16 -05:00
  • 96ae757e65 Adjust doc build to avoid boost-root references. Rene Rivera 2024-07-28 10:35:21 -05:00
  • 0f448277c5 Remove hash_value from string, Boost.ContainerHash hashes containers by default now. Ion Gaztañaga 2024-07-27 22:49:42 +02:00
  • 11781732cb Sync from upstream. Rene Rivera 2024-07-27 11:09:43 -05:00
  • e08a064896 Remove prj from index boost-1.86.0 Ion Gaztañaga 2024-07-27 00:45:41 +02:00
  • 2ded200bd3 Move inter-lib dependencies to a project variable and into the build targets. Rene Rivera 2024-07-23 22:34:23 -05:00
  • 44e5d5740c Update copyright dates. Rene Rivera 2024-07-20 22:52:04 -05:00
  • fbf07feea8 Change all <source> references to <library>. Rene Rivera 2024-07-20 19:37:36 -05:00
  • bc554a9ee8 Sync from upstream. Rene Rivera 2024-07-18 09:29:21 -05:00
  • 4ea9c64316 Use algo_equal to reduce test dependencies Ion Gaztañaga 2024-07-15 11:50:50 +02:00
  • 8d0dc6daeb Fixes #285 ("devector<>::push_front asserts after clear()") Ion Gaztañaga 2024-07-15 10:41:42 +02:00
  • 0abc02729d Sync from upstream. Rene Rivera 2024-07-12 08:54:46 -05:00
  • 3ed1c76efd Remove C++03 for clang/libc++ boost-1.86.0.beta1 1753817303734168647/tmp_refs/tags/boost-1.86.0.beta1 Ion Gaztañaga 2024-07-01 01:01:42 +02:00
  • ebf698f8a3 Adjust BOOST_CONTAINER_GCC_COMPATIBLE_HAS_DIAGNOSTIC_IGNORED since clang claims to be GCC 4.2 but supports this feature. Ion Gaztañaga 2024-07-01 01:01:02 +02:00
  • 849f61275e Add gcc -14 and clang-18 Ion Gaztañaga 2024-06-30 23:27:08 +02:00
  • bdc734f1e0 Avoid noisy warnings when instantiating BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH Ion Gaztañaga 2024-06-30 23:06:08 +02:00
  • 7d8040704a macos-11 was deprecated/removed as GitHub-hosted macOS runner, use macos-14 instead. Ion Gaztañaga 2024-06-30 21:54:03 +02:00
  • 9ebdbb8ab0 Try the same approach as Boost.Core with snapshots Ion Gaztañaga 2024-06-30 15:53:08 +02:00
  • e0dd257c98 Remove deprecated actions/checkout@v3 Ion Gaztañaga 2024-06-30 12:51:51 +02:00
  • df03ffc8ec Fixes #241: flat_map should support same interface as std::map Ion Gaztañaga 2024-06-28 14:04:00 +02:00
  • 07675d6c57 Sync from upstream. Rene Rivera 2024-06-17 22:24:58 -05:00
  • 6f10e52887 Update changelog with #259 Ion Gaztañaga 2024-06-16 23:35:03 +02:00
  • cb9b667234 Sync from upstream. Rene Rivera 2024-06-16 08:22:11 -05:00
  • 2a2c8bd474 Bump B2 require to 5.2 Rene Rivera 2024-06-14 11:33:55 -05:00
  • 4025288928 Update changelog with #266 and #245 Ion Gaztañaga 2024-06-14 13:39:15 +02:00
  • a070ce2325 Fixes #245 ("flat_tree::insert ordered range doesn't assert sorting") Ion Gaztañaga 2024-06-14 13:38:50 +02:00
  • 2d097fe45c Roll back and use dtl::value_init to maximize compatibility between std versions Ion Gaztañaga 2024-06-14 12:37:12 +02:00
  • 43ac22eff2 Add test for move assignable index operator Ion Gaztañaga 2024-06-14 12:36:36 +02:00
  • f21c5fb723 Add missing detail/pair.hpp include Ion Gaztañaga 2024-06-14 12:35:23 +02:00
  • d1d8c43c2d Add detail/pair header Ion Gaztañaga 2024-06-13 22:46:37 +02:00
  • acd4f41eda Remove unneeded header Ion Gaztañaga 2024-06-13 22:46:23 +02:00
  • 7c9fb0d764 Include pair.hpp since dtl::pair is used Ion Gaztañaga 2024-06-13 14:36:18 +02:00
  • a331d3387f Include detail/is_pair.hpp since forward declares boost::tuples::tuple Ion Gaztañaga 2024-06-13 14:32:56 +02:00
  • 730ceb7532 Sync from upstream. Rene Rivera 2024-06-10 21:40:52 -05:00
  • a4c4c3b319 Define and use BOOST_CONTAINER_CONSTANT_VAR to support BOOST_INLINE_CONSTEXPR and static const global variables. Ion Gaztañaga 2024-06-06 14:39:49 +02:00
  • 33d28a12d1 Don't use C++03 in Macos regression tests Ion Gaztañaga 2024-06-06 12:37:46 +02:00
  • 0977e6b1d4 Use BOOST_STATIC_CONSTEXPR where applicable Ion Gaztañaga 2024-06-06 00:08:00 +02:00
  • 8217bc03bb Update changelog for Boost 1.86 Ion Gaztañaga 2024-06-05 11:24:32 +02:00
  • 13be16a0c8 Don't use default-constructed KeyNodeCompare to support stateful comparison objects Ion Gaztañaga 2024-06-05 11:20:11 +02:00
  • 24c978b550 Clarify clear() does not alter capacith() Ion Gaztañaga 2024-06-04 14:00:31 +02:00
  • e62694f5f0 Sync from upstream. Rene Rivera 2024-06-02 23:26:49 -05:00
  • aa35950ca0 Add shrink_to_fit tests to small_vector Ion Gaztañaga 2024-06-03 00:14:25 +02:00
  • dad179ddf5 Fix incorrect memory free order in prot_shrink_to_fit_small, fixing a potential memory leak Ion Gaztañaga 2024-06-03 00:14:00 +02:00
  • c7702d20eb Reformat small inline functions Ion Gaztañaga 2024-06-03 00:12:56 +02:00
  • aa473160df Remove unused make_unique.hpp Ion Gaztañaga 2024-06-03 00:12:09 +02:00
  • 5f43b093c7 Sync from upstream. Rene Rivera 2024-06-02 13:50:52 -05:00
  • 9da5dc49f7 Refactor move constructor and swap implementations for small_vector as in some cass unnecesary heap allocation was performed. Add tests for this. Ion Gaztañaga 2024-06-02 13:08:18 +02:00
  • 4142050048 Disable Wstringop-xxx false positives also in newer GCCs Ion Gaztañaga 2024-06-02 13:06:33 +02:00