From f4428de9b518be37481390450bb3441e9d78c6f5 Mon Sep 17 00:00:00 2001
From: jzmaddock
Date: Sun, 24 Mar 2024 13:14:34 +0000
Subject: [PATCH] Update history and docs.
---
doc/history.qbk | 5 +
doc/html/boost_regex/background.html | 37 +-
doc/html/boost_regex/background/history.html | 61 +-
.../boost_regex/background/performance.html | 43 +-
...8872883.html => section_id1344826346.html} | 58 +-
.../performance/section_id1744311203.html | 326 +++++++
...5827111.html => section_id2864474365.html} | 107 +--
...1825021.html => section_id3048770036.html} | 139 +--
...2650613.html => section_id3601180469.html} | 221 +----
...1719723.html => section_id3810206988.html} | 70 +-
.../performance/section_id4128344975.html | 554 ------------
...58595385.html => section_id456935730.html} | 36 +-
...378460593.html => section_id85151138.html} | 111 ++-
doc/html/boost_regex/background/redist.html | 61 --
.../boost_regex/background/standards.html | 6 +-
.../boost_regex/configuration/algorithm.html | 93 --
.../boost_regex/configuration/linkage.html | 106 ---
.../boost_regex/ref/deprecated/old_regex.html | 832 ------------------
doc/html/index.html | 37 +-
performance/doc/performance_tables.qbk | 304 +++----
performance/performance.cpp | 1 +
21 files changed, 874 insertions(+), 2334 deletions(-)
rename doc/html/boost_regex/background/performance/{section_id4148872883.html => section_id1344826346.html} (53%)
create mode 100644 doc/html/boost_regex/background/performance/section_id1744311203.html
rename doc/html/boost_regex/background/performance/{section_id1675827111.html => section_id2864474365.html} (72%)
rename doc/html/boost_regex/background/performance/{section_id3261825021.html => section_id3048770036.html} (68%)
rename doc/html/boost_regex/background/performance/{section_id3752650613.html => section_id3601180469.html} (58%)
rename doc/html/boost_regex/background/performance/{section_id3141719723.html => section_id3810206988.html} (75%)
delete mode 100644 doc/html/boost_regex/background/performance/section_id4128344975.html
rename doc/html/boost_regex/background/performance/{section_id3258595385.html => section_id456935730.html} (69%)
rename doc/html/boost_regex/background/performance/{section_id1378460593.html => section_id85151138.html} (66%)
delete mode 100644 doc/html/boost_regex/background/redist.html
delete mode 100644 doc/html/boost_regex/configuration/algorithm.html
delete mode 100644 doc/html/boost_regex/configuration/linkage.html
delete mode 100644 doc/html/boost_regex/ref/deprecated/old_regex.html
diff --git a/doc/history.qbk b/doc/history.qbk
index fb307aef..8cc3b691 100644
--- a/doc/history.qbk
+++ b/doc/history.qbk
@@ -14,6 +14,11 @@ Currently open issues can be viewed [@https://github.com/boostorg/regex/issues?q
All issues including closed ones can be viewed [@https://github.com/boostorg/regex/issues?q=is%3Aissue+is%3Aclosed here].
+[h4 Boost.Regex-8.0.0 (Boost-1.86.0)]
+
+* BREAKING CHANGE: deprecated C++03 support has now been removed.
+* Fixed some low-impact security issues: [@https://github.com/boostorg/regex/pull/204 204].
+
[h4 Boost.Regex-7.0.1 (boost-1.79.0)]
* Minor fix for setting building with -DBOOST_REGEX_MAX_CACHE_BLOCKS=0 and `` present.
diff --git a/doc/html/boost_regex/background.html b/doc/html/boost_regex/background.html
index 033a8755..e0b08543 100644
--- a/doc/html/boost_regex/background.html
+++ b/doc/html/boost_regex/background.html
@@ -37,27 +37,28 @@
FAQ
Performance
-- Testing
- simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
- 6.3.0)
-- Testing
- Perl searches (platform = linux, compiler = GNU C++ version 6.3.0)
-- Testing
- simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
- Visual C++ version 14.1)
-- Testing
+
- Testing
leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
- C++ version 14.1)
-- Testing
- simple Perl matches (platform = linux, compiler = GNU C++ version 6.3.0)
-- Testing
+ C++ version 14.3)
+- Testing
+ simple leftmost-longest matches (platform = Windows x64, compiler = GNU C++
+ version 11.4.0)
+- Testing
Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
- 14.1)
-- Testing
+ 14.3)
+- Testing
simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
- C++ version 14.1)
-- Testing
- leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)
+ C++ version 14.3)
+- Testing
+ Perl searches (platform = Windows x64, compiler = GNU C++ version 11.4.0)
+- Testing
+ simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
+ Visual C++ version 14.3)
+- Testing
+ leftmost-longest searches (platform = Windows x64, compiler = GNU C++ version
+ 11.4.0)
+- Testing
+ simple Perl matches (platform = Windows x64, compiler = GNU C++ version 11.4.0)
Standards Conformance
Acknowledgements
diff --git a/doc/html/boost_regex/background/history.html b/doc/html/boost_regex/background/history.html
index 1d915956..1994c6bb 100644
--- a/doc/html/boost_regex/background/history.html
+++ b/doc/html/boost_regex/background/history.html
@@ -37,6 +37,19 @@
+
+-
+ BREAKING CHANGE: deprecated C++03 support has now been removed.
+
+-
+ Fixed some low-impact security issues: 204.
+
+
+
@@ -45,7 +58,7 @@
and <atomic>
present.
@@ -65,7 +78,7 @@
@@ -78,7 +91,7 @@
@@ -86,7 +99,7 @@
Minor build fixes, see #89.
@@ -100,7 +113,7 @@
@@ -121,7 +134,7 @@
@@ -129,7 +142,7 @@
Change to lockfree implementation of memory cache, see PR#23.
@@ -152,7 +165,7 @@
@@ -185,7 +198,7 @@
@@ -218,14 +231,14 @@
Fixed issue #8569.
@@ -233,7 +246,7 @@
#7644.
@@ -243,7 +256,7 @@
#6346.
@@ -252,7 +265,7 @@
expression.
@@ -262,7 +275,7 @@
#5736.
@@ -275,7 +288,7 @@
#5504.
@@ -294,7 +307,7 @@
#3890
@@ -323,7 +336,7 @@
@@ -332,7 +345,7 @@
branch resets and recursive regular expressions.
@@ -360,7 +373,7 @@
@@ -383,7 +396,7 @@
@@ -453,7 +466,7 @@
@@ -508,7 +521,7 @@
@@ -516,7 +529,7 @@
Fixed bug in partial matches of bounded repeats of '.'.
diff --git a/doc/html/boost_regex/background/performance.html b/doc/html/boost_regex/background/performance.html
index b7036e3e..78e89314 100644
--- a/doc/html/boost_regex/background/performance.html
+++ b/doc/html/boost_regex/background/performance.html
@@ -7,7 +7,7 @@
-
+
@@ -21,34 +21,35 @@