1.58.0 rc2 is now available
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/ Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted. 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_58_0_rc2.7z) = 43e0d47cc9f5f2a07761808b9da57c0a MD5 (boost_1_58_0_rc2.tar.bz2) = 52147381c97685eb045b5b022ad51a35 MD5 (boost_1_58_0_rc2.tar.gz) = cb33afaa557dea2f700bffec8a91d87e MD5 (boost_1_58_0_rc2.zip) = 412676a9a7d9903eb5a260209ad78f0a Thanks! -- The release managers P.S. Release notes are here: http://www.boost.org/users/history/version_1_58_0.html
Marshall Clow
Please report both success and failure, and anything else that is noteworthy.
As reported earlier, Boost.Optional's new boost::none leads to compile errors when using precompiled headers. Defining BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE works around the problem, but that should probably be mentioned somewhere in big red letters as the error message on MSVC is a bit cryptic ("' ?? A0x06d21c56': the symbol to the left of a '::' must be a type"). I haven't found BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE documented anywhere. Apart from that, everything seems to work fine on MSVC12.
On 04/07/2015 01:52 AM, Marshall Clow wrote:
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted.
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_58_0_rc2.7z) = 43e0d47cc9f5f2a07761808b9da57c0a MD5 (boost_1_58_0_rc2.tar.bz2) = 52147381c97685eb045b5b022ad51a35 MD5 (boost_1_58_0_rc2.tar.gz) = cb33afaa557dea2f700bffec8a91d87e MD5 (boost_1_58_0_rc2.zip) = 412676a9a7d9903eb5a260209ad78f0a
Thanks!
-- The release managers
P.S. Release notes are here: http://www.boost.org/users/history/version_1_58_0.html
I would imagine the "Important Note" section in release notes should be removed, now that it's fixed? -- Vladimir Prus CodeSourcery / Mentor Embedded http://vladimirprus.com
On 4/6/2015 7:52 PM, Marshall Clow wrote:
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted.
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.
I have downloaded the RC and I do not see docs for Bind nor Member Function. These libraries used to have manual HTML documentation and were recently ported to BoostBook (see https://github.com/boostorg/bind/pull/5). What's missing for them to have their documentation built and be shown at the BoostBook Documentation Subset index? If it is too late to fix them, would at least be possible to restore the previous manually generated doc? Regards, -- Agustín K-ballo Bergé.- http://talesofcpp.fusionfenix.com
On Mon, Apr 6, 2015 at 3:52 PM, Marshall Clow
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted.
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 builds look good: 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 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. Logs: https://gist.github.com/teeks99/e7031e27dfd920d8f3f7#file-boost-1-58-0-rc2-3... https://gist.github.com/teeks99/c209af43c7a5b3aa0450#file-boost-1-58-0-rc2-6...
participants (6)
-
Agustín K-ballo Bergé
-
Marcel Raad
-
Marshall Clow
-
Olaf van der Spek
-
Tom Kent
-
Vladimir Prus