Changes between Version 34 and Version 35 of LibrariesUnderConstruction


Ignore:
Timestamp:
Feb 15, 2009, 4:53:51 PM (14 years ago)
Author:
viboes
Comment:

Correct some category errors

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v34 v35  
    165165 * '''Last upload:'''2009 Jan 20
    166166 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_crypto.zip&directory=&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault]
    167  * '''Categories:''' [#ConcurrentProgramming Concurrent]
     167 * '''Categories:''' [#Communication Communication]
    168168 * '''Description:''' A library which provides larger number of secure and cryptographical services to the system.
    169169
     
    198198 * '''Last upload:'''
    199199 * '''Links:''' [http://dancinghacker.com/code/dataflow/ Documentation] [https://svn.boost.org/svn/boost/sandbox/dataflow-rewrite Boost Sandbox]
    200  * '''Categories:''' [#ConcurrentProgramming Concurrent]
     200 * '''Categories:''' [#Communication Communication]
    201201 * '''Description:''' Dataflow is a generic library for dataflow  programming. Dataflow programs can typically be expressed as a graph in which vertices represent components that process data, and edges represent the flow of data between the components. As such, dataflow programs can be easily reconfigured by changing the components and/or the connections.
    202202
     
    244244 * '''Last upload:'''2008 Nov 26
    245245 * '''Links:''' [http://boost-extension.blogspot.com Blog] [http://redshoelace.googlepages.com/extension_reflection.zip Download] [http://svn.boost.org/svn/boost/sandbox/boost/extension Headers Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/libs/extension Libs Boost Sandbox]
    246  * '''Categories:''' [#ConcurrentProgramming Concurrent]
     246 * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
    247247 * '''Description:''' The Boost.Extension library has been developed to ease the development of plugins and similar extensions to software using shared libraries. Classes, functions and data can be made available from shared libraries and loaded by the application.
    248248
     
    333333 * '''Last upload:''' February 9, 2009
    334334 * '''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]
    335  * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     335 * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
    336336 * '''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.
    337337
     
    393393 * '''Last upload:'''2008 Aug 08
    394394 * '''Links:''' [http://boost-extension.blogspot.com Blog] [http://redshoelace.googlepages.com/extension_reflection.zip Download] [http://svn.boost.org/svn/boost/sandbox/boost/reflection  Boost Sandbox Headers] [http://svn.boost.org/svn/boost/sandbox/libs/reflection  Boost Sandbox]
    395  * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     395 * '''Categories:''' [#ReflectiveProgramming Reflective Programming]
    396396 * '''Description:''' The goal of this library is to provide runtime reflection for C++ classes, and to allow the same across shared library boundaries. It is an offshoot of the Extension library, which provides dynamic class loading across shared libraries.
    397397Boost.Reflection does not provide automatic reflection of classes. Instead, the class data must be manually reflected. This does offer some benefits however:
     
    520520 * '''Participants:''' 
    521521 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=gtl.tar.gz&directory=Math%20-%20Geometry& GTL Boost Vault] [http://geometrylibrary.geodan.nl/index.html Geodan Web site]
    522  * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     522 * '''Categories:''' [#MathAndNumerics Math And Numerics]
    523523
    524524---------------------------------------------------------------------------------------------------
     
    593593== !ConstraintsProgramming ==
    594594 * '''Suggested by:''' Vicente J. Botet Escriba 
    595  * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     595 * '''Categories:''' []
    596596 * '''Description:''' Constraints programming is a programming paradigm where relations between variables are stated in the form of constraints. Constraints differ from the common primitives of imperative programming languages in that they do not specify a step or sequence of steps to execute, but rather the properties of a solution to be found. This makes Constraint Programming a form of declarative programming.
    597597 
     
    754754== !SpreadSheet ==
    755755 * '''Suggested by:''' Vicente J. Botet Escriba 
    756  * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     756 * '''Categories:''' []
    757757 * '''Description:''' Allows to manage with the underlying concepts of a Spreadsheet but without displaying them.
    758758 
     
    833833
    834834---------------------------------------------------------------------------------------------------
     835== Communication ==
     836 * [#Boost.Crypto Boost.Crypto]
     837 * [#Boost.Dataflow Boost.Dataflow]
     838
     839---------------------------------------------------------------------------------------------------
    835840== Concurrent Programming ==
     841
    836842 * [#Boost.AsynchronousExecutors Boost.AsynchronousExecutors]
    837843 * [#Boost.Coroutines Boost.Coroutines]
     
    919925---------------------------------------------------------------------------------------------------
    920926== Programming Interfaces ==
     927
     928---------------------------------------------------------------------------------------------------
     929== Reflective Programming ==
     930 * [#Boost.Extension Boost.Extension]
     931 * [#Boost.Mirror Boost.Mirror]
     932 * [#Boost.Reflection Boost.Reflection]
    921933
    922934---------------------------------------------------------------------------------------------------