mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Add multi_array
[SVN r13954]
This commit is contained in:
parent
2cbf1235cf
commit
47d3a16af1
2 changed files with 14 additions and 28 deletions
34
index.htm
34
index.htm
|
@ -106,6 +106,12 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
<!-- Search Google -->
|
||||
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>???, 2002 - Version 1.29.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/multi_array/doc/index.html">Multi-array Library</a> added -
|
||||
Multidimensional containers and adaptors for arrays of contiguous data, from
|
||||
Ron Garcia.</li>
|
||||
</ul>
|
||||
<p>May 15, 2002 - Version 1.28.0</p>
|
||||
<ul>
|
||||
<li>The Boost mailing lists are now also accessible as
|
||||
|
@ -196,32 +202,6 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
<li><a href="http://groups.yahoo.com/group/Boost-Users">Boost-Users</a> mailing list has been created to address topics of interest to users of Boost libraries.</li>
|
||||
<li><a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Boost Wiki web</a> added. Provides a place for Boost users to openly discuss and document the use of Boost libraries. It is not officially maintained by Boost developers.</li>
|
||||
</ul>
|
||||
<p>October 1, 2001 - Version 1.25.0
|
||||
<ul>
|
||||
<li><a href="libs/thread/doc/index.html">Thread Library</a> added. Portable
|
||||
C++ multi-programming at last, from William Kempf.</li>
|
||||
<li><a href="libs/utility/base_from_member.html">Base From Member</a> added to
|
||||
<a href="libs/utility/utility.htm">Utility Library</a>. Support for the base
|
||||
from member idiom, from Daryle Walker.</li>
|
||||
<li><a href="libs/bind/bind.html">Bind</a> and
|
||||
<a href="libs/bind/mem_fn.html">mem_fn</a> added - Generalized binders for function/object/pointers and member functions, from Peter
|
||||
Dimov.</li>
|
||||
<li><a href="libs/array/index.htm">Array Library</a>: Minor updates,
|
||||
from Nico Josuttis.</li>
|
||||
<li><a href="libs/config/config.htm">Config Library</a>: major redesign with
|
||||
much improved and automated configuration of Boost libraries for specific
|
||||
compilers, from John Maddock.</li>
|
||||
<li><a href="libs/random/index.html">Random Number Library</a>: Fixed bug when copying normal_distribution and improved the documentation, from Michael Stevens and Jens Maurer.</li>
|
||||
<li><a href="libs/math/special_functions/index.html">Special functions</a>,
|
||||
<a href="libs/math/octonion/index.html">octonions</a>,
|
||||
<a href="libs/math/quaternion/index.html">quaternions</a> updated,
|
||||
now useable with many more compilers, plus three new special functions,
|
||||
from Hubert Holin, Eric Ford, and others.
|
||||
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a>:
|
||||
fixes/enhancements to escaped_list_separator based on empty fields and
|
||||
tokens comments from Johan Nillson and Jens Maurer.</li>
|
||||
<li>Coming Soon - A mailing list for Boost users!</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -231,7 +211,7 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->09 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13980" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->16 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13975" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -127,6 +127,8 @@ out how to build object libraries, when needed.</p>
|
|||
<li><a href="math/special_functions/index.html">math/special_functions</a> -
|
||||
Mathematical special functions such as atanh, sinc, and sinhc,
|
||||
from Hubert Holin.</li>
|
||||
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
|
||||
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
|
||||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
|
@ -202,6 +204,8 @@ out how to build object libraries, when needed.</p>
|
|||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
Generic graph components and algorithms, from Jeremy Siek
|
||||
and a University of Notre Dame team.</li>
|
||||
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
|
||||
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
|
||||
<li><a href="property_map/property_map.html">property map</a>
|
||||
- Concepts defining interfaces which map key objects to
|
||||
value objects, from Jeremy Siek.</li>
|
||||
|
@ -320,6 +324,8 @@ out how to build object libraries, when needed.</p>
|
|||
<li><a href="math/special_functions/index.html">math/special_functions</a> -
|
||||
Mathematical special functions such as atanh, sinc, and sinhc,
|
||||
from Hubert Holin.</li>
|
||||
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
|
||||
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
|
||||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators, from Dave Abrahams
|
||||
and Jeremy Siek.</li>
|
||||
|
@ -447,6 +453,6 @@ libraries will soon be either submitted for formal review or removed.</p>
|
|||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->09 May 2002<!--webbot bot="Timestamp" i-checksum="15122" endspan --></p>
|
||||
s-format="%d %b %Y" startspan -->16 May 2002<!--webbot bot="Timestamp" i-checksum="15117" endspan --></p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue