Boost 1.60.0 rc1 is now available
Release candidate files for 1.60.0 are available at: http://boost.cowic.de/rc/ 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_60_0_rc1.7z) = 7ce7f5a4e396484da8da6b60d4ed7661 MD5 (boost_1_60_0_rc1.tar.bz2) = 65a840e1a0b13a558ff19eeb2c4f0cbe MD5 (boost_1_60_0_rc1.tar.gz) = 28f58b9a33469388302110562bdf6188 MD5 (boost_1_60_0_rc1.zip) = 0cc5b9cf9ccdf26945b225c7338b4288 Thanks! -- The release managers P.S. Release notes are here: http://www.boost.org/users/history/version_1_60_0.html
On Mon, Dec 14, 2015 at 7:54 AM, Marshall Clow
Release candidate files for 1.60.0 are available at: http://boost.cowic.de/rc/
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 RC on Mac OS X with the following results: * Apple clang C++03: Success * Apple clang C++11: Success * Apple clang C++14: Boost.Context failed to build * gcc 4.9.2 C++03: Success * gcc 4.9.2 C++11: Success * gcc 4.9.2 C++14: Success ==== clang-darwin.compile.c++ bin.v2/libs/context/build/clang-darwin-14/release/threading-multi/execution_context.o In file included from libs/context/src/execution_context.cpp:11: In file included from ./boost/context/execution_context.hpp:10: ./boost/context/execution_context.ipp:61:5: error: thread-local storage is not supported for the current target thread_local static ptr_t current_rec; ^ libs/context/src/execution_context.cpp:23:1: error: thread-local storage is not supported for the current target thread_local ^ libs/context/src/execution_context.cpp:28:1: error: thread-local storage is not supported for the current target thread_local static std::size_t counter; ^ libs/context/src/execution_context.cpp:48:5: error: thread-local storage is not supported for the current target thread_local static detail::activation_record_initializer initializer; ^ 4 errors generated. "/usr/bin/clang++" -x c++ -std=c++1y -stdlib=libc++ -O3 -O3 -Wno-inline -Wall -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CONTEXT_DYN_LINK=1 -DBOOST_CONTEXT_SOURCE -DBOOST_DISABLE_ASSERTS -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG -I"." -c -o "bin.v2/libs/context/build/clang-darwin-14/release/threading-multi/execution_context.o" "libs/context/src/execution_context.cpp" -- Marshall
On Monday, December 14, 2015 07:54:48 AM Marshall Clow wrote:
Release candidate files for 1.60.0 are available at: http://boost.cowic.de/rc/
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've built the RC on Linux with the following results: * gcc-4.8.4: Success * clang-3.4: Success * intel-15.0.0: Success Best, Mario
On Mon, Dec 14, 2015 at 3:54 PM, Marshall Clow
Release candidate files for 1.60.0 are available at: http://boost.cowic.de/rc/
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_60_0_rc1.7z) = 7ce7f5a4e396484da8da6b60d4ed7661 MD5 (boost_1_60_0_rc1.tar.bz2) = 65a840e1a0b13a558ff19eeb2c4f0cbe MD5 (boost_1_60_0_rc1.tar.gz) = 28f58b9a33469388302110562bdf6188 MD5 (boost_1_60_0_rc1.zip) = 0cc5b9cf9ccdf26945b225c7338b4288
Thanks!
Looks good on Visual Studio: 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. Full build logs can be found here. 32-bit: https://gist.github.com/teeks99/a4849cb6a0315593ab1f 64-bit: https://gist.github.com/teeks99/827162f4b2dbfb05caec Tom
Marshall Clow-2 wrote
Release candidate files for 1.60.0 are available at: http://boost.cowic.de/rc/
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 compiled a few projects using Boost with MSVC 14 Update 1 in x64 mode, and everything not using Boost.Geometry worked fine. As others have pointed out, the Boost.Spirit warning spam (fixed in develop) is really annoying, though. -- View this message in context: http://boost.2283326.n4.nabble.com/Boost-1-60-0-rc1-is-now-available-tp46820... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (4)
-
Marcel Raad
-
Mario Mulansky
-
Marshall Clow
-
Tom Kent