summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Fernandes <glenfe@live.com>2014-04-28 22:13:43 -0700
committerGlen Fernandes <glenfe@live.com>2014-04-28 22:13:43 -0700
commitab41c8d16f4cae306ef717364b1e4c029e80a2f4 (patch)
treeec01d5cb83d185c4dba941e3d5b9ba34a86282be
parentff41efcc5c788f506a30e7c366ee185fa456c619 (diff)
downloadboost-ab41c8d16f4cae306ef717364b1e4c029e80a2f4.tar.gz
Add align to release
-rw-r--r--.gitmodules4
-rw-r--r--doc/Jamfile.v23
-rw-r--r--doc/src/boost.xml2
m---------libs/align0
-rw-r--r--libs/libraries.htm4
-rw-r--r--libs/maintainers.txt1
-rw-r--r--status/Jamfile.v21
7 files changed, 15 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6e45a7d3c5..94d1ed407b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -454,3 +454,7 @@
path = libs/assert
url = ../assert.git
fetchRecurseSubmodules = on-demand
+[submodule "align"]
+ path = libs/align
+ url = ../align.git
+ fetchRecurseSubmodules = on-demand
diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2
index 2c5b31d1d2..28e23cfabd 100644
--- a/doc/Jamfile.v2
+++ b/doc/Jamfile.v2
@@ -84,6 +84,8 @@ boostbook doc
<dependency>../libs/lockfree/doc//lockfree
<dependency>../libs/atomic/doc//atomic
<dependency>../libs/type_erasure/doc//type_erasure
+ <dependency>../libs/align/doc//reference.xml
+ <dependency>../libs/align/doc//align
## Add path references to the QuickBook generated docs...
@@ -118,6 +120,7 @@ boostbook doc
<implicit-dependency>../libs/lockfree/doc//lockfree
<implicit-dependency>../libs/atomic/doc//atomic
<implicit-dependency>../libs/type_erasure/doc//type_erasure
+ <implicit-dependency>../libs/align/doc//align
<xsl:param>boost.libraries=../../libs/libraries.htm
diff --git a/doc/src/boost.xml b/doc/src/boost.xml
index 79845d6677..0d1edc4299 100644
--- a/doc/src/boost.xml
+++ b/doc/src/boost.xml
@@ -40,6 +40,8 @@
<xi:include href="accumulators.xml"/>
+ <xi:include href="align.xml"/>
+
<xi:include href="../../libs/any/doc/any.xml"/>
<xi:include href="../../libs/array/doc/array.xml"/>
diff --git a/libs/align b/libs/align
new file mode 160000
+Subproject 4ebadf7fa2fd8ceb1b726bad14704faff0d6a1a
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 9d6a908339..21b2d442ff 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -82,6 +82,8 @@ how to download, build, and install the libraries.</p>
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
<li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
algorithms, from Marshall Clow.&nbsp;</li>
+ <li><a href="align/index.html">align</a> - Memory alignment functions,
+ allocators, and adaptors, from Glen Fernandes.</li>
<li><a href="any/index.html">any</a> - Safe, generic container for single
values of different value types, from Kevlin Henney.&nbsp;</li>
<li><a href="array/index.html">array</a> - STL compliant
@@ -688,6 +690,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Memory">Memory</a></h3>
<ul>
+ <li><a href="align/index.html">align</a> - Memory alignment functions,
+ allocators, and adaptors, from Glen Fernandes.</li>
<li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="smart_ptr/index.html">smart_ptr</a> - Six smart
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 70770f8672..d9ce644d11 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -12,6 +12,7 @@ accumulators Eric Niebler <eric -at- boostpro.com>
algorithm Marshall Clow <marshall -at- idio.com>
algorithm/minmax Herve Bronnimann <hbr -at- poly.edu>
algorithm/string Marshall Clow <marshall -at- idio.com>
+align Glen Fernandes <glenfe -at- live.com>
any Alexander Nasonov <alexander.nasonov -at- gmail.com>
array Marshall Clow <marshall -at- idio.com>
asio Chris Kohlhoff <chris -at- kohlhoff.com>
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index aac3694c06..b70a2a5df7 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -50,6 +50,7 @@ run-tests libs :
algorithm/test # test-suite algorithm
algorithm/minmax/test # test-suite algorith/minmax
algorithm/string/test # test-suite algorithm/string
+ align/test # test-suite align
array/test # test-suite array
asio/test # test-suite asio
assert/test # test-suite assert