Просмотр исходного кода

updated Boost.Python news

[SVN r26257]
Dave Abrahams 21 лет назад
Родитель
Сommit
ea64b8329a
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      index.htm

+ 11 - 0
index.htm

@@ -201,6 +201,17 @@
                                     </li>
                                 </ul>
                             </li>
+                          <li><a href="libs/python/doc/index.html">Python Library</a>: 
+                            <ul>
+                               <li>Updated to use the Boost Software License.</li>
+                               <li>A new, <a href="libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better method of wrapping classes with virtual functions</a> has been implemented.</li>
+                               <li>Support for the new Python Bool type, thanks to Daniel Holth.</li>
+                               <li>Support for upcoming GCC symbol export control features have been folded in, thanks to Niall Douglas.</li>
+                               <li>Improved support for <code>std::auto_ptr</code>-like types.</li>
+                               <li>Components used by other libraries have been moved out of <code>python/detail</code> and into <code> boost/detail</code> to improve dependency relationships.</li>        
+                               <li>Miscellaneous bug fixes and compiler workarounds.</li>
+                            </ul>
+                          </li>
                           <li><a href="doc/html/signals.html">Signals Library</a>: Introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
                           <li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
                           <li><a href="libs/test/index.html">Test Library</a>: 

粤ICP备19079148号