Boost 1.35 released

This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.

Boost 1.35 has been finally released. Highlights include:

  • Rewritten Boost.Thread to closely match the C++0x Thread library, and with native_handle () support. Works great, I already ported a project to it, so far no problems. Includes also synchronisation primitives like conditions.
  • Boost.Asio: Networking in Boost!
  • Boost.Interprocess: Shared memory, memory-mapped files, etc.

Moreover, some very interesting libraries like the Generic Image Library GIL (from Adobe) have been added, but I didn’t have a chance to try them. Compiled fine with VC9/Vista for x64 & x86 (see also how to compile Boost with VC9 for x86 & x64)

Related posts:

  1. Boost 1.39 has been released, and CMake 2.6.4 is out as well
  2. Bug in Boost 1.35/Threads, Condition::notify_one
  3. Boost 1.37 has been released

This entry was posted in Programming and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>