1.56.0 beta 1 release candidates available for testing
Release candidate files for 1.56.0 beta 1 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_56_0b1_rc1.7z) = a23e0b5f503c82970c9754dbc8324256 MD5 (boost-1_56_0b1_rc1.tar.bz2) = c6c8486dde4375896f302bdfe1fd3d2f MD5 (boost-1_56_0b1_rc1.tar.gz) = 1042e97a9f354b7187326fa1f9eb313e MD5 (boost-1_56_0b1_rc1.zip) = 984a70feac785d908d8f75ea9d8d2158 Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively. Thank you. --The release managers
Marshall Clow
Release candidate files for 1.56.0 beta 1 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.
All libraries built fine with MSVC 2013 Update 3 RC in the following configurations: - 32-bit _WIN32_WINNT=0x0502 static libs, static runtime - 64-bit _WIN32_WINNT=0x0601 static libs, static and dynamic runtimes All the projects using Boost I tested compiled and worked fine with two additional patches in release mode: thread: https://github.com/boostorg/thread/commit/08c4599 asio: https://github.com/chriskohlhoff/asio/pull/22 Debug builds are blocked by smart_ptr: https://svn.boost.org/trac/boost/ticket/10183
On Tuesday 08 July 2014 22:48:50 Marshall Clow wrote:
Release candidate files for 1.56.0 beta 1 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_56_0b1_rc1.7z) = a23e0b5f503c82970c9754dbc8324256 MD5 (boost-1_56_0b1_rc1.tar.bz2) = c6c8486dde4375896f302bdfe1fd3d2f MD5 (boost-1_56_0b1_rc1.tar.gz) = 1042e97a9f354b7187326fa1f9eb313e MD5 (boost-1_56_0b1_rc1.zip) = 984a70feac785d908d8f75ea9d8d2158
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
TypeIndex library is still missing.
On 9 July 2014 10:46, Andrey Semashev
On Tuesday 08 July 2014 22:48:50 Marshall Clow wrote:
Release candidate files for 1.56.0 beta 1 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_56_0b1_rc1.7z) = a23e0b5f503c82970c9754dbc8324256 MD5 (boost-1_56_0b1_rc1.tar.bz2) = c6c8486dde4375896f302bdfe1fd3d2f MD5 (boost-1_56_0b1_rc1.tar.gz) = 1042e97a9f354b7187326fa1f9eb313e MD5 (boost-1_56_0b1_rc1.zip) = 984a70feac785d908d8f75ea9d8d2158
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
TypeIndex library is still missing.
Marshall, are you using the python script I wrote? If this is a problem with it, I can look into fixing it.
Sorry, I missed your earlier report about TypeIndex.
I’ll fix that for the next version.
— Marshall
On Wed, Jul 9, 2014 at 2:46 AM, Andrey Semashev
On Tuesday 08 July 2014 22:48:50 Marshall Clow wrote:
Release candidate files for 1.56.0 beta 1 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_56_0b1_rc1.7z) = a23e0b5f503c82970c9754dbc8324256 MD5 (boost-1_56_0b1_rc1.tar.bz2) = c6c8486dde4375896f302bdfe1fd3d2f MD5 (boost-1_56_0b1_rc1.tar.gz) = 1042e97a9f354b7187326fa1f9eb313e MD5 (boost-1_56_0b1_rc1.zip) = 984a70feac785d908d8f75ea9d8d2158
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
TypeIndex library is still missing.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On 8 Jul 2014 at 22:48, Marshall Clow wrote:
Release candidate files for 1.56.0 beta 1 are available at http://boost.cowic.de/rc/
Can you give us this weekend for testing?
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
Due to the modularisation, proposed AFIO will need quite a bit of folder reorging to turn it into a compatible Boost submodule. I also need to rebuild the CIs as they are broken by the modularisation. This is why I need all day Saturday (at least). Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
Hi, (2014/07/09 14:48), Marshall Clow wrote:
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 confirmed that build succeeded under Fedora20 x86_64 with system provided GCC, but then I've got following error under status directory. $ cd status $ ../b2 ((snip)) error: Unable to find file or target named error: '/home/flast/boost-1_56_0b1/libs/predef/include/boost/predef.h' error: referred to from project at error: '../libs/predef/test' Thanks, Kohei Takahashi
I'll look at that ASAP. But since I'm on vacation it might take a few
days.
On Jul 10, 2014 8:34 PM, "Kohei Takahashi"
Hi,
(2014/07/09 14:48), Marshall Clow wrote:
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 confirmed that build succeeded under Fedora20 x86_64 with system provided GCC, but then I've got following error under status directory.
$ cd status $ ../b2 ((snip)) error: Unable to find file or target named error: '/home/flast/boost-1_56_0b1/libs/predef/include/boost/predef.h' error: referred to from project at error: '../libs/predef/test'
Thanks, Kohei Takahashi
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi Rene, Ah, beta1 RC archive doesn't contain your yesterday's commit. I copy new test/build.jam from github, and then it should work fine. I wish that fixed in next version. Kohei Takahashi (2014/07/11 12:01), Rene Rivera wrote:
I'll look at that ASAP. But since I'm on vacation it might take a few days. On Jul 10, 2014 8:34 PM, "Kohei Takahashi"
wrote: Hi,
(2014/07/09 14:48), Marshall Clow wrote:
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 confirmed that build succeeded under Fedora20 x86_64 with system provided GCC, but then I've got following error under status directory.
$ cd status $ ../b2 ((snip)) error: Unable to find file or target named error: '/home/flast/boost-1_56_0b1/libs/predef/include/boost/predef.h' error: referred to from project at error: '../libs/predef/test'
Thanks, Kohei Takahashi
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Fri, Jul 11, 2014 at 1:54 AM, Kohei Takahashi
Hi Rene,
Ah, beta1 RC archive doesn't contain your yesterday's commit. I copy new test/build.jam from github, and then it should work fine.
I wish that fixed in next version.
Oh good. I was hoping that change fixed it. But had not gotten to testing the use case from the "status" directory. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
-----Original Message-----
From: Rene Rivera
Hi Rene,
Ah, beta1 RC archive doesn't contain your yesterday's commit. I copy new test/build.jam from github, and then it should work fine.
I wish that fixed in next version.
Oh good. I was hoping that change fixed it. But had not gotten to testing the use case from the "status" directory. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Le 09/07/14 07:48, Marshall Clow a écrit :
Release candidate files for 1.56.0 beta 1 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_56_0b1_rc1.7z) = a23e0b5f503c82970c9754dbc8324256 MD5 (boost-1_56_0b1_rc1.tar.bz2) = c6c8486dde4375896f302bdfe1fd3d2f MD5 (boost-1_56_0b1_rc1.tar.gz) = 1042e97a9f354b7187326fa1f9eb313e MD5 (boost-1_56_0b1_rc1.zip) = 984a70feac785d908d8f75ea9d8d2158
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
Thank you.
--The release managers
Hi, please could I merge these two commits Added inline for when_all() and when_any(). https://github.com/boostorg/thread/commit/08c4599fb684d1f1d078b1811f24243644... fix wait_pull_front in case the queue is closed while empty. https://github.com/boostorg/thread/commit/f263c6014e4e5c66fb6aa1a6aa8d67d2d1... These were committed 1 week ago and there is no visible regression. Best, Vicente
On 12 Jul 2014 at 10:14, Vicente J. Botet Escriba wrote:
Since this is the first post-git release, we are expecting some teething pains with this release. Please test extensively.
please could I merge these two commits
Added inline for when_all() and when_any(). https://github.com/boostorg/thread/commit/08c4599fb684d1f1d078b1811f24243644... fix wait_pull_front in case the queue is closed while empty. https://github.com/boostorg/thread/commit/f263c6014e4e5c66fb6aa1a6aa8d67d2d1...
These were committed 1 week ago and there is no visible regression.
I'd also like to merge https://github.com/boostorg/thread/pull/20 into v1.56 release. It fixes a poor 64 bit timers contribution with a solution that actually works as expected on all platforms. It also passes all tests, though I'll admit I haven't actually run test code past the 41 day timer limit the new support eliminates. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
On Wed, Jul 9, 2014 at 5:48 AM, Marshall Clow
Release candidate files for 1.56.0 beta 1 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.
Aside from the previously mentioned problem with signals on msvc-12.0 everything looks good for my windows builds. Is this RC going to become the beta? (Should I stage the windows installers on sourceforge?) Tom toolset arch compile install Link Execute msvc-8.0 32 X X X X msvc-8.0 64 X X X X msvc-9.0 32 X X X X msvc-9.0 64 X X X X msvc-10.0 32 X X X X msvc-10.0 64 X X X X msvc-11.0 32 X X X X msvc-11.0 64 X X X X msvc-12.0 32 ERRORS X X X msvc-12.0 64 ERRORS 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.
participants (10)
-
Andrey Semashev
-
Daniel James
-
Gauthier Quesnel
-
Kohei Takahashi
-
Marcel Raad
-
Marshall Clow
-
Niall Douglas
-
Rene Rivera
-
Tom Kent
-
Vicente J. Botet Escriba