316 Commits

Author SHA1 Message Date
Ion Gaztañaga
d4c8bd70ea Fixes #152 ("Tree-based containers have troubles with move-only types") 2020-10-31 23:09:52 +01:00
Ion Gaztañaga
38ea1d7294 Update changelog with #169 2020-10-31 18:57:21 +01:00
Ion Gaztañaga
05bc4e7b9a Update changelog with #165 and #166 2020-10-25 17:26:07 +01:00
Ion Gaztañaga
03f030af69 Fixes #156: ("Compile error with vector") and remove warnings about precission loss due to integer narrowing 2020-10-22 01:10:07 +02:00
Giovanni Mascellani
433f98ce88 Fix encoding error in copyright headers. 2020-10-05 19:27:15 +02:00
Ion Gaztañaga
0fae2d7e90 Add Issue #163 to changelog 2020-09-07 17:12:09 +02:00
Ion Gaztañaga
cdd6d9ad8a Fixes #160 ("Usage of uses_allocator needs a remove_cvref_t") 2020-08-31 22:21:41 +02:00
Ion Gaztañaga
0b297019ec Fixes #161: ("polymorphic_allocator(memory_resource*) non-standard extension causes headache") 2020-08-31 13:37:11 +02:00
Ion Gaztañaga
ebcd0222b4 Integrate and adapt "devector's", from Thaler Benedek's implementation. 2020-08-10 00:16:58 +02:00
Ion Gaztañaga
06417de498 Fixes #125 ("flat_map doc misleading complexity"). 2020-07-13 12:31:58 +02:00
Ion Gaztañaga
2d9d28b81e Fixed #128 ("moved from small_vector and static_vector calls destructor on elements in static part") 2020-07-12 13:48:38 +02:00
Ion Gaztañaga
069351adfc Fixes #126 ("flat_set.hpp and set.hpp in pmr have the same header guard") 2020-07-12 12:53:47 +02:00
Ion Gaztañaga
98b59db5fd Fixes #149: ("InitializeCriticalSectionEx returns "BOOL" (int)") 2020-07-12 12:44:31 +02:00
Ion Gaztañaga
90de9533ec Fixes #151 ("Buffer overflow in monotonic_buffer_resource::do_allocate"). 2020-07-12 11:07:50 +02:00
Ion Gaztañaga
4070eddb5b Update changelog for 1.74, no fixes were released in 1.73 2020-05-25 02:01:27 +02:00
Ion Gaztañaga
80d742f860 Added C++03 portable aliases and tests. Fixes #129 ("Alias templates for small_flat_[multi]{set|map} using small_vector as container") 2020-05-25 01:50:23 +02:00
Ion Gaztañaga
c064db0cb8 Update changelog with pull 146 2020-05-25 00:46:54 +02:00
Ion Gaztañaga
52b9ae0e68 Fixes #145 ("Allocations not handled correctly in some cases of vector move with unequal allocators") 2020-05-25 00:35:07 +02:00
Ion Gaztañaga
f3a949697b Update changelog with #144 2020-05-24 00:37:59 +02:00
Ion Gaztañaga
093467e1d3 Fixes #148 (Fix static initialization issues in pmr global resources) 2020-05-23 23:38:58 +02:00
Ion Gaztañaga
756c4cdc6a Fixed #142 ("memset called with null pointer") 2020-02-14 05:13:50 +01:00
ToruNiina
51d4d569ac fix a link in the documentation 2020-01-14 00:54:45 +09:00
Ion Gaztañaga
3c50ab6d3a Update changelog with #138 ("Remove Classes from Global Namespace") 2020-01-13 16:27:00 +01:00
Ion Gaztañaga
dd158987e6 Update changelist with #135 ("Missing BOOST_NORETURN for user defined functions"). 2019-12-09 13:43:30 +01:00
Ion Gaztañaga
e3f6dc44ad Fixes #127 ("Fix docs for static_vector::max_size() and capacity()") 2019-11-14 23:36:05 +01:00
Ion Gaztañaga
79ae525967 Fixes #133 ("basic_string move constructor with allocator argument has incorrect allocator check") 2019-11-14 15:25:22 +01:00
Ion Gaztañaga
1cf19898c0 Fixes #132: flat_map::lower_bound and upper_bound have wrong/misleading docs 2019-10-19 22:55:46 +02:00
Ion Gaztañaga
0c95d4846f Fix "count" with heterogeneous lookups in flat_map and flat_set 2019-06-22 10:26:36 +02:00
Ion Gaztañaga
e866c15fae Update changelog with #122 ("Fix has_trivial_destructor_after_move") 2019-06-08 12:48:03 +02:00
Ion Gaztañaga
4c348af1eb Added options for small_vector: inplace_alignment and growth_factor. Fixes #47 2019-05-09 22:15:43 +02:00
Ion Gaztañaga
5d96b11fe0 Added options to static_vector: throw_on_overflow/alignment 2019-05-09 13:25:50 +02:00
Ion Gaztañaga
e23c57337f Fixes #107 ("Alignment ignored in resource_adaptor") 2019-05-05 02:06:46 +02:00
Ion Gaztañaga
5f0ce60b39 Fixes #88 ("Implement C++17 MoveAssignable requirements for self-move assignments") 2019-04-30 18:05:50 +02:00
Ion Gaztañaga
24e420abe9 Add block size customization options to deque. 2019-04-28 19:18:22 +02:00
Ion Gaztañaga
47226ff16f Fixes #114 ("Fix small_vector noexcept specification") 2019-04-26 23:26:10 +02:00
Ion Gaztañaga
1efda13717 Fixes #116 ("MSVC + boost 1.70 compilation error when windows.h is already included (detail/thread_mutex.hpp)") 2019-04-24 23:12:25 +02:00
Ion Gaztañaga
06ee4f7a39 Fixes #118 ("Non-unique inplace_set_difference used in in flat_tree_merge_unique and iterator invalidation in insert_unique") 2019-04-24 22:49:50 +02:00
Ion Gaztañaga
e46210e046 Fixes #117 ("flat_map/map::insert_or_assign with hint has wrong return types") 2019-04-23 17:03:09 +02:00
Ion Gaztañaga
690bb0a852 Update changelog for 1.71 2019-04-08 00:30:28 +02:00
Ion Gaztañaga
da21340323 Fix #105 ("Fix gcc -Wdeprecated-copy") 2019-03-05 12:15:42 +01:00
Ion Gaztañaga
c987400947 Update changelog with #103 and #104 2019-02-27 00:15:40 +01:00
Ion Gaztañaga
81d78dbefa Fixed GitHub #98: ("flat_map: insert_or_assign does not work with hint") 2019-02-02 00:25:09 +01:00
Ion Gaztañaga
bd75c0ebbd Update changelog with issue #100. 2019-01-30 21:34:32 +01:00
Ion Gaztañaga
83bb62fed3 Default allocator parameter changed form new_alloator<T> to void to reduce symbol lenghts 2019-01-10 22:54:58 +01:00
Ion Gaztañaga
2b5197a5cb Fixes Issue #97 2019-01-07 00:38:15 +01:00
Ion Gaztañaga
1f9c6c52c4 Update changelog for 1.70 2019-01-02 02:12:57 +01:00
Ion Gaztañaga
43c0257871 Fixes issue #93 2018-12-01 12:58:54 +01:00
Ion Gaztañaga
4fc4cfd8d8 Fix GitHub #89 ("Build fails on clang-5 with libstdc++7-dev (C++17 issue)") 2018-11-13 23:17:51 +01:00
Ion Gaztañaga
be2ff22a82 Fix GitHub #90 ("UBSAN failures detected in preflight CI PR") 2018-11-13 22:19:30 +01:00
Ion Gaztañaga
d99bbe1dcc Update changelog with Issue #80 2018-11-12 22:57:24 +01:00