Skip to content

Commit

Permalink
Automatic deploy (build number 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Feb 21, 2024
1 parent 6cd91cd commit 9584014
Show file tree
Hide file tree
Showing 557 changed files with 661 additions and 613 deletions.
2 changes: 1 addition & 1 deletion 2.1/404.html
Original file line number Diff line number Diff line change
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 Feb 20, 2024.
<span class="lastupdated">Last updated on Feb 21, 2024.
</span></p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion 2.1/Page Not Found.html
Original file line number Diff line number Diff line change
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 Feb 20, 2024.
<span class="lastupdated">Last updated on Feb 21, 2024.
</span></p>
</div>

Expand Down
36 changes: 24 additions & 12 deletions 2.1/_sources/reference/config_files/profiles.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ for some specific packages:
[settings]
# Only for zlib
zlib*:compiler=clang
zlib*:compiler.version=3.5
zlib*:compiler.libcxx=libstdc++11
zlib/*:compiler=clang
zlib/*:compiler.version=3.5
zlib/*:compiler.libcxx=libstdc++11
# For the all the dependency tree
compiler=gcc
Expand All @@ -696,23 +696,24 @@ for some specific packages:
[options]
# shared=True option only for zlib package
zlib*:shared=True
zlib/*:shared=True
[buildenv]
# For the all the dependency tree
*:MYVAR=my_var
[conf]
# Only for zlib
zlib*:tools.build:compiler_executables={'c': '/usr/bin/clang', 'cpp': '/usr/bin/clang++'}
zlib/*:tools.build:compiler_executables={'c': '/usr/bin/clang', 'cpp': '/usr/bin/clang++'}
Your build tool will locate **clang** compiler only for the **zlib** package and **gcc** (default one)
for the rest of your dependency tree.

.. important::

Putting only ``zlib:`` is not going to work, you have to always put a pattern-like expression, e.g., ``zlib*:``, ``zlib/1.*:``, etc.
Putting only ``zlib:`` is deprecated behaviour and won't work, you have to always put a pattern-like expression, e.g., ``zlib*:``,
``zlib/*:``, ``zlib/1.*:``, etc.


They accept patterns too, like ``-s *@myuser/*``, which means that packages that have the username "myuser" will use
Expand Down Expand Up @@ -740,6 +741,17 @@ This is a special case because the consumer conanfile might not declare a `name`
&:compiler.version=4.9
&:compiler.libcxx=libstdc++11
Partial matches are also supported, so you can define a pattern like ``zlib*`` to match all the zlib like libraries,
so it will match everything starting with zlib, like ``zlib``, ``zlibng``, ``zlib/1.2.8@user/channel``, etc.

.. code-block:: text
:caption: *myprofile*
[settings]
zlib*:compiler=clang
zlib*:compiler.version=3.5
zlib*:compiler.libcxx=libstdc++11
Profile includes
----------------
Expand All @@ -763,9 +775,9 @@ The ``include()`` statement has to be at the top of the profile file:
include(gcc_49)
[settings]
zlib*:compiler=clang
zlib*:compiler.version=3.5
zlib*:compiler.libcxx=libstdc++11
zlib/*:compiler=clang
zlib/*:compiler.version=3.5
zlib/*:compiler.libcxx=libstdc++11
The final result of using *myprofile* is:
Expand All @@ -777,9 +789,9 @@ The final result of using *myprofile* is:
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=4.9
zlib*:compiler=clang
zlib*:compiler.libcxx=libstdc++11
zlib*:compiler.version=3.5
zlib/*:compiler=clang
zlib/*:compiler.libcxx=libstdc++11
zlib/*:compiler.version=3.5
.. seealso::
Expand Down
2 changes: 1 addition & 1 deletion 2.1/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,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 Feb 20, 2024.
<span class="lastupdated">Last updated on Feb 21, 2024.
</span></p>
</div>

Expand Down
Binary file modified 2.1/conan.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.1/devops.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/backup_sources/sources_backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h3>Upload the packages<a class="headerlink" href="#upload-the-packages" title="

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/conancenter/hosting_binaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2>Updating from upstream<a class="headerlink" href="#updating-from-upstream" t

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ <h2>test_package as metadata<a class="headerlink" href="#test-package-as-metadat

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/save_restore.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/using_conancenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2>Control and customization<a class="headerlink" href="#control-and-customizat

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/versioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/devops/versioning/resolve_prereleases.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/commands/pkglists.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h2>Removing packages lists<a class="headerlink" href="#removing-packages-lists"

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/layout/conanfile_in_subfolder.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/layout/editable_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/layout/multiple_subprojects.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/layout/third_party_libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/package_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/conanfile/package_info/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/config_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/config_files/settings/settings_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <h2>Use your new settings<a class="headerlink" href="#use-your-new-settings" tit

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/cross_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/cross_build/android/android_studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ <h2>Building the application<a class="headerlink" href="#building-the-applicatio

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/cross_build/android/ndk.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h2>Read more<a class="headerlink" href="#read-more" title="Link to this heading

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/dev_flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/dev_flow/debug/step_into_dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h2>Step into a dependency with Visual Studio<a class="headerlink" href="#step-i

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h3>Conan public API<a class="headerlink" href="#conan-public-api" title="Link t

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/extensions/commands/custom_commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion 2.1/examples/extensions/deployers/builtin_deployers.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

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

Expand Down

0 comments on commit 9584014

Please sign in to comment.