|
| 1 | +//// |
| 2 | +Distributed under the Boost Software License, Version 1.0. (See accompanying |
| 3 | +file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 4 | +Official repository: https://github.com/boostorg/website-v2-docs |
| 5 | +//// |
| 6 | + |
| 7 | +== Version 1.91.0 |
| 8 | + |
| 9 | +boost_at:/doc/libs/1_91_0/[Documentation] |
| 10 | + |
| 11 | +// Formatting reference: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/ |
| 12 | +// Boost-specific macros: https://github.com/cppalliance/asciidoctor-boost?tab=readme-ov-file#macros |
| 13 | +// Please keep the list of libraries sorted in lexicographical order. |
| 14 | + |
| 15 | +== New Libraries |
| 16 | + |
| 17 | +// Example: |
| 18 | +// |
| 19 | +// * boost_phrase:library[Accumulators,/libs/accumulators]: |
| 20 | +// ** Framework for incremental calculation, and collection of statistical |
| 21 | +// accumulators, from Eric Niebler. |
| 22 | + |
| 23 | +== Updated Libraries |
| 24 | + |
| 25 | +// Example: |
| 26 | +// |
| 27 | +// * boost_phrase:library[Interprocess,/libs/interprocess/]: |
| 28 | +// ** Added anonymous shared memory for UNIX systems. |
| 29 | +// ** Conform to `std::pointer_traits` requirements (boost_gh:pr[interprocess,32]). |
| 30 | +// ** Fixed `named_condition_any` fails to notify (boost_gh:issue[interprocess,62]). |
| 31 | + |
| 32 | +== Compilers Tested |
| 33 | + |
| 34 | +// Edit this section as appropriate |
| 35 | + |
| 36 | +Boost's primary test compilers are: |
| 37 | + |
| 38 | +* Linux: |
| 39 | +** Clang, C++03: 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 12.0.0, 13.0.0, 14.0.0, 15.0.0 |
| 40 | +** Clang, C++11: 3.4, 11.0.0, 13.0.0, 14.0.0, 15.0.0 |
| 41 | +** Clang, C++14: 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 5.0, 12.0.0, 13.0.0, 14.0.0, 15.0.0 |
| 42 | +** Clang, C++17: 6.0.1, 7.0.0, 8.0.0, 9.0.0, 10.0.0, 11.0.0, 12.0.0, 13.0.0, 14.0.0, 15.0.0 |
| 43 | +** Clang, C++20: 11.0.0, 12.0.0, 13.0.0, 14.0.0, 15.0.0 |
| 44 | +** GCC, C++03: 4.6.3, 11, 12 |
| 45 | +** GCC, C++11: 4.7.3, 4.8.5, 11, 12 |
| 46 | +** GCC, C++14: 5.4.0, 6.4.0, 7.3.0, 8.0.1, 9.1.0, 11, 12 |
| 47 | +** GCC, C++17: 7.3.0, 8.0.1, 9.1.0, 11, 12 |
| 48 | +** GCC, C++20: 8.0.1, 9.1.0, 10, 11, 12 |
| 49 | +* OS X: |
| 50 | +** Apple Clang, C++03: 11.0.3 |
| 51 | +** Apple Clang, C++11: 11.0.3 |
| 52 | +** Apple Clang, C++14: 11.0.3 |
| 53 | +** Apple Clang, C++17: 11.0.3 |
| 54 | +** Apple Clang, C++20: 11.0.3 |
| 55 | +* Windows: |
| 56 | +** Visual C++: 10.0, 11.0, 12.0, 14.0, 14.1, 14.2, 14.3 |
| 57 | + |
| 58 | +== Acknowledgements |
| 59 | + |
| 60 | +// Edit this section as appropriate |
| 61 | + |
| 62 | +Marshall Clow, Glen Fernandes and Ion Gaztañaga managed this release. |
0 commit comments