[boost] [release] Boost 1.78.0 Beta 1 Release Candidate 1 is available

3 views
Skip to first unread message

Marshall Clow via Boost

unread,
Nov 4, 2021, 5:21:00 PM11/4/21
to Boost Developers List, Boost users list, Marshall Clow, Michael Caisse
The first release candidates for the 1.78.0 beta release are now available at:
<https://boostorg.jfrog.io/ui/native/main/beta/1.78.0.beta1/source <https://boostorg.jfrog.io/ui/native/main/beta/1.78.0.beta1/source>>

The SHA256 checksums are as follows:

7a3a025451dfa2923129214eef7d16b03c02310a353d02158a549f6caa4284b0 boost_1_78_0_b1_rc1.tar.bz2
c491b1dcb916195598aa6581d6708d57fcc750516641c22511c088d572de9c07 boost_1_78_0_b1_rc1.tar.gz
35e7a3b0eb412a3933e57c72ba96374eb7d88ff1f89dbec62a16d67ffea2105a boost_1_78_0_b1_rc1.7z
e6b68feb2f63401c96ca9fe25e939b409189fbe526a6e784e4bd69832c8f09cb boost_1_78_0_b1_rc1.zip


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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Matt Borland via Boost

unread,
Nov 5, 2021, 10:17:36 AM11/5/21
to bo...@lists.boost.org, Matt Borland, Boost users list, Michael Caisse
> 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 libraries build successfully on Fedora 35 using GCC 11.2.1 with cxxstd=11,14,17 and 20.

Matt

Marshall Clow via Boost

unread,
Nov 5, 2021, 12:32:15 PM11/5/21
to Boost Developers List, Boost users list, Marshall Clow, Michael Caisse
On Nov 4, 2021, at 2:20 PM, Marshall Clow <mclow...@gmail.com> wrote:
>
> The first release candidates for the 1.78.0 beta release are now available at:
> <https://boostorg.jfrog.io/ui/native/main/beta/1.78.0.beta1/source <https://boostorg.jfrog.io/ui/native/main/beta/1.78.0.beta1/source>>
>
> The SHA256 checksums are as follows:
>
> 7a3a025451dfa2923129214eef7d16b03c02310a353d02158a549f6caa4284b0 boost_1_78_0_b1_rc1.tar.bz2
> c491b1dcb916195598aa6581d6708d57fcc750516641c22511c088d572de9c07 boost_1_78_0_b1_rc1.tar.gz
> 35e7a3b0eb412a3933e57c72ba96374eb7d88ff1f89dbec62a16d67ffea2105a boost_1_78_0_b1_rc1.7z
> e6b68feb2f63401c96ca9fe25e939b409189fbe526a6e784e4bd69832c8f09cb boost_1_78_0_b1_rc1.zip
>
>
> 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.

I have successfully built the libraries:

* On Mac OS 10.15, using Apple clang version 11.0.3, and and c++03/11/14/17/2a

— Marshall

Tom Kent via Boost

unread,
Nov 5, 2021, 8:12:30 PM11/5/21
to Boost users list, Tom Kent, Boost Developers List, Michael Caisse
On Thu, Nov 4, 2021 at 4:20 PM Marshall Clow via Boost-users <
boost...@lists.boost.org> wrote:

> The first release candidates for the 1.78.0 beta release are now available
> at:
> <https://boostorg.jfrog.io/ui/native/main/beta/1.78.0.beta1/source>
>
> The SHA256 checksums are as follows:
>
> 7a3a025451dfa2923129214eef7d16b03c02310a353d02158a549f6caa4284b0
> boost_1_78_0_b1_rc1.tar.bz2
> c491b1dcb916195598aa6581d6708d57fcc750516641c22511c088d572de9c07
> boost_1_78_0_b1_rc1.tar.gz
> 35e7a3b0eb412a3933e57c72ba96374eb7d88ff1f89dbec62a16d67ffea2105a
> boost_1_78_0_b1_rc1.7z
> e6b68feb2f63401c96ca9fe25e939b409189fbe526a6e784e4bd69832c8f09cb
> boost_1_78_0_b1_rc1.zip
>
>
> 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/MSVC.

Note, this is being built with the Preview version of msvc-14.3 (Visual
Studio 2022). The final version is due out on Monday, so I will be posting
more results then with the final version. I will also be using that to
build the msvc binaries for the beta.

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 logs can be found here:
https://gist.github.com/teeks99/7a1e15d6b67b9387a658e613f3aa6113

Tom

Tom Kent via Boost

unread,
Nov 8, 2021, 10:41:16 PM11/8/21
to Boost users list, Tom Kent, Boost Developers List, Michael Caisse
The official release of msvc-14.2 (Visual Studio 2022) is out now. I've
been able to build and test with that, no issues.

I've got the binaries from this RC staged and ready to go.

Tom Kent via Boost

unread,
Nov 9, 2021, 7:23:26 AM11/9/21
to Boost users list, Tom Kent, Boost Developers List, Michael Caisse
Typo: I meant msvc-14.3 (not -14.2)
Reply all
Reply to author
Forward
0 new messages