Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-10 06:10:07


Author: johnmaddock
Date: 2007-08-10 06:10:05 EDT (Fri, 10 Aug 2007)
New Revision: 38561
URL: http://svn.boost.org/trac/boost/changeset/38561

Log:
Added two more entries.
Text files modified:
   trunk/more/whos_using/using.qbk | 29 +++++++++++++++++++++++++++++
   1 files changed, 29 insertions(+), 0 deletions(-)

Modified: trunk/more/whos_using/using.qbk
==============================================================================
--- trunk/more/whos_using/using.qbk (original)
+++ trunk/more/whos_using/using.qbk 2007-08-10 06:10:05 EDT (Fri, 10 Aug 2007)
@@ -68,6 +68,7 @@
 [def __rational [@../../libs/rational/index.html Boost.Rational]]
 [def __asio [@../../libs/asio/index.html Boost.Asio]]
 [def __bjam [@../../tools/build/v2/index.html Boost.Build]]
+[def __gil [@../../libs/gil/doc/index.html Boost.GIL]]
 
 [section:intro Introduction]
 
@@ -421,6 +422,23 @@
 __type_traits."]
 ]
 
+[blurb [*SMProcess FxEngine]
+
+The [@http://www.smprocess.com/Bin/FxEngineSetup.exe FxEngine]
+from [@http://www.smprocess.com SMProcess] is a Free Framework for data flow processing and the
+design of dynamic systems using plugins. The Framework provides a full
+control to the plugin architecture for applications that require
+custom solutions.
+
+The Framework is essentially based on three boost libraries:
+__thread: Used to implement each "Pin" work. __thread includes
+everything what we were looking for a portable framework like
+mutex and condition components.
+__functional and __bind: Provide a great flexibility compared to the STL.
+__timer: A very straightforward and effective timer.
+
+]
+
 [blurb [*Megahard Software Technologies Inc., Rule in Hell]
 
 [@http://www.ruleinhell.com Rule in Hell] is a
@@ -1187,6 +1205,17 @@
 systems to limit-order trading and customer executions.
 ]
 
+[blurb [*"EB" Automotive]
+
+[@http://www.elektrobit.com/static/en/index.html "EB" Automotive]
+is currently using __gil, __mpl and __string_algo
+for a in house tool. Additionally we use Stefan Seefelds Boost.XML from
+sandbox, with a few small extensions.
+
+['"Especially __gil gave our image preprocessing routines a strong
+speed boost and greatly simplified our code".]
+]
+
 
 [endsect]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk