Boost 1.65.0 Release Candidate 1
The release candidates for the 1.65.0 release are now available at: https://dl.bintray.com/boostorg/release/1.65.0/source/ The SHA256 checksums are as follows: 0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3 boost_1_65_0_rc1.7z c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238 boost_1_65_0_rc1.tar.bz2 7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d boost_1_65_0_rc1.tar.gz 537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f boost_1_65_0_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. Thanks! -- The release managers
On Sun, Aug 6, 2017 at 12:07 PM, Marshall Clow
The release candidates for the 1.65.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.0/source/
The SHA256 checksums are as follows:
0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3 boost_1_65_0_rc1.7z c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238 boost_1_65_0_rc1.tar.bz2 7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d boost_1_65_0_rc1.tar.gz 537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f boost_1_65_0_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 built the release with Apple's clang (Apple LLVM version 8.0.0 (clang-800.0.42.1)) with the following results: * C++03 - everything built successfully. * C++11 - Boost.Fiber failed to build * C++14 - Boost.Fiber failed to build * C++1z - Boost.Fiber failed to build -- Marshall
2017-08-06 22:11 GMT+02:00 Marshall Clow via Boost-users < boost-users@lists.boost.org>:
On Sun, Aug 6, 2017 at 12:07 PM, Marshall Clow
wrote: The release candidates for the 1.65.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.0/source/
The SHA256 checksums are as follows:
0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3 boost_1_65_0_rc1.7z c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238 boost_1_65_0_rc1.tar.bz2 7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d boost_1_65_0_rc1.tar.gz 537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f boost_1_65_0_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 built the release with Apple's clang (Apple LLVM version 8.0.0 (clang-800.0.42.1)) with the following results: * C++03 - everything built successfully. * C++11 - Boost.Fiber failed to build * C++14 - Boost.Fiber failed to build * C++1z - Boost.Fiber failed to build
32bit or 64bit? Master regression tests are not executed for Mac OS, right? Note that a fix (assembler for Mac OS X, 32bit) is contained in branch develop that was too late for boost-1.65 release. It seams that Mac OS X doesn't support ucontext anymore and I've had not the time to figure out how to disable the '<xyz>_native' unit-tests selectifly for Mac OS X. (you can build the libs with assembler or as an alternative with ucontext)
On Sun, Aug 6, 2017 at 11:01 PM, Oliver Kowalke via Boost-users < boost-users@lists.boost.org> wrote:
2017-08-06 22:11 GMT+02:00 Marshall Clow via Boost-users < boost-users@lists.boost.org>:
On Sun, Aug 6, 2017 at 12:07 PM, Marshall Clow
wrote: The release candidates for the 1.65.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.0/source/
The SHA256 checksums are as follows:
0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3 boost_1_65_0_rc1.7z c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238 boost_1_65_0_rc1.tar.bz2 7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d boost_1_65_0_rc1.tar.gz 537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f boost_1_65_0_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 built the release with Apple's clang (Apple LLVM version 8.0.0 (clang-800.0.42.1)) with the following results: * C++03 - everything built successfully. * C++11 - Boost.Fiber failed to build * C++14 - Boost.Fiber failed to build * C++1z - Boost.Fiber failed to build
32bit or 64bit? Master regression tests are not executed for Mac OS, right?
I'm pretty sure it's 64 bit; I'll check. Actually they are (I run a tester), but it is intermittent. (I'm having reliability issues) -- Marshall
On Sun, Aug 6, 2017 at 2:07 PM, Marshall Clow via Boost-users < boost-users@lists.boost.org> wrote:
The release candidates for the 1.65.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.0/source/
The SHA256 checksums are as follows:
0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3 boost_1_65_0_rc1.7z c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238 boost_1_65_0_rc1.tar.bz2 7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d boost_1_65_0_rc1.tar.gz 537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f boost_1_65_0_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.
Windows/MSVC builds look good across the board. toolset arch compile Link Execute msvc-8.0 32 X X X msvc-8.0 64 X X X msvc-9.0 32 X X X msvc-9.0 64 X X X 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 Compile means that the b2 command completed without errors Install means that the installers for the respective version were generated 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. Tom
From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Marshall Clow via Boost-users Sent: Sonntag, 6. August 2017 21:07 To: boost@lists.boost.org List
; boost-users@lists.boost.org Cc: Marshall Clow Subject: [Boost-users] Boost 1.65.0 Release Candidate 1 The release candidates for the 1.65.0 release are now available [...] 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.
With Visual C++ 2017 and /permissive-, ScopeExit is still broken, for which there's an open PR: https://github.com/boostorg/scope_exit/pull/3 Looks good otherwise on MSVC 14.11, tested with /std=cpplatest and _HAS_AUTO_PTR_ETC=1, targeting Windows 10 and XP, 32 bit and 64 bit, built as static libraries. Marcel
participants (4)
-
Marcel Raad
-
Marshall Clow
-
Oliver Kowalke
-
Tom Kent