Skip to content

Commit

Permalink
Automatic deploy (build number 28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Mar 25, 2024
1 parent a8380d8 commit 898f28c
Show file tree
Hide file tree
Showing 579 changed files with 1,777 additions and 1,747 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: 26db451729458364031698444f37240c
config: e401ff627d1b2fbd08ab712d1d985f66
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 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.1 documentation</title>
<title>Page Not Found &mdash; conan 2.2.2 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=16656018"></script>
<script src="_static/documentation_options.js?v=219dea72"></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 @@ -119,7 +119,7 @@ <h1>Page Not Found<a class="headerlink" href="#page-not-found" title="Link to th

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Mar 22, 2024.
<span class="lastupdated">Last updated on Mar 25, 2024.
</span></p>
</div>

Expand Down
6 changes: 3 additions & 3 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.1 documentation</title>
<title>Page not found &mdash; conan 2.2.2 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=16656018"></script>
<script src="/en/latest/_static/documentation_options.js?v=219dea72"></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 Expand Up @@ -112,7 +112,7 @@ <h1>Page not found</h1>

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Mar 22, 2024.
<span class="lastupdated">Last updated on Mar 25, 2024.
</span></p>
</div>

Expand Down
7 changes: 7 additions & 0 deletions 2.2/_sources/changelog.rst.txt
Expand Up @@ -3,6 +3,13 @@ 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.2 (25-Mar-2024)
-------------------

- Fix: Avoid issues with recipe ``print(..., file=fileobj)``. `#15934 <https://github.com/conan-io/conan/pull/15934>`_
- Fix: Fix broken calls to `print(x, file=y)` with duplicate keyword arguments. `#15912 <https://github.com/conan-io/conan/pull/15912>`_
- Bugfix: Fix handling of `tools.build:defines` for multiconfig CMake. `#15924 <https://github.com/conan-io/conan/pull/15924>`_

2.2.1 (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.1',
VERSION: '2.2.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
48 changes: 28 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.1 documentation</title>
<title>Changelog &mdash; conan 2.2.2 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=16656018"></script>
<script src="_static/documentation_options.js?v=219dea72"></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,13 +107,21 @@
<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.1 (20-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to this heading"></a></h2>
<h2>2.2.2 (25-Mar-2024)<a class="headerlink" href="#mar-2024" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>Fix: Avoid issues with recipe <code class="docutils literal notranslate"><span class="pre">print(...,</span> <span class="pre">file=fileobj)</span></code>. <a class="reference external" href="https://github.com/conan-io/conan/pull/15934">#15934</a></p></li>
<li><p>Fix: Fix broken calls to <cite>print(x, file=y)</cite> with duplicate keyword arguments. <a class="reference external" href="https://github.com/conan-io/conan/pull/15912">#15912</a></p></li>
<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>
<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>
<section id="id6">
<h2>2.2.0 (20-Mar-2024)<a class="headerlink" href="#id6" 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 @@ -260,8 +268,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="id129">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id129" title="Link to this heading"></a></h2>
<section id="id133">
<h2>2.0.15 (20-Dec-2023)<a class="headerlink" href="#id133" 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 @@ -356,8 +364,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="id211">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id211" title="Link to this heading"></a></h2>
<section id="id215">
<h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id215" 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 @@ -372,8 +380,8 @@ <h2>2.0.12 (26-Sept-2023)<a class="headerlink" href="#id211" 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="id223">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id223" title="Link to this heading"></a></h2>
<section id="id227">
<h2>2.0.11 (18-Sept-2023)<a class="headerlink" href="#id227" 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 @@ -472,8 +480,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="id309">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id309" title="Link to this heading"></a></h2>
<section id="id313">
<h2>2.0.8 (13-Jul-2023)<a class="headerlink" href="#id313" 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 @@ -555,8 +563,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="id378">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id378" title="Link to this heading"></a></h2>
<section id="id382">
<h2>2.0.5 (18-May-2023)<a class="headerlink" href="#id382" 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 @@ -624,8 +632,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="id438">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id438" title="Link to this heading"></a></h2>
<section id="id442">
<h2>2.0.3 (03-Apr-2023)<a class="headerlink" href="#id442" 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 @@ -682,8 +690,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="id487">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id487" title="Link to this heading"></a></h2>
<section id="id491">
<h2>2.0.1 (03-Mar-2023)<a class="headerlink" href="#id491" 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 Expand Up @@ -889,7 +897,7 @@ <h2>2.0.0-beta1 (20-Jun-2022)<a class="headerlink" href="#beta1-20-jun-2022" tit

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Mar 22, 2024.
<span class="lastupdated">Last updated on Mar 25, 2024.
</span></p>
</div>

Expand Down
Binary file modified 2.2/conan.pdf
Binary file not shown.
6 changes: 3 additions & 3 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.1 documentation</title>
<title>Devops guide &mdash; conan 2.2.2 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=16656018"></script>
<script src="_static/documentation_options.js?v=219dea72"></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 @@ -139,7 +139,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Mar 22, 2024.
<span class="lastupdated">Last updated on Mar 25, 2024.
</span></p>
</div>

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.1 documentation</title>
<title>Creating an Artifactory backup repo for your sources &mdash; conan 2.2.2 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=16656018"></script>
<script src="../../../../_static/documentation_options.js?v=219dea72"></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 @@ -166,7 +166,7 @@

<div role="contentinfo">
<p>&#169; Copyright 2016-2024, JFrog.
<span class="lastupdated">Last updated on Mar 22, 2024.
<span class="lastupdated">Last updated on Mar 25, 2024.
</span></p>
</div>

Expand Down

0 comments on commit 898f28c

Please sign in to comment.