Boost release 1.59.0 beta 1 is now available from SourceForge
Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team
On Thu, Jul 16, 2015 at 8:16 AM, Marshall Clow
Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter. Thanks,
-- The Boost Release Team
The windows binary installers are now also available on sourceforege: https://sourceforge.net/projects/boost/files/boost-binaries/1.59.0_b1/ These support: msvc-8.0 SP1 (32&64) msvc-9.0 SP1 (32&64) msvc-10.0 SP1 (32&64) msvc-11.0 Update 4 (32&64) msvc-12.0 Update 4 (32&64) Tom
On Thu, Jul 16, 2015 at 6:16 AM, Marshall Clow
Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter.
Has anyone tried the beta release with new compilers? Specifically, I'm thinking about: * GCC 5.2 * VS2015 * Clang 3.7rc1 -- Marshall
Marshall Clow
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * VS2015
Yes, everything seems to work fine except Boost.Graph, which is still missing https://github.com/boostorg/graph/commit/0 fc1749bd7b300b0ad7a6ec45eefff5ea9057a0f in master. I'm also running the regression test suite for develop with VS2015 RTM right now (but it's a revision right before constexpr support was disabled again).
On Wed, Jul 22, 2015 at 2:23 PM, Marshall Clow
On Thu, Jul 16, 2015 at 6:16 AM, Marshall Clow
wrote: Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter.
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * GCC 5.2 * VS2015 * Clang 3.7rc1
VS 2015 RTM runs the bootstrap and build without errors. Every compile, however, produces the "Unknown compiler version - please run the configure tests and report the results" warning. The config fix for that has been pushed to develop, but has not been merged into master yet. --Beman
On Thursday, July 23, 2015 02:23 AM, Marshall Clow wrote:
On Thu, Jul 16, 2015 at 6:16 AM, Marshall Clow
mailto:mclow.lists@gmail.com> wrote: Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter.
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * GCC 5.2 * VS2015 * Clang 3.7rc1
For clang 3.7 rc1, the tests for master are up on the ftp, but they won't be published because I haven't submitted a pull request for them to be published on the test site, since I don't run them regularly. The dev results should be up on the test matrix at some point soon, but the entire run of dev and release takes a couple of days (which feels slow) and is still in progress. I intend to publish the results of asan, msan, tsan runs at some point but I haven't got round to figuring out the right way to present them yet, if you want the raw xml results and don't have access to the ftp, contact me. I'll probably run for gcc 5.2 when it arrives on Ubuntu's launchpad. Ben
We re working on the release of pgRouting. We use Boost.Graph. My Question is: Waht changes I have to do in Github travis to check that pgRouting is compatible with this beta release? Here is our travis file: https://github.com/pgRouting/pgrouting/blob/develop_2_1_0/.travis.yml Right now it runs with boost 1.46.1 https://travis-ci.org/pgRouting/pgrouting/jobs/72064827#L1834 Thanks
To: boost-users@lists.boost.org From: benpope81@gmail.com Date: Thu, 23 Jul 2015 05:20:39 +0800 CC: boost@lists.boost.org Subject: Re: [Boost-users] Boost release 1.59.0 beta 1 is now available from SourceForge
On Thursday, July 23, 2015 02:23 AM, Marshall Clow wrote:
On Thu, Jul 16, 2015 at 6:16 AM, Marshall Clow
mailto:mclow.lists@gmail.com> wrote: Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter.
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * GCC 5.2 * VS2015 * Clang 3.7rc1
For clang 3.7 rc1, the tests for master are up on the ftp, but they won't be published because I haven't submitted a pull request for them to be published on the test site, since I don't run them regularly.
The dev results should be up on the test matrix at some point soon, but the entire run of dev and release takes a couple of days (which feels slow) and is still in progress.
I intend to publish the results of asan, msan, tsan runs at some point but I haven't got round to figuring out the right way to present them yet, if you want the raw xml results and don't have access to the ftp, contact me.
I'll probably run for gcc 5.2 when it arrives on Ubuntu's launchpad.
Ben
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Wed, Jul 22, 2015 at 1:23 PM, Marshall Clow
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * VS2015
I've got my test runners updated to msvc-14.0 RTM (they were previously on
the RC).
master - teeks99-06f
master - teeks99-08l
develop - teeks99-08f
It appears that the config module has changes for msvc-14 that need to be
merged to master. Any time you compile a .cpp file with #include
It appears that the config module has changes for msvc-14 that need to be merged to master. Any time you compile a .cpp file with #include
you get a line in your output (not a warning, just very annoying text) saying: "Unknown compiler version - please run the configure tests and report the results" This is currently happening on master: http://www.boost.org/development/tests/master/developer/output/teeks99-08l-w... but not on develop: http://www.boost.org/development/tests/develop/developer/output/teeks99-08f-...
Nod. Those changes are brand new (like MSVC14), once the testing dust has settled, I'll merge to master - probably later today - I just don't have time to check things right this minute. John.
participants (7)
-
Beman Dawes
-
Ben Pope
-
John Maddock
-
Marcel Raad
-
Marshall Clow
-
Tom Kent
-
Vicky Vergara