summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAntony Polukhin <antoshkka@gmail.com>2015-08-22 09:49:46 +0300
committerAntony Polukhin <antoshkka@gmail.com>2015-12-29 23:27:47 +0300
commitb00958a6fe3a3293bc505cfbf0a266d66bdfe4a9 (patch)
tree3902111382aa3746b174c068e9b2af3379b040d9 /libs
parent02d481350972180679f51b7e1b1d67753a0bc6da (diff)
downloadboost-b00958a6fe3a3293bc505cfbf0a266d66bdfe4a9.tar.gz
Boost.DLL library integration
Conflicts merged: doc/Jamfile.v2
Diffstat (limited to 'libs')
-rw-r--r--libs/libraries.htm2
-rw-r--r--libs/maintainers.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 552de58e98..01807d78ed 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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
@@ -890,6 +891,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>
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 33adb32a93..05361cf183 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -37,6 +37,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>