Commit Graph

  • 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
  • 82ac39fb42 Merge branch 'maksqwe-unused_variable' into develop Ion Gaztañaga 2016-11-26 14:54:25 +01:00
  • 8141dbcbe6 Merge branch 'unused_variable' of https://github.com/maksqwe/container into maksqwe-unused_variable Ion Gaztañaga 2016-11-26 14:40:38 +01:00
  • 60245c51cd Merge branch 'develop' Ion Gaztañaga 2016-11-25 23:58:20 +01:00
  • 5e4a107e82 Fixes Ticket #12534: flat_map fails to compile if included after type_traits is instantiated under gcc Ion Gaztañaga 2016-11-25 23:56:33 +01:00
  • 24dff0faf5 Merge branch 'develop' Ion Gaztañaga 2016-11-20 18:17:58 +01:00
  • d3ea3468de Since null-reference warning with sanitizers Ion Gaztañaga 2016-11-20 18:17:08 +01:00
  • e7f452bf91 Remove unused local variable Maks Naumov 2016-11-17 00:02:29 +02:00
  • 20e285e458 Merge branch 'master' of github.com:boostorg/container Ion Gaztañaga 2016-11-13 23:21:36 +01:00
  • c54237a98b Update changelog for 1.63 Ion Gaztañaga 2016-11-13 17:49:05 +01:00
  • 9522c0bc55 Merge branch 'think-cell-copy_move_algo__parameter_fix' into develop Ion Gaztañaga 2016-11-13 00:41:14 +01:00
  • 764fcd88bf Merge branch 'copy_move_algo__parameter_fix' of https://github.com/think-cell/container into think-cell-copy_move_algo__parameter_fix Ion Gaztañaga 2016-11-13 00:26:58 +01:00
  • 756c61be5b Merge branch 'mknejp-patch-1' into develop Ion Gaztañaga 2016-11-13 00:23:55 +01:00
  • 2e464aab32 Merge branch 'patch-1' of https://github.com/mknejp/container into mknejp-patch-1 Ion Gaztañaga 2016-11-13 00:23:38 +01:00
  • 77f5d7218d Avoid reference to null errors in sanitizers Ion Gaztañaga 2016-11-12 23:55:03 +01:00
  • c08943326f Merge branch 'develop' of github.com:boostorg/container into develop Ion Gaztañaga 2016-11-12 19:16:47 +01:00
  • 238f37db22 Remove duplicated forceinline in push_back overloads Ion Gaztañaga 2016-11-12 19:08:24 +01:00
  • ede225c9d2 Disable forceinline for old compilers due to bugs. Ion Gaztañaga 2016-11-12 19:07:54 +01:00
  • 1f3174baa7 Make build_number_seq with O(logN) instantiations instead of O(N) Ion Gaztañaga 2016-11-12 19:07:34 +01:00
  • 0a719901b6 Avoid warnings of unused "piecewise_construct" Ion Gaztañaga 2016-11-12 19:06:44 +01:00
  • d7bf947a4b Fix iterator_from_iiterator not value initializing its parent iterator Ion Gaztañaga 2016-11-12 19:06:23 +01:00
  • bf25231d5d Avoid -Wunreachable-code in do_allocate() Miro Knejp 2016-11-02 13:35:48 +01:00
  • 3830745c9f Fix parameter types in copy_move_algo.hpp: iterator_traits::difference_type -> allocator_traits::size_type Tobias Germer 2016-10-19 14:13:46 +02:00
  • 5ce1ad2611 Fix parameter type of uninitialized_copy_alloc_n_source() Tobias Germer 2016-10-18 13:42:56 +02:00
  • 188162319a Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • 7f6382d137 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • da17190798 Fix incomplete Trac #9689 ("Add piecewise_construct to boost::container") resolution. scoped_allocator_adaptor_test was missing pair construct overloads. boost-1.62.0 Ion Gaztañaga 2016-09-06 14:05:46 +02:00
  • 29b16f1697 Add missing test Ion Gaztañaga 2016-09-05 14:58:01 +02:00
  • fd089dce14 Add missing file Ion Gaztañaga 2016-09-05 14:52:12 +02:00
  • f540b83ccd * Implemented merge operations for associative containers. * Update tree-based containers to changes done in Intrusive internal utilities in order to fix Trac 12432. Ion Gaztañaga 2016-09-03 00:03:42 +02:00
  • 0617d0e538 Implemented P0084R2 (Emplace Return Type) Ion Gaztañaga 2016-08-29 16:53:44 +02:00
  • 9f9fdeaa9a Adapt to Intrusive change that removed unneeded template parameters to tree_value_compare. Ion Gaztañaga 2016-08-29 16:53:17 +02:00
  • 819cb9f1ce Fix typo. Ion Gaztañaga 2016-08-29 00:07:57 +02:00