1.59.0 rc3 is now available
New Release candidate files for 1.59.0 are available at: http://boost.cowic.de/rc/ RC3 should fix the problem with VC14 and MSPDB140.DLL. 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. This helps ensure the candidates build OK before we push them out to SourceForge. The files (and associated md5s) are: MD5 (boost_1_59_0_rc3.7z) = 0a2e512844f3e30a6240f8139ee983f3 MD5 (boost_1_59_0_rc3.tar.bz2) = 6aa9a5c6a4ca1016edd0ed1178e3cb87 MD5 (boost_1_59_0_rc3.tar.gz) = 51528a0e3b33d9e10aaa311d9eb451e3 MD5 (boost_1_59_0_rc3.zip) = 08d29a2d85db3ebc8c6fdfa3a1f2b83c Thanks! -- The release managers P.S. Release notes are here: http://www.boost.org/users/history/version_1_59_0.html
On Tue, Aug 11, 2015 at 3:59 PM, Marshall Clow
New Release candidate files for 1.59.0 are available at: http://boost.cowic.de/rc/
RC3 should fix the problem with VC14 and MSPDB140.DLL.
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 can verify that the fix does work on VC14/64.
The other builds appear to be working as well. Here's the full matrix: 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 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
Marshall wrote:
New Release candidate files for 1.59.0 are available at: http://boost.cowic.de/rc/
Built successfully with gcc 5.1.1 on Fedora 22 64-bit for 64-bit arch, std=c++11, std=c++14. Glen
Marshall Clow
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.
Graph is still broken on MSVC 14 as https://github.com/boostorg/graph/commit/0fc1749bd7b300b0ad7a6ec45eefff5ea90 57a0f is missing in master. Would be great if it could at least be merged for 1.60.0.
Looks like there is a stalled file in serialization library boost_serialization.shared_ptr_helper.cpp - cant find the declaration for classes mentioned in above cpp. It ruins serialization NuGet package when it tries to compile
It is not new for 1.59, the same was in 1.58
-----Original Message-----
From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Marcel Raad
Sent: Thursday, August 13, 2015 2:31 PM
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] 1.59.0 rc3 is now available
Marshall Clow
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.
Graph is still broken on MSVC 14 as https://github.com/boostorg/graph/commit/0fc1749bd7b300b0ad7a6ec45eefff5ea90 57a0f is missing in master. Would be great if it could at least be merged for 1.60.0. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (5)
-
Ernest Zaslavsky
-
Glen Fernandes
-
Marcel Raad
-
Marshall Clow
-
Tom Kent