Skip to content

Commit

Permalink
Automatic deploy (build number 25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Mar 20, 2024
1 parent eaa70d5 commit 2b679bd
Show file tree
Hide file tree
Showing 579 changed files with 2,316 additions and 1,666 deletions.
2 changes: 1 addition & 1 deletion 2.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5fba229165f6f562f71248e9dcc5d2e8
config: 26db451729458364031698444f37240c
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions 2.2/404.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Not Found &mdash; conan 2.2.0 documentation</title>
<title>Page Not Found &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=b21de401"></script>
<script src="_static/documentation_options.js?v=16656018"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions 2.2/Page Not Found.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found &mdash; conan 2.2.0 documentation</title>
<title>Page not found &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="/en/latest/_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -18,7 +18,7 @@

<script src="/en/latest/_static/jquery.js?v=5d32c60e"></script>
<script src="/en/latest/_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="/en/latest/_static/documentation_options.js?v=b21de401"></script>
<script src="/en/latest/_static/documentation_options.js?v=16656018"></script>
<script src="/en/latest/_static/doctools.js?v=888ff710"></script>
<script src="/en/latest/_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="/en/latest/_static/js/theme.js"></script>
Expand Down
5 changes: 5 additions & 0 deletions 2.2/_sources/changelog.rst.txt
Expand Up @@ -3,6 +3,11 @@ Changelog

For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref:`whatsnew`

2.2.1 (20-Mar-2024)
-------------------

- Fix: Add `copytree_compat` method for compatibility with Python>=3.12 after distutils removal. `#15906 <https://github.com/conan-io/conan/pull/15906>`_

2.2.0 (20-Mar-2024)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion 2.2/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '2.2.0',
VERSION: '2.2.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
40 changes: 23 additions & 17 deletions 2.2/changelog.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog &mdash; conan 2.2.0 documentation</title>
<title>Changelog &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=b21de401"></script>
<script src="_static/documentation_options.js?v=16656018"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down Expand Up @@ -107,7 +107,13 @@
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
<p>For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read <a class="reference internal" href="whatsnew.html#whatsnew"><span class="std std-ref">What’s new in Conan 2</span></a></p>
<section id="mar-2024">
<h2>2.2.0 (20-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to this heading"></a></h2>
<h2>2.2.1 (20-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix: Add <cite>copytree_compat</cite> method for compatibility with Python&gt;=3.12 after distutils removal. <a class="reference external" href="https://github.com/conan-io/conan/pull/15906">#15906</a></p></li>
</ul>
</section>
<section id="id2">
<h2>2.2.0 (20-Mar-2024)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: Raise for toolchains different than CMakeToolchain if using universal binary syntax. <a class="reference external" href="https://github.com/conan-io/conan/pull/15896">#15896</a></p></li>
<li><p>Feature: Warn on misplaced requirement function calls <a class="reference external" href="https://github.com/conan-io/conan/pull/15888">#15888</a></p></li>
Expand Down Expand Up @@ -254,8 +260,8 @@ <h2>2.0.16 (21-Dec-2023)<a class="headerlink" href="#dec-2023" title="Link to th
<li><p>Bugfix: Revert the default of <code class="docutils literal notranslate"><span class="pre">source_buildenv</span></code>, make it <code class="docutils literal notranslate"><span class="pre">False</span></code> by default. <a class="reference external" href="https://github.com/conan-io/conan/pull/15319">#15319</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3501">here</a></p></li>
</ul>
</section>
<section id="id127">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id127" title="Link to this heading"></a></h2>
<section id="id129">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id129" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: New <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">lock</span> <span class="pre">remove</span></code> command to remove requires from lockfiles. <a class="reference external" href="https://github.com/conan-io/conan/pull/15284">#15284</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3496">here</a></p></li>
<li><p>Feature: New <code class="docutils literal notranslate"><span class="pre">CMake.ctest()</span></code> helper method to launch directly <code class="docutils literal notranslate"><span class="pre">ctest</span></code> instead of via <code class="docutils literal notranslate"><span class="pre">cmake</span> <span class="pre">--target=RUN_TEST</span></code>. <a class="reference external" href="https://github.com/conan-io/conan/pull/15282">#15282</a></p></li>
Expand Down Expand Up @@ -350,8 +356,8 @@ <h2>2.0.13 (28-Sept-2023)<a class="headerlink" href="#sept-2023" title="Link to
<li><p>Bugfix: Fix wrong cppstd detection for newer apple-clang versions introduced in 2.0.11. <a class="reference external" href="https://github.com/conan-io/conan/pull/14837">#14837</a></p></li>
</ul>
</section>
<section id="id209">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id209" title="Link to this heading"></a></h2>
<section id="id211">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id211" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: Add support for Clang 17. <a class="reference external" href="https://github.com/conan-io/conan/pull/14781">#14781</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3398">here</a></p></li>
<li><p>Feature: Add <cite>–dry-run</cite> for <strong class="command">conan remove</strong>. <a class="reference external" href="https://github.com/conan-io/conan/pull/14760">#14760</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3404">here</a></p></li>
Expand All @@ -366,8 +372,8 @@ <h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id209" title="Link to this
<li><p>Bugfix: Fix relative paths of <code class="docutils literal notranslate"><span class="pre">editable</span></code> packages when they have components partially defining directories. <a class="reference external" href="https://github.com/conan-io/conan/pull/14782">#14782</a></p></li>
</ul>
</section>
<section id="id221">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id221" title="Link to this heading"></a></h2>
<section id="id223">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id223" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: Add <code class="docutils literal notranslate"><span class="pre">--format=json</span></code> formatter to <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">profile</span> <span class="pre">show</span></code> command <a class="reference external" href="https://github.com/conan-io/conan/pull/14743">#14743</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3388">here</a></p></li>
<li><p>Feature: add new –deployer –generators args to ‘conan build’ cmd <a class="reference external" href="https://github.com/conan-io/conan/pull/14737">#14737</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3383">here</a></p></li>
Expand Down Expand Up @@ -466,8 +472,8 @@ <h2>2.0.9 (19-Jul-2023)<a class="headerlink" href="#jul-2023" title="Link to thi
<li><p>Bugfix: Fix <cite>CMake Error: Invalid level specified for –loglevel</cite> when <cite>tools.build:verbosity</cite> is set to <cite>quiet</cite>. <a class="reference external" href="https://github.com/conan-io/conan/pull/14289">#14289</a></p></li>
</ul>
</section>
<section id="id307">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id307" title="Link to this heading"></a></h2>
<section id="id309">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id309" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: Add GCC 10.5 to default settings.yml. <a class="reference external" href="https://github.com/conan-io/conan/pull/14252">#14252</a></p></li>
<li><p>Feature: Let <cite>pkg_config_custom_content</cite> overwrite default <cite>*.pc</cite> variables created by <cite>PkgConfigDeps</cite>. <a class="reference external" href="https://github.com/conan-io/conan/pull/14233">#14233</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3293">here</a></p></li>
Expand Down Expand Up @@ -549,8 +555,8 @@ <h2>2.0.6 (26-May-2023)<a class="headerlink" href="#may-2023" title="Link to thi
<li><p>Bugfix: Fix regression from 2.0.5 <a class="reference external" href="https://github.com/conan-io/conan/pull/13898">https://github.com/conan-io/conan/pull/13898</a>, in which overrides of packages and components specification was failing <a class="reference external" href="https://github.com/conan-io/conan/pull/13923">#13923</a></p></li>
</ul>
</section>
<section id="id376">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id376" title="Link to this heading"></a></h2>
<section id="id378">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id378" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: <cite>-v</cite> argument defaults to the <cite>VERBOSE</cite> level. <a class="reference external" href="https://github.com/conan-io/conan/pull/13839">#13839</a></p></li>
<li><p>Feature: Avoid showing unnecessary skipped dependencies. Now, it only shows a list of reference names if exists skipped binaries. They can be completely listed by adding <cite>-v</cite> (verbose mode) to the current command. <a class="reference external" href="https://github.com/conan-io/conan/pull/13836">#13836</a></p></li>
Expand Down Expand Up @@ -618,8 +624,8 @@ <h2>2.0.4 (11-Apr-2023)<a class="headerlink" href="#apr-2023" title="Link to thi
<li><p>Bugfix: Fix double delete error in <cite>conan cache clean</cite>. <a class="reference external" href="https://github.com/conan-io/conan/pull/13601">#13601</a></p></li>
</ul>
</section>
<section id="id436">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id436" title="Link to this heading"></a></h2>
<section id="id438">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id438" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: <code class="docutils literal notranslate"><span class="pre">conan</span> <span class="pre">cache</span> <span class="pre">clean</span></code> learned the <code class="docutils literal notranslate"><span class="pre">--all</span></code> and <code class="docutils literal notranslate"><span class="pre">--temp</span></code> to clean everything (sources, builds) and also the temporary folders. <a class="reference external" href="https://github.com/conan-io/conan/pull/13581">#13581</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3145">here</a></p></li>
<li><p>Feature: Introduce the <code class="docutils literal notranslate"><span class="pre">conf</span></code> dictionary update semantics with <code class="docutils literal notranslate"><span class="pre">*=</span></code> operator. <a class="reference external" href="https://github.com/conan-io/conan/pull/13571">#13571</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3141">here</a></p></li>
Expand Down Expand Up @@ -676,8 +682,8 @@ <h2>2.0.2 (15-Mar-2023)<a class="headerlink" href="#mar-2023" title="Link to thi
<li><p>Bugfix: adds qcc cppstd compatibility info to allow dep graph to be calculated. <a class="reference external" href="https://github.com/conan-io/conan/pull/13326">#13326</a></p></li>
</ul>
</section>
<section id="id485">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id485" title="Link to this heading"></a></h2>
<section id="id487">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id487" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Feature: Add <cite>–insecure</cite> alias to <cite>–verify-ssl</cite> in config install. <a class="reference external" href="https://github.com/conan-io/conan/pull/13270">#13270</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3035">here</a></p></li>
<li><p>Feature: Add <cite>.conanignore</cite> support to <cite>conan config install</cite>. <a class="reference external" href="https://github.com/conan-io/conan/pull/13269">#13269</a> . Docs <a class="reference external" href="https://github.com/conan-io/docs/pull/3036">here</a></p></li>
Expand Down
Binary file modified 2.2/conan.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions 2.2/devops.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Devops guide &mdash; conan 2.2.0 documentation</title>
<title>Devops guide &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=b21de401"></script>
<script src="_static/documentation_options.js?v=16656018"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Creating an Artifactory backup repo for your sources &mdash; conan 2.2.0 documentation</title>
<title>Creating an Artifactory backup repo for your sources &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../../../_static/documentation_options.js?v=16656018"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions 2.2/devops/backup_sources/sources_backup.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Backing up third-party sources with Conan &mdash; conan 2.2.0 documentation</title>
<title>Backing up third-party sources with Conan &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=16656018"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions 2.2/devops/conancenter/hosting_binaries.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Creating and hosting your own ConanCenter binaries &mdash; conan 2.2.0 documentation</title>
<title>Creating and hosting your own ConanCenter binaries &mdash; conan 2.2.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=79c6a522" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/graphviz.css?v=eafc0fe6" />
Expand All @@ -19,7 +19,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=b21de401"></script>
<script src="../../_static/documentation_options.js?v=16656018"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand Down

0 comments on commit 2b679bd

Please sign in to comment.