Changes between Version 96 and Version 97 of LibrariesUnderConstruction
- Timestamp:
- Dec 8, 2009, 10:18:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v96 v97 209 209 --------------------------------------------------------------------------------------------------- 210 210 == Boost.Chrono == 211 * '''Author(s):''' Beman Dawes212 * '''Version:''' 213 * '''State:''' 214 * '''Last upload:'''200 8 Nov 26215 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]211 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá 212 * '''Version:''' 0.2.0 213 * '''State:''' Stable 214 * '''Last upload:'''2009 December 08 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] 216 216 * '''Categories:''' [#System System] 217 217 * '''Description:''' The Boost Chrono library provides: 218 * The C++0x Standard Library's common_type. 219 * The C++0x Standard Library's compile-time rational arithmetic. 218 220 * The C++0x Standard Library's time utilities, including: 219 221 * Class template duration … … 231 233 * process_timer, capturing elapsed real, user-CPU, and system-CPU times. 232 234 * run_timer, convenient reporting of process_timer results. 233 * The C++0x Standard Library's compile-time rational arithmetic.234 235 235 236 ---------------------------------------------------------------------------------------------------