dd2205bd6aMerge branch 'develop'
Ion Gaztañaga
2017-03-28 12:52:23 +0200
99488659ecUpdate changelog with ticket #12915
Ion Gaztañaga
2017-03-28 12:51:33 +0200
4d05ce8738Fix for Ticket #12915: "Buffer overflow in boost::container::vector (affects flat_set)"
Ion Gaztañaga
2017-03-28 12:37:22 +0200
45b56d4361Fix use of propagate_on_container_swap
Tuukka Norri
2017-03-20 23:15:08 +0200
fff0b3f2c0Merge branch 'develop'
Ion Gaztañaga
2017-02-24 22:09:25 +0100
1261ac3308Fix emplace_back return type also in compilers without variadic templates. Update changelog.
Ion Gaztañaga
2017-02-24 22:07:20 +0100
a15e85d4dbMerge branch 'think-cell-vector_emplace_back' into develop
Ion Gaztañaga
2017-02-24 18:01:57 +0100
5fe2dba504emplace_back must return reference to back(), not to *end()
Tobias Reh
2017-02-24 15:33:30 +0100
2a7dd5d1e8Merge branch 'develop'
Ion Gaztañaga
2017-02-23 19:56:05 +0100
ce5996c9bdCosmetic indentation
Ion Gaztañaga
2017-02-23 19:55:41 +0100
08cce5ebe5Update 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 +0100
865c69bab7Changed 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 +0100
cd70af350dMerge branch 'develop'
Ion Gaztañaga
2017-02-17 11:58:00 +0100
fde7e1fbddAdd support for boost::string_view into container::basic_string
Marshall Clow
2017-02-13 11:35:27 -0800
1404933491Delete unused hash table
Ion Gaztañaga
2017-02-06 11:50:53 +0100
23e9e8b494Fix copyright notice.
Ion Gaztañaga
2017-01-12 14:58:44 +0100
a5db65fc4aMerge branch 'zerotypos-found-inspection_report' into develop
Ion Gaztañaga
2017-01-12 14:53:35 +0100
60245c51cdMerge branch 'develop'
Ion Gaztañaga
2016-11-25 23:58:20 +0100
5e4a107e82Fixes 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 +0100
24dff0faf5Merge branch 'develop'
Ion Gaztañaga
2016-11-20 18:17:58 +0100
d3ea3468deSince null-reference warning with sanitizers
Ion Gaztañaga
2016-11-20 18:17:08 +0100
e7f452bf91Remove unused local variable
Maks Naumov
2016-11-17 00:02:29 +0200
20e285e458Merge branch 'master' of github.com:boostorg/container
Ion Gaztañaga
2016-11-13 23:21:36 +0100
c54237a98bUpdate changelog for 1.63
Ion Gaztañaga
2016-11-13 17:49:05 +0100
9522c0bc55Merge branch 'think-cell-copy_move_algo__parameter_fix' into develop
Ion Gaztañaga
2016-11-13 00:41:14 +0100
da17190798Fix incomplete Trac #9689 ("Add piecewise_construct to boost::container") resolution. scoped_allocator_adaptor_test was missing pair construct overloads.
Ion Gaztañaga
2016-09-06 14:05:46 +0200
29b16f1697Add missing test
Ion Gaztañaga
2016-09-05 14:58:01 +0200
fd089dce14Add missing file
Ion Gaztañaga
2016-09-05 14:52:12 +0200
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 +0200
0617d0e538Implemented P0084R2 (Emplace Return Type)
Ion Gaztañaga
2016-08-29 16:53:44 +0200
9f9fdeaa9aAdapt to Intrusive change that removed unneeded template parameters to tree_value_compare.
Ion Gaztañaga
2016-08-29 16:53:17 +0200
819cb9f1ceFix typo.
Ion Gaztañaga
2016-08-29 00:07:57 +0200
4298d1984b* Add missing extract() and insert(node_type) funtion to associative containers. * Simplify select1st
Ion Gaztañaga
2016-08-29 00:06:57 +0200
6ccf9dacaeAllocator concept requires copy assignment.
Ion Gaztañaga
2016-08-29 00:05:50 +0200
b6dbb1cb09Fix Doxygen warnings about missing documentation in some classes.
Ion Gaztañaga
2016-08-29 00:04:58 +0200
1467c51a4eImplemented missing try_emplace member for maps.
Ion Gaztañaga
2016-08-26 01:47:32 +0200
6d2321a950Merge branch 'develop'
Ion Gaztañaga
2016-08-24 02:46:42 +0200
dcf4ac7960Add missing include for boost::forward
Ion Gaztañaga
2016-08-24 02:21:02 +0200
e1cb88b399Add missing include for boost::forward
Ion Gaztañaga
2016-08-24 02:19:58 +0200
db5c24e0e7Fix piecewise_construct pair constructor for compilers with variadics and constructor forwarding. Current code unconditionally moves instead of forwarding.
Ion Gaztañaga
2016-08-24 01:52:53 +0200
79a75f470eAdd piecewise_construct construction to internal pair.
Ion Gaztañaga
2016-08-23 02:14:19 +0200
0b98372af5Silence most vexing parse warnings in clang.
Ion Gaztañaga
2016-08-23 02:13:56 +0200
eb42811079Delegating constructors detection, as Boost.Config does not yet provide it.
Ion Gaztañaga
2016-08-23 02:13:30 +0200
c7407e34f6Replaced int with std::size_t when building indexes.
Ion Gaztañaga
2016-08-23 02:13:03 +0200
2d6f781a2fImplemented "insert_or_assign" for map-like containers.
Ion Gaztañaga
2016-08-18 20:29:04 +0200
fb1be6fa75Fix Trac #12117 ("flat_set constructor with ordered_unique_range") adding checks to constructors in debug mode Fix typos on value_type checks in flat_[multi]map.
Ion Gaztañaga
2016-08-15 23:22:57 +0200
324130703eFix incorrect header guards
Ion Gaztañaga
2016-08-15 23:21:10 +0200
d5adae2edaFixes Trac #11802 ("Incorrect ordering after using insert() with ordered_range_t on a flat_multiset with a non-default sort order")
Ion Gaztañaga
2016-08-12 00:43:16 +0200
b13ba0f911Fixed Trac #9481 ("Minor comment typo in Boost.Container")
Ion Gaztañaga
2016-08-11 11:25:11 +0200
37c1558a81Fixed Trac #12256 (set<std::pair<int,int>>::insert cause compilation error in debug configuration in Visual Studio 2012)
Ion Gaztañaga
2016-08-09 00:59:39 +0200
4122e722a4Added constant static_vector<>/small_vector::static_capacity to use the configured capacity in constant expressions.
Ion Gaztañaga
2016-08-03 00:18:11 +0200
649aba461eFixes Trac #12296 ("boost::container::{deque,string} combine for a memory leak"). The use of trivial_destructor_after_move was incorrect in several contexts.
Ion Gaztañaga
2016-08-02 00:49:38 +0200
225e2da77eRevised noexcept expressions of default and move constructors in all containers.
Ion Gaztañaga
2016-08-01 23:49:51 +0200
b6d3906895Use value-initialized pointers when null is required, as conversion from literal 0 is not guaranteed in smart pointers.
Ion Gaztañaga
2016-07-31 23:16:08 +0200
8f136bc909Add custom random_shuffle as some old compiler implementations self-swap some elements.
Ion Gaztañaga
2016-07-31 23:15:39 +0200
e499ed490bMerge branch 'palebedev-fix-reserve-reuse' into develop
Ion Gaztañaga
2016-07-31 23:12:16 +0200