[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -1,10 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Chapter&#160;1.&#160;Boost.WinAPI</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Chapter 1. Boost.WinAPI</title>
<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="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="home" href="index.html" title="Chapter 1. Boost.WinAPI">
<link rel="next" href="winapi/config.html" title="Configuration">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,8 +21,8 @@
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="winapi"></a>Chapter&#160;1.&#160;Boost.WinAPI</h2></div>
<div><p class="copyright">Copyright &#169; 2016 Andrey Semashev</p></div>
<a name="winapi"></a>Chapter 1. Boost.WinAPI</h2></div>
<div><p class="copyright">Copyright © 2016-2018 Andrey Semashev</p></div>
<div><div class="legalnotice">
<a name="winapi.legal"></a><p>
Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost
@@ -88,7 +88,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: December 14, 2017 at 00:08:25 GMT</small></p></td>
<td align="left"><p><small>Last revised: April 13, 2021 at 16:25:07 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

View File

@@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Configuration</title>
<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="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="prev" href="../index.html" title="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="home" href="../index.html" title="Chapter 1. Boost.WinAPI">
<link rel="up" href="../index.html" title="Chapter 1. Boost.WinAPI">
<link rel="prev" href="../index.html" title="Chapter 1. Boost.WinAPI">
<link rel="next" href="usage.html" title="Using Boost.WinAPI">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
Boost.WinAPI recognizes the following configuration macros:
</p>
<div class="table">
<a name="winapi.config.configuration_macros"></a><p class="title"><b>Table&#160;1.1.&#160;Configuration macros</b></p>
<a name="winapi.config.configuration_macros"></a><p class="title"><b>Table 1.1. Configuration macros</b></p>
<div class="table-contents"><table class="table" summary="Configuration macros">
<colgroup>
<col>
@@ -141,7 +141,7 @@
API usage.
</p>
<div class="table">
<a name="winapi.config.defined_configuration_macros"></a><p class="title"><b>Table&#160;1.2.&#160;Defined configuration macros</b></p>
<a name="winapi.config.defined_configuration_macros"></a><p class="title"><b>Table 1.2. Defined configuration macros</b></p>
<div class="table-contents"><table class="table" summary="Defined configuration macros">
<colgroup>
<col>
@@ -225,6 +225,18 @@
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_WINAPI_IS_CYGWIN</span></code>
</p>
</td>
<td>
<p>
Defined if Windows SDK is provided by MinGW variant from <a href="https://cygwin.com/" target="_top">Cygwin</a>.
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
@@ -232,7 +244,7 @@
</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; 2016 Andrey Semashev<p>
<td align="right"><div class="copyright-footer">Copyright © 2016-2018 Andrey Semashev<p>
Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost
Software License, Version 1.0</a>.
</p>

View File

@@ -1,11 +1,11 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Using Boost.WinAPI</title>
<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="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.WinAPI">
<link rel="home" href="../index.html" title="Chapter 1. Boost.WinAPI">
<link rel="up" href="../index.html" title="Chapter 1. Boost.WinAPI">
<link rel="prev" href="config.html" title="Configuration">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -83,7 +83,7 @@
</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; 2016 Andrey Semashev<p>
<td align="right"><div class="copyright-footer">Copyright © 2016-2018 Andrey Semashev<p>
Distributed under the <a href="http://boost.org/LICENSE_1_0.txt" target="_top">Boost
Software License, Version 1.0</a>.
</p>