mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
826 lines
43 KiB
HTML
826 lines
43 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
<head>
|
||
<title>Shrink Wrapped Boost</title>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||
<link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
|
||
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
||
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
|
||
Note: Editing website content is documented at:
|
||
https://www.boost.org/development/website_updating.html
|
||
-->
|
||
|
||
<body>
|
||
<div id="heading">
|
||
<!--#include virtual="/common/heading.html" -->
|
||
</div>
|
||
|
||
<div id="body">
|
||
<div id="body-inner">
|
||
<div id="content">
|
||
<div class="section" id="intro">
|
||
<div class="section-0">
|
||
<div class="section-title">
|
||
<h1>Shrink Wrapped Boost</h1>
|
||
</div>
|
||
|
||
<div class="section-body">
|
||
<p>Boost has found it's way into many products that are
|
||
available "off the shelf", including consumer applications from
|
||
Adobe, through to business middleware from SAP.</p>
|
||
|
||
<h2>Adobe Photoshop CS2</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.adobe.com/products/photoshop/index.html">Adobe
|
||
Photoshop CS2</a> uses the <a class="external" href=
|
||
"http://opensource.adobe.com/">Adobe Software Libraries</a>,
|
||
which in turn depend upon large parts of Boost. The <a class=
|
||
"external" href="http://opensource.adobe.com/">Adobe Software
|
||
Libraries</a> are being rolled out across the Adobe product
|
||
line to provide cross platform user interface logic.</p>
|
||
|
||
<h2>Adobe Indesign</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.adobe.com/products/indesign/index.html">Adobe
|
||
Indesign</a> offers best of breed page design: Indesign and
|
||
it's asociated SDK depend upon Boost <a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>
|
||
and others.</p>
|
||
|
||
<h2>SAP NetWeaver</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.sap.com/platform/netweaver/index.epx">SAP
|
||
NetWeaver</a> is the technical foundation of mySAP Business
|
||
Suite solutions, SAP xApps composite applications, partner
|
||
solutions, and customer custom-built applications. <a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>
|
||
provides the regular expression implementation for SAP's
|
||
<a class="external" href=
|
||
"https://www.sdn.sap.com/irj/sdn?node=linkDnode6-3">ABAP
|
||
language</a>.</p>
|
||
|
||
<h2>Real Networks, Rhapsody</h2>
|
||
|
||
<p>The <a class="external" href="http://www.real.com/">Rhapsody
|
||
Music Service</a> allows its subscribers to legally
|
||
download/transfer/burn over a million songs. The Rhapsody
|
||
client software was built with many Boost libraries:</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>:
|
||
Boost.Format is top notch. Using it is a bliss.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
and <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>:
|
||
These three libraries, along with <a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>
|
||
are the most used in our application. I could not imagine not
|
||
having them handy.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>:
|
||
Hands down, the most useful, and used library of the lot!</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>:
|
||
Simple to use, effective, does the job. I love the flexible
|
||
input string parsing facilities, and the human readable ISO
|
||
output.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>:
|
||
Wow. Moving legacy iterating interfaces, or interfaces that
|
||
should of been properly designed as iterators to STL compliant
|
||
iterators was easy and painless. The gains in functionality to
|
||
our code made by this library are invaluable.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>:
|
||
When you need it, it works magic.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>:
|
||
Used to implement the monitor pattern in key areas.</p>
|
||
|
||
<p><a href=
|
||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>:
|
||
Used to implement repetitive unit-test code generation. The
|
||
codebase benefited greatly from the clarity <a href=
|
||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>
|
||
brought.</p>
|
||
|
||
<h2>Skyjuice Software, Quick File Rename</h2>
|
||
|
||
<p>
|
||
<a class="external" href="http://www.skyjuicesoftware.com" >
|
||
Skyjuice Software</a>
|
||
<a class="external" href="http://www.skyjuicesoftware.com/software/QuickFileRename">
|
||
Quick File Rename</a>
|
||
is a unicode batch file and
|
||
folder renamer which allows photo collectors and audiophiles to rename
|
||
thousands of files and folders in seconds. Users can tag audio files,
|
||
extract meta data information for photos, and perform other batch rename
|
||
operations to allow better categorisation of files and folders in Windows
|
||
Explorer. Complex rename operations can be combined into a single step
|
||
using a rules system. A command line mode is also supported.
|
||
Parts of boost used: All regular expressions used in Quick File Rename are
|
||
parsed by
|
||
<a href="../doc/libs/release/libs/random/index.html">Boost.Regex</a>.
|
||
This provided us with tremendous power for the text
|
||
manipulation that is used frequently in both in the GUI and console modes.
|
||
</p>
|
||
|
||
<h2>DataSolid GmbH Germany, CADdy++ Mechanical Design (c)</h2>
|
||
|
||
<p><a class="external" href="http://www.DataSolid.com">CADdy++
|
||
Mechanical Design professional (c)</a> is a fully parametric 3D
|
||
CAD application with unbroken link between 3D models and 2D
|
||
drawings. CADdy++ uses the Boost libraries: <a href=
|
||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/property_map/index.html">Boost.PropertyMap</a>,
|
||
<a href="../doc/libs/release/libs/array/index.html">Array</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>.</p>
|
||
|
||
<p><em>"Many thanks to all the boost developers for their great
|
||
work and effort spending into boost."</em></p>
|
||
|
||
<h2>Dimension 5, Miner3D</h2>
|
||
|
||
<p>Data visualization technology enabling advanced data
|
||
analysis, visualization, sonification and speech applications
|
||
for business and science.</p>
|
||
|
||
<p>The <a class="external" href=
|
||
"http://www.miner3D.com">Miner3D</a> application provides means
|
||
for interactive visual analysis of arbitrary tabular data from
|
||
various data sources. It has a powerful OpenGL-based
|
||
visualization engine and an intuitive GUI. This combination
|
||
helps a human eye guide the application of statistical tools
|
||
and spot the patterns that might otherwise remain hidden.</p>
|
||
|
||
<p><em>"We are using the following boost libraries: <a href=
|
||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a>."</em></p>
|
||
|
||
<h2>Synergy, mailIntercept</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.mintercept.com">mailIntercept</a> from <a class=
|
||
"external" href="http://www.synergy.com.br">Synergy</a> is a
|
||
mail interceptor service for Exchange Server 2000/2003.</p>
|
||
|
||
<p>mailIntercept intercepts and interprets the e-mails from a
|
||
LAN using Exchange Server and converts the microsoft
|
||
proprietary format to MIME and passes them to an SMTP filter
|
||
and returns the emails to the Exchange Server as modified by
|
||
the SMTP filter, converted back to the microsoft proprietary
|
||
format and with its features preserved.</p>
|
||
|
||
<p>mailIntercept was built using the following Boost libraries:
|
||
<a href=
|
||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/spirit/phoenix/index.html">Boost.Phoenix</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/ptr_container/index.html">Boost.PointerContainer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/doc/html/tribool.html">Boost.Tribool</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a></p>
|
||
|
||
<h2>Integrated Research P/L, PROGNOSIS IP Telephony Manager and
|
||
IP Telephony Express</h2>
|
||
|
||
<p><a class="external" href="http://www.ir.com">PROGNOSIS</a>
|
||
is a suite of IP telephony management software products,
|
||
specifically designed to address the key challenges of IP
|
||
telephony life cycle management, including network-readiness,
|
||
assessment, pre-deployment assurance testing, and ongoing Day-2
|
||
management of Cisco CallManager, Cisco Unity, and Cisco AVVID
|
||
infrastructure. <em>"The Boost libraries used were: <a href=
|
||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/cast.htm#numeric_cast">Boost.NumericCast</a>,
|
||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>."</em></p>
|
||
|
||
<h2>Kinook Software, Visual Build Professional</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.visualbuild.com/">Visual Build Professional</a> is
|
||
a tool that enables developers, software process engineers, and
|
||
build specialists to create an automated, repeatable process
|
||
for building their software. Visual Build provides built-in
|
||
support for Microsoft Visual Studio .NET and 2005, Visual
|
||
Basic, Visual C++, Visual J++, SourceSafe, eMbedded Tools,
|
||
Borland Delphi, JBuilder, C++Builder, and more.</p>
|
||
|
||
<p>The following Boost Libraries were used: <a href=
|
||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/mem_fn.html">Boost.MemFn</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a></p>
|
||
|
||
<h2>Kinook Software, Ultra Recall</h2>
|
||
|
||
<p><a class="external" href="http://www.ultrarecall.com/">Ultra
|
||
Recall</a> is a personal information management (PIM) /
|
||
knowledge management (KM) application for Microsoft Windows. It
|
||
helps you capture, organize, and recall all of your electronic
|
||
information across all the applications that you use.</p>
|
||
|
||
<p>Used the following Boost libraries: <a href=
|
||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a></p>
|
||
|
||
<h2>Applied Dynamics International, ADvantageDE</h2>
|
||
|
||
<p><a class="external" href="http://www.adi.com">Applied
|
||
Dynamics International (ADI)</a> provides state-of-the art
|
||
software and hardware tools to the automotive, aerospace, and
|
||
defense industries to design and test embedded control systems.
|
||
ADI's tools provide advanced capabilities in real-time
|
||
hardware-in-the-loop (HIL) simulation, rapid prototyping, and
|
||
embedded controller software development. We have been a
|
||
leading supplier of HIL simulation solutions since 1957.</p>
|
||
|
||
<p>ADvantageDE is the development environment. It allows
|
||
simulation models to be easily connected to one another or to
|
||
hardware components for real-time simulation. ADvantageDE
|
||
projects can be created for execution on your PC, Unix
|
||
workstation or on our real-time platforms.</p>
|
||
|
||
<p>ADvantageVI is the point of control and the graphical user
|
||
interface for all of the run-time activities. The run-time
|
||
architecture includes extensive features for interacting with,
|
||
visualizing, and automating simulation and test activities.</p>
|
||
|
||
<p>DasCom provides access to real-time simulation data from
|
||
most Windows applications, such as Micrsoft Excel, National
|
||
Instruments Labview, etc.</p>
|
||
|
||
<p>The following Boost Libraries are used: <a href=
|
||
"../doc/libs/release/libs/array/index.html">Array</a>, <a href=
|
||
"../doc/libs/release/libs/assign/index.html">Boost.Assign</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/crc/index.html">Boost.CRC</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>,
|
||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a></p>
|
||
|
||
<h2>PeerGuardian</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://phoenixlabs.org/pg2/">PeerGuardian 2</a> is Methlabs
|
||
premier IP blocker for Windows. With features like support for
|
||
multiple lists, a list editor, automatic updates, and blocking
|
||
all of IPv4 (TCP, UDP, ICMP, etc), PeerGuardian 2 is the safest
|
||
and easiest way to protect your privacy on P2P.</p>
|
||
|
||
<p>Boost Libraries used include <a href=
|
||
"../doc/libs/release/libs/crc/index.html">Boost.CRC</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/integer/index.html">Boost.Integer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>.</p>
|
||
|
||
<h2>DECOMSYS::DESIGNER PRO</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.decomsys.com/">DECOMSYS::DESIGNER PRO</a> enables
|
||
the user to design a highly complex <a class="external" href=
|
||
"http://www.flexray.com/">FlexRay</a> communication system,
|
||
which is going to be the fundament for tomorrow's automotive
|
||
electronics.</p>
|
||
|
||
<p><em>"Boost Libraries used: <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>
|
||
(nice for generating data for unit tests), <a href=
|
||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>
|
||
(for the unit test programs), <a href=
|
||
"../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||
<a href="../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a> and
|
||
<a href=
|
||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a></em></p>
|
||
|
||
<p><em>"We are also planning to use Andreas Huber's FSM library
|
||
and Iostreams (together with Serialize) once they are
|
||
officially released."</em></p>
|
||
|
||
<h2>Wise Riddles Software, Audiomatic</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.wiseriddles.com/Products/Audiomatic/">Audiomatic</a>
|
||
is a tool used to make system-wide macros and then launch those
|
||
macros with a voice command or keyboard shortcut at any time...
|
||
from any Windows application. Audiomatic enables you to launch
|
||
programs, files, or websites; simulate keystrokes; play sounds;
|
||
speak text; or even run scripts. You can do it all with a voice
|
||
command or keyboard shortcut! <em>"Boost libraries Used:
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||
<a href="../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>."</em></p>
|
||
|
||
<h2>SMProcess FxEngine</h2>
|
||
|
||
<p>The <a class="external" href=
|
||
"http://www.smprocess.com/Bin/FxEngineSetup.exe">FxEngine</a>
|
||
from <a class="external" href=
|
||
"http://www.smprocess.com">SMProcess</a> 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.</p>
|
||
|
||
<p>The Framework is essentially based on three boost libraries:
|
||
<a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>:
|
||
Used to implement each "Pin" work. <a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>
|
||
includes everything what we were looking for a portable
|
||
framework like mutex and condition components. <a href=
|
||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>:
|
||
Provide a great flexibility compared to the STL. <a href=
|
||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a>: A
|
||
very straightforward and effective timer.</p>
|
||
|
||
<h2>Remobo</h2>
|
||
|
||
<p><a href="http://www.remobo.com">Remobo</a> from <a href=
|
||
"http://www.remobo.com">AWIT Systems, Inc</a> creates an
|
||
Instant Private Network (IPN) between your computers and your
|
||
friends. It's a COMPUTER Network based on your Social Network.
|
||
With IPN service, you and your friends can work or play
|
||
together over Internet as if you were sitting on the same
|
||
office or home LAN (Local Area Network).</p>
|
||
|
||
<p>The Boost libraries used were: <a href=
|
||
"../doc/libs/release/libs/asio/index.html">Asio</a>, <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Bind</a>, <a href=
|
||
"../doc/libs/release/libs/date_time/index.html">DateTime</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/utility.htm#Class_noncopyable">
|
||
Non-Copyable</a>, <a href=
|
||
"../doc/libs/release/libs/filesystem/index.html">File
|
||
System</a>, <a href=
|
||
"../doc/libs/release/libs/function/index.html">Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Lexical
|
||
Cast</a>, <a href=
|
||
"../doc/libs/release/libs/bind/ref.html">Ref</a>, <a href=
|
||
"../doc/libs/release/libs/regex/index.html">Regex</a>, <a href=
|
||
"../doc/libs/release/libs/serialization/index.html">Serialization</a>,
|
||
<a href="../doc/libs/release/libs/smart_ptr/index.html">Smart
|
||
Pointer</a>, <a href=
|
||
"../doc/libs/release/libs/statechart/index.html">StateChart</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/thread/index.html">Threads</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tokenizer/index.html">Tokenizer</a>,
|
||
<a href="../doc/libs/release/doc/html/tribool">Tribool</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tuple/doc/tuple_users_guide.html">Tuples</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/utility/index.html">Utility</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/variant/index.html">Variant</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/format/index.html">Format</a>,
|
||
<a href="../doc/libs/release/libs/mpl/index.html">MPL</a>,
|
||
<a href="../doc/libs/release/libs/multi_index/index.html">Multi
|
||
Index</a>, <a href=
|
||
"../doc/libs/release/libs/preprocessor/doc/index.html">Preprocessor</a>,
|
||
<a href="../doc/libs/release/libs/type_traits/index.html">Type
|
||
Traits</a></p>
|
||
|
||
<h2>Megahard Software Technologies Inc., Rule in Hell</h2>
|
||
|
||
<p>Rule in Hell is a Massively Multiplayer Online Role Playing
|
||
Game (still in beta).</p>
|
||
|
||
<p>The Boost libraries used were: <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>.</p>
|
||
|
||
<p><em>"By far the combination of <a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>
|
||
and <a href=
|
||
"../doc/libs/release/libs/bind/ref.html">Boost.Ref</a> is what
|
||
we use most heavily".</em></p>
|
||
|
||
<h2>Dr. Detlef Meyer-Eltz, TextTransformer</h2>
|
||
|
||
<p>The <a class="external" href=
|
||
"http://www.texttransformer.com">TextTransformer</a> is a
|
||
Windows IDE for the generation of top down parsers with
|
||
included c++ interpreter code for semantic actions. Both can be
|
||
executed or debugged immediately on single source files or on
|
||
groups of files. Generated parsers can be exported as c++ code
|
||
including as well the interpretable code as any arbitrary other
|
||
code. Tokens are defined as POSIX regular expressions and rules
|
||
are defined in a similar syntax quasi as regular expressions of
|
||
regular expressions. The construction of parse trees and their
|
||
traversal is supported.</p>
|
||
|
||
<p><em>"The TextTransformer is essentially based on the
|
||
<a href="../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
by which the tokens for a parser can be defined. The <a href=
|
||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>
|
||
and the Format library are used for the integrated c++
|
||
interpreter. For the future also an interpreter version of the
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>
|
||
is planned. The <a href=
|
||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>
|
||
library will be used too to improve the command line version of
|
||
the texttransformer."</em></p>
|
||
|
||
<h2>Redshift Software, The Thot Tool</h2>
|
||
|
||
<p><a class="external" href="http://thot-tool.com/">The Thot
|
||
Tool</a> is an asset management tool for a group of game
|
||
developers. Thot combines assets, both binary and text, with
|
||
workflow automation into a unified whole, and was built using
|
||
Boost <a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>, and
|
||
<a href=
|
||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>.</p>
|
||
|
||
<h2>Paragent, Paragent Manage 2.1</h2>
|
||
|
||
<p><a class="external" href="http://www.paragent.com/">Paragent
|
||
Manage</a> is a Desktop Management Application that uses a
|
||
lightweight agent written in C++. Unlike traditional desktop
|
||
management solutions, Paragent Manage avoids the complexity and
|
||
cost of servers by using peer-to-peer communication between
|
||
agents and the administrative console. This allows real-time
|
||
inventory searching, alerting and software auditing in an
|
||
easy-to-deploy and maintain package.</p>
|
||
|
||
<p><em>"We have used Boost extensively throughout our agent,
|
||
including: <a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>.</em></p>
|
||
|
||
<p><em>"Apart from some read_write_mutex issues we had, Boost
|
||
has been a seamless part of our development, and has allowed us
|
||
to develop and deploy a very complex, highly threaded
|
||
networking agent with a built-in lisp-like xml-based scripting
|
||
language all done in C++. Our entire development team would
|
||
like to thank everyone for their hard work on behalf of C++
|
||
coders everywhere."</em></p>
|
||
|
||
|
||
<h2>think-cell, Boost PowerPoint efficiency</h2>
|
||
|
||
<p>
|
||
<a class="external" href="http://www.think-cell.com/">
|
||
think-cell
|
||
</a>
|
||
was founded in 2002 in Berlin and is today the leading vendor
|
||
of productivity software for professional PowerPoint users.
|
||
Its product suite covers the complete process of presentation creation -
|
||
from analysis and preparation of business data
|
||
to the graphical rendering of qualitative and quantitative results.
|
||
Most international business consulting firms,
|
||
as well as a large number of the well-known industrial global leaders,
|
||
are among think-cell's customers.
|
||
</p>
|
||
<p>
|
||
Our presentation suite think-cell serves a single purpose – creating business presentations.
|
||
It is a complete set of cutting-edge productivity tools, each unrivaled in its scope of application.
|
||
</p>
|
||
<p>
|
||
think-cell chart is our leading PowerPoint add-in for creating professional business charts,
|
||
such as complex Waterfalls, Mekkos and Gantts, in a few minutes.
|
||
</p>
|
||
<p>
|
||
think-cell round is our one-of-a-kind Excel add-in for consistently rounding numbers,
|
||
even across complex calculations.
|
||
</p>
|
||
<p>
|
||
think-cell layout is our patented PowerPoint add-in
|
||
for rapidly composing clean slide layouts from standard elements.
|
||
</p>
|
||
|
||
<p>
|
||
Libraries used:
|
||
<a href="../doc/libs/release/libs/algorithm/index.html">Algorithm</a>,
|
||
<a href="../doc/libs/release/libs/assign/index.html">Assign</a>,
|
||
<a href="../doc/libs/release/libs/config/config.htm">Config</a>,
|
||
<a href="../doc/libs/release/libs/conversion/index.html">Conversion</a>,
|
||
<a href="../doc/libs/release/libs/crc/index.html">CRC</a>,
|
||
<a href="../doc/libs/release/libs/date_time/index.html">Date Time</a>,
|
||
<a href="../doc/libs/release/libs/format/index.html">Format</a>,
|
||
<a href="../doc/libs/release/libs/fusion/doc/html/index.html">Fusion</a>,
|
||
<a href="../doc/libs/release/libs/geometry/index.html">Geometry</a>,
|
||
<a href="../doc/libs/release/libs/integer/index.html">Integer</a>,
|
||
<a href="../doc/libs/release/libs/interprocess/index.html">Interprocess</a>,
|
||
<a href="../doc/libs/release/libs/intrusive/index.html">Intrusive</a>,
|
||
<a href="../doc/libs/release/libs/iostreams/index.html">Iostreams</a>,
|
||
<a href="../doc/libs/release/libs/iterator/index.html">Iterator</a>,
|
||
<a href="../doc/libs/release/libs/math/doc/html/gcd_lcm.html">Math Common Factor</a>,
|
||
<a href="../doc/libs/release/libs/math/doc/html/special.html">Math/Special Functions</a>,
|
||
<a href="../doc/libs/release/libs/mpl/index.html">MPL</a>,
|
||
<a href="../doc/libs/release/libs/multi_array/index.html">Multi-Array</a>,
|
||
<a href="../doc/libs/release/libs/multi_index/index.html">Multi-Index</a>,
|
||
<a href="../doc/libs/release/libs/numeric/conversion/index.html">Numeric Conversion</a>,
|
||
<a href="../doc/libs/release/libs/utility/operators.htm">Operators</a>,
|
||
<a href="../doc/libs/release/libs/optional/index.html">Optional</a>,
|
||
<a href="../doc/libs/release/libs/phoenix/index.html">Phoenix</a>,
|
||
<a href="../doc/libs/release/libs/preprocessor/index.html">Preprocessor</a>,
|
||
<a href="../doc/libs/release/libs/proto/index.html">Proto</a>,
|
||
<a href="../doc/libs/release/libs/range/index.html">Range</a>,
|
||
<a href="../doc/libs/release/libs/smart_ptr/smart_ptr.htm">Smart Ptr</a>,
|
||
<a href="../doc/libs/release/libs/spirit/index.html">Spirit</a>,
|
||
<a href="../doc/libs/release/libs/algorithm/string/index.html">String Algo</a>,
|
||
<a href="../doc/libs/release/libs/utility/swap.html">Swap</a>,
|
||
<a href="../doc/libs/release/doc/html/tribool.html">Tribool</a>,
|
||
<a href="../doc/libs/release/libs/tuple/index.html">Tuple</a>,
|
||
<a href="../doc/libs/release/libs/variant/index.html">Variant</a>
|
||
</p>
|
||
|
||
|
||
|
||
<h2>LW-WORKS Software, Clipboard Recorder</h2>
|
||
|
||
<p><a class="external" href=
|
||
"http://www.lw-works.com/clipboard-recorder">Clipboard
|
||
Recorder</a> is an application that helps users to manage their
|
||
clipboard history and provides easy ways for users to access
|
||
their saved clipboard data.</p>
|
||
|
||
<p>Libraries used: <a href=
|
||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/asio/index.html">Boost.Asio</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||
<a href=
|
||
"../doc/libs/release/libs/conversion/index.html">Boost.Conversion</a>,
|
||
Iostreams.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="sidebar">
|
||
<!--#include virtual="/common/sidebar-common.html" -->
|
||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||
</div>
|
||
|
||
<div class="clear"></div>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="footer">
|
||
<div id="footer-left">
|
||
<div id="revised">
|
||
<p>Revised $Date$</p>
|
||
</div>
|
||
|
||
<div id="copyright">
|
||
<p>Copyright Rene Rivera 2007.</p>
|
||
</div><!--#include virtual="/common/footer-license.html" -->
|
||
</div>
|
||
|
||
<div id="footer-right">
|
||
<!--#include virtual="/common/footer-banners.html" -->
|
||
</div>
|
||
|
||
<div class="clear"></div>
|
||
</div>
|
||
</body>
|
||
</html>
|