mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
185 lines
7.0 KiB
HTML
185 lines
7.0 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<title>Patches - Boost C++ Libraries</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
|
<link rel="stylesheet" type="text/css" href=
|
|
"/style-v2/section-development.css" />
|
|
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
|
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
|
|
Note: Editing website content is documented at:
|
|
https://www.boost.org/development/website_updating.html
|
|
-->
|
|
|
|
<body>
|
|
<div id="heading">
|
|
<!--#include virtual="/common/heading.html" -->
|
|
</div>
|
|
|
|
<div id="body">
|
|
<div id="body-inner">
|
|
<div id="content">
|
|
<div class="section" id="intro">
|
|
<div class="section-0">
|
|
<div class="section-title">
|
|
<h1>Boost C++ Library Patches</h1>
|
|
</div>
|
|
|
|
<div class="section-body">
|
|
<p>These are patches from library authors which were found too
|
|
late to be fixed in the release. Be careful as they have
|
|
not been through the normal testing process.</p>
|
|
|
|
<h2>1.85.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_85_0/0001-container-fix-flat_map.patch">0001-container-fix-flat_map.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.83.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_83_0/0001-unordered-fix-copy-assign.patch">0001-unordered-fix-copy-assign.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.82.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_82_0/0001-filesystem-fix-openbsd-build.patch">0001-filesystem-fix-openbsd-build.patch</a></li>
|
|
<li><a href="1_82_0/0002-filesystem-fix-win-smbv1-dir-iterator.patch">0002-filesystem-fix-win-smbv1-dir-iterator.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.80.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_80_0/0001-filesystem-win-fix-dir-it-net-share.patch">0001-filesystem-win-fix-dir-it-net-share.patch</a></li>
|
|
<li><a href="1_80_0/0002-filesystem-fix-weakly-canonical-long-paths.patch">0002-filesystem-fix-weakly-canonical-long-paths.patch</a></li>
|
|
<li><a href="1_80_0/0003-unordered-valid-after-move.patch">0003-unordered-valid-after-move.patch</a></li>
|
|
<li><a href="1_80_0/0004-filesystem-posix-fix-no-at-apis-missing-include.patch">0004-filesystem-posix-fix-no-at-apis-missing-include.patch</a></li>
|
|
<li><a href="1_80_0/0005-config-libcpp15.patch">0005-config-libcpp15.patch</a></li>
|
|
<li><a href="1_80_0/0006-unordered-msvc-rtcc.patch">0006-unordered-msvc-rtcc.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.79.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_79_0/0001-json-array-erase-relocate.patch">0001-json-array-erase-relocate.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.78.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_78_0/0001-b2-fix-install.patch">0001-b2-fix-install.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.73.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_73_0/0001-outcome-assert.patch">0001-outcome-assert.patch</a></li>
|
|
<li><a href="1_73_0/0002-beast-coroutines.patch">0002-beast-coroutines.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.72.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_72_0/0001-revert-cease-dependence-on-range.patch">0001-revert-cease-dependence-on-range.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.70.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_70_0/0001-beast-fix-moved-from-executor.patch">0001-beast-fix-moved-from-executor.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.67.0</h2>
|
|
|
|
<ul>
|
|
<li><a href="1_67_0/0001-Fiber-Use-pthread_setaffinity_np-on-FreeBSD-as-well.patch">0001-Fiber-Use-pthread_setaffinity_np-on-FreeBSD-as-well.patch</a></li>
|
|
<li><a href="1_67_0/0002-Wave-Avoid-using-wrong-T_DIVIDE-on-BSDs.patch">0002-Wave-Avoid-using-wrong-T_DIVIDE-on-BSDs.patch</a></li>
|
|
<li><a href="1_67_0/0003-Python-Fix-auto-linking-logic-Windows-only.patch">0003-Python-Fix-auto-linking-logic-Windows-only.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.65.0</h2>
|
|
|
|
<p>Combined patch:
|
|
<a href="1_65_0/boost_1_65_0.patch">boost_1_65_0.patch</a>.</p>
|
|
|
|
<p>Individual patches:</p>
|
|
|
|
<ul>
|
|
<li><a href="1_65_0/0001-context-function-executed-by-resume_with-has-to-retu.patch">0001-context-function-executed-by-resume_with-has-to-retu.patch</a></li>
|
|
<li><a href="1_65_0/0002-fiber-resume_with-requires-tor-return-a-continuation.patch">0002-fiber-resume_with-requires-tor-return-a-continuation.patch</a></li>
|
|
<li><a href="1_65_0/0003-thread-130-Bug-in-boost-condition_variable-on-Window.patch">0003-thread-130-Bug-in-boost-condition_variable-on-Window.patch</a></li>
|
|
<li><a href="1_65_0/0004-thread-130-Bug-in-boost-condition_variable-on-Window.patch">0004-thread-130-Bug-in-boost-condition_variable-on-Window.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.58.0</h2>
|
|
|
|
<ul>
|
|
<li><a href=
|
|
"1_58_0/0001-Fix-exec_file-for-Python-3-3.4.patch">0001-Fix-exec_file-for-Python-3-3.4.patch</a>
|
|
(for libs/python).</li>
|
|
<li><a href=
|
|
"1_58_0/0002-Fix-a-regression-with-non-constexpr-types.patch">0002-Fix-a-regression-with-non-constexpr-types.patch</a>
|
|
(for libs/fusion).</li>
|
|
</ul>
|
|
|
|
<h2>1.55.0</h2>
|
|
|
|
<ul>
|
|
<li><a href=
|
|
"1_55_0/001-log_fix_dump_avx2.patch">001-log_fix_dump_avx2.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.54.0</h2>
|
|
|
|
<ul>
|
|
<li><a href=
|
|
"1_54_0/001-coroutine.patch">001-coroutine.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/002-date-time.patch">002-date-time.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/003-log.patch">003-log.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/004-thread.patch">004-thread.patch</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<!--#include virtual="/common/sidebar-common.html" -->
|
|
<!--#include virtual="/common/sidebar-development.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div id="footer-left">
|
|
<div id="revised">
|
|
<p>Revised $Date: 2010-05-06 12:05:24 +0100 (Thu, 06 May 2010) $</p>
|
|
</div>
|
|
|
|
<div id="copyright">
|
|
<p>Copyright Daniel James 2013.</p>
|
|
</div><!--#include virtual="/common/footer-license.html" -->
|
|
</div>
|
|
|
|
<div id="footer-right">
|
|
<!--#include virtual="/common/footer-banners.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|