Changes between Version 50 and Version 51 of LibrariesUnderConstruction


Ignore:
Timestamp:
Apr 18, 2009, 3:37:22 PM (14 years ago)
Author:
viboes
Comment:

Update Boost.Async

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v50 v51  
    4848
    4949---------------------------------------------------------------------------------------------------
    50 == asynch ==
     50== async ==
    5151 * '''Author(s):''' Edd Dawson
    5252 * '''Version:''' 0.2.3
     
    5858
    5959---------------------------------------------------------------------------------------------------
    60 == Boost.!AsynchronousExecutors ==
     60== Boost.Async ==
    6161 * '''Author(s):''' Vicente J. Botet Escribá
    62  * '''Version:''' 0.4.1
     62 * '''Version:''' 0.1
    6363 * '''State:''' Quite Stable
    6464 * '''Last upload:''' 2009 Mars01
    65  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox]
     65 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=async.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/async Boost Sandbox]
    6666 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers]
    6767 * '''Description:''' Asynchronous Executors (AE) and Asynchronous Completion Tokens (ACT) in a generic way (or at least this was my intention). The library can be considered as a front-end for several Asynchronous Execution models making it possible to share common algorithms and making easier to switch from an Asynchronous Executors to another.
     
    509509---------------------------------------------------------------------------------------------------
    510510== Boost.Move ==
    511  * '''Author(s):'''  Adobe
     511 * '''Author(s):'''  Ion Gaztañaga
    512512 * '''Version:'''
    513513 * '''State:''' stable
    514514 * '''Last upload:'''
    515  * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/move Boost Sandbox]
    516  * '''Categories:''' [#GenericProgramming Generic Programming] [#LanguageFeaturesEmulation Language Features Emulation]
    517  * '''Description:''' User defined types often have remote parts either because they are implemented using a pointer-to-implementation or are variable sized. Such objects can be expensive to copy and are often copied unnecessarily when they are returned from functions or stored in other objects or containers. Boost.Move is a collection of utilities to implement types which can be moved to elide copying in such situations as well as utilities to assist in moving value.
    518 
    519 ---------------------------------------------------------------------------------------------------
    520 == Boost.MoveSemantics ==
    521  * '''Author(s):'''  Ion Gaztañaga
    522  * '''Version:'''
    523  * '''State:''' stable
    524  * '''Last upload:'''
    525  * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/move_semantics Boost Sandbox] [http://www.drivehq.com/web/igaztanaga/libs/move_semantics/
     515 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/move Boost Sandbox] [http://www.drivehq.com/web/igaztanaga/libs/move_semantics/
    526516 Documentation] [http://www.drivehq.com/web/igaztanaga/move_semantics.zip Download]
    527517 * '''Categories:''' [#GenericProgramming Generic Programming] [#LanguageFeaturesEmulation Language Features Emulation]
     
    701691 * '''State:''' Quite Stable
    702692 * '''Last upload:''' 2009 Mars 01
    703  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=interthreads.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/interthreads Boost Sandbox]
     693 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=async.zip&directory=Concurrent%20Programming& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/async Boost Sandbox]
    704694 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
    705695 * '''Description:''' Threader/Joiner as proposed by Kevlin Henney `[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1883.pdf Preliminary Threading Library Proposal for TR2]
    706696
    707 This library works well with [#Boost.AsynchronousExecutors AsynchronousExecutors].
    708697   
    709698---------------------------------------------------------------------------------------------------
     
    11171106== Concurrent Programming ==
    11181107 * [#async async]
    1119  * [#Boost.AsynchronousExecutors Boost.AsynchronousExecutors]
     1108 * [#Boost.Async Boost.Async]
    11201109 * [#ActiveObject ActiveObject]
    11211110 * [#coco coco]
     
    11321121---------------------------------------------------------------------------------------------------
    11331122== Containers ==
    1134  * [#Boost.AsynchronousExecutors Boost.AsynchronousExecutors]
    11351123 * [#Boost.ConstantTimeSize Boost.ConstantTimeSize]
    11361124 * [#DenseSet DenseSet]
     
    11821170== Generic Programming ==
    11831171 * [#Boost.Move Boost.Move]
    1184  * [#Boost.MoveSemantics Boost.MoveSemantics]
    11851172 * [#Boost.SmartPtr.UniquePtr Boost.SmartPtr.UniquePtr]
    11861173
     
    12121199== Language Features Emulation ==
    12131200 * [#Boost.Move Boost.Move]
    1214  * [#Boost.MoveSemantics Boost.MoveSemantics]
    12151201 * [#Boost.ConceptTraits Boost.ConceptTraits]
    12161202