Changes between Version 29 and Version 30 of LibrariesUnderConstruction


Ignore:
Timestamp:
Feb 8, 2009, 6:04:45 PM (14 years ago)
Author:
viboes
Comment:

Update Mirror and Log

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v29 v30  
    289289== Boost.Log ==
    290290 * '''Author(s):''' Andrey Semashev `[mailto:andrey.semashev__AT__gmail.com] 
    291  * '''Version:'''
    292  * '''State:'''
    293  * '''Last upload:''' 2008 Nov 28
    294  * '''Links:''' [http://boost-log.sourceforge.net Home Page]
     291 * '''Version:''' RC3
     292 * '''State:''' review version
     293 * '''Last upload:''' 2009 Fev 8
     294 * '''Links:''' [http://boost-log.sourceforge.net Home Page] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=BoostLog.zip&directory=& Review Version]
    295295 * '''Description:'''  This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-box tools, along with public interfaces ready to be used to extend the library. The main goals of the library are:
    296296    * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features.
     
    301301== Boost.Mirror ==
    302302 * '''Author(s):'''  Matus Chochlik
    303  * '''Version:''' 0.3
    304  * '''Last upload:'''
     303 * '''Version:''' 0.3.3
     304 * '''Last upload:'''2009 Fev 8
    305305 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mirror.zip&directory=& Boost Vault] [https://svn.boost.org/svn/boost/sandbox/mirror Boost Sandbox]
    306  * '''Description:''' The aim of the <libraryname>Mirror</libraryname> 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 <code>typedef</code>-ined types), classes and their base classes and member attributes, instances, etc. and to provide uniform and generic interfaces for their introspection.
     306 * '''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.
    307307
    308308---------------------------------------------------------------------------------------------------