Changes between Version 111 and Version 112 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jun 19, 2010, 4:23:19 PM (12 years ago)
Author:
viboes
Comment:

Added Boost.XInt

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v111 v112  
    152152 * '''Author(s):''' Emile Cormier, Vicente J. Botet Escribá
    153153 * '''Version:''' 0.1
    154  * '''State:''' Stable - Formal review requested - Looking for a review manager
     154 * '''State:''' Stable - Formal review requested - Review manager Anthony Williams
    155155 * '''Last upload:''' 2009 October 15
    156156 * '''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]
     
    210210== Boost.Chrono ==
    211211 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá
    212  * '''Version:''' 0.3.1
     212 * '''Version:''' 0.4.1
    213213 * '''State:''' Stable
    214  * '''Last upload:'''2010 January 17
     214 * '''Last upload:'''2010 June 18
    215215 * '''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]
    216216 * '''Categories:''' [#System System]
    217217 * '''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.
    220     *  The C++0x Standard Library's time utilities, including:
     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:
    221221          * Class template duration
    222222          * Class template time_point
     
    226226                * high_resolution_clock   
    227227          * typeof registration for classes duration  and time_point
    228     *  Process clocks:
     228    * Process clocks:
    229229        * process_real_CPU_clocks, capturing real-CPU times.
    230230        * process_user_CPU_clocks, capturing user-CPU times.
    231231        * process_system_CPU_clocks, capturing system-CPU times.
    232232        * process_cpu_clock, tuple-like class capturing at once real, user-CPU, and system-CPU times.
     233    * Thread clock
    233234    * Stopwatches:
    234235        * stopwatch, capturing elapsed Clock times.
    235         * stopwatch_accumulator, capturing cummulated elapsed Clock times.
     236        * stopwatch_accumulator, capturing cumulated elapsed Clock times.
    236237        * scoped helper classes allowing to pairwise start/stop operations, suspend/resume and resume/suspend a Stopwatch.
    237238    * Stopclocks or Stopwatch reporters:
     
    11081109
    11091110---------------------------------------------------------------------------------------------------
     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
     1120The 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---------------------------------------------------------------------------------------------------
    11101126== Boost.XML ==
    11111127 * '''Author(s):'''  Stefan Seefeld