
Does anyone know what the status of Boost.Atomic is? I remember hearing that Boost.Atomic was to be committed by the end of March, but now that we're backed up against the release, it doesn't look like Boost.Atomic is going to make it in to 1.50.0. Is there any chance that someone can push Boost.Atomic along and commit it to trunk so that it can finally get some exposure and possibly make it in to a release? -sc PS CLang 3.1 was released recently with with support for atomics, but the current version of XCode ships a dated version of CLang 3.1 with atomics disabled. This compatibility shim is going to be very useful during the C++11 transition.
Where can I find the latest version of boost.lockfree ? There's nothing in the sandbox or the vault (it seems). The latest commit on Tim's public git repo was done more than 6 month ago.
Now that atomic has been accepted, are there any roadblocks to have boost.lockfree released ?
boost.atomic has been accepted, but it hasn't been merged into trunk, yet ... helge, do you have any timeline?
I will package it up before the end of march, this should suffice?
great!
-- Sean Chittenden sean@chittenden.org

Does anyone know what the status of Boost.Atomic is?
I remember hearing that Boost.Atomic was to be committed by the end of March, but now that we're backed up against the release, it doesn't look like Boost.Atomic is going to make it in to 1.50.0. Is there any chance that someone can push Boost.Atomic along and commit it to trunk so that it can finally get some exposure and possibly make it in to a release?
haven't heard from helge since he was planning to commit `end of march' and therefore have serious doubts if the library will make it into boost before it is obsolete.
PS CLang 3.1 was released recently with with support for atomics, but the current version of XCode ships a dated version of CLang 3.1 with atomics disabled. This compatibility shim is going to be very useful during the C++11 transition.
gcc-4.7 seems to support atomics<> reasonably well, too ... these two compilers are able to compile boost.lockfree without the need for boost.atomic. tim
participants (2)
-
Sean Chittenden
-
Tim Blechmann