summaryrefslogtreecommitdiff
path: root/doc/html/predef
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
commitd6a306e745acfee00e81ccaf3324a2a03516db41 (patch)
tree145a26368608982f40ebb0f4836185c44abb9ae4 /doc/html/predef
parent5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16 (diff)
downloadboost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.gz
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.bz2
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.zip
Imported Upstream version 1.69.0upstream/1.69.0
Diffstat (limited to 'doc/html/predef')
-rw-r--r--doc/html/predef/acknoledgements.html7
-rw-r--r--doc/html/predef/adding_new_predefs.html9
-rw-r--r--doc/html/predef/check_utilities.html5
-rw-r--r--doc/html/predef/history.html34
-rw-r--r--doc/html/predef/reference.html26
-rw-r--r--doc/html/predef/to_do.html5
-rw-r--r--doc/html/predef/using_the_predefs.html9
7 files changed, 65 insertions, 30 deletions
diff --git a/doc/html/predef/acknoledgements.html b/doc/html/predef/acknoledgements.html
index 1d95f9dd58..3330eeff8b 100644
--- a/doc/html/predef/acknoledgements.html
+++ b/doc/html/predef/acknoledgements.html
@@ -6,9 +6,9 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="to_do.html" title="To Do">
-<link rel="next" href="../process.html" title="Chapter&#160;29.&#160;Boost.Process">
+<link rel="next" href="../process.html" title="Chapter&#160;30.&#160;Boost.Process">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -46,7 +46,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/adding_new_predefs.html b/doc/html/predef/adding_new_predefs.html
index 2e7cc31b0e..9ab49ed0ba 100644
--- a/doc/html/predef/adding_new_predefs.html
+++ b/doc/html/predef/adding_new_predefs.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="using_the_predefs.html" title="Using the predefs">
<link rel="next" href="reference.html" title="Reference">
</head>
@@ -179,7 +179,7 @@ Documentation about what is detected.
<p>
And for convenience we also want to provide a <code class="computeroutput"><span class="special">*</span><span class="identifier">_NAME</span></code> macro:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_catagory_tag_NAME</span> <span class="string">"Name"</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_category_tag_NAME</span> <span class="string">"Name"</span>
</pre>
<p>
The testing of the predef macros is automated to generate checks for all the
@@ -288,7 +288,7 @@ Documentation about what is detected.
defined by compilers. For example the EDG compiler uses a simple 3-digit version
macro (M,N,P). It can be decomposed and defined as:
</p>
-<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_CCOMP_EDG</span> <span class="identifier">BOOST_PREDEF_MAKE_N_N_N</span><span class="special">(</span><span class="identifier">__EDG_VERSION__</span><span class="special">)</span>
+<pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_COMP_EDG</span> <span class="identifier">BOOST_PREDEF_MAKE_N_N_N</span><span class="special">(</span><span class="identifier">__EDG_VERSION__</span><span class="special">)</span>
</pre>
<p>
The decomposition macros are split into three types: decimal decomposition,
@@ -299,7 +299,8 @@ Documentation about what is detected.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/check_utilities.html b/doc/html/predef/check_utilities.html
index e409ad208f..96a62c5f64 100644
--- a/doc/html/predef/check_utilities.html
+++ b/doc/html/predef/check_utilities.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="reference.html" title="Reference">
<link rel="next" href="history.html" title="History">
</head>
@@ -155,7 +155,8 @@ exe my_special_exe : source.cpp
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/history.html b/doc/html/predef/history.html
index 3853a85f3a..29ff37172d 100644
--- a/doc/html/predef/history.html
+++ b/doc/html/predef/history.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="check_utilities.html" title="Check Utilities">
<link rel="next" href="to_do.html" title="To Do">
</head>
@@ -29,6 +29,19 @@
</h2></div></div></div>
<h4>
<a name="predef.history.h0"></a>
+ <span class="phrase"><a name="predef.history.1_9"></a></span><a class="link" href="history.html#predef.history.1_9">1.9</a>
+ </h4>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+ Fixes for <code class="computeroutput"><span class="identifier">BOOST_COMP_NVCC</span><span class="special">*</span></code> predefs. (from Benjamin Worpitz)
+ </li>
+<li class="listitem">
+ Add specific version information for Cygwin OS predef. (from James E. King
+ III)
+ </li>
+</ul></div>
+<h4>
+<a name="predef.history.h1"></a>
<span class="phrase"><a name="predef.history.1_8"></a></span><a class="link" href="history.html#predef.history.1_8">1.8</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -49,7 +62,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h1"></a>
+<a name="predef.history.h2"></a>
<span class="phrase"><a name="predef.history.1_7"></a></span><a class="link" href="history.html#predef.history.1_7">1.7</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -64,7 +77,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h2"></a>
+<a name="predef.history.h3"></a>
<span class="phrase"><a name="predef.history.1_6"></a></span><a class="link" href="history.html#predef.history.1_6">1.6</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -88,7 +101,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h3"></a>
+<a name="predef.history.h4"></a>
<span class="phrase"><a name="predef.history.1_5"></a></span><a class="link" href="history.html#predef.history.1_5">1.5</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -107,7 +120,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h4"></a>
+<a name="predef.history.h5"></a>
<span class="phrase"><a name="predef.history.1_4_1"></a></span><a class="link" href="history.html#predef.history.1_4_1">1.4.1</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -119,7 +132,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h5"></a>
+<a name="predef.history.h6"></a>
<span class="phrase"><a name="predef.history.1_4"></a></span><a class="link" href="history.html#predef.history.1_4">1.4</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -140,7 +153,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h6"></a>
+<a name="predef.history.h7"></a>
<span class="phrase"><a name="predef.history.1_3"></a></span><a class="link" href="history.html#predef.history.1_3">1.3</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -168,7 +181,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h7"></a>
+<a name="predef.history.h8"></a>
<span class="phrase"><a name="predef.history.1_2"></a></span><a class="link" href="history.html#predef.history.1_2">1.2</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -192,7 +205,7 @@
</li>
</ul></div>
<h4>
-<a name="predef.history.h8"></a>
+<a name="predef.history.h9"></a>
<span class="phrase"><a name="predef.history.1_1"></a></span><a class="link" href="history.html#predef.history.1_1">1.1</a>
</h4>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
@@ -234,7 +247,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/reference.html b/doc/html/predef/reference.html
index 84249d9228..fb68e2fb4c 100644
--- a/doc/html/predef/reference.html
+++ b/doc/html/predef/reference.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="adding_new_predefs.html" title="Adding new predefs">
<link rel="next" href="check_utilities.html" title="Check Utilities">
</head>
@@ -4283,7 +4283,7 @@
the defined versions are:
</p>
<div class="table">
-<a name="predef.reference.boost_lang_language_standards_ma.detected_version_number_vs_c_sta"></a><p class="title"><b>Table&#160;28.1.&#160;Detected Version Number vs. C++ Standard Year</b></p>
+<a name="predef.reference.boost_lang_language_standards_ma.detected_version_number_vs_c_sta"></a><p class="title"><b>Table&#160;29.1.&#160;Detected Version Number vs. C++ Standard Year</b></p>
<div class="table-contents"><table class="table" summary="Detected Version Number vs. C++ Standard Year">
<colgroup>
<col>
@@ -5790,7 +5790,8 @@
</p>
</th>
</tr></thead>
-<tbody><tr>
+<tbody>
+<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">__CYGWIN__</span></code>
@@ -5801,7 +5802,21 @@
<span class="bold"><strong>detection</strong></span>
</p>
</td>
-</tr></tbody>
+</tr>
+<tr>
+<td>
+ <p>
+ <code class="computeroutput"><span class="identifier">CYGWIN_VERSION_API_MAJOR</span></code>,
+ <code class="computeroutput"><span class="identifier">CYGWIN_VERSION_API_MINOR</span></code>
+ </p>
+ </td>
+<td>
+ <p>
+ V.R.0
+ </p>
+ </td>
+</tr>
+</tbody>
</table></div>
<h5>
<a name="predef.reference.boost_os_operating_system_macros.h6"></a>
@@ -9718,7 +9733,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/to_do.html b/doc/html/predef/to_do.html
index f4594d5fca..c368d17b1a 100644
--- a/doc/html/predef/to_do.html
+++ b/doc/html/predef/to_do.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="prev" href="history.html" title="History">
<link rel="next" href="acknoledgements.html" title="Acknoledgements">
</head>
@@ -33,7 +33,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
diff --git a/doc/html/predef/using_the_predefs.html b/doc/html/predef/using_the_predefs.html
index 54b81513aa..2b9cdff085 100644
--- a/doc/html/predef/using_the_predefs.html
+++ b/doc/html/predef/using_the_predefs.html
@@ -6,8 +6,8 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
-<link rel="prev" href="../predef.html" title="Chapter&#160;28.&#160;Boost.Predef 1.7">
+<link rel="up" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
+<link rel="prev" href="../predef.html" title="Chapter&#160;29.&#160;Boost.Predef 1.9">
<link rel="next" href="adding_new_predefs.html" title="Adding new predefs">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -176,7 +176,7 @@
detected. The emulated predefs will be set to the version number of the detection
instead of the regular predef macro for that detection. For example MSVC will
set <code class="computeroutput"><span class="identifier">BOOST_COMP_MSVC_EMULATED</span></code>
- but not set <code class="computeroutput"><span class="identifier">BOOST_COM_MSVC</span></code>,
+ but not set <code class="computeroutput"><span class="identifier">BOOST_COMP_MSVC</span></code>,
and it will also set <code class="computeroutput"><span class="identifier">BOOST_COMP_MSVC_AVAILABLE</span></code>.
</p>
<h4>
@@ -229,7 +229,8 @@
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2016 Rene Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005-2018 Rene
+ Rivera<br>Copyright &#169; 2015 Charly Chevalier<br>Copyright &#169; 2015 Joel Falcou<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>