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