Commit Graph

  • e3f6dc44ad Fixes #127 ("Fix docs for static_vector::max_size() and capacity()") cc Ion Gaztañaga 2019-11-14 23:36:05 +0100
  • 79ae525967 Fixes #133 ("basic_string move constructor with allocator argument has incorrect allocator check") Ion Gaztañaga 2019-11-14 15:25:22 +0100
  • 1cf19898c0 Fixes #132: flat_map::lower_bound and upper_bound have wrong/misleading docs Ion Gaztañaga 2019-10-19 22:55:46 +0200
  • d9341ec394 Fix "count" with heterogeneous lookups in flat_map and flat_set Ion Gaztañaga 2019-06-22 11:41:05 +0200
  • 0c95d4846f Fix "count" with heterogeneous lookups in flat_map and flat_set Ion Gaztañaga 2019-06-22 10:26:36 +0200
  • b383c0809a Merge branch 'JanEisenhauer-patch-1' into develop Ion Gaztañaga 2019-06-22 10:22:12 +0200
  • 3f09061d78 Remove usage of C++11 features. Jan Eisenhauer 2019-06-11 12:04:43 +0200
  • 628289cb00 Solve copy-paste errors. Jan Eisenhauer 2019-06-11 11:51:28 +0200
  • a6b6f97a50 Solve copy-paste errors. Jan Eisenhauer 2019-06-11 11:17:01 +0200
  • 3319fdb0c2 Merge remote-tracking branch 'origin/develop' into patch-1 Jan Eisenhauer 2019-06-11 11:05:29 +0200
  • 1aa15ead35 Add testcases for heterogeneous lookup with partial keys. Jan Eisenhauer 2019-06-11 10:23:13 +0200
  • 7b62f360b7 Add missing tests for small vector and static vector Ion Gaztañaga 2019-06-08 13:01:24 +0200
  • e866c15fae Update changelog with #122 ("Fix has_trivial_destructor_after_move") Ion Gaztañaga 2019-06-08 12:48:03 +0200
  • aff8b87ce5 Merge branch 'kariya-mitsuru-fix-has_trivial_destructor_after_move' into develop Ion Gaztañaga 2019-06-08 12:44:21 +0200
  • 699b1e966d
    With heterogeneous lookup, equal_range can result in a range with length greater than 1. Jan Eisenhauer 2019-06-07 11:55:15 +0200
  • 8376286aa6
    With heterogeneous lookup, equal_range can result in a range with length greater than 1. Jan Eisenhauer 2019-06-07 11:52:44 +0200
  • f25c767a2b Fix has_trivial_destructor_after_move Mitsuru Kariya 2019-05-28 19:26:19 +0900
  • 9e2913d4e3 Fixes #119 ("Missing files breaks develop documentation build") Ion Gaztañaga 2019-05-17 08:14:15 +0200
  • 4c348af1eb Added options for small_vector: inplace_alignment and growth_factor. Fixes #47 Ion Gaztañaga 2019-05-09 22:15:43 +0200
  • 1e9b4a15eb Documentation fixes for options Ion Gaztañaga 2019-05-09 22:14:57 +0200
  • 5d96b11fe0 Added options to static_vector: throw_on_overflow/alignment Ion Gaztañaga 2019-05-09 13:25:50 +0200
  • e23c57337f Fixes #107 ("Alignment ignored in resource_adaptor") Ion Gaztañaga 2019-05-05 02:06:46 +0200
  • 5f0ce60b39 Fixes #88 ("Implement C++17 MoveAssignable requirements for self-move assignments") Ion Gaztañaga 2019-04-30 18:05:50 +0200
  • 909ccf6057 Remove memcpy null pointer warnings in some gcc versions in release mode Ion Gaztañaga 2019-04-30 18:04:34 +0200
  • 4c6bea0bc7 Remove allocation overflow warnings in some gcc versions in release mode Ion Gaztañaga 2019-04-30 18:03:40 +0200
  • 24e420abe9 Add block size customization options to deque. Ion Gaztañaga 2019-04-28 19:18:22 +0200
  • 47226ff16f Fixes #114 ("Fix small_vector noexcept specification") Ion Gaztañaga 2019-04-26 23:26:10 +0200
  • 570e79a677 Move small_vector_base forward-declaration to container_fwd.hpp. Andrey Semashev 2019-04-14 00:02:57 +0300
  • 1efda13717 Fixes #116 ("MSVC + boost 1.70 compilation error when windows.h is already included (detail/thread_mutex.hpp)") Ion Gaztañaga 2019-04-24 23:12:25 +0200
  • 71dfc80dda Add BOOST_CONTAINER_FORCEINLINE to stable_vector_iterator's copy constructor Ion Gaztañaga 2019-04-24 22:50:11 +0200
  • 06ee4f7a39 Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique") Ion Gaztañaga 2019-04-24 22:49:50 +0200
  • b075bce22e Use real_allocator to find allocator when rebinding Edward Catmur 2019-04-17 14:55:16 +0100
  • e46210e046 Fixes #117 ("flat_map/map::insert_or_assign with hint has wrong return types") Ion Gaztañaga 2019-04-23 17:03:09 +0200
  • 690bb0a852 Update changelog for 1.71 Ion Gaztañaga 2019-04-08 00:30:28 +0200
  • 28e8d6da78
    Merge pull request #113 from awulkiew/fix/aligned_storage Ion Gaztañaga 2019-04-02 06:49:18 +0200
  • ae6480f2a0 Prefix aligned_storage with dtl:: (workaround for msvc 10, 11, 12). Adam Wulkiewicz 2019-04-01 19:38:27 +0200
  • c5869d50de
    Merge pull request #109 from Breakthrough/develop Ion Gaztañaga 2019-03-30 12:34:40 +0100
  • 7efea237e1 Add forceinline to trivial cases Ion Gaztañaga 2019-03-30 12:32:39 +0100
  • ba02f27989 Merge branch 'Romain-Geissler-1A-warning-deprecated-copy' into develop Ion Gaztañaga 2019-03-30 12:26:11 +0100
  • 47b1e4b6bf Merge branch 'warning-deprecated-copy' of https://github.com/Romain-Geissler-1A/container into Romain-Geissler-1A-warning-deprecated-copy Ion Gaztañaga 2019-03-30 12:23:22 +0100
  • 0691018321 Avoid using is_convertible during allocator version detection to avoid incomplete type problems in clang compilers. has_version, has already checked the existence of the "version" typedef. Ion Gaztañaga 2019-03-26 22:42:10 +0100
  • bde233eea5 Avoid gcc 9 deprecated copy warnings in new_allocator.hpp. Romain Geissler 2019-03-22 10:26:50 +0000
  • 3d135cc308
    Get rid of integer overflow (-fsanitize=integer). Brandon Castellano 2019-03-20 14:40:19 -0400
  • fa36fbb9a7 Merge branch 'Mike-Devel-min_cmake' into develop Ion Gaztañaga 2019-03-06 23:37:11 +0100
  • d8e19e3e5a [CMake] Add minimal cmake support Mike Dev 2018-09-22 21:58:42 +0200
  • 8dfaee7434 Define nat in iterators to allow explicit instantiation of iterators. Ion Gaztañaga 2019-03-05 13:52:08 +0100
  • da21340323 Fix #105 ("Fix gcc -Wdeprecated-copy") Ion Gaztañaga 2019-03-05 12:15:42 +0100
  • 2b3775985e Add BOOST_CONTAINER_FORCEINLINE Ion Gaztañaga 2019-03-05 12:11:43 +0100
  • c987400947 Update changelog with #103 and #104 Ion Gaztañaga 2019-02-27 00:15:40 +0100
  • d268f0f2be Merge branch 'MarcelRaad-exception_noreturn' into develop Ion Gaztañaga 2019-02-26 23:54:20 +0100
  • 821c5c54ff Merge branch 'exception_noreturn' of https://github.com/MarcelRaad/container into MarcelRaad-exception_noreturn Ion Gaztañaga 2019-02-26 23:53:41 +0100
  • 12f97271dc Merge branch 'rolandd-develop' into develop Ion Gaztañaga 2019-02-26 23:43:57 +0100
  • 2f5924f06a
    Fix -Wmissing-noreturn clang warnings Marcel Raad 2019-02-25 10:05:24 +0100
  • 1eb591e85c Fix deallocating never-allocated storage in vector.merge() Roland Dreier 2019-02-23 14:12:10 -0800
  • 81d78dbefa Fixed GitHub #98: ("flat_map: insert_or_assign does not work with hint") Ion Gaztañaga 2019-02-02 00:25:09 +0100
  • b5c25ea058 Use boost::container placement new to avoid ambiguities in overload resolution. Ion Gaztañaga 2019-01-31 00:27:30 +0100
  • bd75c0ebbd Update changelog with issue #100. Ion Gaztañaga 2019-01-30 21:34:32 +0100
  • eaad660682 Merge branch 'Breakthrough-patch-1' into develop Ion Gaztañaga 2019-01-30 21:04:59 +0100
  • 38b854b296
    Restore indentation. Brandon Castellano 2019-01-28 19:59:59 -0500
  • 33423d4301
    Fix compilation issues in detail/flat_tree.hpp. Brandon Castellano 2019-01-28 15:07:21 -0500
  • 83bb62fed3 Default allocator parameter changed form new_alloator<T> to void to reduce symbol lenghts Ion Gaztañaga 2019-01-10 22:54:58 +0100
  • 80789255b9 Fix typo _LIBCPP_VERSION -> _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR Ion Gaztañaga 2019-01-07 00:56:44 +0100
  • 2b5197a5cb Fixes Issue #97 Ion Gaztañaga 2019-01-07 00:38:15 +0100
  • a9ceb4d9c6 Better use forward declarations and export symbols Ion Gaztañaga 2019-01-03 03:32:03 +0100
  • 2f314f5ff9 Explicitly state return type as movelib's enable_if has changed defaults to be more sfinae-friendly Ion Gaztañaga 2019-01-03 03:31:40 +0100
  • 4b6dd3ea9a Use void allocator by default in vector to reduce symbol lengths. Other containers will follow. Ion Gaztañaga 2019-01-03 01:44:09 +0100
  • 1f9c6c52c4 Update changelog for 1.70 Ion Gaztañaga 2019-01-02 02:12:57 +0100
  • 16d2f5484d Merge branch 'marcfehling-intel-ctad' into develop Ion Gaztañaga 2018-12-31 17:22:27 +0100
  • 96ac837d47 Workaround: Intel compilers do not offer CTAD yet. Marc Fehling 2018-12-23 22:10:22 +0100
  • 43c0257871 Fixes issue #93 Ion Gaztañaga 2018-12-01 12:58:54 +0100
  • 51669a5330 Complete pull #94 with flat_set/map/set containers Ion Gaztañaga 2018-11-29 23:37:10 +0100
  • 7f3d3ef8f9 merge CTADs with equivalent parameter-declaration-clauses Tobias Loew 2018-11-21 15:09:33 +0100
  • 4428e06e56
    Merge pull request #1 from boostorg/develop Tobias Loew 2018-11-21 13:12:12 +0100
  • 4fc4cfd8d8 Fix GitHub #89 ("Build fails on clang-5 with libstdc++7-dev (C++17 issue)") Ion Gaztañaga 2018-11-13 23:17:51 +0100
  • be2ff22a82 Fix GitHub #90 ("UBSAN failures detected in preflight CI PR") Ion Gaztañaga 2018-11-13 22:19:30 +0100
  • d99bbe1dcc Update changelog with Issue #80 Ion Gaztañaga 2018-11-12 22:57:24 +0100
  • 742b47fe29 Merge branch 'tobias-loew-develop' into develop Ion Gaztañaga 2018-11-12 22:53:50 +0100
  • cb21746b80 Rewrite CTAD and SFINAE-out overloads as the standard requires Ion Gaztañaga 2018-11-12 22:52:45 +0100
  • 204c30d8ec Merge branch 'develop' of https://github.com/tobias-loew/container into tobias-loew-develop Ion Gaztañaga 2018-11-12 09:50:17 +0100
  • 9bba03450f Update changelog and test function for GitHub #81 ("Vector with custom allocator does not support value types with operator&") Ion Gaztañaga 2018-11-11 02:03:30 +0100
  • e94c779b56 Fix GitHub #77 ("warning: 'sbrk' is deprecated") Ion Gaztañaga 2018-11-11 01:38:27 +0100
  • 2bc6f4d1a0 Fixes GitHub #84 ("Allow vector to be assigned to itself"). Ion Gaztañaga 2018-11-11 01:10:01 +0100
  • 059133a345 Fix GitHub #79 ("Mark small_vector move operations noexcept") Ion Gaztañaga 2018-11-11 00:20:22 +0100
  • 0c26acd423 Merge branch 'luzpaz-container-misc-typos' into develop Ion Gaztañaga 2018-11-10 23:34:40 +0100
  • 3a2f61fdb0 Merge branch 'container-misc-typos' of https://github.com/luzpaz/container into luzpaz-container-misc-typos Ion Gaztañaga 2018-11-10 23:32:42 +0100
  • 10a618afe8 Fix GitHub #83: ("Iterator zero incrementing leads to assert on empty vector") Ion Gaztañaga 2018-11-10 23:12:46 +0100
  • 3afe49245f Updated changelog with deprectation and Pull #86 Ion Gaztañaga 2018-11-10 10:46:56 +0100
  • 01792cfe39 Merge branch 'TobiasLudwig-bugfix/warning-pragma-push' into develop, Pull Request #86, "detected #pragma warning(push) with no corresponding Ion Gaztañaga 2018-11-10 10:26:52 +0100
  • bf660ad569 Fixed flat_map CTAD Tobias Loew 2018-11-08 18:15:05 +0100
  • b7355bb2b4 add missing warning re-enabling include Tobias Ludwig 2018-10-29 22:31:52 +0100
  • 76b181f024 Make some sanitizers happier avoiding wraparound. Ion Gaztañaga 2018-09-29 09:58:52 +0200
  • 0b39d57b6a Enable again push_back/push_front. Ion Gaztañaga 2018-09-29 09:58:24 +0200
  • c0a1c5cfc0 Fix invalid multiallocation_chain iterator increment after memory was overwritten. Ion Gaztañaga 2018-09-29 09:57:36 +0200
  • 92e5ffb151 Add BOOST_LIKELY hints Ion Gaztañaga 2018-09-26 01:11:34 +0200
  • e787c4a24d Use uninitialized memory for node-based containers to improve aliasing conformance Ion Gaztañaga 2018-09-26 01:10:37 +0200
  • 1e509c308e Add ASAN detection macro (BOOST_CONTAINER_ASAN) Ion Gaztañaga 2018-09-26 01:09:44 +0200
  • d242914572 Forward declare equal_to Ion Gaztañaga 2018-09-26 01:09:19 +0200
  • 09e757ee1c Reenable some commented operations Ion Gaztañaga 2018-09-26 01:09:02 +0200
  • abccf168af Use more correct code in allocate_many Ion Gaztañaga 2018-09-26 01:08:24 +0200
  • 57f9090670 Add hash_value Ion Gaztañaga 2018-09-26 01:07:21 +0200