From e8e13240f493610b6f3f2f1d5e4102be4d004564 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 9 Aug 2007 17:13:18 +0000 Subject: [PATCH] Added another entry [SVN r38555] --- whos_using/using.qbk | 49 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/whos_using/using.qbk b/whos_using/using.qbk index 8be69cf..ad864c3 100644 --- a/whos_using/using.qbk +++ b/whos_using/using.qbk @@ -66,6 +66,8 @@ [def __conversion [@../../libs/conversion/index.html Boost.Conversion]] [def __test [@../../libs/test/index.html Boost.Test]] [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]] [section:intro Introduction] @@ -509,7 +511,7 @@ clipboard history and provides easy ways for users to access their saved clipboard data. Libraries used: -__smart, __serialization, Asio, __string_algo, __bind, __thread, +__smart, __serialization, __asio, __string_algo, __bind, __thread, __conversion, Iostreams. ] @@ -576,6 +578,51 @@ Schema date and time types to C++ types from the Boost __date_time library. ] +[blurb [*CodeShop] + +I am happy to announce Amsterdam based [@http://www.code-shop.com CodeShop] +has been using Boost +since 2005 on all of it's projects (and CodeShop memebers have been +using Boost since 2001). + +We used it on the following: + +['OpenZoep] + +An open source voip stack (xmpp-sip/rtp/(port)audio/codecs), capable of +pc2pc calls and pc2pstn calls - it's a message based sdk, so you could +write your own Gtalk or Skype ... + +Boost is used everywhere: from the xmpp implementation (__function, +__asio) to the codecs-wrapper (__smart) - and more. +Boost made the code a lot easier, more fun, safer and faster to develop. +Bjam was used as build system. + +See [@http://www.code-shop.com/2007/1/14/openzoep description] +and [@http://www.code-shop.com/openzoep trac&svn]. + +['Abonja \/ Whitelabelvideo] + +Online videosharing platform: you can upload and watch flashvideo +online, but at the same time run your pc client and download all your +preferences automatically for viewing later at home + +Boost and C++ are used for the serverside tooling. Bjam is used as +build system. + +[@http://www.abonja.nl www.abonja.nl] and +[@www.whitelabelvideo.nl www.whitelabelvideo.nl] (Dutch only: a javascript sdk for viewing and +uploading - Boost is used serverside also). + +Code from above and other projects made available as plain download or +as library. + +Pieces address 'simple' problems like a windows registry wrapper to more +system like parts as for instance a drm implementation. Boost is used +all over (__filesystem, __thread, __asio, __spirit etc); +__bjam is used as build system. +] + [blurb [*CGAL] [@http://www.cgal.org/ CGAL] is the Computational Geometry Algorithms Library,