From 505349d292e6c45d25a17478bb0973842709650f Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 17 Jul 2025 10:49:08 -0700 Subject: [PATCH] Add test compilers --- feed/history/boost_1_89_0.qbk | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index a45d1e08..0ca0fb73 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -142,16 +142,33 @@ Please keep the list of libraries sorted in lexicographical order. Boost's primary test compilers are: -* /TODO/ +* Linux: + * 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 + * Clang, C++11: 3.4, 11.0.0, 13.0.0, 14.0.0, 15.0.0 + * 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 + * 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 + * Clang, C++20: 11.0.0, 12.0.0, 13.0.0, 14.0.0, 15.0.0 -Boost's additional test compilers include: + * GCC, C++03: 4.6.3, 11, 12 + * GCC, C++11: 4.7.3, 4.8.5, 11, 12 + * GCC, C++14: 5.4.0, 6.4.0, 7.3.0, 8.0.1, 9.1.0, 11, 12 + * GCC, C++17: 7.3.0, 8.0.1, 9.1.0, 11, 12 + * GCC, C++20: 8.0.1, 9.1.0, 10, 11, 12 -* /TODO/ +* OS X: + * Apple Clang, C++03: 11.0.3 + * Apple Clang, C++11: 11.0.3 + * Apple Clang, C++14: 11.0.3 + * Apple Clang, C++17: 11.0.3 + * Apple Clang, C++20: 11.0.3 + +* Windows: + * Visual C++: 10.0, 11.0, 12.0, 14.0, 14.1, 14.2, 14.3 [endsect] [section Acknowledgements] -/TODO/ +Marshall Clow, Glen Fernandes and Ion GaztaƱaga managed this release. [endsect]