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 |
|
Peter Dimov
|
42eb31e7e1
|
Merge pull request #98 from cmazakas/insert-api-doc-fixes
Fix API docs to show the correct return type for emplace/insert
|
2022-02-14 22:41:02 +02: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 |
|
Peter Dimov
|
b019f17590
|
Merge pull request #97 from cmazakas/missing-insert-docs
Add missing reference docs for member function template `insert`
|
2022-02-14 18:42:01 +02: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 |
|
Peter Dimov
|
79ca8e968c
|
Reenable warnings-as-errors
|
2022-02-12 03:35:29 +02:00 |
|
Peter Dimov
|
5a095c3771
|
Merge pull request #96 from cmazakas/unknown-warning-fix
Refactor tests to disable `-Wself-assign-overloaded` themselves
|
2022-02-12 03:34:39 +02:00 |
|
Peter Dimov
|
65094532eb
|
Merge pull request #95 from cmazakas/unitialized-warning-fix
Fix asan unitialized warning
|
2022-02-12 02:08:27 +02:00 |
|
Peter Dimov
|
13caa6691c
|
Merge pull request #94 from cmazakas/transparent-test-warning-fixes
Fix signed/unsigned comparison warnings in the transparent test suite
|
2022-02-12 01:53:44 +02:00 |
|
Peter Dimov
|
bcd1770a46
|
Merge pull request #93 from cmazakas/key_eq-shadowing-fix
Fix shadowing warning in early versions of gcc
|
2022-02-12 01:53:24 +02:00 |
|
Christian Mazakas
|
aa96d87502
|
Fix shadowing warning in early versions of gcc
|
2022-02-11 11:33:46 -08:00 |
|
Christian Mazakas
|
d20be2aaf8
|
Refactor tests to disable -Wself-assign-overloaded themselves instead of in the Jamfile as not all clang versions support the warning
|
2022-02-11 11:33:11 -08:00 |
|
Christian Mazakas
|
d2ded394f6
|
Fix asan unitialized warning when default-initialized int is copied as a return type
|
2022-02-11 11:30:47 -08:00 |
|
Christian Mazakas
|
2b8f458a38
|
Fix signed/unsigned comparison warnings in the transparent test suite
|
2022-02-11 11:29:31 -08:00 |
|
Peter Dimov
|
e3a7ec6aed
|
Merge pull request #92 from cmazakas/reserve-tests-signed-comparison-fixes
Fix signed/unsigned comparison warning in reserve tests
|
2022-02-11 08:23:24 +02:00 |
|
Peter Dimov
|
93f9fd7206
|
Merge pull request #91 from cmazakas/self-assign-warning-fixes
Disable clang-specific warning about self-assignment
|
2022-02-11 08:10:40 +02:00 |
|
Christian Mazakas
|
28915fdce0
|
Fix signed/unsigned comparison warning in reserve tests
|
2022-02-10 14:57:22 -08:00 |
|
Christian Mazakas
|
497455d281
|
Disable clang-specific warning about self-assignment in tests that explicitly aim to test self-assigment
|
2022-02-10 12:37:39 -08:00 |
|
Peter Dimov
|
c758cbda5e
|
Temporarily disable warnings-as-errors
|
2022-02-10 22:30:22 +02:00 |
|
Peter Dimov
|
4655133843
|
Merge branch 'feature/warnings-as-errors' into develop
|
2022-02-10 22:29:07 +02:00 |
|
Peter Dimov
|
672a97cb34
|
Merge pull request #90 from cmazakas/contains-c4800-warning-fixes
Fix C4800 warnings in msvc by manually comparing pointers to 0
|
2022-02-10 22:28:37 +02:00 |
|
Peter Dimov
|
0f8cc79c00
|
Enable warnings-as-errors for clang and msvc
|
2022-02-10 20:55:47 +02:00 |
|
Christian Mazakas
|
e2b6865938
|
Fix C4800 warnings in msvc by manually comparing pointers to 0
|
2022-02-10 08:37:53 -08:00 |
|
Peter Dimov
|
bf0bc6468a
|
Avoid -Wsign-conversion warning in mix_policy.cpp
|
2022-02-10 18:22:52 +02:00 |
|
Peter Dimov
|
526bf15c3c
|
Update test/Jamfile
|
2022-02-10 03:58:40 +02:00 |
|
Peter Dimov
|
bdfb0e3e25
|
Update ci.yml
|
2022-02-10 01:27:59 +02:00 |
|
Peter Dimov
|
2d6ebf16d8
|
Merge pull request #87 from cmazakas/docs-cleanup
Docs Cleanup
|
2022-02-10 01:20:52 +02:00 |
|
Peter Dimov
|
13c62043eb
|
Merge pull request #89 from cmazakas/nonnull-warnings-fix
Use `boost::declval` in test metafunctions to avoid `-Wnonnull` warnings
|
2022-02-10 01:19:14 +02:00 |
|
Christian Mazakas
|
39d60cd91d
|
Update test metafunction to use boost::declval instead of using null pointers
|
2022-02-09 11:51:23 -08:00 |
|
Peter Dimov
|
aaf79c5202
|
Merge pull request #88 from cmazakas/scoped-allocator-test-fixes
Refactor scoped allocator test to use a custom Allocator
|
2022-02-09 21:29:29 +02:00 |
|
Christian Mazakas
|
884c790009
|
Disable scoped_allocator test for msvc-14.0 as a stdlib defect in its scoped_allocator_adaptor requires DefaultConstructible for Allocators
|
2022-02-09 09:53:07 -08:00 |
|
Christian Mazakas
|
5e5dbf5984
|
Refactor scoped allocator test to use a custom non-default-constructible Allocator instead of Intrerprocess which required a dep on Filesystem
|
2022-02-09 09:52:56 -08:00 |
|
Peter Dimov
|
0794cfec9e
|
Avoid -Wlong-long in mix64_policy
|
2022-02-09 07:13:27 +02:00 |
|
Peter Dimov
|
a878374d28
|
Disable warnings when building boost_filesystem
|
2022-02-09 07:12:54 +02: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 |
|
Peter Dimov
|
cb4b417f76
|
Merge pull request #86 from cmazakas/qbk-cleanup
Remove obsoleted documentation files
|
2022-02-07 17:56:45 +02:00 |
|
Christian Mazakas
|
ef951094b3
|
Remove obsoleted documentation files
|
2022-02-07 07:45:28 -08:00 |
|
Peter Dimov
|
b14aefa1d3
|
Update index.html
|
2022-02-01 02:35:29 +02:00 |
|
Peter Dimov
|
aa7c11a873
|
Document switch to Fibonacci hashing
|
2022-02-01 02:29:58 +02:00 |
|
Peter Dimov
|
b871699103
|
Merge pull request #84 from boostorg/feature/asciidoc
Convert Docs to AsciiDoc
|
2022-02-01 02:10:30 +02:00 |
|