Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-04 11:28:32


Author: danieljames
Date: 2007-11-04 11:28:31 EST (Sun, 04 Nov 2007)
New Revision: 40740
URL: http://svn.boost.org/trac/boost/changeset/40740

Log:
Add missing changes to boost 1.33.1 history item.

Text files modified:
   website/public_html/beta/feed/history/boost_1_33_1.qbk | 12 +++++++++++
   website/public_html/beta/feed/history/boost_1_33_1.xml | 43 ++++++++++++++++++++++++++++++++++++++++
   2 files changed, 55 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_33_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_33_1.qbk 2007-11-04 11:28:31 EST (Sun, 04 Nov 2007)
@@ -12,6 +12,9 @@
 
 * [phrase library..[@doc/html/any.html Any Library]:] Cast to reference types
   introduced in 1.33.0 is now documented on `any_cast` documentation page.
+* [phrase library..[@libs/bind/bind.html Bind Library]:] Bind expressions now
+ support [@libs/bind/bind.html#operators comparisons and negation]. Example:
+ `bind(&X::name, _1) < bind(&X::name, _2)`.
 * [phrase library..[@libs/config/index.html Config Library]:] Don't undef
   `BOOST_LIB_TOOLSET` after use.
 * [phrase library..[@libs/python/doc/index.html Boost.Python]:]
@@ -29,6 +32,15 @@
   Improved the interface for accessing a chain's components, added `is_open`
   members to the file and file descriptor devices, fixed memory-mapped files on
   Windows, and made minor changes to the documentation.
+* [phrase library..[@libs/python/doc/index.html Boost.Python]:]
+ * Added support for docstrings on nonstatic properties.
+ * We now export the client-provided docstrings for `init<optional<> >` and
+ ['XXX]`_FUNCTION_OVERLOADS()` for only the last overload.
+ * Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
+ * Introduced better support for rvalue from-python conversions of shared_ptr.
+ * Support for exposing `vector<T*>` with the indexing suite.
+ * updated visual studio project build file.
+ * Added search feature to the index page.
 * [phrase library..[@libs/functional/hash/index.html Functional/Hash Library]:]
   Fixed the points example.
 * [phrase library..[@libs/multi_index/doc/index.html Multi-index Containers Library]:]

Modified: website/public_html/beta/feed/history/boost_1_33_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.xml (original)
+++ website/public_html/beta/feed/history/boost_1_33_1.xml 2007-11-04 11:28:31 EST (Sun, 04 Nov 2007)
@@ -23,6 +23,17 @@
         documentation page.
       </listitem>
       <listitem>
+ <phrase role="library"><ulink url="libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind expressions
+ now support <ulink url="libs/bind/bind.html#operators">comparisons and negation</ulink>.
+ Example: <code><phrase role="identifier">bind</phrase><phrase role="special">(&amp;</phrase><phrase
+ role="identifier">X</phrase><phrase role="special">::</phrase><phrase role="identifier">name</phrase><phrase
+ role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">)</phrase>
+ <phrase role="special">&lt;</phrase> <phrase role="identifier">bind</phrase><phrase
+ role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
+ role="special">::</phrase><phrase role="identifier">name</phrase><phrase
+ role="special">,</phrase> <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>.
+ </listitem>
+ <listitem>
         <phrase role="library"><ulink url="libs/config/index.html">Config Library</ulink>:</phrase> Don't undef
         <code><phrase role="identifier">BOOST_LIB_TOOLSET</phrase></code> after use.
       </listitem>
@@ -60,6 +71,38 @@
         on Windows, and made minor changes to the documentation.
       </listitem>
       <listitem>
+ <phrase role="library"><ulink url="libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
+ <itemizedlist>
+ <listitem>
+ Added support for docstrings on nonstatic properties.
+ </listitem>
+ <listitem>
+ We now export the client-provided docstrings for <code><phrase role="identifier">init</phrase><phrase
+ role="special">&lt;</phrase><phrase role="identifier">optional</phrase><phrase
+ role="special">&lt;&gt;</phrase> <phrase role="special">&gt;</phrase></code>
+ and <emphasis>XXX</emphasis><code><phrase role="identifier">_FUNCTION_OVERLOADS</phrase><phrase
+ role="special">()</phrase></code> for only the last overload.
+ </listitem>
+ <listitem>
+ Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
+ </listitem>
+ <listitem>
+ Introduced better support for rvalue from-python conversions of shared_ptr.
+ </listitem>
+ <listitem>
+ Support for exposing <code><phrase role="identifier">vector</phrase><phrase
+ role="special">&lt;</phrase><phrase role="identifier">T</phrase><phrase
+ role="special">*&gt;</phrase></code> with the indexing suite.
+ </listitem>
+ <listitem>
+ updated visual studio project build file.
+ </listitem>
+ <listitem>
+ Added search feature to the index page.
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
         <phrase role="library"><ulink url="libs/functional/hash/index.html">Functional/Hash Library</ulink>:</phrase>
   Fixed
         the points example.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk