Commit Graph

244 Commits

Author SHA1 Message Date
Daniel James
c39dd284d2 Boost 1.67.0 changelog 2018-03-05 14:20:14 +00:00
Daniel James
c037169e1a Update paths for headers moved from detail 2017-12-03 14:24:47 +00:00
Daniel James
b90da4a802 1.66.0 release notes 2017-11-10 15:12:37 +00:00
Daniel James
c50ba694a5 Use quickbook 1.7 2017-11-10 15:12:09 +00:00
Daniel James
adfc7f4d5d Generate ref.xml 2017-10-28 22:58:21 +01:00
Daniel James
9e18dc1401 Oops, fix properly 2017-10-28 17:36:25 +01:00
Daniel James
cf76763ab7 Fix node handle description 2017-10-28 17:34:28 +01:00
Daniel James
fb7ef4cf63 Build documentation using consistent ids 2017-10-25 01:16:59 +01:00
Daniel James
4ac8a45a34 The max_load issue was fixed in the standard ages ago 2017-10-05 10:54:22 +01:00
Chris Needham
0e19bdf50a Documentation fixes 2017-09-07 22:56:54 +01:00
Daniel James
94a3a9baf9 Fix some quickbook markup 2017-04-25 21:14:11 +01:00
Daniel James
2effcfa195 Intro to compliance section
Needs more info on C++17 compliance - particularly `noexecpt`.
2017-04-18 10:14:26 +01:00
Daniel James
8c9080f11f Document changes to allocator use 2017-04-18 10:14:26 +01:00
Daniel James
c0e03c3640 Add some more details to change log 2017-04-15 20:52:00 +01:00
Daniel James
ed8c0f9ecd Add deprecated attributes to deprecated functions 2017-04-15 17:35:09 +01:00
Daniel James
51cd1cd2af Some more typos 2017-04-12 08:25:14 +01:00
Daniel James
7e940e6e45 Fix some typos 2017-04-12 08:01:10 +01:00
Daniel James
1bc5d87c5d Clarify the extract and merge don't work between different compatible containers. 2017-04-11 23:40:13 +01:00
Daniel James
e657f75a17 Boost 1.64.0 changelog entry 2017-03-15 11:16:53 +00:00
Daniel James
d060d3a0e5 Fix ironic typo 2017-03-15 11:15:27 +00:00
Daniel James
d89aadc56c Implement merge 2017-02-27 03:59:02 +00:00
Daniel James
21a24d6cd7 Support node_handle 2017-02-27 03:59:02 +00:00
Daniel James
03a597983e Change log for last few fixes 2016-12-05 22:48:00 +00:00
Daniel James
3db4654b44 Remove unary/binary_function from examples/documentation
They are being removed from the standard in C++17, and were never really
required.
2016-11-06 10:19:17 +00:00
Daniel James
e3f534a148 Allocator aware constructors 2016-10-23 13:33:25 +01:00
Daniel James
1bcd5b0003 Make no argument constructor implicit 2016-10-23 13:32:52 +01:00
Daniel James
b5205e58aa Change log for allocator support. 2016-10-14 09:29:38 +01:00
Rene Rivera
ade302f0a0 Add, and update, documentation build targets. 2016-10-07 23:07:37 -05:00
Daniel James
d14c1dec59 Revert "Allocator aware constructors."
This reverts commit b00bc15c3e.

I messed that up a bit, will get back to it later.
2016-10-03 20:58:15 +01:00
Daniel James
b00bc15c3e Allocator aware constructors. 2016-10-02 17:56:01 +01:00
Daniel James
d0acb81f2e Release notes for latest changes. 2016-10-02 13:04:25 +01:00
Daniel James
7f380028cc Hint iterator support was too late for 1.62.0 2016-09-04 10:38:13 +01:00
Daniel James
827f77729f Merge branch 'fixes' into develop 2016-09-04 10:37:38 +01:00
Daniel James
6c81de37f5 Fix closing tag. 2016-09-04 10:37:15 +01:00
Daniel James
86a8a0429a Merge branch 'fixes' into develop 2016-09-04 08:23:52 +01:00
Daniel James
4b00548138 Test+document insertion from initializer lists. 2016-09-04 08:23:32 +01:00
Daniel James
8bb9473443 Document assignment from initializer list. 2016-09-04 08:23:31 +01:00
Daniel James
da7a5bf269 Fix insert from range documentation.
Was the same for containers with unique and equivalent keys.
2016-09-04 08:23:31 +01:00
Daniel James
cae72eec2f Insert/emplace with hint. 2016-08-17 12:08:15 +01:00
Daniel James
7b8e3d01de Use argument SFINAE instead of return SFINAE 2016-06-03 00:00:51 +01:00
Daniel James
b4a3c6f460 Fix exception safety in assignment for multimap/multiset.
The assignment code seemed like a bit of a premature optimization, I
replaced it with a slightly slower but much simpler implementation.
2016-05-30 15:02:04 +01:00
Daniel James
3f42a56bae Remove old deprecated warning. 2016-05-26 09:25:10 +01:00
Daniel James
144a0c1791 Remove BOOST_NO_STD_DISTANCE workaround. 2016-05-26 09:24:25 +01:00
Daniel James
cc2b1a1ef1 Stop using deprecated boost::iterator. 2016-05-26 09:24:21 +01:00
Daniel James
f014802eb6 Release note for pull request #4. 2015-02-22 15:08:46 +00:00
Daniel James
8ccde2e5a1 Move the allocators after copying the hash functions.
Just in case the hash functions throw.
2014-11-09 23:44:16 +00:00
Daniel James
31211a607f Remove assertion that used moved allocator. Fixes #10777. 2014-11-09 23:35:35 +00:00
Daniel James
df5a7538b1 Changelog 2014-11-08 22:22:12 +00:00
Daniel James
2c9d209eef Remove incorrect changelog note.
A minor change that is not actually in this release, will be in the next one.
Probably too late to rebuild the documenation.
2014-11-02 17:35:05 +00:00
Daniel James
7c6f1ef227 Changelog 2014-10-26 12:17:58 +00:00