diff --git a/whos_using/using.qbk b/whos_using/using.qbk index ad864c3..a747c5d 100644 --- a/whos_using/using.qbk +++ b/whos_using/using.qbk @@ -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 @@ __mpl and __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 @@ and automated limit-order trading algorithms apply advanced expert 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]