Commit Graph

  • 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
  • 520dd7cbdd Try to fix [boostorg/container] unused parameter warning when compiling with assertions disabled (#56) Ion Gaztañaga 2017-10-01 00:54:51 +02:00
  • 1b95baa6a1 Add flat_tree_test project Ion Gaztañaga 2017-09-10 02:41:27 +02:00
  • 6a9e46ed6e Update changelog with GitHub #54 Pull request. Ion Gaztañaga 2017-09-10 02:09:59 +02:00
  • c387345602 Merge branch 'kuhlenough-develop' into develop Ion Gaztañaga 2017-09-10 02:02:31 +02:00
  • 7816a9777b Update alloc_lib.c Brian Kuhl 2017-09-06 20:59:35 -04:00
  • af8e50a04e Merge branch 'jwakely-patch-1' into develop Ion Gaztañaga 2017-09-06 22:51:08 +02:00
  • 9115cf12d5 Fix typo in introduction Jonathan Wakely 2017-09-06 16:32:27 +01:00
  • 9ee836ee3d Fixes to flat_map when used as an adaptor from regression tests errors in Mingw. Ion Gaztañaga 2017-08-28 11:58:43 +02:00
  • c123accab1 Complete support for user-provided containers to flat_[multi]map/set containers, and instantiate them with several container types. Ion Gaztañaga 2017-08-28 10:45:29 +02:00
  • 2297f6af72 Modify flat associative containers to be adaptors if the allocator argument is a container. This allows using stable_vector, small_vector, static_vector as underlying containers. Ion Gaztañaga 2017-08-27 12:40:15 +02:00
  • 6530b7870f Use BOOST_FALLTHROUGH instead of the broken typo version Ion Gaztañaga 2017-08-27 01:59:32 +02:00
  • 21fbd71ef3 Delete BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER Ion Gaztañaga 2017-08-27 01:03:24 +02:00
  • f92299434e Implement resolution for LWG #2969: polymorphic_allocator::construct() shouldn't pass resource() Ion Gaztañaga 2017-08-27 01:03:01 +02:00
  • 863b6e0d32 - Remove wrong explicit default constructor for flat_[multi]set. - Add missing forceinline to flat_map Ion Gaztañaga 2017-08-17 23:58:58 +02:00
  • 04acc0cd63 Merge branch 'ecatmur-set-multiset-document-extract' into develop boost-1.65.1 boost-1.65.0 Ion Gaztañaga 2017-07-11 17:25:44 +02:00
  • 63174be55d Document set::extract and multiset::extract. Edward Catmur 2017-07-11 12:28:07 +01:00
  • c748e90b6b Remove unused to_raw_pointer file Ion Gaztañaga 2017-06-26 00:48:00 +02:00
  • 38ab3c8582 Update changelog with Git Pull #51 Ion Gaztañaga 2017-06-06 14:45:47 +02:00
  • 3edab187f4 Merge branch 'garyfurnish-master' into develop Ion Gaztañaga 2017-06-06 13:14:37 +02:00
  • d7eaedc1a9 Merge branch 'master' of https://github.com/garyfurnish/container into garyfurnish-master Ion Gaztañaga 2017-06-06 13:14:18 +02:00
  • e0aaf744a5 Fix integer rollover that triggers clang ubsan when U is unsigned Gary Furnish 2017-06-05 18:15:33 -06:00
  • d5aede745e Unify std::binders and lambdas with custom binders Ion Gaztañaga 2017-05-26 22:31:26 +02:00
  • a451aeda93 Merge branch 'DanielaE-feature/replace-deprecated' into develop Ion Gaztañaga 2017-05-26 22:02:27 +02:00
  • 424b5e5848 Merge branch 'feature/replace-deprecated' of https://github.com/DanielaE/boost.container into DanielaE-feature/replace-deprecated Ion Gaztañaga 2017-05-26 22:02:11 +02:00
  • 9c09a0cbc7 Update changelog Ion Gaztañaga 2017-05-24 23:06:20 +02:00
  • d24c461ef7 Merge branch 'bmwiedemann-develop' into develop Ion Gaztañaga 2017-05-24 22:51:43 +02:00
  • ace2c5668e Fixed bug Trac #13038 Bernhard M. Wiedemann 2017-05-22 10:44:56 +02:00
  • 717e8ef461 Merge branch 'joker-eph-remove_useless_allocator_copy_in_map' into develop Ion Gaztañaga 2017-05-16 16:30:31 +02:00
  • ec91367383 Review all associative containers and implement a different constructor overload to avoid any unnecessary copy construction of the predicate or the allocator. Ion Gaztañaga 2017-05-16 16:29:49 +02:00
  • 40451e4bf7 Add variant of map constructors to avoid useless extra allocator copy when using initializer list Mehdi Amini 2017-05-08 12:39:06 -07:00
  • 36c334f414 replace deprecated/removed C++98 binders by equivalent lambda expressions. Daniela Engert 2016-09-04 18:18:48 +02:00
  • 5e3e5d4fe6 Merge branch 'develop' Ion Gaztañaga 2017-04-24 21:13:25 +02:00
  • 6580c94573 Documentation fixes Ion Gaztañaga 2017-04-08 00:23:41 +02:00
  • 3516da36b0 Doxygen documentation fixes Ion Gaztañaga 2017-04-08 00:17:23 +02:00
  • 1d727753e2 Use directly boost::movelib::to_raw_pointer/iterator_to_raw_pointer Ion Gaztañaga 2017-04-07 16:07:00 +02:00
  • a7e2bed8f1 Use adaptive_sort for merge operations. Ion Gaztañaga 2017-04-06 23:35:08 +02:00
  • 903b568d13 Split set/map tests as some compilers refuse to allocate too many sectios in the object file Ion Gaztañaga 2017-04-06 23:34:30 +02:00
  • d6749960fc Implement extract_sequence and adopt_sequence for flat ordered associative containers Ion Gaztañaga 2017-04-05 16:06:31 +02:00
  • cdb022fda2 Fix ambiguous constructor calls for piecewise_construct and Boost vs std tuples Ion Gaztañaga 2017-04-05 16:04:53 +02:00
  • 01d7c71ea8 Fix node_handle bugs: Ion Gaztañaga 2017-04-02 00:20:38 +02:00
  • eebd4c8cf9 Merge branch 'develop' boost-1.64.0-beta2 boost-1.64.0 Ion Gaztañaga 2017-03-28 14:57:09 +02:00
  • e919196b8c Fix GitHub Pull #46: "Fix use of propagate_on_container_swap" Ion Gaztañaga 2017-03-28 13:40:08 +02:00
  • ab6e21494b Merge branch 'tsnorri-develop' into develop Ion Gaztañaga 2017-03-28 13:33:54 +02:00
  • d08bceb6d9 Merge branch 'develop' of https://github.com/tsnorri/container into tsnorri-develop Ion Gaztañaga 2017-03-28 13:33:42 +02:00
  • dd2205bd6a Merge branch 'develop' Ion Gaztañaga 2017-03-28 12:52:23 +02:00
  • 99488659ec Update changelog with ticket #12915 Ion Gaztañaga 2017-03-28 12:51:33 +02:00
  • 4d05ce8738 Fix for Ticket #12915: "Buffer overflow in boost::container::vector (affects flat_set)" Ion Gaztañaga 2017-03-28 12:37:22 +02:00
  • 45b56d4361 Fix use of propagate_on_container_swap Tuukka Norri 2017-03-20 23:15:08 +02:00
  • fff0b3f2c0 Merge branch 'develop' boost-1.64.0-beta1 Ion Gaztañaga 2017-02-24 22:09:25 +01:00
  • 1261ac3308 Fix emplace_back return type also in compilers without variadic templates. Update changelog. Ion Gaztañaga 2017-02-24 22:07:20 +01:00
  • a15e85d4db Merge branch 'think-cell-vector_emplace_back' into develop Ion Gaztañaga 2017-02-24 18:01:57 +01:00
  • 5fe2dba504 emplace_back must return reference to back(), not to *end() Tobias Reh 2017-02-24 15:33:30 +01:00
  • 2a7dd5d1e8 Merge branch 'develop' Ion Gaztañaga 2017-02-23 19:56:05 +01:00
  • ce5996c9bd Cosmetic indentation Ion Gaztañaga 2017-02-23 19:55:41 +01:00
  • 08cce5ebe5 Update basic_string with missing C++11 and C++17 interfaces: - Default npos arguments in append, insert, compare - Initializer list support - Non-const data() Ion Gaztañaga 2017-02-21 23:08:11 +01:00
  • 865c69bab7 Changed string_view interoperability to a templated solution in order to support also std::string_view. Added missing members and testcases. Ion Gaztañaga 2017-02-21 14:27:18 +01:00
  • cd70af350d Merge branch 'develop' Ion Gaztañaga 2017-02-17 11:58:00 +01:00
  • fde7e1fbdd Add support for boost::string_view into container::basic_string Marshall Clow 2017-02-13 11:35:27 -08:00
  • 1404933491 Delete unused hash table Ion Gaztañaga 2017-02-06 11:50:53 +01:00
  • 23e9e8b494 Fix copyright notice. Ion Gaztañaga 2017-01-12 14:58:44 +01:00
  • a5db65fc4a Merge branch 'zerotypos-found-inspection_report' into develop Ion Gaztañaga 2017-01-12 14:53:35 +01:00
  • f71fee5140 Merge branch 'inspection_report' of https://github.com/zerotypos-found/container into zerotypos-found-inspection_report Ion Gaztañaga 2017-01-12 14:53:20 +01:00
  • 79f5977688 Fixes Ticket #12749 container::pmr::polymorphic_allocator compilation error Ion Gaztañaga 2017-01-12 14:49:31 +01:00
  • 38947de89c Update static vector project Ion Gaztañaga 2017-01-12 14:49:02 +01:00
  • c0ccad469e Add constant for capacity in tests Ion Gaztañaga 2017-01-12 14:48:09 +01:00
  • c0424f5330 Add BOOST_CONTAINER_FORCEINLINE Ion Gaztañaga 2017-01-12 14:46:06 +01:00
  • 7cb3a6fbe8 [inspection report] remove tabs and fix copyright notice format zerotypos-found 2016-12-20 11:03:57 +09:00
  • a51e11560a Merge branch 'develop' boost-1.63.0 Ion Gaztañaga 2016-11-26 16:48:13 +01:00