diff --git a/feed/history/boost_1_73_0.qbk b/feed/history/boost_1_73_0.qbk index db4647f7..f86ec92c 100644 --- a/feed/history/boost_1_73_0.qbk +++ b/feed/history/boost_1_73_0.qbk @@ -42,14 +42,9 @@ Please keep the list of libraries sorted in lexicographical order. * /TODO/ -* [phrase library..[@/libs/context/ Context]:] - * [github context 133]: IBM Z: Fix fcontext routines - * [github context 132]: mips64/n64: .align 3 - * [github context 131]: Use OSPLAT MIPS32/MIPS64 to set different ABI - * [github context 129]: Fix non-PIC in RISC-V assembly - -* [phrase library..[@/libs/flyweight/index.html Flyweight]:] - * Maintenance work. +* [phrase library..[@/libs/any/ Any]:] + * Speedup compilation by not including ``. + * Maintenance work, including CI hardening. * [phrase library..[@/libs/multi_index/ Multi-index Containers]:] * `multi_index_container` is now [@https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer `AllocatorAware`]. @@ -62,6 +57,29 @@ Please keep the list of libraries sorted in lexicographical order. which was warned about on some compilers. * Maintenance work. +* [phrase library..[@/libs/context/ Context]:] + * [github context 133]: IBM Z: Fix fcontext routines + * [github context 132]: mips64/n64: .align 3 + * [github context 131]: Use OSPLAT MIPS32/MIPS64 to set different ABI + * [github context 129]: Fix non-PIC in RISC-V assembly + +* [phrase library..[@/libs/conversion/ Conversion]:] + * Added `boost::polymorphic_downcast` for references (thanks to Julien Delacroix for the patch). + * Significant docs update. + +* [phrase library..[@/libs/dll/ DLL]:] + * Fixes and tests for demangling in `boost::dll::smart_library` (thanks to Ramil Gauss for [github dll 35]). + * Make UB sanitizers happy with `boost::dll::load_mode::type` [github dll 30]. + * Ceased dependence on MPL improving compile times (thanks to Nikita Kniazev for [github dll 34]). + * Clang and ICC on Windows fixes and CI support for those platforms (thanks to Nikita Kniazev [github dll 33]). + * Maintenance work, including CI hardening and tests improving. + +* [phrase library..[@/libs/flyweight/index.html Flyweight]:] + * Maintenance work. + +* [phrase library..[@/libs/lexical_cast/ LexicalCast]:] + * Maintenance work, including CI hardening and better workarounds for broken standard libraries (thanks to Nikita Kniazev [github lexical_cast 32], [github lexical_cast 33]). + * [phrase library..[@/libs/poly_collection/ PolyCollection]:] * Suppressed a potential redundant move warning in `boost::poly_collection::for_each`. * Fixed a bug by which elements were copied rather than moved in @@ -71,6 +89,18 @@ Please keep the list of libraries sorted in lexicographical order. construction for the legacy version of libstdc++-v3 shipped with GCC 4.8 (which can also be used by Clang). +* [phrase library..[@/libs/stacktrace/ Stacktrace]:] + * Added documentation on distribution of PDBs [github stacktrace 55], [github stacktrace 47] (thanks to emptyVoid and Roger Orr for information and to zlojvavan for testing). + * Fixed msvc-9 build + * Maintenance work, including test fixes [github stacktrace 86], fixing typos [github stacktrace 84], CI improvements and hardening, inspect tool fixes. + +* [phrase library..[@/libs/type_index/ TypeIndex]:] + * Maintenance work, including CI integration with inspect tool. + +* [phrase library..[@/libs/variant/ Variant]:] + * Removed unused includes (thanks to Nikita Kniazev [github variant 74]). + * Maintenance work, including typo fixes. + [endsect] [section Updated Tools]