Commit Graph

  • 70f756960e Update hash bench projects Ion Gaztañaga 2023-01-23 14:22:41 +01:00
  • 9e3b3295eb Add _CRT_SECURE_NO_WARNINGS Ion Gaztañaga 2023-01-23 14:22:23 +01:00
  • b3fd985101 Boost.Config is not needed Ion Gaztañaga 2023-01-23 14:01:53 +01:00
  • 43a9e87d2f Remove unneeded project Ion Gaztañaga 2023-01-19 00:04:54 +01:00
  • 0aa832cf18 Disable "-Warray-bounds" for GCC12 due to false positives Ion Gaztañaga 2023-01-18 23:55:44 +01:00
  • 5e31afe60f Remove unneeded file Ion Gaztañaga 2023-01-18 23:51:29 +01:00
  • af381d82a0 Avoid dependency on boost::ignore_unused Ion Gaztañaga 2023-01-18 23:50:11 +01:00
  • cfa3dda60e Add BOOST_CONTAINER_FORCEINLINE to trivial functions Ion Gaztañaga 2023-01-18 23:46:30 +01:00
  • 2e7983f997 Add missing boost/assert or static_assert include Ion Gaztañaga 2023-01-18 23:45:53 +01:00
  • 4e474cbd01 Remove experimental hash_xxx forward declarations Ion Gaztañaga 2022-12-12 01:00:30 +01:00
  • 2b8e3cfafe aligned_storage is no longer used in the implementation, so remove the header include. Ion Gaztañaga 2022-12-12 00:59:59 +01:00
  • 855ff7707b Use "unsigned long long" for wchar_t sprintf_number algorithm to avoid warnings in Win64 Ion Gaztañaga 2022-12-12 00:50:27 +01:00
  • efde619997 Use remove_const to correctly extract key_type from value_type, as the typical case is pair<const KeyType, MappedType> Ion Gaztañaga 2022-12-12 00:43:49 +01:00
  • d9ecdd8f67 Add BOOST_CONTAINER_FORCEINLINE in trivial functions Ion Gaztañaga 2022-12-12 00:42:14 +01:00
  • 2f70cddf55 Update changelog with #232 Ion Gaztañaga 2022-12-11 23:58:08 +01:00
  • f5df1cc5c7 Remove unmaintained travis file Ion Gaztañaga 2022-12-11 23:57:41 +01:00
  • 3872eaa9d7 Merge pull request #228 from strager/fix-dox Ion Gaztañaga 2022-12-11 20:41:41 +01:00
  • e9b09a5ee7 Use direct-initialization since copy-initialization invokes the copy ctor in older standard versions Ion Gaztañaga 2022-12-11 20:36:28 +01:00
  • 5e76b844a2 Merge pull request #232 from georgthegreat/patch-1 Ion Gaztañaga 2022-12-11 18:45:37 +01:00
  • ef3c4f41ce Merge pull request #235 from lrineau/patch-1 Ion Gaztañaga 2022-11-17 13:03:10 +01:00
  • d7b877f924 Fix a doc typo in flat_set.hpp Laurent Rineau 2022-11-17 11:31:42 +01:00
  • ae5572dbb4 Reduce -j3 to -j2 to avoid spurious failures. boost-1.81.0.beta1 boost-1.81.0 Ion Gaztañaga 2022-10-13 12:34:38 +02:00
  • ca49d4ce64 Remove gcc on windows, already tested on linux. Ion Gaztañaga 2022-10-12 00:48:30 +02:00
  • 5c7ddf0705 Remove gcc on windows, already tested on linux. Ion Gaztañaga 2022-10-11 22:49:09 +02:00
  • 4bed49ee14 Reworked devector's relocation options, instead of relocation_limit<relocation_limit_XX>, it's specified by single "relocate_on_XX" Ion Gaztañaga 2022-10-01 23:39:28 +02:00
  • 4e4d2afef2 Remove "bitwise OR in bool" warning Ion Gaztañaga 2022-10-01 23:30:05 +02:00
  • 488500ed85 Fix using pmr::polymorphic_allocator in pre-main Yuriy Chernyshov 2022-10-01 11:24:42 +02:00
  • 704bf10058 Refactor advanced insertion algorithms and implement a new devector insert strategy, moving elements to the middle if there is a reasonable free capacity at the other end of the container. Ion Gaztañaga 2022-09-20 00:22:19 +02:00
  • 8b27fefb8e throw_bad_alloc in expand_bwd_test_allocator::allocation_command in case of a bad request Ion Gaztañaga 2022-08-24 14:48:59 +02:00
  • 49a028bfe9 Add missing iterator_to_raw_pointer include Ion Gaztañaga 2022-08-24 14:47:51 +02:00
  • 7dd35c26d5 - Add null_scoped_destructor - Enable null_scoped_destructor_n and scoped_destructor_n to work with non-raw pointers Ion Gaztañaga 2022-08-24 14:47:30 +02:00
  • 99091420ae Add experimental forward declaration of hash containers Ion Gaztañaga 2022-08-24 14:43:39 +02:00
  • c49b11aec8 Disable buggy warnings using config begin/end Ion Gaztañaga 2022-08-24 14:42:30 +02:00
  • f72b1deb1e Add test headers to the project filter Ion Gaztañaga 2022-08-24 14:41:59 +02:00
  • 7b858d5601 Add reserve variant Add "emplace back" and "emplace near end" Ion Gaztañaga 2022-08-24 14:40:47 +02:00
  • 8372576905 - Add asserts to detect self-move bugs. - Fix return type in life_count::check functions Ion Gaztañaga 2022-08-24 14:32:46 +02:00
  • d98c21fc33 Fix potentially not-initialized variable warning Ion Gaztañaga 2022-08-24 14:31:28 +02:00
  • 5c03f64f9b Disable forceinline with MinGw, as it has bugs with forceinline Ion Gaztañaga 2022-08-24 14:30:04 +02:00
  • 4622a57994 Add make_iterator_advance from Intrusive Ion Gaztañaga 2022-08-24 14:29:16 +02:00
  • 97b122c951 Add devector-based flat_set/map to bench Ion Gaztañaga 2022-08-24 14:28:50 +02:00
  • f92f8adafa Disable "-Wsign-conversion" in older GCCs to avoid false positives Ion Gaztañaga 2022-08-24 14:27:47 +02:00
  • 3be89a2910 Disable "-Wmaybe-uninitialized" for false positives in the core section Ion Gaztañaga 2022-08-24 14:26:52 +02:00
  • c63fc4e17f Use logical OR instead of bitwise OR in check Ion Gaztañaga 2022-08-24 14:26:12 +02:00
  • 51c1d202cd Add missing iterator_to_raw_pointer include Ion Gaztañaga 2022-08-24 14:22:47 +02:00
  • cae4b7cbc0 Fix typo in memory_resource docs Matthew "strager" Glazar 2022-08-17 02:11:11 -07:00
  • 71a162dafd Delete outdated windows server 2016 runner Ion Gaztañaga 2022-08-02 23:58:43 +02:00
  • 725d95b314 Disable -Wstrict-aliasing as GCC-7 incorrectly flags it in release mode (aligned storage holds the type we want). boost-1.80.0 Ion Gaztañaga 2022-08-01 11:29:48 +02:00
  • 66d044cf66 Disable Clang in 2a mode with libstdc++ becaus throws compilation errors in the standard library: Ion Gaztañaga 2022-07-25 11:35:05 +02:00
  • 231dd48e70 Fixes #211 ("Use atomics for pmr get/set default resource") Ion Gaztañaga 2022-07-25 01:28:58 +02:00
  • b8c59d595c Fixes #210: ("Use sized delete in boost::container::new_allocator...") Ion Gaztañaga 2022-07-16 20:55:42 +02:00
  • 0d5068a0cc Fixes #209 Ion Gaztañaga 2022-07-16 17:26:09 +02:00
  • d3494d28f6 Merge pull request #219 from wthrowe/small_vector_allocation_docs Ion Gaztañaga 2022-07-16 16:34:12 +02:00
  • b7725ea473 Fixes #218 ("small_vector static capacity is too small when not a multiple of 8 bytes") Ion Gaztañaga 2022-07-10 18:36:02 +02:00
  • 34cd414280 Fixes #221 ("flat_set and friends should offer a const sequence_type& sequence() const method (...)") boost-1.80.0.beta1 Ion Gaztañaga 2022-06-25 20:29:16 +02:00
  • 4ea5cd7911 Fixes GitHub #223 ("Possible copypaste typo") Ion Gaztañaga 2022-06-25 19:49:54 +02:00
  • d3ec5c677d Fixes #222 ("Fix incomplete type error when using list with pair") Ion Gaztañaga 2022-06-25 19:40:05 +02:00
  • 8a4620da17 Add experimental fastmod_buckets support Ion Gaztañaga 2022-06-13 00:50:37 +02:00
  • ccf13f6770 Use Boost.Intrusive's key_of_value option to simplify the implementation Ion Gaztañaga 2022-06-13 00:49:43 +02:00
  • 39ce5633f3 Simplify operator!= Ion Gaztañaga 2022-06-13 00:46:27 +02:00
  • 7e70b700e0 Add default constructor to key_node_pred() Ion Gaztañaga 2022-06-13 00:46:01 +02:00
  • 780372bc79 Document small_vector allocation strategy William Throwe 2022-05-25 14:20:41 -04:00
  • cdad769e24 Fix documentation directive typo William Throwe 2022-05-25 14:00:44 -04:00
  • f548e87cf5 Fixes #217 ("Broken link in docs") Ion Gaztañaga 2022-05-15 08:49:53 +02:00
  • d6badf63b0 Update work-in-progress testing hash container to latest Intrusive improvements Ion Gaztañaga 2022-05-04 23:43:27 +02:00
  • d004191b45 Add BOOST_CONTAINER_FORCEINLINE to trivial functions Ion Gaztañaga 2022-05-04 23:42:40 +02:00
  • def7a52269 Add BOOST_CONTAINER_FORCEINLINE to trivial functions Ion Gaztañaga 2022-05-04 23:38:58 +02:00
  • 44d0f716f3 Improve error handling explanation Ion Gaztañaga 2022-05-04 23:38:29 +02:00
  • 2b4480b9fd Fix compilation error due to using equal nat types. Use boost::move_detail::natN instead Ion Gaztañaga 2022-03-10 12:54:23 +01:00
  • 93741ee6f2 Add missing typenames for bucket_traits y bucket_type Ion Gaztañaga 2022-03-10 12:02:06 +01:00
  • 43a22fee95 Provide an initial bucket to the intrusive container for hash-based containers Ion Gaztañaga 2022-03-10 11:36:02 +01:00
  • b113017930 Add minimal support for limited and experimental hash table Ion Gaztañaga 2022-03-10 10:30:24 +01:00
  • f8595fc39f Rename Rename "real_key_of_value" to "tree_key_of_value" Ion Gaztañaga 2022-03-10 10:29:24 +01:00
  • f5b2c7ba74 Fixes #214: ("string is not properly null-terminated in assignments") boost-1.79.0.beta1 boost-1.79.0 Ion Gaztañaga 2022-03-06 22:37:41 +01:00
  • 78de6f2bf2 Fix sign conversion warning Ion Gaztañaga 2022-03-06 21:17:27 +01:00
  • 9182c07939 Add missing common_iterator_test from previous commit. Ion Gaztañaga 2022-01-12 01:40:42 +01:00
  • 3787fc3021 Fixes #207 ("boost.vector doesn't work with common_iterator") Ion Gaztañaga 2022-01-12 01:38:05 +01:00
  • 06e8ebd255 Update project files to VS2022 Ion Gaztañaga 2022-01-07 22:26:49 +01:00
  • 25f90dbb28 Update changelog with #195 Ion Gaztañaga 2022-01-07 22:22:03 +01:00
  • 2e583241c1 Fixes #204 ("Inconsistent noexcept-ness of static_vector::reserve"). Ion Gaztañaga 2022-01-07 11:15:27 +01:00
  • cf3d6d3c51 Fixes #199 ("Apply LWG issue 3471") Ion Gaztañaga 2022-01-06 23:33:54 +01:00
  • 19e68ee050 Check Boost.Move's BOOST_MOVE_CONTIGUOUS_ITERATOR_TAG before using contiguous_iterator_tag Ion Gaztañaga 2022-01-04 16:44:07 +01:00
  • 2554e9671d Include <memory> as std::allocator is used Ion Gaztañaga 2022-01-04 16:43:20 +01:00
  • 8bb53bbed2 Make test_span_conversion() test a bit more clear Ion Gaztañaga 2022-01-04 16:42:43 +01:00
  • 88b4cf09d9 Forward declare Dinkumware Stdlib's "struct _Nil" in is_pair.hpp instead of pair.hpp Ion Gaztañaga 2022-01-04 16:29:59 +01:00
  • 237c27a39f Test also C++20 mode for latest MSVC compilers Ion Gaztañaga 2022-01-04 16:28:45 +01:00
  • 15d61d6d26 Refactor node implemenations from 3 (slist_node, list_node and tree_node) to a single base_node: - To avoid unneeded includes, is_pair is factored out from pair.hpp implementation - Fixed bug where value_types inside nodes were not allocator-ware destructed. - Changed scoped utilities to handle new clases Ion Gaztañaga 2022-01-04 00:41:34 +01:00
  • 30a4508371 Remove incorrect pair declaration Ion Gaztañaga 2022-01-04 00:37:07 +01:00
  • 53a020f1f1 Use BOOST_STATIC_ASSERT_MSG for constant checks Ion Gaztañaga 2022-01-04 00:36:36 +01:00
  • 576e15d6f6 Increase minimum version for forceinline usage in MSVC as bad code generation was detected in some cases Ion Gaztañaga 2022-01-04 00:24:27 +01:00
  • b6020f5d73 Use BOOST_MOVE_TO_LV in pair to avoid potential UB Ion Gaztañaga 2022-01-02 00:26:44 +01:00
  • 2ed03bcba5 Delete forceinline attribute to the allocation function Ion Gaztañaga 2022-01-02 00:07:59 +01:00
  • a111e9f369 Use BOOST_CONTAINER_FORCEINLINE with GCC > 5 due to some code generation errors detected in MinGW Ion Gaztañaga 2022-01-02 00:07:42 +01:00
  • d5c676a696 Update project with header files Ion Gaztañaga 2022-01-02 00:07:11 +01:00
  • fc8d0ff35c Remove unneeded "typename" Ion Gaztañaga 2021-12-31 01:14:06 +01:00
  • 2da6088d0c Improve test directly using transform_iterator and several containers Ion Gaztañaga 2021-12-31 01:03:11 +01:00
  • 0eb901ee05 Fix wrongly committed boost_iterator_comp_test version Ion Gaztañaga 2021-12-30 23:27:40 +01:00
  • 3750b66b38 Add minimal test to make sure boost iterator-like iterators are compatible with Boost.Container. Example taken from Trac 12698 (https://svn.boost.org/trac10/ticket/12698) Ion Gaztañaga 2021-12-30 23:16:26 +01:00
  • 56f1c64a6c Merge branch 'develop' of github.com:boostorg/container into develop Ion Gaztañaga 2021-12-30 12:52:15 +01:00
  • ef0eba34f6 Fix potential null pointer in memmove warning for GCC Ion Gaztañaga 2021-12-30 12:51:53 +01:00
  • 6b29fbf90d Add overload for unsigned long long so that x64 builds work Ion Gaztañaga 2021-12-30 12:33:22 +01:00