Changes between Version 142 and Version 143 of LibrariesUnderConstruction


Ignore:
Timestamp:
Feb 8, 2011, 6:58:42 AM (12 years ago)
Author:
viboes
Comment:

Added Assign.V2

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v142 v143  
    3333 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
    3434 * '''Description:'''portable archive
     35
     36---------------------------------------------------------------------------------------------------
     37== Boost.Assign.V2 ==
     38 * '''Author(s):''' Ottosen Thorsten, Erwann Rogard   
     39 * '''Version:''' 2.0
     40 * '''State:''' On going
     41 * '''Last upload:''' 2011 Jan 28
     42 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/assign_v2 Boost Sandbox]
     43 * '''Categories:''' [#Containers Containers]
     44 * '''Description:''' This library has grown out of Boost.Assign 1.0 but is functionally independent of it. It provides a small set of tools for carrying out operations that can be characterized as either putting a set of values in a container, in simple or complex ways, or manipulating references through a range-like interface. These are referred to as the put and ref frameworks, respectively. Each allows to code in one sweep, what would ordinarily require repetitive statements, and integrates nicely with range algorithms. Utilities bridging the above with other container or range functionality are provided. The library is open for extension with the help of macros.
    3545
    3646---------------------------------------------------------------------------------------------------
     
    964974 * '''Last upload:''' 2011 Feb 6
    965975 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/tti Boost Sandbox]
    966  * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming]
     976 * '''Categories:''' [#GenericProgramming Generic Programming]
    967977 * '''Description:''' The Type Traits Introspection library, or TTI for short, is a library of macros generating metafunctions, and a set of parallel nullary type metafunctions, which provide the ability to introspect by name the elements of a type at compile time.
    968978
     
    14571467---------------------------------------------------------------------------------------------------
    14581468== Containers ==
     1469 * [#Boost.Assign.V2 Boost.Assign.V2]
    14591470 * [#Boost.BloomFilters Boost.BloomFilters]
    14601471 * [#Boost.CounterTree Boost.CounterTree ]
     
    15191530 * [#Boost.MSF Boost.MSF]
    15201531 * [#Boost.Overload Boost.Overload]
     1532
     1533---------------------------------------------------------------------------------------------------
     1534== Generic Programming ==
     1535 * [#Boost.SmartPtr.UniquePtr Boost.SmartPtr.UniquePtr]
    15211536 * [#Boost.TTI Boost.TTI]
    1522 
    1523 ---------------------------------------------------------------------------------------------------
    1524 == Generic Programming ==
    1525  * [#Boost.Move Boost.Move]
    1526  * [#Boost.SmartPtr.UniquePtr Boost.SmartPtr.UniquePtr]
    15271537
    15281538---------------------------------------------------------------------------------------------------
     
    15541564== Language Features Emulation ==
    15551565 * [#Boost.ConceptTraits Boost.ConceptTraits]
    1556  * [#Boost.Move Boost.Move]
     1566
    15571567
    15581568---------------------------------------------------------------------------------------------------
     
    15601570 * [#Accumulators.Ext Boost.Accumulators.Ext]
    15611571 * [#Boost.Euclid Boost.Euclid]
    1562  * [#Boost.Geometry Boost.Geometry]
    15631572 * [#Boost.Numeric.Odeint Boost.Numeric.Odeint]
    15641573 * [#Boost.NumericBindings Boost.NumericBindings]
    15651574 * [#Boost.SafeInt Boost.SafeInt]
    1566  * [#Boost.Ratio Boost.Ratio]
     1575
    15671576
    15681577---------------------------------------------------------------------------------------------------
     
    15941603== Preprocessor Metaprogramming ==
    15951604 * [#Boost.VariadicMacrosData Boost.VariadicMacrosData]
     1605
    15961606---------------------------------------------------------------------------------------------------
    15971607== Programming Interfaces ==