Commit Graph

41 Commits

Author SHA1 Message Date
Braden Ganetsky
0bca47c690 Write docs for GDB pretty-printers 2024-08-17 14:37:05 -05:00
joaquintides
1d1f0d306d Feature/nonconst set visit (#265)
* Made some boost::concurrent_flat_set operations exclusive-locked

* unnamed unused args

* fixed PR number

* replaced homemade mechanism with boost::compat::latch
2024-07-16 19:50:08 +02:00
Braden Ganetsky
7ddd562532 Implement natvis for fancy pointers (#262)
* Add file for manual natvis testing

* Equip natvis file to allow fancy pointers

* Update docs

* [skip ci] add links to natvis docs
2024-07-15 19:42:28 +02:00
Braden Ganetsky
317d4aa060 Write release notes and documentation for natvis 2024-06-01 09:26:38 -05:00
joaquintides
f77bdb9b67 updated is_avalanching trait protocol 2024-05-29 19:51:32 +02:00
joaquintides
86f622240d documented stats 2024-05-06 18:48:40 +02:00
Braden Ganetsky
5d16a36921 Update docs 2024-03-24 10:47:02 -05:00
joaquintides
ccf9a76ebe Fixed #237 2024-03-15 17:30:10 +01:00
joaquintides
15cfef6967 Fixed support for allocators with explicit copy constructors (#234)
* added tests for explicit allocators

* made explicit_alloc_ctor_tests work
by adhering to the principle that classes templated with Allocator should accept exactly Allocator objects

* removed TMP machinery older compilers choke about

* initialized variables

* updated release notes

* fixed PR number
2024-02-17 18:58:48 +01:00
Braden Ganetsky
bbad4735aa Update reference 2024-02-11 11:22:28 -06:00
joaquintides
7fd94b9df7 Fix/bucket iterator indirection operator (#220 rewrite) (#221)
* Add tests for member of pointer operator for bucket iterators

* Fix erroneous conversion from node* to value_type* in bucket iterators

Originally caughy by vslashg  from PR https://github.com/boostorg/unordered/pull/220

* Update change log

* Update GHA config to use containers in C++20 builds for clang-14 as it's incompatible with libstdc++-13

* fixed Python installation problem

* tried variation of former fix

* tried another variation of former fix

* tried yet another variation

* editorial

---------

Co-authored-by: Christian Mazakas <christian.mazakas@gmail.com>
2023-11-17 08:51:40 +01:00
joaquintides
8ee48fe909 Feature/bulk visit (#217) 2023-10-11 12:50:28 +02:00
joaquintides
cb86544fcf updated docs to reflect C++03 support drop 2023-09-27 11:44:45 -07:00
joaquintides
49f0929466 documented boost::concurrent_flat_set 2023-09-16 09:50:22 +02:00
Christian Mazakas
32b9f06fe5 Update release notes to include fancy pointer support 2023-09-15 09:50:33 -07:00
joaquintides
6dd58f4e9c added missing carriage return 2023-08-17 10:28:45 +02:00
joaquintides
34e5773a4a documented serialization support 2023-08-17 10:21:45 +02:00
joaquintides
66222eee6a Merge branch 'develop' into feature/detect_reentrancy 2023-08-12 09:54:22 +02:00
joaquintides
bf4a5efd2d documented concurrent/unordered interop 2023-08-11 12:35:40 -07:00
joaquintides
fde765c494 added reentrancy check to release notes 2023-07-24 20:31:32 +02:00
joaquintides
470abf41d8 dropped [c]visit_until 2023-07-24 20:13:18 +02:00
joaquintides
5a4d93a72d documented [c]visit_(until|while) 2023-07-21 19:39:43 +02:00
joaquintides
2b6cfe4f3c documented proxy erase(iterator) 2023-06-19 08:21:13 -07:00
joaquintides
3d640ac032 refactored to modernize and improve flow 2023-05-18 20:18:58 +02:00
joaquintides
1bf193b8fc updated release notes 2023-03-06 21:46:42 +01:00
Christian Mazakas
47dd02a4b3 Add bugfix notes to release notes 2023-03-03 11:18:41 -08:00
Christian Mazakas
0a3ac26f00 Update changelog to reflect planned C++03 deprecation 2023-02-28 15:44:44 -08:00
joaquintides
886227db3b updated link to P2363 2023-02-24 09:58:51 +01:00
joaquintides
242c7cb93a updated release notes 2023-02-11 13:22:55 +01:00
joaquintides
14d80725eb documented the new mulx-based mixing algorithm 2023-02-08 20:07:23 +01:00
joaquintides
644295db3a added release notes for feature/p2363 2022-12-19 13:24:04 -08:00
joaquintides
324fa793fd expanded 1.81 release notes 2022-11-24 20:06:18 +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
Christian Mazakas
3203251539 Update changelog for 1.80 release 2022-06-16 07:52:37 -07:00
Christian Mazakas
18503e5eb8 Update documentation for new FCA implementation 2022-06-01 11:49:09 -07:00
Christian Mazakas
0897423e69 Update Change Log for erase_if() 2022-02-23 11:56:19 -08:00
Christian Mazakas
120861bf55 Add change log note about AsciiDoc conversion 2022-02-07 12:51:19 -08:00
Christian Mazakas
da390e3959 Shorten Change Log section titles to "Release <version>" 2022-02-07 09:29:42 -08:00
Peter Dimov
aa7c11a873 Document switch to Fibonacci hashing 2022-02-01 02:29:58 +02:00
Christian Mazakas
1f0ba0198b Convert Change Log to AsciiDoc 2022-01-28 14:31:31 -08:00
Christian Mazakas
145ccc77d6 Update Jamfile to build AsciiDoc and add corresponding file stubs 2022-01-28 14:31:31 -08:00