Commit Graph

  • 96ac837d47 Workaround: Intel compilers do not offer CTAD yet. Marc Fehling 2018-12-23 22:10:22 +01:00
  • 43c0257871 Fixes issue #93 boost-1.69.0 Ion Gaztañaga 2018-12-01 12:58:54 +01:00
  • 51669a5330 Complete pull #94 with flat_set/map/set containers Ion Gaztañaga 2018-11-29 23:37:10 +01:00
  • 7f3d3ef8f9 merge CTADs with equivalent parameter-declaration-clauses Tobias Loew 2018-11-21 15:09:33 +01:00
  • 4428e06e56 Merge pull request #1 from boostorg/develop Tobias Loew 2018-11-21 13:12:12 +01:00
  • 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 +01:00
  • be2ff22a82 Fix GitHub #90 ("UBSAN failures detected in preflight CI PR") Ion Gaztañaga 2018-11-13 22:19:30 +01:00
  • d99bbe1dcc Update changelog with Issue #80 Ion Gaztañaga 2018-11-12 22:57:24 +01:00
  • 742b47fe29 Merge branch 'tobias-loew-develop' into develop Ion Gaztañaga 2018-11-12 22:53:50 +01:00
  • cb21746b80 Rewrite CTAD and SFINAE-out overloads as the standard requires Ion Gaztañaga 2018-11-12 22:52:45 +01:00
  • 204c30d8ec Merge branch 'develop' of https://github.com/tobias-loew/container into tobias-loew-develop Ion Gaztañaga 2018-11-12 09:50:17 +01:00
  • 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 +01:00
  • e94c779b56 Fix GitHub #77 ("warning: 'sbrk' is deprecated") Ion Gaztañaga 2018-11-11 01:38:27 +01:00
  • 2bc6f4d1a0 Fixes GitHub #84 ("Allow vector to be assigned to itself"). Ion Gaztañaga 2018-11-11 01:10:01 +01:00
  • 059133a345 Fix GitHub #79 ("Mark small_vector move operations noexcept") Ion Gaztañaga 2018-11-11 00:20:22 +01:00
  • 0c26acd423 Merge branch 'luzpaz-container-misc-typos' into develop Ion Gaztañaga 2018-11-10 23:34:40 +01:00
  • 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 +01:00
  • 10a618afe8 Fix GitHub #83: ("Iterator zero incrementing leads to assert on empty vector") Ion Gaztañaga 2018-11-10 23:12:46 +01:00
  • 3afe49245f Updated changelog with deprectation and Pull #86 Ion Gaztañaga 2018-11-10 10:46:56 +01:00
  • 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 +01:00
  • bf660ad569 Fixed flat_map CTAD Tobias Loew 2018-11-08 18:15:05 +01:00
  • b7355bb2b4 add missing warning re-enabling include Tobias Ludwig 2018-10-29 22:31:52 +01:00
  • 76b181f024 Make some sanitizers happier avoiding wraparound. boost-1.69.0-beta1 Ion Gaztañaga 2018-09-29 09:58:52 +02:00
  • 0b39d57b6a Enable again push_back/push_front. Ion Gaztañaga 2018-09-29 09:58:24 +02:00
  • c0a1c5cfc0 Fix invalid multiallocation_chain iterator increment after memory was overwritten. Ion Gaztañaga 2018-09-29 09:57:36 +02:00
  • 92e5ffb151 Add BOOST_LIKELY hints Ion Gaztañaga 2018-09-26 01:11:34 +02:00
  • e787c4a24d Use uninitialized memory for node-based containers to improve aliasing conformance Ion Gaztañaga 2018-09-26 01:10:37 +02:00
  • 1e509c308e Add ASAN detection macro (BOOST_CONTAINER_ASAN) Ion Gaztañaga 2018-09-26 01:09:44 +02:00
  • d242914572 Forward declare equal_to Ion Gaztañaga 2018-09-26 01:09:19 +02:00
  • 09e757ee1c Reenable some commented operations Ion Gaztañaga 2018-09-26 01:09:02 +02:00
  • abccf168af Use more correct code in allocate_many Ion Gaztañaga 2018-09-26 01:08:24 +02:00
  • 57f9090670 Add hash_value Ion Gaztañaga 2018-09-26 01:07:21 +02:00
  • 61d7f651e1 Add equal transparent Ion Gaztañaga 2018-09-26 01:07:01 +02:00
  • b51a9e7a25 Fix wrong s_allocated_memory estimation and use more conservative to avoid code that seems to break some older compilers Ion Gaztañaga 2018-09-26 01:06:33 +02:00
  • fe85038ebe Simplify redundant tested variants in functional tests. Move explicit instantiations from functional tests to "explicit_inst_xxx". Ion Gaztañaga 2018-09-25 09:08:24 +02:00
  • 59f70078f0 Refactor big test into smaller tests Ion Gaztañaga 2018-09-25 09:07:09 +02:00
  • f3e2c9cc73 Add simple iteration option for regression runnersa dn save CPU Ion Gaztañaga 2018-09-25 09:06:33 +02:00
  • a6ac16d0c4 container: misc-typos luz.paz 2018-09-23 15:54:39 -04:00
  • 72c7ef7801 Fix assertion produced by previous string changes to avoid UB. Ion Gaztañaga 2018-09-18 14:23:31 +02:00
  • ffbf76df00 Add more constructor overloads to support future unordered containers. Ion Gaztañaga 2018-09-15 01:23:23 +02:00
  • 25a109f8d2 Export boost::move_detail::nat2 and boost::move_detail::nat3 to container detail namespace Ion Gaztañaga 2018-09-15 01:22:18 +02:00
  • 60aea31db7 Make value_to_node_compare return type configurable Ion Gaztañaga 2018-09-15 01:21:47 +02:00
  • 43c0d7a731 Fix some type punning warnings, avoiding forming a reference to non-constructed objects Ion Gaztañaga 2018-09-15 01:20:43 +02:00
  • 5ab5c7de63 Add noexcept_if to tree::swap Ion Gaztañaga 2018-09-15 01:18:27 +02:00
  • 7cba84ca97 Make non-const overload of internal_storage and make them BOOST_CONTAINER_FORCEINLINE Ion Gaztañaga 2018-09-15 01:16:28 +02:00
  • 6504af8708 Disable false positives on "-Wstringop-overflow" and "-Warray-bounds" in release mode Ion Gaztañaga 2018-09-15 01:15:25 +02:00
  • c4a8cac5a1 Fix unused variable warnings Ion Gaztañaga 2018-09-15 01:12:17 +02:00
  • 9f12901ff7 Tweak test to avoid false positives in built-in memcpy bounds checking warnings. Ion Gaztañaga 2018-09-15 01:11:40 +02:00
  • cce2ef763a Improve short/long representation to avoid aliasing problems and disable "-Wmaybe-uninitialized" for compilers that have false positives. Ion Gaztañaga 2018-09-15 01:10:50 +02:00
  • f28fe5d33e Fix some type punning warnings, avoiding forming a reference to non-constructed objects Ion Gaztañaga 2018-09-15 00:52:18 +02:00
  • 73ad892393 Make set::equal_range BOOST_CONTAINER_FORCEINLINE Ion Gaztañaga 2018-09-15 00:51:13 +02:00
  • fb0854bd08 Fix unused variable warning. Ion Gaztañaga 2018-09-15 00:50:51 +02:00
  • d4ff624264 Fixes GitHub #82: "Function definition in header file". Ion Gaztañaga 2018-08-29 22:19:29 +02:00
  • 84f6f27788 Fix stack-use-after-scope error detected by ASAN in "test_upstream_resource". Ion Gaztañaga 2018-08-20 12:30:55 +02:00
  • 139db663a3 * Implemented C++20 contains() for associative containers as specified in P0458R2. * Fixed serious bug in heterogeneous lookup functions (is_transparent was broken). Ion Gaztañaga 2018-08-13 15:36:00 +02:00
  • 1ad64316a4 Update changelog with GitHub #76 boost-1.68.0 Ion Gaztañaga 2018-06-27 23:31:50 +02:00
  • b56cbb60e0 Add assertions to invalid operations. Ion Gaztañaga 2018-06-27 16:50:58 +02:00
  • 1be5cec042 Add general Jamfile Ion Gaztañaga 2018-06-26 21:50:16 +02:00
  • e9d10ce544 Fixes GitHub #75 ("flat_set: Heap overflow") Ion Gaztañaga 2018-06-26 21:50:05 +02:00
  • 920e009d71 Implemented proposed resolution for LWG 3120 Ion Gaztañaga 2018-06-18 00:29:22 +02:00
  • 62a8b6666e Disable -Wclass-memaccess for GCC 8 Ion Gaztañaga 2018-06-16 16:35:35 +02:00
  • 4faa05e36c More traits to support additional triviality for pair. Ion Gaztañaga 2018-06-16 14:45:20 +02:00
  • 62ee740368 Fixed GitHub #74 ("vector assignment not using memcpy") Ion Gaztañaga 2018-06-16 11:51:31 +02:00
  • 9a22431578 * Clean up constructor template auto deduction guides to use Boost.Container traits Ion Gaztañaga 2018-06-14 13:17:55 +02:00
  • 69d42ef636 Merge branch 'rmpowell77-ctad_testing' into develop Ion Gaztañaga 2018-05-14 11:53:32 +02:00
  • 88f4a245ca Merge branch 'ctad_testing' of https://github.com/rmpowell77/container into rmpowell77-ctad_testing Ion Gaztañaga 2018-05-14 11:52:41 +02:00
  • ed50d14e9e Change forward_as_tuple to forward_as_tuple_impl as there are ambiguities when std headers are included. It's is used only in the pair test Ion Gaztañaga 2018-05-14 11:49:35 +02:00
  • cfe9b200d0 Merge branch 'rmpowell77-fix_up_link' into develop Ion Gaztañaga 2018-05-14 11:44:39 +02:00
  • b638f4851b Merge branch 'fix_up_link' of https://github.com/rmpowell77/container into rmpowell77-fix_up_link Ion Gaztañaga 2018-05-14 11:44:23 +02:00
  • 72195ae288 Adding Constructor Template Auto Deduction guides. Richard Powell 2018-05-10 11:25:39 -06:00
  • 633830f198 extra comma breaks link. Richard Powell 2018-05-10 11:44:02 -06:00
  • 48c21e3187 Implemented C++14's heterogeneous lookups. Ion Gaztañaga 2018-05-01 14:55:24 +02:00
  • 04b0791593 * Fixed adaptive pool bugs * Improved adaptive pool testing enabling invariant checking in debug mode. * New compile-time and runtime calculated parameters for adaptive_pool. * New test comparing set with default allocator or adaptive pool Ion Gaztañaga 2018-04-29 12:42:04 +02:00
  • 42c6be5887 Fixes Trac #13533: "Boost vector resize causes assert(false)" Ion Gaztañaga 2018-04-29 12:37:35 +02:00
  • b3eee90a81 Fix ticket #13500: Memory leak when using erase on string vectors boost-1.67.0 Ion Gaztañaga 2018-04-04 00:31:39 +02:00
  • 318784291a Merge branch 'DanielaE-fix/std_allocator_void-is-deprecated' into develop Ion Gaztañaga 2018-02-09 18:27:18 +01:00
  • 13a227a96e std::allocator<void> is deprecated in C++17 Daniela Engert 2017-12-21 19:47:03 +01:00
  • 485878d566 Avoid using exception specifiers in C++11 compilers when replacing operator new. Ion Gaztañaga 2018-02-01 21:51:14 +01:00
  • f0736ba73a Use new "data" member char array in aligned_storage::type for placement new, to avoid breaking strict aliasing. Ion Gaztañaga 2018-01-30 14:20:52 +01:00
  • 9137957672 Fixes Issue #61: "compile problems on Android ndk r16 beta 1" Ion Gaztañaga 2018-01-27 23:27:54 +01:00
  • 011663b336 Fixed duplicated 1.67 release notes Ion Gaztañaga 2018-01-27 21:29:23 +01:00
  • 22f00f45d8 Fixed issue #65 pmr::monotonic_buffer_resource::allocate() can return a pointer to freed memory after release() is called. Ion Gaztañaga 2018-01-27 21:23:43 +01:00
  • feeafbe9f3 Use pdqsort to sort unique values. Ion Gaztañaga 2017-12-31 21:08:19 +01:00
  • 9abd56be5e Recover lost projects from solution Ion Gaztañaga 2017-12-31 19:38:11 +01:00
  • 27404a4530 Use BOOST_CONTAINER_FORCEINLINE in swap Ion Gaztañaga 2017-12-31 19:37:56 +01:00
  • 6ce2b2d0f8 Add improved range insertion to flat associative containers and improve merge operation for vector. Ion Gaztañaga 2017-12-26 22:04:15 +01:00
  • 3c6f4ea2ed Forward declare correction vector iterator Ion Gaztañaga 2017-12-20 13:12:47 +01:00
  • ecd85ce164 Add changelist for GitHub #64 ("Fix splice for slist") Ion Gaztañaga 2017-12-20 13:12:13 +01:00
  • ed6c8bd87d Fix splice for slist QUvalda 2017-12-18 16:13:45 +03:00
  • 2802a1f50d - Add configuration options to vector - Cleanup tree configuration options Ion Gaztañaga 2017-12-10 23:33:41 +01:00
  • 82abe673fc Fix incorrect temporary folder Ion Gaztañaga 2017-12-10 23:33:07 +01:00
  • 93039d18d7 Make sure NDEBUG is undefined Ion Gaztañaga 2017-12-10 23:06:20 +01:00
  • 67fddea741 Fix misaligned typedef Ion Gaztañaga 2017-12-09 13:07:29 +01:00
  • fa2494631a Use namespace dtl instead of container_detail to avoid excessively long symbol names. Ion Gaztañaga 2017-11-07 00:51:46 +01:00
  • 61d965f1a0 Update clang to libstdc++4.9 to fix ::gets error Peter Dimov 2017-11-03 01:28:46 +02:00
  • 951a944087 Add .travis.yml boost-1.66.0 Peter Dimov 2017-11-02 14:08:31 +02:00
  • f49e5d0ad1 Fixes #59 Ion Gaztañaga 2017-10-20 00:32:09 +02:00
  • 44919284a9 Change allocator name logic Ion Gaztañaga 2017-10-20 00:31:53 +02:00
  • 2a7b5a70a5 Closes #58 ("Comparing strings does not compile in gcc 7+ in C++17 mode") Ion Gaztañaga 2017-10-19 21:53:37 +02:00
  • 407aabd77b * Another try to fix [boostorg/container] unused parameter warning when compiling with assertions disabled (#56) Ion Gaztañaga 2017-10-01 10:45:13 +02:00