[1.54.0] Release candidates available
Release candidate files for 1.54.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: efbfbff5a85a9330951f243d0a46e4b9 *boost_1_54_0_rc1.tar.gz 15cb8c0803064faef0c4ddf5bc5ca279 *boost_1_54_0_rc1.tar.bz2 78a35834c45220a6164310e280abe675 *boost_1_54_0_rc1.zip 89e734ffd2afe0982b2d9fc21d033dba *boost_1_54_0_rc1.7z Thanks! -- The release managers
I have a bug fix for Spirit pending which I still would like to get into the
release, if possible. It's changeset 84814:
Bugfix:
===================================================================
--- omit.hpp (revision 84813)
+++ omit.hpp (revision 84814)
@@ -77,7 +77,7 @@
if (Execute) {
// wrap the given output iterator to avoid output
detail::disable_output<OutputIterator> disable(sink);
- subject.generate(sink, ctx, d, attr);
+ return subject.generate(sink, ctx, d, attr);
}
return true;
New test:
===================================================================
--- omit.cpp (revision 84813)
+++ omit.cpp (revision 84814)
@@ -47,6 +47,21 @@
BOOST_TEST(test("15", r, a));
}
+ // even if omit[] never fails, it has to honor the result of the
+ // embedded generator
+ {
+ typedef std::pair
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Marshall Clow Sent: Thursday, June 27, 2013 8:45 AM To: boost@lists.boost.org List Subject: [boost] [1.54.0] Release candidates available
Release candidate files for 1.54.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: efbfbff5a85a9330951f243d0a46e4b9 *boost_1_54_0_rc1.tar.gz 15cb8c0803064faef0c4ddf5bc5ca279 *boost_1_54_0_rc1.tar.bz2 78a35834c45220a6164310e280abe675 *boost_1_54_0_rc1.zip 89e734ffd2afe0982b2d9fc21d033dba *boost_1_54_0_rc1.7z
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
2013/6/27 Marshall Clow
Release candidate files for 1.54.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.
Builds OK with MSVC-11. A bunch of warnings during build, nothing fatal. -- Best regards, Antony Polukhin
On Jun 27, 2013, at 7:20 AM, Antony Polukhin
2013/6/27 Marshall Clow
: Release candidate files for 1.54.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.
Builds OK with MSVC-11. A bunch of warnings during build, nothing fatal.
Builds OK with gcc 4.7.2, clang and clang in c++11 mode. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On 27 June 2013 14:44, Marshall Clow
Release candidate files for 1.54.0 are available at http://boost.cowic.de/rc/
It's uploaded to the website as well, so the release notes and the home page now link to it.
On 27 June 2013 19:43, Daniel James
On 27 June 2013 14:44, Marshall Clow
wrote: Release candidate files for 1.54.0 are available at http://boost.cowic.de/rc/
It's uploaded to the website as well, so the release notes and the home page now link to it.
The release candidate's documentation that is. The download link is still for the beta.
On Thu, Jun 27, 2013 at 1:44 PM, Marshall Clow
Release candidate files for 1.54.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: efbfbff5a85a9330951f243d0a46e4b9 *boost_1_54_0_rc1.tar.gz 15cb8c0803064faef0c4ddf5bc5ca279 *boost_1_54_0_rc1.tar.bz2 78a35834c45220a6164310e280abe675 *boost_1_54_0_rc1.zip 89e734ffd2afe0982b2d9fc21d033dba *boost_1_54_0_rc1.7z
Thanks!
-- The release managers
Builds, links and runs (a simple test exe) on (Win Server 2008r2, 64-bit): msvc-8.0 - 32 msvc-9.0 - 32 msvc-10.0 - 32 msvc-11.0 - 32 msvc-8.0 - 64 msvc-9.0 - 64 msvc-10.0 - 64 msvc-11.0 - 64 However, there were a bunch of "errors" at some pre-build step, which don't appear to cause any problems, but are very annoying: error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched error: No best alternative for libs/coroutine/build/allocator_sources next alternative: required properties: <link>static <target-os>windows <threading>multi not matched next alternative: required properties: <link>static <segmented-stacks>on <threading>multi not matched next alternative: required properties: <link>static <threading>multi not matched I'm compressing the installers now (this takes substantially longer than the build), when should I upload them to sourceforge? Before or after the official release announcement? Tom
On Jun 27, 2013, at 5:56 PM, Tom Kent
On Thu, Jun 27, 2013 at 1:44 PM, Marshall Clow
wrote: I'm compressing the installers now (this takes substantially longer than the build), when should I upload them to sourceforge? Before or after the official release announcement?
After, please. It's possible that we will do another release candidate, in which case you would have to re-do the installers. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
On Jun 28, 2013, at 12:00 AM, Marshall Clow
On Jun 27, 2013, at 5:56 PM, Tom Kent
wrote: On Thu, Jun 27, 2013 at 1:44 PM, Marshall Clow
wrote: I'm compressing the installers now (this takes substantially longer than the build), when should I upload them to sourceforge? Before or after the official release announcement?
After, please. It's possible that we will do another release candidate, in which case you would have to re-do the installers.
Shouldn't the installers be part of testing RCs? ___ Rob (Sent from my portable computation engine)
I forgot to explicitly ask for permission to merge this. Am I allowed to do so? Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu
-----Original Message----- From: Hartmut Kaiser [mailto:hartmut.kaiser@gmail.com] Sent: Thursday, June 27, 2013 9:11 AM To: 'boost@lists.boost.org' Subject: RE: [boost] [1.54.0] Release candidates available
I have a bug fix for Spirit pending which I still would like to get into the release, if possible. It's changeset 84814:
Bugfix:
=================================================================== --- omit.hpp (revision 84813) +++ omit.hpp (revision 84814) @@ -77,7 +77,7 @@ if (Execute) { // wrap the given output iterator to avoid output detail::disable_output<OutputIterator> disable(sink); - subject.generate(sink, ctx, d, attr); + return subject.generate(sink, ctx, d, attr); } return true;
New test:
=================================================================== --- omit.cpp (revision 84813) +++ omit.cpp (revision 84814) @@ -47,6 +47,21 @@ BOOST_TEST(test("15", r, a)); }
+ // even if omit[] never fails, it has to honor the result of the + // embedded generator + { + typedef std::pair
attribute_type; + rule r; + + r %= omit[double_(1.0) << double_] | "42"; + + attribute_type p1 (1.0, 2.0); + BOOST_TEST(test("", r, p1)); + + attribute_type p2 (10.0, 2.0); + BOOST_TEST(test("42", r, p2)); + } + // skip[] is not supposed to execute the embedded generator { using boost::spirit::karma::double_; Thanks! Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Marshall Clow Sent: Thursday, June 27, 2013 8:45 AM To: boost@lists.boost.org List Subject: [boost] [1.54.0] Release candidates available
Release candidate files for 1.54.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: efbfbff5a85a9330951f243d0a46e4b9 *boost_1_54_0_rc1.tar.gz 15cb8c0803064faef0c4ddf5bc5ca279 *boost_1_54_0_rc1.tar.bz2 78a35834c45220a6164310e280abe675 *boost_1_54_0_rc1.zip 89e734ffd2afe0982b2d9fc21d033dba *boost_1_54_0_rc1.7z
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (6)
-
Antony Polukhin
-
Daniel James
-
Hartmut Kaiser
-
Marshall Clow
-
Rob Stewart
-
Tom Kent