Changes between Version 46 and Version 47 of LibrariesUnderConstruction


Ignore:
Timestamp:
Mar 3, 2009, 12:07:18 AM (14 years ago)
Author:
viboes
Comment:

Minor updates

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v46 v47  
    6060== Boost.!AsynchronousExecutors ==
    6161 * '''Author(s):''' Vicente J. Botet Escribá
    62  * '''Version:''' 0.4
     62 * '''Version:''' 0.4.1
    6363 * '''State:''' Quite Stable
    64  * '''Last upload:''' 2009 Fev 08
     64 * '''Last upload:''' 2009 Mars01
    6565 * '''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]
    6666 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] [#Containers Containers]
     
    201201---------------------------------------------------------------------------------------------------
    202202== Boost.Convert ==
    203  * '''Author(s):''' Vladimir Batov <batov@people.net.au>
    204  * '''Version:''' 0.32.0
    205  * '''State:''' On going
    206  * '''Last upload:''' 26 Feb 2009
     203 * '''Author(s):'''  Vladimir Batov
     204 * '''Version:''' 0.36
     205 * '''State:''' Review Requested
     206 * '''Last upload:''' 2009, Mars 02
    207207 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost-string-convert.zip&directory=& Boost Vault]
    208208 * '''Categories:''' [#StringAndTextProcessing String And Text Processing]
    209  * '''Description:''' Replacement for lexical cast with formatting, locale, etc
     209 * '''Description:''' Extendible framework for a uniform approach to type-to-type conversions in general. It builds on the lexical_cast past experience, offers the already familiar conversion functionality and more:
     210
     211   * simple and better/safe conversion-failure check;
     212   * throwing and non throwing conversion-failure behavior;
     213   * support for the default value to be returned when conversion fails;
     214   * formatting support based on the standard I/O Streams and the standard (or user-defined) manipulators (like std::hex, std::scientific, etc.);
     215   * locale support;
     216   * support for boost::range-compliant char and wchar_t-based string containers (std::string, std::wstring, char const*, wchar_t const*, char array[], std::vector<char>, etc.);
     217   * no DefaultConstructibility requirement for the Target type;
     218   * room to grow.
    210219
    211220---------------------------------------------------------------------------------------------------
     
    357366== Boost.!InterThreads ==
    358367 * '''Author(s):''' Vicente J. Botet Escribá
    359  * '''Version:''' 0.4
     368 * '''Version:''' 0.4.1
    360369 * '''State:''' Quite Stable
    361  * '''Last upload:''' 2009 Fev 08
     370 * '''Last upload:''' 2009 Mars01
    362371 * '''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]
    363372 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     
    553562== Boost.!RendezVous  ==
    554563 * '''Author(s):''' Vicente J. Botet Escribá
    555  * '''Version:''' 0.0.0
    556  * '''State:''' Draft
    557  * '''Last upload:''' 2009 Fev 10
     564 * '''Version:''' 0.4.1
     565 * '''State:''' Quite Stable
     566 * '''Last upload:''' 2009 Mars 01
    558567 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox]
    559568 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     
    592601
    593602---------------------------------------------------------------------------------------------------
    594 == Boost.Singleton==
     603== Boost.Singleton ==
    595604 * '''Author(s):''' 
    596605 * '''Version:'''
     
    625634== Boost.Synchro ==
    626635 * '''Author(s):''' Vicente J. Botet Escribá
    627  * '''Version:''' 0.0.0
    628  * '''State:''' Draft
    629  * '''Last upload:''' 2009 Fev 10
     636 * '''Version:''' 0.2.0
     637 * '''State:''' work on going
     638 * '''Last upload:''' 2009 Mars 01
    630639 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/synchro Boost Sandbox]
    631640 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     
    636645    * Strict lockers: A strict_locker is a scoped lock guard ensuring the mutex is locked on the scope of the lock, by locking the mutex on construction and unlocking it on destruction.
    637646    * External lockers: An alternative or complementary approach to internal locking is to support external locking for an object - Multiple calls may be grouped within the same externally defined critical region.
    638     * Reverse locker: reverse_lock.
     647    * Reverse locker: reverse_locker nested_reverse_locker.
     648    * Array lockers
     649 
    639650
    640651
     
    642653== Boost.!ThreaderJoiner  ==
    643654 * '''Author(s):''' Vicente J. Botet Escribá
    644  * '''Version:''' 0.4
     655 * '''Version:''' 0.4.1
    645656 * '''State:''' Quite Stable
    646  * '''Last upload:''' 2009 Fev 08
     657 * '''Last upload:''' 2009 Mars 01
    647658 * '''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]
    648659 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]