<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce">
    <title>gmane.comp.lib.boost.announce</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.boost.announce/336"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/352">
    <title>Two days left to save on BoostCon / C++Now! 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/352</link>
    <description>&lt;pre&gt;
Just a quick reminder to everyone that early-bird registration closes at
the end of this week.  After Friday, the price goes up by $100.  Spots
are limited and registrations have been coming in faster than in past
years.

http://cppnow.org

Cheers!

&lt;/pre&gt;</description>
    <dc:creator>Dave Abrahams</dc:creator>
    <dc:date>2012-04-11T18:47:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/351">
    <title>Boost 1.49.0 release notice</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/351</link>
    <description>&lt;pre&gt;Release 1.49.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 one new library (Heap) and numerous enhancements
and bug fixes for existing libraries. For details, including download
links, see http://www.boost.org/users/news/version_1_49_0

You can also download directly from SourceForge:
http://sourceforge.net/projects/boost/files/boost/1.49.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

     Beman Dawes
     Daniel James
     Eric Niebler
     Rene Rivera
     Vladimir Prus
_______________________________________________
Unsubscribe &amp;amp; other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-announce

&lt;/pre&gt;</description>
    <dc:creator>Beman Dawes</dc:creator>
    <dc:date>2012-02-24T21:55:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/350">
    <title>[PREDEF] Review for the Boost.Predef library byRene Riviera</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/350</link>
    <description>&lt;pre&gt;The review of BOOST.PREDEF by Rene Riviera is scheduled between Monday, 
February 20th to February 29th.

================
Contents &amp;amp; Scope
================
BOOST.PREDEF defines a set of compiler, architecture, operating system, 
and library version numbers from the information it can gather of C++ 
predefined macros or those defined in generally available headers. The 
idea for this library grew out of a proposal to extend the Boost Config 
library to provide more, and consistent, information than the feature 
definitions it supports. What follows is an edited version of that brief 
proposal.

===============
How to get it ?
===============
Sources and documentation can be retrieved from http://tinyurl.com/73n6a3k

================
Writing a Review
================
The reviews and all comments should be submitted to the developers list, 
and the email should have "[PREDEF] Review" at the beginning of the 
subject line to make sure it's not missed.
Please explicitly state in your review whether the library s&lt;/pre&gt;</description>
    <dc:creator>Joel Falcou</dc:creator>
    <dc:date>2012-02-18T14:08:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/349">
    <title>[boost] [context] Boost.Context library accepted</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/349</link>
    <description>&lt;pre&gt;Hi All,

The mini-review of the boost.context library from Oliver Kowalke ended
two weeks ago. After a slow start, three reviews were eventually
submitted, all positive. For a mini-review, I think this is enough
and, as the review manager, I'm happy to announce that Boost.Context
is accepted as an official boost library. Congratulations to Oliver
for this achievement and thanks for submitting an useful library to
Boost.

Most of the review discussions were around the quality of the
documentation and some misunderstanding of some details of the
library. While the documentation has greatly improved since the first
review, I think that it can be still improved. I encourage Oliver to
seek the help of some native English speaker to help copy edit the
docs.

Finally I would like to thanks everybody that participated in the
review discussions and in particular those that submitted reviews.

regards,

&lt;/pre&gt;</description>
    <dc:creator>Giovanni Piero Deretta</dc:creator>
    <dc:date>2012-01-29T17:15:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/348">
    <title>[1.49.0] Beta 1 available</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/348</link>
    <description>&lt;pre&gt;Boost release 1.49.0 beta 1 is now available from SourceForge

See http://sourceforge.net/projects/boost/files/

This release contains a new library, Boost.Heap priority queues,
and numerous enhancements and bug fixes for existing libraries.

For details of what's in the release, see
http://beta.boost.org/users/news/version_1_49_0. 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,

&lt;/pre&gt;</description>
    <dc:creator>Beman Dawes</dc:creator>
    <dc:date>2012-01-28T14:01:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/347">
    <title>Vote Boost Up for SourceForge Project of the Month</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/347</link>
    <description>&lt;pre&gt;
Folks,

I was just informed that Boost is a top contender for SourceForge's
February Project Of The Month. The vote is happening on TwtPoll, here:
http://twtpoll.com/7vt4lq

It's pretty close, so if you could vote Boost up, it could be good for
our profile and our future.

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Dave Abrahams</dc:creator>
    <dc:date>2012-01-19T00:28:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/346">
    <title>[C++ Now! 2012] Deadline extension: Call forSubmissions, new deadline is January 20th, 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/346</link>
    <description>&lt;pre&gt;INAUGURAL C++ NOW! CONFERENCE 2012
Aspen CO, USA, May 14-18, 2012, www.cppnow.org

CALL FOR SUBMISSIONS

We invite you to submit session proposals to the Inaugural C++ Now!
Conference: C++Now! 2012 (Aspen CO, USA, May 14 - 18, 2012).

Based on the successful traditions of 5 years of BoostCon, which was
the main face-to-face event for all things C++ and Boost
(www.boost.org), C++Now! 2012 will present leading speakers from
the whole C++ community. The conference name is changing to C++
Now! to reflect the current value of the language, the focus on its
new state (from the new Standard), and the need to continually look
to the future so the language remains useful to the C++ community.

The focus of this conference will be the new C++11 language Standard
and as usual Boost: what's new in C++, its Standard library, and in
the Boost libraries, how to write and maintain them, how to
evangelize or to deploy Boost within your organization. The new C++
Standard, but also the infrastructure and process of Boost, its
&lt;/pre&gt;</description>
    <dc:creator>Hartmut Kaiser</dc:creator>
    <dc:date>2012-01-10T16:51:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/345">
    <title>Boost Review Wizard Report for January 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/345</link>
    <description>&lt;pre&gt;
==============================================
Review Wizard Status Report for January 2012
==============================================

News
====


1. Type Traits Library Extensions Accepted

2. AutoIndex Tool Accepted

3. Heaps Library Accepted

4. Assign v2 Library Rejected

5. Type Traits Introspection Library Accepted

6. Lockfree Library Accepted

7. Algorithm Library Accepted

8. Atomic Library Accepted

9. Local Library Accepted

10. Context Mini-review Ongoing 


Open Issues
===========


The following libraries have been reviewed and await reports from their
review managers:

* Conversion - reviewed August 2011; review manager: Gordon Woodhull.

The following libraries have been accepted to Boost, but have not yet
been submitted to SVN:

* Constrained Value - accepted September 2010; author: Robert Kawulak
* GIL.IO - accepted January 2011; author: Christian Henning.
* Atomic - accepted July 2011; author Helge Bahmann
* Lockfree - accepted August 2011; author: Tim Blechmann.
* Algorithm - accept&lt;/pre&gt;</description>
    <dc:creator>Ronald Garcia</dc:creator>
    <dc:date>2012-01-10T12:24:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344">
    <title>[boost] [review] Boost.Context mini-review startstoday, January 2nd</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/344</link>
    <description>&lt;pre&gt;Hi all,

we will start a new year of Boost reviews with a one week mini-review
of the Boost.Context library of Oliver Kowalke. The review period
starts today January 2nd and ends January 11.

Please use [context review] as prefix of your post. Reviewers are
strongly encouraged to send their reviews to the boost development
mailing list as this is the I follow more assiduously.

Please note that Boost.Context was already reviewed and conditionally
accepted last May, so we are not voting for acceptance. Instead, this
mini-review is to discuss whether the library meets the conditions on
acceptance that were listed by Vicente Botet, the review manager at
that time. You'll find the whole list at the end of this email.

Since the end of the original review, Oliver has spent a large amount
of time on a partial rewrite of the library and both me and Oliver
decided to schedule this review only after we determined that all
issues had been addressed or at least considered.

In your review please state whether the accep&lt;/pre&gt;</description>
    <dc:creator>Giovanni Piero Deretta</dc:creator>
    <dc:date>2012-01-02T02:45:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344">
    <title>[boost] [review] Boost.Context mini-review startstoday, January 2nd</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/344</link>
    <description>&lt;pre&gt;Hi all,

we will start a new year of Boost reviews with a one week mini-review
of the Boost.Context library of Oliver Kowalke. The review period
starts today January 2nd and ends January 11.

Please use [context review] as prefix of your post. Reviewers are
strongly encouraged to send their reviews to the boost development
mailing list as this is the I follow more assiduously.

Please note that Boost.Context was already reviewed and conditionally
accepted last May, so we are not voting for acceptance. Instead, this
mini-review is to discuss whether the library meets the conditions on
acceptance that were listed by Vicente Botet, the review manager at
that time. You'll find the whole list at the end of this email.

Since the end of the original review, Oliver has spent a large amount
of time on a partial rewrite of the library and both me and Oliver
decided to schedule this review only after we determined that all
issues had been addressed or at least considered.

In your review please state whether the accep&lt;/pre&gt;</description>
    <dc:creator>Giovanni Piero Deretta</dc:creator>
    <dc:date>2012-01-02T02:45:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/343">
    <title>[C++ Now! 2012] Reminder: Call for Submissions,deadline is January 10th, 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/343</link>
    <description>&lt;pre&gt;INAUGURAL C++ NOW! CONFERENCE 2012
Aspen CO, USA, May 14-18, 2012, www.cppnow.org

CALL FOR SUBMISSIONS

We invite you to submit session proposals to the Inaugural C++ Now!
Conference: C++Now! 2012 (Aspen CO, USA, May 14 - 18, 2012).

Based on the successful traditions of 5 years of BoostCon, which was
the main face-to-face event for all things C++ and Boost
(www.boost.org), C++Now! 2012 will present leading speakers from
the whole C++ community. The conference name is changing to C++
Now! to reflect the current value of the language, the focus on its
new state (from the new Standard), and the need to continually look 
to the future so the language remains useful to the C++ community.

The focus of this conference will be the new C++11 language Standard
and as usual Boost: what's new in C++, its Standard library, and in
the Boost libraries, how to write and maintain them, how to 
evangelize or to deploy Boost within your organization. The new C++ 
Standard, but also the infrastructure and process of Boost, i&lt;/pre&gt;</description>
    <dc:creator>Hartmut Kaiser</dc:creator>
    <dc:date>2012-01-03T18:41:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/344">
    <title>[boost] [review] Boost.Context mini-review startstoday, January 2nd</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/344</link>
    <description>&lt;pre&gt;Hi all,

we will start a new year of Boost reviews with a one week mini-review
of the Boost.Context library of Oliver Kowalke. The review period
starts today January 2nd and ends January 11.

Please use [context review] as prefix of your post. Reviewers are
strongly encouraged to send their reviews to the boost development
mailing list as this is the I follow more assiduously.

Please note that Boost.Context was already reviewed and conditionally
accepted last May, so we are not voting for acceptance. Instead, this
mini-review is to discuss whether the library meets the conditions on
acceptance that were listed by Vicente Botet, the review manager at
that time. You'll find the whole list at the end of this email.

Since the end of the original review, Oliver has spent a large amount
of time on a partial rewrite of the library and both me and Oliver
decided to schedule this review only after we determined that all
issues had been addressed or at least considered.

In your review please state whether the accep&lt;/pre&gt;</description>
    <dc:creator>Giovanni Piero Deretta</dc:creator>
    <dc:date>2012-01-02T02:45:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/343">
    <title>[C++ Now! 2012] Reminder: Call for Submissions,deadline is January 10th, 2012</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/343</link>
    <description>&lt;pre&gt;INAUGURAL C++ NOW! CONFERENCE 2012
Aspen CO, USA, May 14-18, 2012, www.cppnow.org

CALL FOR SUBMISSIONS

We invite you to submit session proposals to the Inaugural C++ Now!
Conference: C++Now! 2012 (Aspen CO, USA, May 14 - 18, 2012).

Based on the successful traditions of 5 years of BoostCon, which was
the main face-to-face event for all things C++ and Boost
(www.boost.org), C++Now! 2012 will present leading speakers from
the whole C++ community. The conference name is changing to C++
Now! to reflect the current value of the language, the focus on its
new state (from the new Standard), and the need to continually look 
to the future so the language remains useful to the C++ community.

The focus of this conference will be the new C++11 language Standard
and as usual Boost: what's new in C++, its Standard library, and in
the Boost libraries, how to write and maintain them, how to 
evangelize or to deploy Boost within your organization. The new C++ 
Standard, but also the infrastructure and process of Boost, i&lt;/pre&gt;</description>
    <dc:creator>Hartmut Kaiser</dc:creator>
    <dc:date>2012-01-03T18:41:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/342">
    <title>[Review Results:Algorithms] Boost.Algorithms isaccepted</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/342</link>
    <description>&lt;pre&gt;
Having “reviewed the reviews” of Boost.Algorithms, I'm pleased to announce
that it is unconditionally accepted.  Congratulations to Marshall Clow!

There were 5 yes votes and 1 no vote.

The issues raised in all reviews were taken seriously by Marshall and
recorded in the issue tracker at
https://github.com/mclow/Boost.Algorithm

I trust that Marshall will address the most important ones immediately,
so I feel no need to place conditions on acceptance.  Among the most
important issues:

https://github.com/mclow/Boost.Algorithm/issues/19
https://github.com/mclow/Boost.Algorithm/issues/18
https://github.com/mclow/Boost.Algorithm/issues/16
https://github.com/mclow/Boost.Algorithm/issues/15
https://github.com/mclow/Boost.Algorithm/issues/2

Thanks, everybody, for your participation!

&lt;/pre&gt;</description>
    <dc:creator>Dave Abrahams</dc:creator>
    <dc:date>2011-12-20T20:20:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/341">
    <title>[boost] [review] [Local] Review Result - ACCEPTED</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/341</link>
    <description>&lt;pre&gt;Local is ACCEPTED into Boost.

After following the lively Local review discussion several weeks ago, and
reviewing the discussion a second (and sometimes third) time, I have come
to the above conclusion. There was quite a bit of passion on both the sides
of "aisle", and thus, obviously, no decision I make would be well-received
by all.

Let me start by summarizing the main arguments against including Local in
Boost:

(a) Local functions are not very useful, at least in the presence of
existing alternatives (e.g., namespace functions and Boost.Phoenix).
(b) Local is really a portability library for C++03 presenting an imperfect
emulation of features readily available in C++11.
(c) Local's interface is primarily macro-based, making code ugly and
difficult to read.

In my opinion as the review manager, a sufficient number of individuals in
the discussion found the library "useful" to address (a) (sometimes with
additional positive adverbs); indeed, at least a couple individuals have
shared positive experiences &lt;/pre&gt;</description>
    <dc:creator>Jeffrey Lee Hellrung, Jr.</dc:creator>
    <dc:date>2011-12-12T08:15:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/340">
    <title>Boost 1.48.0 Release Notice</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/340</link>
    <description>&lt;pre&gt;Release 1.48.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 new libraries: Container, Locale, Move. Updated
libraries include: Asio, Chrono, Config, Fusion, Geometry, Graph,
Interprocess, Intrusive, Lexical cast, Math, MSM, Numeric Conversion,
Proto, Regex, Spirit, TypeTraits, Unordered, Wave, and more.  For
details, including download links, see
http://www.boost.org/users/news/version_1_48_0

You can also download directly from SourceForge:
http://sourceforge.net/projects/boost/files/boost/1.48.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

     Beman Dawes
     Daniel James
     Eric Niebler
     Rene Rivera
     Vladimir Prus
_______________________________________________
Unsubscribe &amp;amp;&lt;/pre&gt;</description>
    <dc:creator>Beman Dawes</dc:creator>
    <dc:date>2011-11-16T13:35:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/339">
    <title>[boost] Boost.Local Review (Nov 10, 2011 to Nov 19,2011)</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/339</link>
    <description>&lt;pre&gt;Hi all,

It is time!

The review of Lorenzo Caminiti's proposed Boost.Local library begins
tomorrow, ***November 10, 2011***, and ends on ***November 19, 2011***.

Boost.Local implements local functions, local blocks, and local exits for
the C++ programming language.  It allows one to define a function at any
declarative scope, including function scope; bind variables from the
enclosing scope; and pass this function to templated STL-style algorithms.

Please see the Introduction of the documentation for a longer but still
brief overview.

--------

The code and documentation are available from the Boost sandbox (
https://svn.boost.org/svn/boost/sandbox/):

https://svn.boost.org/svn/boost/sandbox/local/ [everything]
https://svn.boost.org/svn/boost/sandbox/local/boost/ [code]
https://svn.boost.org/svn/boost/sandbox/local/libs/local/doc/html/index.html[documentation]

--------

Please state clearly whether you think this library should be accepted as a
Boost library.

Other questions you may want to consider:

&lt;/pre&gt;</description>
    <dc:creator>Jeffrey Lee Hellrung, Jr.</dc:creator>
    <dc:date>2011-11-10T05:52:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/338">
    <title>[boost] [atomic] review results</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/338</link>
    <description>&lt;pre&gt;hi all,

unfortunately only few reviews of boost.atomic arrived in time, however i 
count 3 YES and no NO, so i am happy to say:


   Helge Bahmann's boost.atomic library is ACCEPTED.


since the library is an implementation of a c++11 feature for c++03, design, 
API and semantics are mostly fixed. many comments are going into details of 
the implementation, so i won't sum them all up ... iac, helge already said he 
wants to address the raised issues, the main points are summarized below.


full implementation of the c++11 interface:
the library currently only implements a subset of the c++11 library. it lacks 
the functional interface for integral atomic types and the ATOMIC_VAR_INIT / 
ATOMIC_FLAG_INIT macro. quickly consulting the latest draft that i currently 
have at hand the following two functions are missing as well:

template &amp;lt;class T&amp;gt; T kill_dependency(T y);
void atomic_signal_fence(memory_order);

i encourage helge to provide a full implementation of the interface.


documentation:
the documentati&lt;/pre&gt;</description>
    <dc:creator>Tim Blechmann</dc:creator>
    <dc:date>2011-11-07T15:41:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/337">
    <title>[boost] [Boost.Endian] Review Results</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/337</link>
    <description>&lt;pre&gt;Hi everyone,

after some delay, here is the result of the review of Beman Dawes' Boost.Endian library. First, I want to thanks all participants
of the review that lead to very deep and interesting discussions on the matter.

5 votes were cast : 2 unconditionally in favor, 3 conditionally in favor after changes made and there is a mini-review.
The verdict is that Boost.Endian is **CONDITIONNALY ACCEPTED**

Here is what needs to be done to get the library ready for a mini-review:

* Common use case scenarios should be developed.
* Example programs should be developed for the common use case scenarios.
* Documentation should illuminate the differences between endian integer/float type and endian conversion approaches to the common use case scenarios, and provide guidelines for choosing the most appropriate approach in user's applications.
* Conversion functions supplying results via return should be provided.
* Platform specific performance enhancements such as use of compiler intrinsics or relaxed alignment re&lt;/pre&gt;</description>
    <dc:creator>joel falcou</dc:creator>
    <dc:date>2011-11-03T18:53:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/336">
    <title>[C++ Now! 2012] Call for Submissions</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/336</link>
    <description>&lt;pre&gt;INAUGURAL C++ NOW! CONFERENCE 2012
Aspen CO, USA, May 14-18, 2012, www.cppnow.org

CALL FOR SUBMISSIONS

We invite you to submit session proposals to the Inaugural C++ Now!
Conference: C++Now! 2012 (Aspen CO, USA, May 14 - 18, 2012).

Based on the successful traditions of 5 years of BoostCon, which was
the main face-to-face event for all things C++ and Boost
(www.boost.org), C++Now! 2012 will present leading speakers from
the whole C++ community. The conference name is changing to C++
Now! to reflect the current value of the language, the focus on its new
state (from the new Standard), and the need to continually look to the
future so the language remains useful to the C++ community.

The focus of this conference will be the new C++11 language Standard
and as usual Boost: what's new in C++, its Standard library, and in the
Boost libraries, how to write and maintain them, how to evangelize or
to deploy Boost within your organization. The new C++ Standard, but
also the infrastructure and process of Boost, its &lt;/pre&gt;</description>
    <dc:creator>Hartmut Kaiser</dc:creator>
    <dc:date>2011-10-30T14:28:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.boost.announce/335">
    <title>[boost] [Review] Boost.Atomic review starts today,October 17th 2011</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.boost.announce/335</link>
    <description>&lt;pre&gt;Hi all,

The review of Helge Bahmann's Boost.Atomic library starts today, October 
17th 2011. It will end on October 26th.

I encourage everyone to participate the the discussion on the Boost mailing 
list about this very important library. In addition the code can be reviewed 
line-by-line in code collaborator (http://demo.smartbear.com/boost/)

About Boost.Atomic:
Boost.Atomic is a library that provides atomic data types and operations on 
these data types, as well as memory ordering constraints required for 
coordinating multiple threads through atomic variables. It implements the 
interface as defined by the C++11 standard, but makes this feature available 
for platforms lacking system/compiler support for this particular C++11 
feature.

Tarball:
http://www.chaoticmind.net/~hcb/projects/boost.atomic/boost.atomic.tar.gz

Documentation:
http://www.chaoticmind.net/~hcb/projects/boost.atomic/doc/index.html

Please always state in your review, whether you think the library should be
accepted as a boost libra&lt;/pre&gt;</description>
    <dc:creator>Tim Blechmann</dc:creator>
    <dc:date>2011-10-16T23:45:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.boost.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.boost.announce</link>
  </textinput>
</rdf:RDF>

