Commit Graph

345 Commits

Author SHA1 Message Date
joaquintides
955f94350b typo 2022-12-20 16:46:08 +01:00
joaquintides
1955e4f36a fixed constraint notes in transparent insert with hint 2022-12-20 11:35:15 +01:00
joaquintides
644295db3a added release notes for feature/p2363 2022-12-19 13:24:04 -08:00
joaquintides
0391b6dafc documented P2363 overloads for unordered_flat_set 2022-12-19 13:24:04 -08:00
joaquintides
c646f3e3ca documented P2363 overloads for unordered_flat_map 2022-12-19 13:24:04 -08:00
joaquintides
0e9523a0a4 documented P2363 overloads for unordered_multiset 2022-12-19 13:24:04 -08:00
joaquintides
24d8449831 documented P2363 overloads for unordered_set 2022-12-19 13:24:04 -08:00
joaquintides
59d0accce0 documented P2363 overloads for unordered/unordered_multimap 2022-12-19 12:46:46 -08:00
joaquintides
61aedca940 documented P2363 overloads for unordered_map 2022-12-19 12:46:46 -08:00
Christian Mazakas
3fb516367f Add transparent try_emplace() docs to unordered_map 2022-12-19 12:46:46 -08:00
Christian Mazakas
0ad6ccb0b9 Update FOA noexcept docs for move assignment, swap 2022-12-13 13:53:29 -08:00
joaquintides
46fc4f9f4d typos 2022-11-28 17:42:13 +01:00
joaquintides
725993ab95 typo 2022-11-28 17:37:13 +01:00
joaquintides
ffa5e6f805 typos 2022-11-27 19:39:07 +01:00
joaquintides
324fa793fd expanded 1.81 release notes 2022-11-24 20:06:18 +01:00
joaquintides
39d53a0bfc added "Open Addressing Implementation" section 2022-11-24 20:06:05 +01:00
joaquintides
ee8f2b991f added CTAD docs (#167)
* added CTAD docs for unordered_map

* added CTAD docs for unordered_multimap

* added CTAD docs for unordered_set

* s/Deduction guides/Deduction Guides

* added CTAD docs for unordered_multiset

* added CTAD docs for unordered_flat_map

* added CTAD docs for unordered_flat_set
2022-11-22 16:39:57 +01:00
joaquintides
551456c0c5 typo in section name 2022-11-07 21:25:15 +02:00
joaquintides
0d8c02ba0e documented ctors added in #160 2022-11-05 12:38:03 +01:00
joaquintides
3e4546465b fixed max_load docs 2022-11-04 13:18:09 +01:00
joaquintides
79379a4049 editorial 2022-11-03 19:07:24 +01:00
joaquintides
4bbaa0f710 relinked boost_unordered_benchmarks 2022-11-01 17:27:24 +01:00
joaquintides
a3ef272a9e typos 2022-11-01 17:12:43 +01:00
joaquintides
a0652c2eda updated boost::unordered_set benchmark images 2022-11-01 10:45:00 +01:00
joaquintides
300f5554e5 uploaded current status 2022-10-31 19:27:35 +01:00
joaquintides
2068cf8d5b uploaded current status 2022-10-30 19:16:43 +01:00
joaquintides
90f2f0f67d added hash_traits.adoc, improved unordered/unordered_flat_map.adoc, added release notes 2022-10-27 12:21:54 +02:00
joaquintides
b75cd48899 [skip CI] added first draft of unordered_flat_map.adoc 2022-10-23 17:51:28 +02:00
Christian Mazakas
5dcccfda3b Update docs for rehash/reserve for unordered_multimap 2022-09-15 07:59:53 -07:00
Christian Mazakas
56b271850a Update docs for rehash/reserve for unordered_multiset 2022-09-15 07:59:53 -07:00
Christian Mazakas
d338e94267 Update docs for rehash/reserve for unordered_set 2022-09-15 07:59:53 -07:00
Christian Mazakas
42abfe3c7d Update docs for rehash/reserve for unordered_map 2022-09-15 07:59:53 -07:00
Christian Mazakas
6b87a43162 Update benchmarking diagrams based on new erase(iterator) implementation 2022-07-27 08:29:03 -07:00
Christian Mazakas
1ed2a0a0f1 Merge pull request #127 from cmazakas/doc-updates
1.80 Doc Updates
2022-06-16 12:46:33 -07:00
Christian Mazakas
3203251539 Update changelog for 1.80 release 2022-06-16 07:52:37 -07:00
Christian Mazakas
b84b94b4db Update copyright notice for documentation 2022-06-16 07:52:27 -07:00
Christian Mazakas
3dd77edd16 Pull benchmarks into their own file 2022-06-14 08:50:28 -07:00
Christian Mazakas
a24165083f Fix link paths for VS successful lookup benchmarks 2022-06-14 08:16:39 -07:00
Christian Mazakas
19c7bbf97d Add PREVIEW markdown file containing instructions for how to quickly build Boost from the tip of develop 2022-06-10 09:03:18 -07:00
Christian Mazakas
18503e5eb8 Update documentation for new FCA implementation 2022-06-01 11:49:09 -07:00
Christian Mazakas
3d377ec0f3 Add missing initializer_list constructors to reference docs 2022-03-02 15:45:38 -08:00
Peter Dimov
bca33372c2 Merge pull request #110 from cmazakas/equal-range-reference-docs-fixes
Add missing `std::` qualification to usages of `pair` in the reference
2022-03-02 21:10:38 +02:00
Christian Mazakas
5772941057 Add missing std:: qualification to initializer_list 2022-03-01 11:08:07 -08:00
Christian Mazakas
d676ad814b Add missing std:: qualification to usages of pair in the reference docs 2022-03-01 07:50:29 -08:00
Christian Mazakas
5f9fdb0b15 Add reference docs for map's insert_or_assign 2022-02-28 14:37:57 -08:00
Christian Mazakas
0f44fd0064 Add reference docs for map's try_emplace() 2022-02-28 14:37:57 -08:00
Peter Dimov
ceba60831c Merge pull request #108 from cmazakas/insert-doc-fixes
`insert()`/`extract()` doc fixes + test improvements
2022-02-26 04:01:30 +02:00
Christian Mazakas
3fe2c29204 Update documentation on extract/insert to no longer say that transferring nodes between the corresponding multi- container is not supported 2022-02-25 13:59:00 -08:00
Christian Mazakas
71d3b77668 Correct reference docs for merge() 2022-02-24 14:54:28 -08:00
Peter Dimov
0d3ece98c1 Merge pull request #106 from cmazakas/missing-nodiscard
Add missing `[[nodiscard]]` qualifiers as outlined by C++20
2022-02-24 18:00:00 +02:00