2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02:16 +00:00

26 Commits

Author SHA1 Message Date
Peter Dimov
0776d62a95 Update documentation 2025-11-18 14:33:45 +02:00
Peter Dimov
ab09450342 Update documentation of function_ref 2025-11-03 18:54:47 +02:00
Peter Dimov
79ca9646ea Update documentation of nontype to clarify that it requires C++17 2025-11-03 18:41:18 +02:00
Peter Dimov
f72aeb4e59 Update documentation 2025-11-01 17:57:22 +02:00
Braden Ganetsky
72ff680a72 Fix function signature in to_array docs 2025-09-05 09:33:40 -05:00
Braden Ganetsky
94b1675762 Add to_underlying 2025-09-05 09:33:40 -05:00
Christian Mazakas
f496e814b5 update changelog 2025-07-02 07:12:23 -07:00
Christian Mazakas
6172b5e50f add move_only_function docs 2025-06-11 19:57:40 -07:00
Peter Dimov
1a8bb0b574 Update revision history 2024-10-04 13:43:06 +03:00
Anarthal (Rubén Pérez)
d2d5cbe094 Added to_array (#14)
* Added to_array

* Suppress unused warnings

* Fix unused warnings (2)

* Workaround msvc 14.0 bug

* Workaround MSVC problems with moving arrays

* MSVC workaround in constexpr test

* Further MSVC fixes

* Disable rvalue tests for MSVC 14.0

* Incorrect argument spec

* constexpr checks

* const test

* Disable rvalues for msvc 14.1

* Docs

* Added more const tests

* Correct static_asserts

* Update type requirements in docs

* Corrected return types and conditions

* Doc updates
2024-10-04 13:06:44 +03:00
Christian Mazakas
8ed23dd6a7 implement pointer-to-member function_ref overloads 2024-06-21 07:57:36 -07:00
Peter Dimov
ea462a4363 Update revision history 2024-04-28 13:45:11 +03:00
Christian Mazakas
74d9d80471 Add initial function_ref docs 2024-04-17 09:40:34 -07:00
Peter Dimov
f0aeb3ba95 Revert "Update doc/Jamfile"
This reverts commit 0afd51fcd3.
2024-04-16 22:37:08 +03:00
Peter Dimov
0afd51fcd3 Update doc/Jamfile 2024-04-16 22:16:08 +03:00
Peter Dimov
54c72a5033 Update documentation 2024-04-06 22:56:05 +03:00
Peter Dimov
5e88ebb1d1 Fix changelog 2024-03-30 22:24:04 +02:00
Peter Dimov
d071dfc91f Update documentation 2024-03-30 21:54:03 +02:00
Peter Dimov
184782f257 Update revision history 2023-06-25 11:46:14 +03:00
Christian Mazakas
745eaa080f Implement shared_lock
Note, as a first pass draft we eschew TimedLockable support
2023-06-23 15:57:53 -07:00
Peter Dimov
54081be93d Update copyright.adoc 2023-06-04 21:57:30 +03:00
Peter Dimov
689825b2f9 Update revision history 2023-05-17 19:32:11 +03:00
Christian Mazakas
b2ab1b8ebb Clean up docs to no longer reference Core, improve consistency in naming 2023-05-16 10:02:08 -07:00
Christian Mazakas
185a78d8cf Implement latch 2023-05-15 11:44:34 -07:00
Peter Dimov
83e918eff2 Update overview 2023-05-13 21:18:34 +03:00
Peter Dimov
079e3b8c8c Initial commit 2023-05-13 21:01:18 +03:00