Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-09 13:13:20


Author: johnmaddock
Date: 2007-08-09 13:13:18 EDT (Thu, 09 Aug 2007)
New Revision: 38555
URL: http://svn.boost.org/trac/boost/changeset/38555

Log:
Added another entry
Text files modified:
   trunk/more/whos_using/using.qbk | 49 +++++++++++++++++++++++++++++++++++++++
   1 files changed, 48 insertions(+), 1 deletions(-)

Modified: trunk/more/whos_using/using.qbk
==============================================================================
--- trunk/more/whos_using/using.qbk (original)
+++ trunk/more/whos_using/using.qbk 2007-08-09 13:13:18 EDT (Thu, 09 Aug 2007)
@@ -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 @@
 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 @@
 __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,


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