mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
116 lines
4.0 KiB
HTML
116 lines
4.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=us-ascii" />
|
|
<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]-->
|
|
</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.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">1_58_0/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">1_58_0/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">1_55_0/001-log_fix_dump_avx2.patch</a></li>
|
|
</ul>
|
|
|
|
<h2>1.54.0</h2>
|
|
|
|
<ul>
|
|
<li><a href=
|
|
"1_54_0/001-coroutine.patch">1_54_0/001-coroutine.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/002-date-time.patch">1_54_0/002-date-time.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/003-log.patch">1_54_0/003-log.patch</a></li>
|
|
|
|
<li><a href=
|
|
"1_54_0/004-thread.patch">1_54_0/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>
|