Skip to content

Commit

Permalink
Automatic deploy (build number 561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConanCI bot committed Oct 23, 2023
1 parent 59f0fba commit 83bcfc0
Show file tree
Hide file tree
Showing 535 changed files with 579 additions and 557 deletions.
2 changes: 1 addition & 1 deletion 2.0/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h1>Page Not Found<a class="headerlink" href="#page-not-found" title="Permalink
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/Page Not Found.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h1>Page not found</h1>
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Our application relies on the **Zlib** library. Conan, by default, tries to inst
libraries from a remote server called `ConanCenter <https://conan.io/center/>`_.
You can search there for libraries and also check the available versions. In our case,
after checking the available versions for `Zlib <https://conan.io/center/zlib>`__ we
choose to use the latest available version: **zlib/1.2.11**.
choose to use one of the latest versions: **zlib/1.2.11**.

The easiest way to install the **Zlib** library and find it from our project with Conan is
using a *conanfile.txt* file. Let's create one with the following content:
Expand Down Expand Up @@ -222,10 +222,10 @@ You will get something similar to this as the output of that command:
As you can see in the output, there are a couple of things that happened:

* Conan installed the *Zlib* library from the remote server we configured at the
beginning of the tutorial. This server stores both the Conan recipes, which are the
files that define how libraries must be built, and the binaries that can be reused so we
don't have to build from sources every time.
* Conan installed the *Zlib* library from the remote server, which should be the Conan
Center server by default if the library is available. This server stores both the Conan
recipes, which are the files that define how libraries must be built, and the binaries
that can be reused so we don't have to build from sources every time.
* Conan generated several files under the **build** folder. Those files
were generated by both the ``CMakeToolchain`` and ``CMakeDeps`` generators we set in
the **conanfile.txt**. ``CMakeDeps`` generates files so that CMake finds the Zlib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ folder:
[tool_requires]
[env]
# The default profile can also be checked with the command "conan profile show"
As you can see, the profile has different sections. The ``[settings]`` section is the one
that has information about things like the operating system, architecture, compiler, and
build configuration. When you call a Conan command setting the ``--profile`` argument,
build configuration.

When you call a Conan command setting the ``--profile`` argument,
Conan will take all the information from the profile and apply it to the packages you want
to build or install. If you don't specify that argument it's equivalent to call it with
``--profile=default``. These two commands will behave the same:
Expand All @@ -59,7 +63,7 @@ to build or install. If you don't specify that argument it's equivalent to call
You can store different profiles and use them to build for different settings. For example,
to use a ``build_type=Debug``, or adding a ``tool_requires`` to all the packages you build
with that profile. One example of a *debug* profile could be:
with that profile. We will create a *debug* profile to try building with different configurations:

.. code-block:: bash
:caption: <conan home>/profiles/debug
Expand Down Expand Up @@ -201,6 +205,8 @@ executable can't find the shared libraries for *Zlib* that we just installed.
$ Release\compressor.exe
(on a pop-up window) The code execution cannot proceed because zlib1.dll was not found. Reinstalling the program may fix this problem.
# This error depends on the console being used and may not always pop up.
# It could run correctly if the console gets the zlib dll from a different path.
.. code-block:: bash
:caption: Linux, Macos
Expand Down
2 changes: 1 addition & 1 deletion 2.0/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ <h2>2.0.0-beta1 (20-Jun-2022)<a class="headerlink" href="#beta1-20-jun-2022" tit
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Binary file modified 2.0/conan.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.0/devops.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/backup_sources/sources_backup.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h3>Upload the packages<a class="headerlink" href="#upload-the-packages" title="
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/conancenter/hosting_binaries.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2>Updating from upstream<a class="headerlink" href="#updating-from-upstream" t
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h2>test_package as metadata<a class="headerlink" href="#test-package-as-metadat
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/using_conancenter.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h2>Control and customization<a class="headerlink" href="#control-and-customizat
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/versioning.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/devops/versioning/resolve_prereleases.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/commands/pkglists.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h2>Removing packages lists<a class="headerlink" href="#removing-packages-lists"
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/layout/conanfile_in_subfolder.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/layout/editable_components.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/layout/multiple_subprojects.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/layout/third_party_libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/package_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/conanfile/package_info/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/config_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/config_files/settings/settings_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h2>Use your new settings<a class="headerlink" href="#use-your-new-settings" tit
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/cross_build.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/cross_build/android/android_studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h2>Building the application<a class="headerlink" href="#building-the-applicatio
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/cross_build/android/ndk.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h2>Read more<a class="headerlink" href="#read-more" title="Permalink to this he
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/dev_flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/dev_flow/debug/step_into_dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h2>Step into a dependency with Visual Studio<a class="headerlink" href="#step-i
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h3>Conan public API<a class="headerlink" href="#conan-public-api" title="Permal
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/extensions/commands/custom_commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/extensions/deployers/builtin_deployers.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/extensions/deployers/custom_deployers.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3>deploy()<a class="headerlink" href="#deploy" title="Permalink to this headli
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.0/examples/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<div role="contentinfo">
<p>
&copy; Copyright 2016-2023, JFrog.
Last updated on Oct 18, 2023.
Last updated on Oct 23, 2023.
<span><a href="#" class="ot-sdk-show-settings">Cookies Settings</a></span>
</p>
</div>
Expand Down
Loading

0 comments on commit 83bcfc0

Please sign in to comment.