mirror of
https://github.com/boostorg/website.git
synced 2026-02-15 01:32:08 +00:00
Rebuild in progress release notes
This commit is contained in:
@@ -34751,6 +34751,20 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/dll/">DLL</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed <code><span class="identifier">path_from_handle</span></code>
|
||||
" implementation for Windows platforms, thanks to @SaltfishAmi for
|
||||
" the bug report <a href="https://github.com/apolukhin/Boost.DLL/issues/57">57</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/filesystem/">Filesystem</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -35063,6 +35077,25 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/lexical_cast/">LexicalCast</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed compilation while casting volatile arithmetic types. Thanks
|
||||
" to Giovanni Cerretani for the bug report <a href="https://github.com/boostorg/lexical_cast/issues/50">#50</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Removed usage of deprecated headers. Thanks to Michael Ford for the
|
||||
" PR <a href="https://github.com/boostorg/lexical_cast/pull/53">PR#53</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/locale/">Locale</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -35184,10 +35217,70 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/stacktrace/">Stacktrace</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" The library <strong>does not use COM initialization
|
||||
" any more</strong>. Thanks to Alex Guteniev for the bug report,
|
||||
" clarifications and PR <a href="https://github.com/boostorg/stacktrace/pull/123">PR#123</a>!
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" The library now may use <code><span class="identifier">BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE</span></code>
|
||||
" macro value while detecting the libbacktrace availability in b2,
|
||||
" thanks to Ben Gemmill for the bug report <a href="https://github.com/boostorg/stacktrace/issues/115">#115</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Added <code><span class="identifier">BOOST_STACKTRACE_BACKTRACE_FORCE_STATIC</span></code>
|
||||
" macro to force a single backtrace_state static instance while using
|
||||
" the libbacktrace. Thanks to the Rasmus Thomsen for the bug report
|
||||
" <a href="https://github.com/boostorg/stacktrace/issues/118">#118</a>!
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Avoid unresolved references when including only the <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stacktrace</span><span class="special">/</span><span class="identifier">stacktrace</span><span class="special">.</span><span class="identifier">hpp</span></code> header. Thanks to the Long
|
||||
" Deng for the bug report <a href="https://github.com/boostorg/stacktrace/issues/116">#116</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Optimized stacktrace printing by not calling <code><span class="identifier">strlen</span></code>
|
||||
" on Windows platforms. Thanks to Alex Guteniev for the bug report
|
||||
" <a href="https://github.com/boostorg/stacktrace/issues/122">#122</a>
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/pfr/">PFR</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Improved detection of aggregate initializables in C++14 mode, thanks
|
||||
" to Denis Mikhailov for the PR <a href="https://github.com/boostorg/pfr/pull/97">PR#97</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Suppress clang-tidy warnings, thanks to Alexander Malkov for the
|
||||
" PRs <a href="https://github.com/boostorg/pfr/pull/109">PR#109</a>, <a href="https://github.com/boostorg/pfr/pull/104">PR#104</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Use fold expressions if they are supported by the compiler. Thanks
|
||||
" to Jean-Michaël Celerier for the PR <a href="https://github.com/boostorg/pfr/pull/96">PR#96</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Maintenance work.
|
||||
" </div>
|
||||
" </li>
|
||||
@@ -35267,6 +35360,31 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/variant/">Variant</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Avoid recursive inclusion of headers, thanks to Nathan Sidwell for
|
||||
" the bug report <a href="https://github.com/boostorg/variant/issues/101">#101</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Removed usage of deprecated headers, thanks to Michael Ford for the
|
||||
" PR <a href="https://github.com/boostorg/variant/pull/96">PR#96</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Fixed compilation on clang in C++23 mode, thanks to Ed Catmur for
|
||||
" the PR <a href="https://github.com/boostorg/variant/pull/98">PR#98</a>.
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/variant2/">Variant2</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -35399,7 +35517,7 @@
|
||||
" </div>
|
||||
"
|
||||
-hash
|
||||
"96f2a8699e49f0ede3c67e052dfbde7250114415af806dd61993c94221941dcf
|
||||
"ff42f6c73492f2a448f497859463206f56071449e17857723c78edfa7ef9f6d2
|
||||
-id
|
||||
"version_1_81_0
|
||||
-notice_url
|
||||
|
||||
Reference in New Issue
Block a user