[release] Boost 1.76.0 Release Candidate 1
IMPORTANT NOTE: This will be the last RC posted on BinTray! The first release candidates for the 1.76.0 release are now available at: https://dl.bintray.com/boostorg/release/1.76.0/source/ The SHA256 checksums are as follows: aaf920e31ae815ff6b55d70a28bb614a6aa6f5cd2f6e4543461d20a4fe39df4e boost_1_76_0_rc1.7z 5dd0c91e1f0f18d452fcaa772d9c30815e449dd4fe99fadf224cca180d98cee3 boost_1_76_0_rc1.zip 5b9844335bc327272030b8050cf417178d26c8abbc64ed7aefc4d818facc1c10 boost_1_76_0_rc1.tar.gz cea1cf7609daf5bb285a625530e8d660dca51816007da7f5eb3f577b685a888d boost_1_76_0_rc1.tar.bz2 As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. -- The Release managers
On Fri, Apr 9, 2021 at 1:00 PM Marshall Clow via Boost < boost@lists.boost.org> wrote:
IMPORTANT NOTE: This will be the last RC posted on BinTray!
The first release candidates for the 1.76.0 release are now available at: https://dl.bintray.com/boostorg/release/1.76.0/source/
The SHA256 checksums are as follows:
aaf920e31ae815ff6b55d70a28bb614a6aa6f5cd2f6e4543461d20a4fe39df4e boost_1_76_0_rc1.7z 5dd0c91e1f0f18d452fcaa772d9c30815e449dd4fe99fadf224cca180d98cee3 boost_1_76_0_rc1.zip 5b9844335bc327272030b8050cf417178d26c8abbc64ed7aefc4d818facc1c10 boost_1_76_0_rc1.tar.gz cea1cf7609daf5bb285a625530e8d660dca51816007da7f5eb3f577b685a888d boost_1_76_0_rc1.tar.bz2
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
-- The Release managers
Looks good on Windows/Visual Studio. toolset arch compile Link Execute msvc-10.0 32 X X X msvc-10.0 64 X X X msvc-11.0 32 X X X msvc-11.0 64 X X X msvc-12.0 32 X X X msvc-12.0 64 X X X msvc-14.0 32 X X X msvc-14.0 64 X X X msvc-14.1 32 X X X msvc-14.1 64 X X X msvc-14.2 32 X X X msvc-14.2 64 X X X Compile means that the b2 command completed without errors Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated Execute means that the linked program executed without errors. Full build logs can be found here: https://gist.github.com/teeks99/2a9221222ac8fc2f105e921e21db9a34 Tom
As always, the release managers would appreciate it if you download the
candidate of your choice and give building it a try. Please report both
success and failure, and anything else that is noteworthy.
-- The Release managers
The RC fails to build on Fedora 34 (beta) using GCC 11.0.1. Issue has been opened against Boost.Regex (https://github.com/boostorg/regex/issues/124). Matt
On Apr 9, 2021, at 11:00 AM, Marshall Clow
IMPORTANT NOTE: This will be the last RC posted on BinTray!
The first release candidates for the 1.76.0 release are now available at: <https://dl.bintray.com/boostorg/release/1.76.0/source/ https://dl.bintray.com/boostorg/release/1.76.0/source/>
The SHA256 checksums are as follows:
aaf920e31ae815ff6b55d70a28bb614a6aa6f5cd2f6e4543461d20a4fe39df4e boost_1_76_0_rc1.7z 5dd0c91e1f0f18d452fcaa772d9c30815e449dd4fe99fadf224cca180d98cee3 boost_1_76_0_rc1.zip 5b9844335bc327272030b8050cf417178d26c8abbc64ed7aefc4d818facc1c10 boost_1_76_0_rc1.tar.gz cea1cf7609daf5bb285a625530e8d660dca51816007da7f5eb3f577b685a888d boost_1_76_0_rc1.tar.bz2
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Successfully built the libraries on Mac OS 10.15.7 with Apple clang version 11.0.3 (clang-1103.0.32.62) for cxxstd=03,11,14,17,and 20 — Marshall
Sorry to be MIA during earlier phases. Did my usual thing with 22 combos on Linux. tldr: Looks good. 1 platforms, 5 compilers, 5 c++ versions as applicable - 22 combinations Mint5 - 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux g++10.1 (2a, 17, 14, 11, 98) g++9.2 (2a, 17, 14, 11, 98) g++8.4 (17, 14, 11, 98) g++7.5 (17, 14, 11, 98) clang6.0.0 (17, 14, 11, 98) - All successfully compile, so pretty solid - c++98 mode dropped from 1683 targets to 1260 (likely boost.math) - c++2a mode dropped from 1793 to 1732 targets - gcc10.1 2a mode 144 warnings (same number as 1.75) -- locale, python, wave - 112 due to auto_ptr ./boost/locale/localization_backend.hpp:109:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] ./boost/python/detail/is_auto_ptr.hpp:17:40: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] - other examples ./boost/wave/grammars/cpp_intlit_grammar.hpp:104:53: warning: top-level comma expression in array subscript is deprecated [-Wcomma-subscript] /usr/include/python2.7/object.h:115:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ./boost/python/extract.hpp:185:11: warning: ‘*((void*)&<anonymous> +24)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
participants (4)
-
Jeff Garland
-
Marshall Clow
-
Matt Borland
-
Tom Kent