[release] Boost 1.62.0 release available
Release 1.62.0 of the Boost C++ Libraries is now available. These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. This release contains two new libraries and numerous enhancements and bug fixes for existing libraries. New Libraries * Fiber: Framework for userland-threads/fibers, from Oliver Kowalke. * QVM: Boost QVM is a generic library for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications, from Emil Dotchevski. For details, including download links, see http://www.boost.org/users/ news/version_1.62.0 You can also download directly from SourceForge: http://sourceforge.net/ projects/boost/files/boost/1.62.0/ The SHA256 checksums are as follows: b91c2cda8bee73ea613130e19e72c9589e9ef0357c4c5cc5f7523de82cce11f7 boost_1_62_0.7z 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 boost_1_62_0.tar.bz2 440a59f8bc4023dbe6285c9998b0f7fa288468b889746b1ef00e8b36c559dce1 boost_1_62_0.tar.gz 084b2e0638bbe0975a9e43e21bc9ceae33ef11377aecab3268a57cf41e405d4e boost_1_62_0.zip Tom Kent has made pre-built windows binaries, and they are available at: https://sourceforge.net/projects/boost/files/boost-binaries/1.62.0/ To install this release on your system, see http://www.boost.org/doc/libs/ release/more/getting_started/index.html Thanks, --The Boost release team
On 28.09.2016 17:32, Rene Rivera wrote:
Release 1.62.0 of the Boost C++ Libraries is now available.
It seems there's some issue with the Asio documentation[1]. Clicking on Asio[2] in the documentation page[3] leads to a "too many redirects" error. The documentation for 1.61 works fine[4]. Tested in Chrome and Firefox. [1]: https://plus.google.com/111426989421298795202/posts/DHDQBS9G9Zj [2]: http://www.boost.org/doc/libs/1_62_0/libs/asio/ [3]: http://www.boost.org/doc/libs/1_62_0/ [4]: http://www.boost.org/doc/libs/1_61_0/doc/html/boost_asio.html Cheers - Asbjørn
On Mon, Oct 3, 2016 at 4:20 AM, Asbjørn
On 28.09.2016 17:32, Rene Rivera wrote:
Release 1.62.0 of the Boost C++ Libraries is now available.
It seems there's some issue with the Asio documentation[1].
Clicking on Asio[2] in the documentation page[3] leads to a "too many redirects" error.
Works for me on OSX Chrome. Maybe Daniel fixed it already. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On 4 October 2016 at 04:23, Rene Rivera
On Mon, Oct 3, 2016 at 4:20 AM, Asbjørn
wrote: On 28.09.2016 17:32, Rene Rivera wrote:
Release 1.62.0 of the Boost C++ Libraries is now available.
It seems there's some issue with the Asio documentation[1].
Clicking on Asio[2] in the documentation page[3] leads to a "too many redirects" error.
Works for me on OSX Chrome. Maybe Daniel fixed it already.
I manually built it yesterday and also changed the site to remove redirect loops from master, so missing documentation should be a 404 now. The problem is that the asio documentation requires an explicit target to be built, so the new build script doesn't build it. Is it possible for the asio documentation jamfile to know when it's run from the main documentation build script? It wants to build a different version of the documentation for standalone releases.
On Tue, Oct 4, 2016 at 4:45 AM, Daniel James
On 4 October 2016 at 04:23, Rene Rivera
wrote: On Mon, Oct 3, 2016 at 4:20 AM, Asbjørn
wrote: On 28.09.2016 17:32, Rene Rivera wrote:
Release 1.62.0 of the Boost C++ Libraries is now available.
It seems there's some issue with the Asio documentation[1].
Clicking on Asio[2] in the documentation page[3] leads to a "too many redirects" error.
Works for me on OSX Chrome. Maybe Daniel fixed it already.
I manually built it yesterday and also changed the site to remove redirect loops from master, so missing documentation should be a 404 now.
The problem is that the asio documentation requires an explicit target to be built, so the new build script doesn't build it. Is it possible for the asio documentation jamfile to know when it's run from the main documentation build script? It wants to build a different version of the documentation for standalone releases.
Currently the only indicator is of knowing if it's building docs for the release. Which you can test with: if "--release-build" in [ modules.peek : ARGV ] But I have some local changes that implement the specific doc build targets that deal with this better. I'll work on finishing that work to deal with the problem fully. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On 04.10.2016 11:45, Daniel James wrote:
On 4 October 2016 at 04:23, Rene Rivera
wrote: On Mon, Oct 3, 2016 at 4:20 AM, Asbjørn
wrote: Clicking on Asio[2] in the documentation page[3] leads to a "too many redirects" error.
Works for me on OSX Chrome. Maybe Daniel fixed it already.
I manually built it yesterday and also changed the site to remove redirect loops from master, so missing documentation should be a 404 now.
Cheers, works fine now. - Asbjørn
participants (3)
-
Asbjørn
-
Daniel James
-
Rene Rivera