Skip to content

Commit

Permalink
Automatic deploy (build number 38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Apr 17, 2024
1 parent c1be929 commit b4ac1d0
Show file tree
Hide file tree
Showing 579 changed files with 2,322 additions and 1,672 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: 1fe7227193d6a480d05a8d6a2d353a0f
config: b4a8c00804761a51eb8dde6cc5fc289b
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.2 documentation</title>
<title>Page Not Found &mdash; conan 2.2.3 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=219dea72"></script>
<script src="_static/documentation_options.js?v=85e56e6b"></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.2 documentation</title>
<title>Page not found &mdash; conan 2.2.3 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=219dea72"></script>
<script src="/en/latest/_static/documentation_options.js?v=85e56e6b"></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.3 (17-Apr-2024)
-------------------

- Fix: Fix `to_apple_archs` method when using architectures from settings_user. `#16090 <https://github.com/conan-io/conan/pull/16090>`_

2.2.2 (25-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.2',
VERSION: '2.2.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
46 changes: 26 additions & 20 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.2 documentation</title>
<title>Changelog &mdash; conan 2.2.3 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=219dea72"></script>
<script src="_static/documentation_options.js?v=85e56e6b"></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 @@ -114,6 +114,12 @@
<section id="changelog">
<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="apr-2024">
<h2>2.2.3 (17-Apr-2024)<a class="headerlink" href="#apr-2024" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix: Fix <cite>to_apple_archs</cite> method when using architectures from settings_user. <a class="reference external" href="https://github.com/conan-io/conan/pull/16090">#16090</a></p></li>
</ul>
</section>
<section id="mar-2024">
<h2>2.2.2 (25-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to this heading"></a></h2>
<ul class="simple">
Expand All @@ -122,14 +128,14 @@ <h2>2.2.2 (25-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to thi
<li><p>Bugfix: Fix handling of <cite>tools.build:defines</cite> for multiconfig CMake. <a class="reference external" href="https://github.com/conan-io/conan/pull/15924">#15924</a></p></li>
</ul>
</section>
<section id="id4">
<h2>2.2.1 (20-Mar-2024)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<section id="id5">
<h2>2.2.1 (20-Mar-2024)<a class="headerlink" href="#id5" 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="id6">
<h2>2.2.0 (20-Mar-2024)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
<section id="id7">
<h2>2.2.0 (20-Mar-2024)<a class="headerlink" href="#id7" 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 @@ -276,8 +282,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="id133">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id133" title="Link to this heading"></a></h2>
<section id="id134">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id134" 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 @@ -372,8 +378,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="id215">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id215" title="Link to this heading"></a></h2>
<section id="id216">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id216" 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 @@ -388,8 +394,8 @@ <h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id215" 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="id227">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id227" title="Link to this heading"></a></h2>
<section id="id228">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id228" 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 @@ -488,8 +494,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="id313">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id313" title="Link to this heading"></a></h2>
<section id="id314">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id314" 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 @@ -571,8 +577,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="id382">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id382" title="Link to this heading"></a></h2>
<section id="id383">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id383" 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 @@ -640,8 +646,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="id442">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id442" title="Link to this heading"></a></h2>
<section id="id443">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id443" 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 @@ -698,8 +704,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="id491">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id491" title="Link to this heading"></a></h2>
<section id="id492">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id492" 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.2 documentation</title>
<title>Devops guide &mdash; conan 2.2.3 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=219dea72"></script>
<script src="_static/documentation_options.js?v=85e56e6b"></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.2 documentation</title>
<title>Creating an Artifactory backup repo for your sources &mdash; conan 2.2.3 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=219dea72"></script>
<script src="../../../../_static/documentation_options.js?v=85e56e6b"></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.2 documentation</title>
<title>Backing up third-party sources with Conan &mdash; conan 2.2.3 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=219dea72"></script>
<script src="../../_static/documentation_options.js?v=85e56e6b"></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 b4ac1d0

Please sign in to comment.