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 |
|
Christian Mazakas
|
b57ac04728
|
Update reference docs to include [[nodiscard]] annotations
|
2022-02-23 14:43:28 -08:00 |
|
Christian Mazakas
|
0897423e69
|
Update Change Log for erase_if()
|
2022-02-23 11:56:19 -08:00 |
|
Christian Mazakas
|
b994ddf894
|
Add reference docs for erase_if()
|
2022-02-23 11:56:08 -08:00 |
|
Christian Mazakas
|
2e0fdf7eb4
|
Update description lists for unordered_multiset
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
14ecf54d8a
|
Update unordered_multiset refernce to follow new synopsis
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
c6bdeae570
|
Update unordered_multiset synopsis to be modelled after the standard
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
2d539a9b8f
|
Clean up formatting of description lists for unordered_set
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
8e1f05082e
|
Update unordered_set reference to follow its new synopsis
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
170d86be9a
|
Update unordered_set synopsis to be consistent with the standard
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
d810b2d073
|
Clean up formatting of description lists for unordered_multimap
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
e948bab4d9
|
Update unordered_multimap reference to be consistent with new synopsis
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
7bed1417b9
|
Update unordered_multimap synopsis to be modelled after the standard
|
2022-02-18 10:41:46 -08:00 |
|
Christian Mazakas
|
f7eea71b0b
|
Add colons to text in description lists in unordered_map reference
|
2022-02-18 10:22:14 -08:00 |
|
Christian Mazakas
|
a0eee06c16
|
Add whitespace to description lists for unordered_map
|
2022-02-18 10:22:14 -08:00 |
|
Christian Mazakas
|
b7c013c1e8
|
Update unordered_map descriptions lists to use [horizontal] formatting
|
2022-02-18 10:22:14 -08:00 |
|
Christian Mazakas
|
1ee2eaf5e9
|
Reorder unordered_map reference docs to match the order found in the synopsis
|
2022-02-18 10:22:14 -08:00 |
|
Christian Mazakas
|
fe55012007
|
Refactor unordered_map synopsis to follow the layout of the standard
|
2022-02-18 10:22:14 -08:00 |
|
Christian Mazakas
|
83423adc05
|
Fix API docs to show the correct return type for emplace/insert for multimap and multiset
|
2022-02-14 12:30:31 -08:00 |
|
Christian Mazakas
|
e58ba2e044
|
Add missing reference docs for member function template insert for unordered_map/multimap
|
2022-02-14 08:27:13 -08:00 |
|
Christian Mazakas
|
120861bf55
|
Add change log note about AsciiDoc conversion
|
2022-02-07 12:51:19 -08:00 |
|
Christian Mazakas
|
b7514e1e04
|
Clean up wording on Iterator Invalidation to recommend using reserve()
|
2022-02-07 12:33:56 -08:00 |
|
Christian Mazakas
|
da390e3959
|
Shorten Change Log section titles to "Release <version>"
|
2022-02-07 09:29:42 -08:00 |
|
Christian Mazakas
|
3062759ca8
|
Update docs to refer to the "draft standard" simply as the "standard"
|
2022-02-07 09:15:01 -08:00 |
|
Christian Mazakas
|
ef951094b3
|
Remove obsoleted documentation files
|
2022-02-07 07:45:28 -08:00 |
|
Peter Dimov
|
aa7c11a873
|
Document switch to Fibonacci hashing
|
2022-02-01 02:29:58 +02:00 |
|
Christian Mazakas
|
8b946ec36d
|
Add reference docs for unordered_multiset
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
da73e1eda9
|
Add reference docs for unordered_multimap
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
cd8716400b
|
Add ref docs for unordered_set
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
854ab0b151
|
Add reference docs for unordered_map
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
c1c98e16d3
|
Add Copyright section to AsciiDoc
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
1ee99268f1
|
Add Bibliography section to AsciiDoc
|
2022-01-31 11:38:51 -08:00 |
|
Christian Mazakas
|
403ed3abaf
|
Add Rationale section to AsciiDoc
|
2022-01-31 11:38:51 -08:00 |
|