Changes between Version 111 and Version 112 of LibrariesUnderConstruction
- Timestamp:
- Jun 19, 2010, 4:23:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v111 v112 152 152 * '''Author(s):''' Emile Cormier, Vicente J. Botet Escribá 153 153 * '''Version:''' 0.1 154 * '''State:''' Stable - Formal review requested - Looking for a review manager154 * '''State:''' Stable - Formal review requested - Review manager Anthony Williams 155 155 * '''Last upload:''' 2009 October 15 156 156 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=bitfield.zip&directory=Portability&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault][http://svn.boost.org/svn/boost/sandbox/bitfield Boost Sandbox][http://svn.boost.org/svn/boost/sandbox/bitfield/libs/integer/doc/index.html Documentation] … … 210 210 == Boost.Chrono == 211 211 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá 212 * '''Version:''' 0. 3.1212 * '''Version:''' 0.4.1 213 213 * '''State:''' Stable 214 * '''Last upload:'''2010 J anuary 17214 * '''Last upload:'''2010 June 18 215 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 * 219 * 220 * 218 * The C++0x Standard Library's common_type. 219 * The C++0x Standard Library's compile-time rational arithmetic. 220 * The C++0x Standard Library's time utilities, including: 221 221 * Class template duration 222 222 * Class template time_point … … 226 226 * high_resolution_clock 227 227 * typeof registration for classes duration and time_point 228 * 228 * Process clocks: 229 229 * process_real_CPU_clocks, capturing real-CPU times. 230 230 * process_user_CPU_clocks, capturing user-CPU times. 231 231 * process_system_CPU_clocks, capturing system-CPU times. 232 232 * process_cpu_clock, tuple-like class capturing at once real, user-CPU, and system-CPU times. 233 * Thread clock 233 234 * Stopwatches: 234 235 * stopwatch, capturing elapsed Clock times. 235 * stopwatch_accumulator, capturing cum mulated elapsed Clock times.236 * stopwatch_accumulator, capturing cumulated elapsed Clock times. 236 237 * scoped helper classes allowing to pairwise start/stop operations, suspend/resume and resume/suspend a Stopwatch. 237 238 * Stopclocks or Stopwatch reporters: … … 1108 1109 1109 1110 --------------------------------------------------------------------------------------------------- 1111 == Boost.!XInt == 1112 * '''Author(s):''' Chad Nelson 1113 * '''Version:''' 0.6 1114 * '''State:''' 1115 * '''Last upload:''' 2010, Jun 19 1116 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/xint Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/xint/libs/xint/index.html Boost Documentation] 1117 * '''Categories:''' [#MathAndNumerics Math And Numerics] 1118 * '''Description:''' It's a C++ library that lets your program handle much, much larger integer numbers than the built-in int, long, or even long long types, and handle them using the same syntax that C and C++ use for the built-in integer types. 1119 1120 The maximum size of the integer is limited only by the memory available to store it. In practice that's millions of hexadecimal digits, so it's effectively infinite. 1121 1122 1123 1124 1125 --------------------------------------------------------------------------------------------------- 1110 1126 == Boost.XML == 1111 1127 * '''Author(s):''' Stefan Seefeld