Finished off normalising the library names.

[SVN r30481]
This commit is contained in:
John Maddock 2005-08-05 12:40:23 +00:00
parent 83e611e373
commit 1cbf6ce1ef

View File

@ -414,14 +414,14 @@ and [@../../libs/signals/index.html Signals].]
such as triangulations, convex hulls algorithms, boolean
operations of polygons and many other things.
['"We currently use the following Boost libraries :
[@../../libs/utility/operators.htm operators],
[@../../libs/iterator/index.html iterators],
[@../../libs/tuple/index.html tuples],
[@../../libs/concept_check/index.html concept check],
[@../../libs/mpl/index.html mpl],
[@../../libs/bind/index.html bind],
[@../../libs/optional/index.html optional] and
[@../../libs/smart_ptr/index.html smart pointers]."]
[@../../libs/utility/operators.htm Operators],
[@../../libs/iterator/index.html Iterators],
[@../../libs/tuple/index.html Tuples],
[@../../libs/concept_check/index.html Concept Check],
[@../../libs/mpl/index.html MPL],
[@../../libs/bind/index.html Bind],
[@../../libs/optional/index.html Optional] and
[@../../libs/smart_ptr/index.html Smart Pointers]."]
]
@ -430,19 +430,19 @@ and [@../../libs/signals/index.html Signals].]
for the accurate simulation of quantum lattice models, such as quantum magnets,
electronic systems and Bose-Einstein condensates. The main Boost libraries
used are:
[@../../libs/graph/index.html graph],
[@../../libs/random/index.html random],
[@../../libs/multi_array/index.html multiarray],
[@../../libs/program_options/index.html program_options],
[@../../libs/conversion/lexical_cast.htm lexical_cast],
[@../../libs/serialization/index.html serialization],
[@../../libs/regex/index.html regex],
[@../../libs/tuple/index.html tuple],
[@../../libs/filesystem/index.html filesystem],
[@../../libs/smart_ptr/index.html smart_ptr],
[@../../libs/bind/index.html bind],
[@../../libs/functional/index.html functional] and
[@../../libs/type_traits/index.html type_traits]
[@../../libs/graph/index.html Graph],
[@../../libs/random/index.html Random],
[@../../libs/multi_array/index.html Multi Array],
[@../../libs/program_options/index.html Program Options],
[@../../libs/conversion/lexical_cast.htm Lexical Cast],
[@../../libs/serialization/index.html Serialization],
[@../../libs/regex/index.html Regex],
[@../../libs/tuple/index.html Tuple],
[@../../libs/filesystem/index.html Filesystem],
[@../../libs/smart_ptr/index.html Smart Pointer],
[@../../libs/bind/index.html Bind],
[@../../libs/functional/index.html Functional] and
[@../../libs/type_traits/index.html Type Traits]
]
[blurb [*Open VRML]\n\n
@ -457,7 +457,7 @@ VRML support to an application, and Lookat, a simple stand-alone VRML browser.
library that represents and implements a wide variety of numerical algorithms
for Bayesian Filtering of discrete systems from the
[@http://www.acfr.usyd.edu.au/ Australian Centre for Field Robotics].
Bayes++ makes particularly heavy use of [@../../libs/numeric/ublas/index.html Boost.Ublas]
Bayes++ makes particularly heavy use of [@../../libs/numeric/ublas/index.html the Boost Ublas library]
for matrix and numeric computations.
]
@ -534,7 +534,7 @@ support for programmable graphics pipeline architectures and is implemented in C
[@http://spheral.sourceforge.net/ Spheral++] is a numerical tool
for simulating the evolution of a set of fluid or solid materials subject to
hydrodynamic, gravitational, and radiative effects.
Spherical++ uses [@../../libs/python/doc/index.html Boost.Python].]
Spherical++ uses [@../../libs/python/doc/index.html the Boost Python library].]
[blurb [*C++ XML Objects]\n\n
[@http://cppxmlobj.sourceforge.net/ C++ XML Objects] is a framework for persisting
@ -543,7 +543,7 @@ hierarchies of C++ objects to and from XML.]
[blurb [*HippoDraw]\n\n
[@http://www.slac.stanford.edu/grp/ek/hippodraw/index.html HippoDraw] provides a
highly interactive data analysis environment.
HippoDraw uses [@../../libs/python/doc/index.html Boost.Python].]
HippoDraw uses [@../../libs/python/doc/index.html the Boost Python library].]
[blurb [*Orocos]\n\n
[@http://people.mech.kuleuven.ac.be/~psoetens/orocos/doc/orocos-control-manual.html
@ -579,7 +579,7 @@ is a free distributed version control system. It provides
has no external dependencies, runs on linux, solaris, OSX, windows, and
other unixes, and is licensed under the GNU GPL.\n\n
['"The followind Boost libraries were used:
[@../../libs/date_time/index.html Date-Time],
[@../../libs/date_time/index.html Date Time],
[@../../libs/filesystem/index.html Filesystem],
[@../../libs/conversion/index.html Conversion],
[@../../libs/optional/index.html Optional],
@ -601,13 +601,13 @@ Hydranode runs on wide range of platforms, including Windows, Linux,
BSD, Mac OS, Solaris etc.\n\n
['"Hydranode Engine and plugins rely heavily on the following Boost
libraries: Bind, Function, Lambda, MultiIndex, Signals, Threads,
SmartPtr, Format, LexicalCast. Other Boost libraries being used
include FileSystem, StringAlgo, DateTime, ProgramOptions, Spirit,
Random, Tokenizer, TypeTraits, Tribool, Tuple and Any. Once Boost 1.33
is released, I'm also looking forward to using Boost.IOStreams library
Smart Pointer, Format, Lexical Cast. Other Boost libraries being used
include FileSystem, String Algorithm, Date Time, Program Options, Spirit,
Random, Tokenizer, Type Traits, Tribool, Tuple and Any. Once Boost 1.33
is released, I'm also looking forward to using the Boost Iostreams library
in Hydranode.\n\n
All complex data structures in Hydranode are implemented using
MultiIndex containers, which significantly reduced development time
Multi Index containers, which significantly reduced development time
and kept code clean. Format is being used for all text formatting.
Having Threads and FileSystem libraries available made cross-platform
development lot easier in those areas."]
@ -631,7 +631,7 @@ syntax highlighting. The colors and the styles can be specified
(bold, italics, underline) by means of a configuration file, and some
other options can be specified at the command line. The output format
can be HTML, XHTML and ANSI color escape sequences. GNU Source Highlight
is build around [@../../libs/regex/index.html Boost.Regex]]
is build around [@../../libs/regex/index.html the Boost Regex library]]
[blurb [*Luabind]\n\n
[@http://luabind.sourceforge.net/ Luabind] is a library that helps you create
@ -650,9 +650,9 @@ The [@http://quantlib.org/ QuantLib] project provides a comprehensive software
framework for quantitative finance. QuantLib is a free/open-source library
for modeling, trading, and risk management in real-life.
Boost components used include
[@../../libs/smart_ptr/index.html smart pointers],
[@../../libs/iterator/index.html iterators],
and [@../../libs/test/index.html the test framework].
[@../../libs/smart_ptr/index.html Smart Pointers],
[@../../libs/iterator/index.html Iterators],
and [@../../libs/test/index.html the Test Framework].
]
[endsect]
@ -668,13 +668,13 @@ development cycles.
marketplace for large block trading, and the 5th fastest growing company
according to Inc Magazine. \n\n
"['Boost Libraries most used, in order of importance:\n
[@../../libs/smart_ptr/index.html shared_ptr],
[@../../libs/bind/index.html bind],
[@../../libs/python/doc/index.html boost.python],
[@../../libs/conversion/lexical_cast.htm lexical_cast],
[@../../libs/optional/index.html optional],
[@../../libs/any/index.html any] and
[@../../libs/tuple/index.html tuple]]
[@../../libs/smart_ptr/index.html Shared Pointer],
[@../../libs/bind/index.html Bind],
[@../../libs/python/doc/index.html Python],
[@../../libs/conversion/lexical_cast.htm Lexical Cast],
[@../../libs/optional/index.html Optional],
[@../../libs/any/index.html Any] and
[@../../libs/tuple/index.html Tuple]]
]
[blurb [*MetOcean Engineers]\n\n
@ -685,21 +685,21 @@ protection. Core activities encompass: oceanographic measurements;
metocean monitoring systems; coastal and ocean engineering; environmental
consultancy; data management.\n\n
Boost Libraries currently in use:
[@../../libs/any/index.html boost.any],
[@../../libs/assign/index.html boost.assign],
[@../../libs/bind/index.html boost.bind],
[@../../libs/date_time/index.html boost.date_time],
[@../../libs/iterator/index.html boost.iterators],
[@../../libs/conversion/lexical_cast.htm boost.lexical_cast],
[@../../libs/mpl/index.html boost.mpl],
[@../../libs/spirit/phoenix/index.html boost.phoenix],
[@../../libs/program_options/index.html boost.program_options],
[@../../libs/bind/ref.html boost.ref],
[@../../libs/smart_ptr/index.html boost.smart_ptr],
[@../../libs/spirit/index.html boost.spirit],
[@../../libs/algorithm/string/index.html boost.string_algo],
[@../../doc/html/tribool.html boost.tribool] and
[@../../libs/variant/index.html boost.variant]
[@../../libs/any/index.html Any],
[@../../libs/assign/index.html Assign],
[@../../libs/bind/index.html Bind],
[@../../libs/date_time/index.html Date Time],
[@../../libs/iterator/index.html Iterators],
[@../../libs/conversion/lexical_cast.htm Lexical Cast],
[@../../libs/mpl/index.html MPL],
[@../../libs/spirit/phoenix/index.html Phoenix],
[@../../libs/program_options/index.html Program Options],
[@../../libs/bind/ref.html Ref],
[@../../libs/smart_ptr/index.html Smart Pointer],
[@../../libs/spirit/index.html Spirit],
[@../../libs/algorithm/string/index.html String Algorithm],
[@../../doc/html/tribool.html Tribool] and
[@../../libs/variant/index.html Variant]
]
[blurb [*TeraView Ltd]\n\n
@ -707,19 +707,19 @@ Boost Libraries currently in use:
for a variety of applications
including spectroscopy and imaging.\n\n
['"We use:
[@../../libs/thread/index.html thread],
[@../../libs/filesystem/index.html filesystem],
[@../../libs/date_time/index.html date_time],
[@../../libs/serialization/index.html serialization],
[@../../libs/smart_ptr/index.html smart_ptr],
[@../../libs/function/index.html function],
[@../../libs/bind/index.html bind],
[@../../libs/iterator/index.html iterator],
[@../../libs/conversion/lexical_cast.htm lexical_cast],
[@../../libs/format/index.html format],
[@../../libs/tuple/index.html tuple],
[@../../libs/any/index.html any] and
[@../../libs/optional/index.html optional]"]
[@../../libs/thread/index.html Thread],
[@../../libs/filesystem/index.html Filesystem],
[@../../libs/date_time/index.html Date Time],
[@../../libs/serialization/index.html Serialization],
[@../../libs/smart_ptr/index.html Smart Pointer],
[@../../libs/function/index.html Function],
[@../../libs/bind/index.html Bind],
[@../../libs/iterator/index.html Iterator],
[@../../libs/conversion/lexical_cast.htm Lexical Cast],
[@../../libs/format/index.html Format],
[@../../libs/tuple/index.html Tuple],
[@../../libs/any/index.html Any] and
[@../../libs/optional/index.html Optional]"]
]
[blurb [*NPC International]\n\n
@ -727,26 +727,26 @@ With about 800 restaurants, [@http://www.npcinternational.com NPC International]
is the world's largest Pizza Hut franchisee.\n\n
['"We make extensive use of boost in our internally developed point of sale,
restaurant management, communications, and accounting systems.
We use the following libraries in approximate order of frequency of use:
[@../../libs/bind/index.html bind],
[@../../libs/function/index.html function],
[@../../libs/optional/index.html optional],
[@../../libs/smart_ptr/index.html shared_ptr],
[@../../libs/date_time/index.html date_time],
[@../../libs/thread/index.html thread],
[@../../libs/lambda/index.html lambda],
[@../../libs/type_traits/index.html type_traits],
[@../../libs/mpl/index.html mpl],
[@../../libs/tuple/index.html tuple],
[@../../libs/utility/enable_if.html enable_if],
[@../../libs/variant/index.html variant],
[@../../libs/spirit/index.html spirit],
[@../../libs/algorithm/string/index.html string_algo],
[@../../libs/preprocessor/index.html preprocessor],
[@../../libs/filesystem/index.html filesystem],
[@../../libs/utility/operators.htm operator],
[@../../libs/iterator/index.html iterators] and
[@../../libs/tokenizer/index.html tokenizer]."]
We use the following Boost libraries in approximate order of frequency of use:
[@../../libs/bind/index.html Bind],
[@../../libs/function/index.html Function],
[@../../libs/optional/index.html Optional],
[@../../libs/smart_ptr/index.html Shared Pointer],
[@../../libs/date_time/index.html Date Time],
[@../../libs/thread/index.html Thread],
[@../../libs/lambda/index.html Lambda],
[@../../libs/type_traits/index.html Type Traits],
[@../../libs/mpl/index.html MPL],
[@../../libs/tuple/index.html Tuple],
[@../../libs/utility/enable_if.html Enable If],
[@../../libs/variant/index.html Variant],
[@../../libs/spirit/index.html Spirit],
[@../../libs/algorithm/string/index.html String Algorithm],
[@../../libs/preprocessor/index.html Preprocessor],
[@../../libs/filesystem/index.html Filesystem],
[@../../libs/utility/operators.htm Operator],
[@../../libs/iterator/index.html Iterators] and
[@../../libs/tokenizer/index.html Tokenizer]."]
]
[blurb [*Archelon LLC]\n\n
@ -756,20 +756,20 @@ derivatives in both electronic and floor-based markets. Archelon is
one of the highest volume market makers on EUREX and a leading
U.S. option market maker focusing on the most active securities.\n\n
['"We use:
[@../../libs/any/index.html any],
[@../../libs/array/index.html array],
[@../../libs/bind/index.html bind],
[@../../libs/date_time/index.html date_time],
[@../../libs/function/index.html function],
[@../../libs/conversion/lexical_cast.htm lexical_cast],
[@../../libs/optional/index.html optional],
[@../../libs/rational/index.html rational],
[@../../libs/regex/index.html regex],
[@../../libs/signals/index.html signals],
[@../../libs/smart_ptr/index.html smart_ptr],
[@../../libs/tokenizer/index.html tokenizer],
[@../../libs/tuple/index.html tuple] and
[@../../libs/utility/index.html utility]."]
[@../../libs/any/index.html Any],
[@../../libs/array/index.html Array],
[@../../libs/bind/index.html Bind],
[@../../libs/date_time/index.html Date Time],
[@../../libs/function/index.html Function],
[@../../libs/conversion/lexical_cast.htm Lexical Cast],
[@../../libs/optional/index.html Optional],
[@../../libs/rational/index.html Rational],
[@../../libs/regex/index.html Regex],
[@../../libs/signals/index.html Signals],
[@../../libs/smart_ptr/index.html Smart Pointer],
[@../../libs/tokenizer/index.html Tokenizer],
[@../../libs/tuple/index.html Tuple] and
[@../../libs/utility/index.html Utility]."]
]