Boost.DLL library integration

This commit is contained in:
Antony Polukhin 2015-08-22 09:49:46 +03:00
parent c842c1e8a2
commit b10cc16fb7
6 changed files with 9 additions and 1 deletions

View file

@ -44,6 +44,7 @@ boostbook doc
<dependency>../libs/lexical_cast/doc//lexical_cast
<dependency>../libs/crc/doc//crc
<dependency>../libs/chrono/doc//chrono
<dependency>../../libs/dll/doc//dll-doc
<dependency>../libs/program_options/doc//autodoc.xml
<dependency>../libs/algorithm/string/doc//autodoc.xml
<dependency>../libs/logic/doc//reference.xml
@ -94,6 +95,7 @@ boostbook doc
<implicit-dependency>../libs/chrono/doc//chrono
<implicit-dependency>../libs/lexical_cast/doc//lexical_cast
<implicit-dependency>../libs/crc/doc//crc
<implicit-dependency>../../libs/dll/doc//dll-doc
<implicit-dependency>../libs/functional/hash/doc//hash
#<implicit-dependency>../libs/type_traits/doc//type_traits
<implicit-dependency>../libs/static_assert/doc//static_assert

View file

@ -47,7 +47,8 @@ install pdf-install
../../libs/config/doc//standalone
../../libs/context/doc//context
../../libs/core/doc//standalone
../../libs/date_time/xmldoc//date_time
../../libs/date_time/xmldoc//date_time
../../libs/dll/doc//dll-doc
../../libs/foreach/doc//standalone
../../libs/function/doc//function-doc
# ../../libs/functional/overloaded_function/doc//doc

View file

@ -47,6 +47,7 @@
<xi:include href="container.auto_index.docbook"/>
<xi:include href="crc.xml"/>
<xi:include href="../../libs/date_time/xmldoc/date_time.xml"/>
<xi:include href="dll.xml"/>
<xi:include href="foreach.xml"/>
<xi:include href="../../libs/function/doc/function.xml"/>
<xi:include href="hash.xml"/>

View file

@ -131,6 +131,7 @@ how to download, build, and install the libraries.</p>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
Walker.</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="dll/index.html">DLL</a> - Library for comfortable work with DLL and DSO, from Antony Polukhin and Renato Tegon Forti.</li>
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
<li><a href="endian/index.html">endian</a> - Types and conversion functions
for correct byte ordering and more regardless of processor endianness, from
@ -891,6 +892,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="dll/index.html">DLL</a> - Library for comfortable work with DLL and DSO, from Antony Polukhin and Renato Tegon Forti.</li>
<li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from
Beman Dawes.</li>

View file

@ -38,6 +38,7 @@ coroutine2 Oliver Kowalke <oliver.kowalke -at- gmail.com>
crc Daryle Walker <darylew -at- hotmail.com>
date_time Jeff Garland <jeff -at- crystalclearsoftware.com>
disjoint_sets Jeremy Siek <jeremy.siek -at- gmail.com>
dll Antony Polukhin <antoshkka -at- gmail.com>
dynamic_bitset Jeremy Siek <jeremy.siek -at- gmail.com>
endian Beman Dawes <bdawes -at- acm.org>
exception Emil Dotchevski <emil -at- revergestudios.com>

View file

@ -77,6 +77,7 @@ run-tests libs :
date_time/test # test-suite date_time
detail/test # test-suite detail
disjoint_sets # test-suite disjoint_sets
dll/test # test-suite dll
dynamic_bitset # test-suite dynamic_bitset
endian/test # test-suite endian
exception/test