From e7be02410ff226de1fb200e8b8a3fd53d048d057 Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Sat, 10 Dec 2022 13:26:07 +0000 Subject: [PATCH] Rebuild in progress release notes --- generated/state/page-cache.txt | 120 ++++++++++++++++++++++++++++++++- users/history/in_progress.html | 118 ++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+), 1 deletion(-) diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index 702793fe..f8e2f865 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -34751,6 +34751,20 @@ " "
  • "
    +" DLL: +"
      +"
    • +"
      +" Fixed path_from_handle +" implementation for Windows platforms, thanks to @SaltfishAmi for +" the bug report 57. +"
      +"
    • +"
    +"
    +"
  • +"
  • +"
    " Filesystem: "
      "
    • @@ -35063,6 +35077,25 @@ "
    • "
    • "
      +" LexicalCast: +"
        +"
      • +"
        +" Fixed compilation while casting volatile arithmetic types. Thanks +" to Giovanni Cerretani for the bug report #50. +"
        +"
      • +"
      • +"
        +" Removed usage of deprecated headers. Thanks to Michael Ford for the +" PR PR#53. +"
        +"
      • +"
      +"
      +"
    • +"
    • +"
      " Locale: "
        "
      • @@ -35184,10 +35217,70 @@ "
      • "
      • "
        +" Stacktrace: +"
          +"
        • +"
          +" The library does not use COM initialization +" any more. Thanks to Alex Guteniev for the bug report, +" clarifications and PR PR#123! +"
          +"
        • +"
        • +"
          +" The library now may use BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE +" macro value while detecting the libbacktrace availability in b2, +" thanks to Ben Gemmill for the bug report #115. +"
          +"
        • +"
        • +"
          +" Added BOOST_STACKTRACE_BACKTRACE_FORCE_STATIC +" macro to force a single backtrace_state static instance while using +" the libbacktrace. Thanks to the Rasmus Thomsen for the bug report +" #118! +"
          +"
        • +"
        • +"
          +" Avoid unresolved references when including only the boost/stacktrace/stacktrace.hpp header. Thanks to the Long +" Deng for the bug report #116. +"
          +"
        • +"
        • +"
          +" Optimized stacktrace printing by not calling strlen +" on Windows platforms. Thanks to Alex Guteniev for the bug report +" #122 +"
          +"
        • +"
        +"
        +"
      • +"
      • +"
        " PFR: "
          "
        • "
          +" Improved detection of aggregate initializables in C++14 mode, thanks +" to Denis Mikhailov for the PR PR#97. +"
          +"
        • +"
        • +"
          +" Suppress clang-tidy warnings, thanks to Alexander Malkov for the +" PRs PR#109, PR#104. +"
          +"
        • +"
        • +"
          +" Use fold expressions if they are supported by the compiler. Thanks +" to Jean-Michaël Celerier for the PR PR#96. +"
          +"
        • +"
        • +"
          " Maintenance work. "
          "
        • @@ -35267,6 +35360,31 @@ " "
        • "
          +" Variant: +"
            +"
          • +"
            +" Avoid recursive inclusion of headers, thanks to Nathan Sidwell for +" the bug report #101. +"
            +"
          • +"
          • +"
            +" Removed usage of deprecated headers, thanks to Michael Ford for the +" PR PR#96. +"
            +"
          • +"
          • +"
            +" Fixed compilation on clang in C++23 mode, thanks to Ed Catmur for +" the PR PR#98. +"
            +"
          • +"
          +"
          +"
        • +"
        • +"
          " Variant2: "
            "
          • @@ -35399,7 +35517,7 @@ "
          " -hash -"96f2a8699e49f0ede3c67e052dfbde7250114415af806dd61993c94221941dcf +"ff42f6c73492f2a448f497859463206f56071449e17857723c78edfa7ef9f6d2 -id "version_1_81_0 -notice_url diff --git a/users/history/in_progress.html b/users/history/in_progress.html index 666e1285..fa7be9bb 100644 --- a/users/history/in_progress.html +++ b/users/history/in_progress.html @@ -222,6 +222,20 @@
      • +
      • +
        + DLL: +
          +
        • +
          + Fixed path_from_handle + implementation for Windows platforms, thanks to @SaltfishAmi for + the bug report 57. +
          +
        • +
        +
        +
      • Filesystem: @@ -534,6 +548,25 @@
    • +
    • +
      + LexicalCast: +
        +
      • +
        + Fixed compilation while casting volatile arithmetic types. Thanks + to Giovanni Cerretani for the bug report #50. +
        +
      • +
      • +
        + Removed usage of deprecated headers. Thanks to Michael Ford for the + PR PR#53. +
        +
      • +
      +
      +
    • Locale: @@ -655,10 +688,70 @@
  • +
  • +
    + Stacktrace: +
      +
    • +
      + The library does not use COM initialization + any more. Thanks to Alex Guteniev for the bug report, + clarifications and PR PR#123! +
      +
    • +
    • +
      + The library now may use BOOST_STACKTRACE_BACKTRACE_INCLUDE_FILE + macro value while detecting the libbacktrace availability in b2, + thanks to Ben Gemmill for the bug report #115. +
      +
    • +
    • +
      + Added BOOST_STACKTRACE_BACKTRACE_FORCE_STATIC + macro to force a single backtrace_state static instance while using + the libbacktrace. Thanks to the Rasmus Thomsen for the bug report + #118! +
      +
    • +
    • +
      + Avoid unresolved references when including only the boost/stacktrace/stacktrace.hpp header. Thanks to the Long + Deng for the bug report #116. +
      +
    • +
    • +
      + Optimized stacktrace printing by not calling strlen + on Windows platforms. Thanks to Alex Guteniev for the bug report + #122 +
      +
    • +
    +
    +
  • PFR:
      +
    • +
      + Improved detection of aggregate initializables in C++14 mode, thanks + to Denis Mikhailov for the PR PR#97. +
      +
    • +
    • +
      + Suppress clang-tidy warnings, thanks to Alexander Malkov for the + PRs PR#109, PR#104. +
      +
    • +
    • +
      + Use fold expressions if they are supported by the compiler. Thanks + to Jean-Michaël Celerier for the PR PR#96. +
      +
    • Maintenance work. @@ -738,6 +831,31 @@
  • +
  • +
    + Variant: +
      +
    • +
      + Avoid recursive inclusion of headers, thanks to Nathan Sidwell for + the bug report #101. +
      +
    • +
    • +
      + Removed usage of deprecated headers, thanks to Michael Ford for the + PR PR#96. +
      +
    • +
    • +
      + Fixed compilation on clang in C++23 mode, thanks to Ed Catmur for + the PR PR#98. +
      +
    • +
    +
    +
  • Variant2: