Changes between Version 121 and Version 122 of LibrariesUnderConstruction


Ignore:
Timestamp:
Sep 22, 2010, 7:42:08 PM (12 years ago)
Author:
viboes
Comment:

Update Boost.Chrono

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v121 v122  
    210210== Boost.Chrono ==
    211211 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá
    212  * '''Version:''' 0.5
     212 * '''Version:''' 0.6
    213213 * '''State:''' Stable
    214  * '''Last upload:'''2010 September 7
    215  * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/html Documentation] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=chrono.zip&directory=System& Download]  [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]
     214 * '''Last upload:'''2010 September 22
     215 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/html/index.html Documentation] [http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/chrono.pdf PDF][http://www.boostpro.com/vault/index.php?action=downloadfile&filename=chrono.zip&directory=System& Download]  [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]
    216216 * '''Categories:''' [#System System]
    217217 * '''Description:''' The Boost Chrono library provides:
     
    230230        * process_cpu_clock, tuple-like class capturing at once real, user-CPU, and system-CPU times.
    231231    * Thread clock
     232
     233    * It provides I/O for duration  and time_point. It builds on <boost/ratio/ratio_io.hpp> to provide readable and flexible formatting and parsing for types in <boost/chrono.hpp>. The duration  unit names can be customized through a new facet: duration_punct.
    232234
    233235---------------------------------------------------------------------------------------------------