Changes between Version 71 and Version 72 of LibrariesUnderConstruction


Ignore:
Timestamp:
Sep 18, 2009, 10:40:33 PM (13 years ago)
Author:
viboes
Comment:

Adding Boost.Containers

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v71 v72  
    254254
    255255This means that multi-threaded programs written using Boost.Thread can now be run in a single thread. This is useful for debugging and testing purposes, where it is necessary to look at algorithmic correctness in isolation from correctness of synchronisation.
     256
     257---------------------------------------------------------------------------------------------------
     258== Boost.Containers ==
     259 * '''Author(s):'''  Ion Gaztañaga
     260 * '''Version:'''
     261 * '''State:''' stable
     262 * '''Last upload:'''
     263 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/move Boost Sandbox] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost.move.container.zip&directory=Containers& Download] [http://svn.boost.org/svn/boost/sandbox/move/libs/move/doc/html/index.html Documentation]
     264 * '''Categories:''' [#Container Container]
     265 * '''Description:''' Containers of Movable objects emulation using [#Boost.Move Boost.Move] 
    256266
    257267---------------------------------------------------------------------------------------------------
     
    12851295== Containers ==
    12861296 * [#Boost.BloomFilters Boost.BloomFilters]
    1287  * [#Boost.ConstantTimeSize Boost.ConstantTimeSize]
     1297 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize]
     1298 * [#Boost.Containers Boost.Containers]
    12881299 * [#DenseSet DenseSet]
    1289  * [#Boost.InterThreads Boost.InterThreads]
    12901300 * [#Boost.ITL Boost.ITL]
    12911301 * [#Boost.!LockFree Boost.LockFree]