Changes between Version 88 and Version 89 of LibrariesUnderConstruction


Ignore:
Timestamp:
Nov 27, 2009, 3:27:29 PM (13 years ago)
Author:
viboes
Comment:

Boost.Mirror links updated

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v88 v89  
    630630
    631631---------------------------------------------------------------------------------------------------
    632 == Boost.Mirror ==
    633  * '''Author(s):'''  Matus Chochlik
    634  * '''Version:''' 0.3.8
    635  * '''Last upload:''' February 26, 2009
    636  * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror.zip&directory=& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/mirror Boost Sandbox]
    637  * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
    638  * '''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.
    639 
    640 ---------------------------------------------------------------------------------------------------
    641632== Boost.!MapReduce ==
    642633 * '''Author(s):'''  Craig Henderson
     
    649640The scalability achieved using MapReduce to implement data processing across a large volume of CPUs, whether on a single server or multiple machines is an attractive proposition. The Boost.MapReduce library is a MapReduce implementation across a plurality of CPU cores rather than machines. The library is implemented as a set of C++ class templates, and is a header-only library. It does, however, depend upon many other Boost libraries, such as Boost.System, Boost.FileSystem and Boost.Thread.
    650641
    651 Ma
     642---------------------------------------------------------------------------------------------------
     643== Boost.Mirror ==
     644 * '''Author(s):'''  Matus Chochlik
     645 * '''Version:''' 0.3.8
     646 * '''Last upload:''' November 26, 2009
     647 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror.zip&directory=& Boost Vault] [http://svn.boost.org/svn/boost/sandbox/mirror Boost Sandbox] [http://sourceforge.net/projects/mirror-lib/ C++0x version] [http://kifri.fri.uniza.sk/~chochlik/mirror-lib/html/ online docs for the C++0x version]
     648 * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
     649 * '''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.
     650
    652651---------------------------------------------------------------------------------------------------
    653652== Boost.Monotonic ==