Changes between Version 142 and Version 143 of LibrariesUnderConstruction
- Timestamp:
- Feb 8, 2011, 6:58:42 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v142 v143 33 33 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming] 34 34 * '''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. 35 45 36 46 --------------------------------------------------------------------------------------------------- … … 964 974 * '''Last upload:''' 2011 Feb 6 965 975 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/tti Boost Sandbox] 966 * '''Categories:''' [# FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-orderProgramming]976 * '''Categories:''' [#GenericProgramming Generic Programming] 967 977 * '''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. 968 978 … … 1457 1467 --------------------------------------------------------------------------------------------------- 1458 1468 == Containers == 1469 * [#Boost.Assign.V2 Boost.Assign.V2] 1459 1470 * [#Boost.BloomFilters Boost.BloomFilters] 1460 1471 * [#Boost.CounterTree Boost.CounterTree ] … … 1519 1530 * [#Boost.MSF Boost.MSF] 1520 1531 * [#Boost.Overload Boost.Overload] 1532 1533 --------------------------------------------------------------------------------------------------- 1534 == Generic Programming == 1535 * [#Boost.SmartPtr.UniquePtr Boost.SmartPtr.UniquePtr] 1521 1536 * [#Boost.TTI Boost.TTI] 1522 1523 ---------------------------------------------------------------------------------------------------1524 == Generic Programming ==1525 * [#Boost.Move Boost.Move]1526 * [#Boost.SmartPtr.UniquePtr Boost.SmartPtr.UniquePtr]1527 1537 1528 1538 --------------------------------------------------------------------------------------------------- … … 1554 1564 == Language Features Emulation == 1555 1565 * [#Boost.ConceptTraits Boost.ConceptTraits] 1556 * [#Boost.Move Boost.Move] 1566 1557 1567 1558 1568 --------------------------------------------------------------------------------------------------- … … 1560 1570 * [#Accumulators.Ext Boost.Accumulators.Ext] 1561 1571 * [#Boost.Euclid Boost.Euclid] 1562 * [#Boost.Geometry Boost.Geometry]1563 1572 * [#Boost.Numeric.Odeint Boost.Numeric.Odeint] 1564 1573 * [#Boost.NumericBindings Boost.NumericBindings] 1565 1574 * [#Boost.SafeInt Boost.SafeInt] 1566 * [#Boost.Ratio Boost.Ratio] 1575 1567 1576 1568 1577 --------------------------------------------------------------------------------------------------- … … 1594 1603 == Preprocessor Metaprogramming == 1595 1604 * [#Boost.VariadicMacrosData Boost.VariadicMacrosData] 1605 1596 1606 --------------------------------------------------------------------------------------------------- 1597 1607 == Programming Interfaces ==