summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2013-09-09 04:06:52 +0000
committerRene Rivera <grafikrobot@gmail.com>2013-09-09 04:06:52 +0000
commit10a523382903820486d2405b2841200d49a0fbda (patch)
treec85dc999c4109f539124d16c118f6eb35b436823
parentd9df548ac7f475ea10600c322272b1df02818133 (diff)
downloadboost-10a523382903820486d2405b2841200d49a0fbda.tar.gz
Merge Predef library to release.
[SVN r85618]
-rw-r--r--.gitmodules4
m---------libs/detail0
-rw-r--r--libs/libraries.htm14
-rw-r--r--libs/maintainers.txt1
m---------libs/predef0
-rw-r--r--status/Jamfile.v21
6 files changed, 20 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index eb999ad706..8ef044205b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -378,6 +378,10 @@
path = libs/icl
url = ../icl.git
fetchRecurseSubmodules = on-demand
+[submodule "predef"]
+ path = libs/predef
+ url = ../predef.git
+ fetchRecurseSubmodules = on-demand
[submodule "chrono"]
path = libs/chrono
url = ../chrono.git
diff --git a/libs/detail b/libs/detail
-Subproject 06aac2f31103a2a82c24cc6f77bcbdbaa9cc510
+Subproject 2b05049c564c2820a4d78e51568b9eef535c709
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 39a89bfb31..1a64046781 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -242,6 +242,13 @@ how to download, build, and install the libraries.</p>
<li><a href="phoenix/index.html">Phoenix</a> - Define small unnamed
function objects at the actual call site, and more, from Joel de Guzman, Dan
Marsden and Thomas Heller</li>
+
+ <li><a href="predef/index.html">Predef</a> - This library defines a set of
+ compiler, architecture, operating system, library, and other version
+ numbers from the information it can gather of C, C++, Objective C, and
+ Objective C++ predefined macros or those defined in generally available
+ headers, from Rene Rivera.</li>
+
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease
OO-programming, from Thorsten Ottosen. </li>
@@ -868,6 +875,13 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Kevlin Henney.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
from Fernando Cacciola.</li>
+
+ <li><a href="predef/index.html">Predef</a> - This library defines a set of
+ compiler, architecture, operating system, library, and other version
+ numbers from the information it can gather of C, C++, Objective C, and
+ Objective C++ predefined macros or those defined in generally available
+ headers, from Rene Rivera.</li>
+
<li><a href="utility/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="timer/index.html">timer</a> - Event timer,
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 1c67b35cb8..c4caf6c3f6 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -79,6 +79,7 @@ parameter David Abrahams <dave -at- boost-consulting.com>, Daniel Wa
phoenix Joel de Guzman <joel -at- boost-consulting.com>, Thomas Heller <thom.heller -at- gmail.com>
polygon Lucanus Simonson <lucanus.j.simonson -at- intel.com>, Andrii Sydorchuk <sydorchuk.andriy -at- gmail.com>
pool Stephen Cleary <scleary -at- jerviswebb.com>
+predef Rene Rivera <grafikrobot -at- gmail.com>
preprocessor Paul Mensonides <pmenso57 -at- comcast.net>
program_options Vladimir Prus <ghost -at- cs.msu.su>
property_map Douglas Gregor <dgregor -at- cs.indiana.edu>
diff --git a/libs/predef b/libs/predef
new file mode 160000
+Subproject 79a9679838896c8bbcb9384f16daa0a7da8c905
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index adba6468a8..1ead3ca07a 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -122,6 +122,7 @@ run-tests libs :
phoenix/test # test-suite phoenix
polygon/test # test-suite polygon
pool/test # test-suite pool
+ predef/test # test-suite predef
preprocessor/test # test-suite preprocessor
program_options/test # test-suite program_options
property_map/test # test-suite property_map