Changes between Version 66 and Version 67 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jun 27, 2009, 12:18:55 PM (13 years ago)
Author:
viboes
Comment:

Adding Boost.Monotonic

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v66 v67  
    586586 * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
    587587 * '''Description:''' The aim of the Mirror library is to provide useful meta-data at both compile-time and run-time about common C++ constructs like namespaces, types (and as an important special case typedef-ined types), classes and their base classes and member attributes, instances, etc. and to provide uniform and generic interfaces for their introspection.
     588
     589---------------------------------------------------------------------------------------------------
     590== Boost.Monotonic ==
     591 * '''Author(s):'''  Christian Schladetsch
     592 * '''Version:'''
     593 * '''State:''' On going
     594 * '''Last upload:'''
     595 * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/monotonic Boost Sandbox]
     596 * '''Categories:''' [#Memory Memory] [#Containers Containers]
     597 * '''Description:''' Monotonic allocators 
    588598
    589599---------------------------------------------------------------------------------------------------
     
    12581268 * [#Boost.!LockFree Boost.LockFree]
    12591269 * [#Quartets Quartets]
     1270 * [#Boost.Monotonic Boost.Monotonic]
    12601271 * [#StableVector StableVector]
    12611272 * [#Boost.Tree Boost.Tree]
     
    13441355== Memory ==
    13451356 * [#Boost.AllocPlus Boost.AllocPlus]
     1357 * [#Boost.Monotonic Boost.Monotonic]
    13461358
    13471359---------------------------------------------------------------------------------------------------