Changes between Version 34 and Version 35 of LibrariesUnderConstruction
- Timestamp:
- Feb 15, 2009, 4:53:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v34 v35 165 165 * '''Last upload:'''2009 Jan 20 166 166 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=boost_crypto.zip&directory=&PHPSESSID=96307fee8086c06036af42fae790b449 Boost Vault] 167 * '''Categories:''' [#Co ncurrentProgramming Concurrent]167 * '''Categories:''' [#Communication Communication] 168 168 * '''Description:''' A library which provides larger number of secure and cryptographical services to the system. 169 169 … … 198 198 * '''Last upload:''' 199 199 * '''Links:''' [http://dancinghacker.com/code/dataflow/ Documentation] [https://svn.boost.org/svn/boost/sandbox/dataflow-rewrite Boost Sandbox] 200 * '''Categories:''' [#Co ncurrentProgramming Concurrent]200 * '''Categories:''' [#Communication Communication] 201 201 * '''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. 202 202 … … 244 244 * '''Last upload:'''2008 Nov 26 245 245 * '''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] 247 247 * '''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. 248 248 … … 333 333 * '''Last upload:''' February 9, 2009 334 334 * '''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 ConcurrentProgramming]335 * '''Categories:''' [#ReflectiveProgramming Reflective Programming] 336 336 * '''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. 337 337 … … 393 393 * '''Last upload:'''2008 Aug 08 394 394 * '''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 ConcurrentProgramming]395 * '''Categories:''' [#ReflectiveProgramming Reflective Programming] 396 396 * '''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. 397 397 Boost.Reflection does not provide automatic reflection of classes. Instead, the class data must be manually reflected. This does offer some benefits however: … … 520 520 * '''Participants:''' 521 521 * '''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] 523 523 524 524 --------------------------------------------------------------------------------------------------- … … 593 593 == !ConstraintsProgramming == 594 594 * '''Suggested by:''' Vicente J. Botet Escriba 595 * '''Categories:''' [ #ConcurrentProgramming Concurrent Programming]595 * '''Categories:''' [] 596 596 * '''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. 597 597 … … 754 754 == !SpreadSheet == 755 755 * '''Suggested by:''' Vicente J. Botet Escriba 756 * '''Categories:''' [ #ConcurrentProgramming Concurrent Programming]756 * '''Categories:''' [] 757 757 * '''Description:''' Allows to manage with the underlying concepts of a Spreadsheet but without displaying them. 758 758 … … 833 833 834 834 --------------------------------------------------------------------------------------------------- 835 == Communication == 836 * [#Boost.Crypto Boost.Crypto] 837 * [#Boost.Dataflow Boost.Dataflow] 838 839 --------------------------------------------------------------------------------------------------- 835 840 == Concurrent Programming == 841 836 842 * [#Boost.AsynchronousExecutors Boost.AsynchronousExecutors] 837 843 * [#Boost.Coroutines Boost.Coroutines] … … 919 925 --------------------------------------------------------------------------------------------------- 920 926 == Programming Interfaces == 927 928 --------------------------------------------------------------------------------------------------- 929 == Reflective Programming == 930 * [#Boost.Extension Boost.Extension] 931 * [#Boost.Mirror Boost.Mirror] 932 * [#Boost.Reflection Boost.Reflection] 921 933 922 934 ---------------------------------------------------------------------------------------------------