Boost logo

Boost :

From: Tom Kent (lists_at_[hidden])
Date: 2023-08-09 12:36:47


On Wed, Aug 9, 2023 at 12:38 AM Marshall Clow via Boost <
boost_at_[hidden]> wrote:

> The second release candidates for the 1.83.0 release are now available at:
> <https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/>
>
> The SHA256 checksums are as follows:
>
> c86bd9d9eef795b4b0d3802279419fde5221922805b073b9bd822edecb1ca28e
> boost_1_83_0_rc2.zip
> 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e
> boost_1_83_0_rc2.tar.bz2
> c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628
> boost_1_83_0_rc2.tar.gz
> 22ee9dcf3f1fb58f585772f70c69113a4077b92adeac58b643b3543b78633a16
> boost_1_83_0_rc2.7z
>
> The only change between RC1 and RC2 is the addition of some missing
> "#include"s in Boost.Unordered
>
> 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
msvc-14.3 32 X X X
msvc-14.3 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 log can be found here:
https://gist.github.com/teeks99/275bf5154abb0f7c18c4c8c89f1ba575

I'll stage the windows binaries to jfrog/sourceforge later in the day.

Tom


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk