mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Chrono: import from Trunk
[SVN r70377]
This commit is contained in:
parent
f74cd453a3
commit
d9617289a6
2 changed files with 8 additions and 1 deletions
|
@ -94,6 +94,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="utility/call_traits.htm">call_traits</a> -
|
||||
Defines types for passing parameters, from John Maddock,
|
||||
Howard Hinnant, et al.</li>
|
||||
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
|
||||
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
|
||||
<li><a href="circular_buffer/index.html">circular_buffer</a> - STL compliant
|
||||
container also known as ring or cyclic buffer, from Jan Gaspar.</li>
|
||||
<li><a href="compatibility/index.html">compatibility</a> - Help for
|
||||
|
@ -242,7 +244,7 @@ how to download, build, and install the libraries.</p>
|
|||
adaptors that allow for efficient and very expressive code, from
|
||||
Thorsten Ottosen and Neil Groves.</li>
|
||||
<li><a href="ratio/index.html">ratio</a> - Compile time rational arithmetic,
|
||||
from Vicente J. Botet Escribá.</li>
|
||||
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
|
||||
<li><a href="rational/index.html">rational</a> - A rational
|
||||
number class, from Paul Moore.</li>
|
||||
|
||||
|
@ -566,6 +568,8 @@ how to download, build, and install the libraries.</p>
|
|||
and Jeremy Siek.</li>
|
||||
<li><a href="random/index.html">random</a> - A complete
|
||||
system for random number generation, from Jens Maurer.</li>
|
||||
<li><a href="ratio/index.html">ratio</a> - A compile time ratio arithmetic,
|
||||
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
|
||||
<li><a href="rational/index.html">rational</a> - A rational
|
||||
number class, from Paul Moore.</li>
|
||||
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
|
||||
|
@ -692,6 +696,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<ul>
|
||||
<li><a href="utility/base_from_member.html">base-from-member</a> - Idiom to
|
||||
initialize a base class with a member, from Daryle Walker.</li>
|
||||
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
|
||||
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
|
||||
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
||||
- Empty member optimization, from John Maddock, Howard
|
||||
Hinnant, et al.</li>
|
||||
|
|
|
@ -17,6 +17,7 @@ asio Chris Kohlhoff <chris -at- kohlhoff.com>
|
|||
assign Thorsten Ottosen <nesotto -at- cs.auc.dk>
|
||||
bimap Matias Capeletto <matias.capeletto -at- gmail.com>
|
||||
bind Peter Dimov <pdimov -at- mmltd.net>
|
||||
chrono Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
|
||||
circular_buffer Jan Gaspar <jano_gaspar -at- yahoo.com>
|
||||
concept_check Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
config John Maddock <john -at- johnmaddock.co.uk>
|
||||
|
|
Loading…
Add table
Reference in a new issue