diff --git a/2.2/.buildinfo b/2.2/.buildinfo index 246c0897c672..4d97d5d1a6be 100644 --- a/2.2/.buildinfo +++ b/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 diff --git a/2.2/404.html b/2.2/404.html index 7f23baad8f58..3ce109c93ab9 100644 --- a/2.2/404.html +++ b/2.2/404.html @@ -4,7 +4,7 @@ - Page Not Found — conan 2.2.2 documentation + Page Not Found — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/Page Not Found.html b/2.2/Page Not Found.html index fbef22821d00..40f1f681264a 100644 --- a/2.2/Page Not Found.html +++ b/2.2/Page Not Found.html @@ -3,7 +3,7 @@ - Page not found — conan 2.2.2 documentation + Page not found — conan 2.2.3 documentation @@ -18,7 +18,7 @@ - + diff --git a/2.2/_sources/changelog.rst.txt b/2.2/_sources/changelog.rst.txt index 7559bff7ad9d..91eb6972247f 100644 --- a/2.2/_sources/changelog.rst.txt +++ b/2.2/_sources/changelog.rst.txt @@ -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 `_ + 2.2.2 (25-Mar-2024) ------------------- diff --git a/2.2/_static/documentation_options.js b/2.2/_static/documentation_options.js index d9603dae0bbb..e21a8f991161 100644 --- a/2.2/_static/documentation_options.js +++ b/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', diff --git a/2.2/changelog.html b/2.2/changelog.html index 9b0e336b955f..5088c70444f5 100644 --- a/2.2/changelog.html +++ b/2.2/changelog.html @@ -4,7 +4,7 @@ - Changelog — conan 2.2.2 documentation + Changelog — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -114,6 +114,12 @@

Changelog

For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read What’s new in Conan 2

+
+

2.2.3 (17-Apr-2024)

+
    +
  • Fix: Fix to_apple_archs method when using architectures from settings_user. #16090

  • +
+

2.2.2 (25-Mar-2024)

    @@ -122,14 +128,14 @@

    2.2.2 (25-Mar-2024)#15924

-
-

2.2.1 (20-Mar-2024)

+
+

2.2.1 (20-Mar-2024)

  • Fix: Add copytree_compat method for compatibility with Python>=3.12 after distutils removal. #15906

-
-

2.2.0 (20-Mar-2024)

+
+

2.2.0 (20-Mar-2024)

-
-

2.0.15 (20-Dec-2023)

+
+

2.0.15 (20-Dec-2023)

  • Feature: New conan lock remove command to remove requires from lockfiles. #15284 . Docs here

  • Feature: New CMake.ctest() helper method to launch directly ctest instead of via cmake --target=RUN_TEST. #15282

  • @@ -372,8 +378,8 @@

    2.0.13 (28-Sept-2023)#14837

-
-

2.0.12 (26-Sept-2023)

+
+

2.0.12 (26-Sept-2023)

-
-

2.0.11 (18-Sept-2023)

+
+

2.0.11 (18-Sept-2023)

  • Feature: Add --format=json formatter to conan profile show command #14743 . Docs here

  • Feature: add new –deployer –generators args to ‘conan build’ cmd #14737 . Docs here

  • @@ -488,8 +494,8 @@

    2.0.9 (19-Jul-2023)#14289

-
-

2.0.8 (13-Jul-2023)

+
+

2.0.8 (13-Jul-2023)

  • Feature: Add GCC 10.5 to default settings.yml. #14252

  • Feature: Let pkg_config_custom_content overwrite default *.pc variables created by PkgConfigDeps. #14233 . Docs here

  • @@ -571,8 +577,8 @@

    2.0.6 (26-May-2023)https://github.com/conan-io/conan/pull/13898, in which overrides of packages and components specification was failing #13923

-
-

2.0.5 (18-May-2023)

+
+

2.0.5 (18-May-2023)

  • Feature: -v argument defaults to the VERBOSE level. #13839

  • 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 -v (verbose mode) to the current command. #13836

  • @@ -640,8 +646,8 @@

    2.0.4 (11-Apr-2023)#13601

-
-

2.0.3 (03-Apr-2023)

+
+

2.0.3 (03-Apr-2023)

  • Feature: conan cache clean learned the --all and --temp to clean everything (sources, builds) and also the temporary folders. #13581 . Docs here

  • Feature: Introduce the conf dictionary update semantics with *= operator. #13571 . Docs here

  • @@ -698,8 +704,8 @@

    2.0.2 (15-Mar-2023)#13326

-
-

2.0.1 (03-Mar-2023)

+
+

2.0.1 (03-Mar-2023)

  • Feature: Add –insecure alias to –verify-ssl in config install. #13270 . Docs here

  • Feature: Add .conanignore support to conan config install. #13269 . Docs here

  • diff --git a/2.2/conan.pdf b/2.2/conan.pdf index cc02a7a59cdc..1f0c977f1916 100644 Binary files a/2.2/conan.pdf and b/2.2/conan.pdf differ diff --git a/2.2/devops.html b/2.2/devops.html index b0673a4d1874..6c0df793f5c1 100644 --- a/2.2/devops.html +++ b/2.2/devops.html @@ -4,7 +4,7 @@ - Devops guide — conan 2.2.2 documentation + Devops guide — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html b/2.2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html index 2b34ca0df71e..e11f5cd41056 100644 --- a/2.2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html +++ b/2.2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html @@ -4,7 +4,7 @@ - Creating an Artifactory backup repo for your sources — conan 2.2.2 documentation + Creating an Artifactory backup repo for your sources — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/backup_sources/sources_backup.html b/2.2/devops/backup_sources/sources_backup.html index 4beb94f532c1..cde9c3762d15 100644 --- a/2.2/devops/backup_sources/sources_backup.html +++ b/2.2/devops/backup_sources/sources_backup.html @@ -4,7 +4,7 @@ - Backing up third-party sources with Conan — conan 2.2.2 documentation + Backing up third-party sources with Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/conancenter/hosting_binaries.html b/2.2/devops/conancenter/hosting_binaries.html index be93f1c92a9d..1f2df7b64c07 100644 --- a/2.2/devops/conancenter/hosting_binaries.html +++ b/2.2/devops/conancenter/hosting_binaries.html @@ -4,7 +4,7 @@ - Creating and hosting your own ConanCenter binaries — conan 2.2.2 documentation + Creating and hosting your own ConanCenter binaries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/metadata.html b/2.2/devops/metadata.html index ac75d7bdd5dc..a677af9f48a8 100644 --- a/2.2/devops/metadata.html +++ b/2.2/devops/metadata.html @@ -4,7 +4,7 @@ - Managing package metadata files — conan 2.2.2 documentation + Managing package metadata files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/save_restore.html b/2.2/devops/save_restore.html index 75ede5bfd4ad..446260d578c2 100644 --- a/2.2/devops/save_restore.html +++ b/2.2/devops/save_restore.html @@ -4,7 +4,7 @@ - Save and restore packages from/to the cache — conan 2.2.2 documentation + Save and restore packages from/to the cache — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/using_conancenter.html b/2.2/devops/using_conancenter.html index c6b61b2bb0bd..acffff11363e 100644 --- a/2.2/devops/using_conancenter.html +++ b/2.2/devops/using_conancenter.html @@ -4,7 +4,7 @@ - Using ConanCenter packages in production environments — conan 2.2.2 documentation + Using ConanCenter packages in production environments — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/versioning.html b/2.2/devops/versioning.html index 9e6469b75cc9..b3bcfa41a3cd 100644 --- a/2.2/devops/versioning.html +++ b/2.2/devops/versioning.html @@ -4,7 +4,7 @@ - Versioning — conan 2.2.2 documentation + Versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/devops/versioning/resolve_prereleases.html b/2.2/devops/versioning/resolve_prereleases.html index 5d3c9385cf8b..e34f71040e5d 100644 --- a/2.2/devops/versioning/resolve_prereleases.html +++ b/2.2/devops/versioning/resolve_prereleases.html @@ -4,7 +4,7 @@ - Handling version ranges and pre-releases — conan 2.2.2 documentation + Handling version ranges and pre-releases — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples.html b/2.2/examples.html index 318f805ecf0c..c5344618ec3b 100644 --- a/2.2/examples.html +++ b/2.2/examples.html @@ -4,7 +4,7 @@ - Examples — conan 2.2.2 documentation + Examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/commands.html b/2.2/examples/commands.html index a7418dcbf8e5..e5f25bc13a92 100644 --- a/2.2/examples/commands.html +++ b/2.2/examples/commands.html @@ -4,7 +4,7 @@ - Conan commands examples — conan 2.2.2 documentation + Conan commands examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/commands/pkglists.html b/2.2/examples/commands/pkglists.html index db35f180ffeb..c61e3245cb5b 100644 --- a/2.2/examples/commands/pkglists.html +++ b/2.2/examples/commands/pkglists.html @@ -4,7 +4,7 @@ - Using packages-lists — conan 2.2.2 documentation + Using packages-lists — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile.html b/2.2/examples/conanfile.html index 559cadd93da3..d2f3fd6297fe 100644 --- a/2.2/examples/conanfile.html +++ b/2.2/examples/conanfile.html @@ -4,7 +4,7 @@ - ConanFile methods examples — conan 2.2.2 documentation + ConanFile methods examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/layout.html b/2.2/examples/conanfile/layout.html index 061ac012b740..5f677e12b390 100644 --- a/2.2/examples/conanfile/layout.html +++ b/2.2/examples/conanfile/layout.html @@ -4,7 +4,7 @@ - ConanFile layout() examples — conan 2.2.2 documentation + ConanFile layout() examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/layout/conanfile_in_subfolder.html b/2.2/examples/conanfile/layout/conanfile_in_subfolder.html index 41e1be08afc2..ae7603b73648 100644 --- a/2.2/examples/conanfile/layout/conanfile_in_subfolder.html +++ b/2.2/examples/conanfile/layout/conanfile_in_subfolder.html @@ -4,7 +4,7 @@ - Declaring the layout when the Conanfile is inside a subfolder — conan 2.2.2 documentation + Declaring the layout when the Conanfile is inside a subfolder — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/layout/editable_components.html b/2.2/examples/conanfile/layout/editable_components.html index 90e6f7337a4a..4cb8197f8606 100644 --- a/2.2/examples/conanfile/layout/editable_components.html +++ b/2.2/examples/conanfile/layout/editable_components.html @@ -4,7 +4,7 @@ - Using components and editable packages — conan 2.2.2 documentation + Using components and editable packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/layout/multiple_subprojects.html b/2.2/examples/conanfile/layout/multiple_subprojects.html index d8612568abec..0612dc9e5f98 100644 --- a/2.2/examples/conanfile/layout/multiple_subprojects.html +++ b/2.2/examples/conanfile/layout/multiple_subprojects.html @@ -4,7 +4,7 @@ - Declaring the layout when we have multiple subprojects — conan 2.2.2 documentation + Declaring the layout when we have multiple subprojects — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/layout/third_party_libraries.html b/2.2/examples/conanfile/layout/third_party_libraries.html index 4dc60071d7d1..a8faac816f24 100644 --- a/2.2/examples/conanfile/layout/third_party_libraries.html +++ b/2.2/examples/conanfile/layout/third_party_libraries.html @@ -4,7 +4,7 @@ - Declaring the layout when creating packages for third-party libraries — conan 2.2.2 documentation + Declaring the layout when creating packages for third-party libraries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/package_info.html b/2.2/examples/conanfile/package_info.html index 8c16a76727af..0f6fc038c46b 100644 --- a/2.2/examples/conanfile/package_info.html +++ b/2.2/examples/conanfile/package_info.html @@ -4,7 +4,7 @@ - ConanFile package_info() examples — conan 2.2.2 documentation + ConanFile package_info() examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/package_info/components.html b/2.2/examples/conanfile/package_info/components.html index 6b16f8c279ab..59ccdb4037f0 100644 --- a/2.2/examples/conanfile/package_info/components.html +++ b/2.2/examples/conanfile/package_info/components.html @@ -4,7 +4,7 @@ - Define components for Conan packages that provide multiple libraries — conan 2.2.2 documentation + Define components for Conan packages that provide multiple libraries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/conanfile/package_info/package_info_conf_and_env.html b/2.2/examples/conanfile/package_info/package_info_conf_and_env.html index 38424bee87eb..e71c4b68029b 100644 --- a/2.2/examples/conanfile/package_info/package_info_conf_and_env.html +++ b/2.2/examples/conanfile/package_info/package_info_conf_and_env.html @@ -4,7 +4,7 @@ - Propagating environment or configuration information to consumers — conan 2.2.2 documentation + Propagating environment or configuration information to consumers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/config_files.html b/2.2/examples/config_files.html index 06350491e8ec..ea140287b96e 100644 --- a/2.2/examples/config_files.html +++ b/2.2/examples/config_files.html @@ -4,7 +4,7 @@ - Configuration files examples — conan 2.2.2 documentation + Configuration files examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/config_files/settings/settings_user.html b/2.2/examples/config_files/settings/settings_user.html index 64f03fae71aa..ab532402dc10 100644 --- a/2.2/examples/config_files/settings/settings_user.html +++ b/2.2/examples/config_files/settings/settings_user.html @@ -4,7 +4,7 @@ - Customize your settings: create your settings_user.yml — conan 2.2.2 documentation + Customize your settings: create your settings_user.yml — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/cross_build.html b/2.2/examples/cross_build.html index 95a667ecf725..643dda89888c 100644 --- a/2.2/examples/cross_build.html +++ b/2.2/examples/cross_build.html @@ -4,7 +4,7 @@ - Cross-building examples — conan 2.2.2 documentation + Cross-building examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/cross_build/android/android_studio.html b/2.2/examples/cross_build/android/android_studio.html index ca5b1105fa54..f6627f93967b 100644 --- a/2.2/examples/cross_build/android/android_studio.html +++ b/2.2/examples/cross_build/android/android_studio.html @@ -4,7 +4,7 @@ - Integrating Conan in Android Studio — conan 2.2.2 documentation + Integrating Conan in Android Studio — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/cross_build/android/ndk.html b/2.2/examples/cross_build/android/ndk.html index b92f034ec74f..2c60f746ecfb 100644 --- a/2.2/examples/cross_build/android/ndk.html +++ b/2.2/examples/cross_build/android/ndk.html @@ -4,7 +4,7 @@ - Cross building to Android with the NDK — conan 2.2.2 documentation + Cross building to Android with the NDK — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/cross_build/toolchain_packages.html b/2.2/examples/cross_build/toolchain_packages.html index ca280a260a86..3758036b82a5 100644 --- a/2.2/examples/cross_build/toolchain_packages.html +++ b/2.2/examples/cross_build/toolchain_packages.html @@ -4,7 +4,7 @@ - Creating a Conan package for a toolchain — conan 2.2.2 documentation + Creating a Conan package for a toolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/dev_flow.html b/2.2/examples/dev_flow.html index 421f4d846b6c..2108ea12b56a 100644 --- a/2.2/examples/dev_flow.html +++ b/2.2/examples/dev_flow.html @@ -4,7 +4,7 @@ - Developer tools and flows — conan 2.2.2 documentation + Developer tools and flows — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/dev_flow/debug/step_into_dependencies.html b/2.2/examples/dev_flow/debug/step_into_dependencies.html index 9ba699e671aa..ce458e6b262e 100644 --- a/2.2/examples/dev_flow/debug/step_into_dependencies.html +++ b/2.2/examples/dev_flow/debug/step_into_dependencies.html @@ -4,7 +4,7 @@ - Debugging and stepping into dependencies — conan 2.2.2 documentation + Debugging and stepping into dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions.html b/2.2/examples/extensions.html index 98adf2894f3c..9a263e961cb2 100644 --- a/2.2/examples/extensions.html +++ b/2.2/examples/extensions.html @@ -4,7 +4,7 @@ - Conan extensions examples — conan 2.2.2 documentation + Conan extensions examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/commands/clean/custom_command_clean_revisions.html b/2.2/examples/extensions/commands/clean/custom_command_clean_revisions.html index a9812f86d801..24a461562a93 100644 --- a/2.2/examples/extensions/commands/clean/custom_command_clean_revisions.html +++ b/2.2/examples/extensions/commands/clean/custom_command_clean_revisions.html @@ -4,7 +4,7 @@ - Custom command: Clean old recipe and package revisions — conan 2.2.2 documentation + Custom command: Clean old recipe and package revisions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/commands/custom_commands.html b/2.2/examples/extensions/commands/custom_commands.html index b436596158d8..9a477de74713 100644 --- a/2.2/examples/extensions/commands/custom_commands.html +++ b/2.2/examples/extensions/commands/custom_commands.html @@ -4,7 +4,7 @@ - Custom commands — conan 2.2.2 documentation + Custom commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/deployers/builtin_deployers.html b/2.2/examples/extensions/deployers/builtin_deployers.html index 68d08cabd3a7..b6619f5db5bd 100644 --- a/2.2/examples/extensions/deployers/builtin_deployers.html +++ b/2.2/examples/extensions/deployers/builtin_deployers.html @@ -4,7 +4,7 @@ - Builtin deployers — conan 2.2.2 documentation + Builtin deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/deployers/custom_deployers.html b/2.2/examples/extensions/deployers/custom_deployers.html index d342acad6c22..3da2c3b8d83e 100644 --- a/2.2/examples/extensions/deployers/custom_deployers.html +++ b/2.2/examples/extensions/deployers/custom_deployers.html @@ -4,7 +4,7 @@ - Custom deployers — conan 2.2.2 documentation + Custom deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/deployers/dev/development_deploy.html b/2.2/examples/extensions/deployers/dev/development_deploy.html index 0953aa87db3f..8ee511a2e080 100644 --- a/2.2/examples/extensions/deployers/dev/development_deploy.html +++ b/2.2/examples/extensions/deployers/dev/development_deploy.html @@ -4,7 +4,7 @@ - Creating a Conan-agnostic deploy of dependencies for developer use — conan 2.2.2 documentation + Creating a Conan-agnostic deploy of dependencies for developer use — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/extensions/deployers/sources/custom_deployer_sources.html b/2.2/examples/extensions/deployers/sources/custom_deployer_sources.html index 4a68e0596f83..37c1149a238d 100644 --- a/2.2/examples/extensions/deployers/sources/custom_deployer_sources.html +++ b/2.2/examples/extensions/deployers/sources/custom_deployer_sources.html @@ -4,7 +4,7 @@ - Copy sources from all your dependencies — conan 2.2.2 documentation + Copy sources from all your dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph.html b/2.2/examples/graph.html index f46e5081b88d..c4fcd238b3fd 100644 --- a/2.2/examples/graph.html +++ b/2.2/examples/graph.html @@ -4,7 +4,7 @@ - Graph examples — conan 2.2.2 documentation + Graph examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph/requires/consume_cmake_macro.html b/2.2/examples/graph/requires/consume_cmake_macro.html index 85b069a3aab1..3a9eb06c485d 100644 --- a/2.2/examples/graph/requires/consume_cmake_macro.html +++ b/2.2/examples/graph/requires/consume_cmake_macro.html @@ -4,7 +4,7 @@ - Use a CMake macro packaged in a dependency — conan 2.2.2 documentation + Use a CMake macro packaged in a dependency — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph/tool_requires/different_options.html b/2.2/examples/graph/tool_requires/different_options.html index cf6b8c56a18c..efa53a5bb0dc 100644 --- a/2.2/examples/graph/tool_requires/different_options.html +++ b/2.2/examples/graph/tool_requires/different_options.html @@ -4,7 +4,7 @@ - Depending on same version of a tool-require with different options — conan 2.2.2 documentation + Depending on same version of a tool-require with different options — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph/tool_requires/different_versions.html b/2.2/examples/graph/tool_requires/different_versions.html index 6d504af7204f..7904970f03a0 100644 --- a/2.2/examples/graph/tool_requires/different_versions.html +++ b/2.2/examples/graph/tool_requires/different_versions.html @@ -4,7 +4,7 @@ - Depending on different versions of the same tool-require — conan 2.2.2 documentation + Depending on different versions of the same tool-require — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph/tool_requires/use_cmake_modules.html b/2.2/examples/graph/tool_requires/use_cmake_modules.html index e566d5a8433b..671e1f9e133a 100644 --- a/2.2/examples/graph/tool_requires/use_cmake_modules.html +++ b/2.2/examples/graph/tool_requires/use_cmake_modules.html @@ -4,7 +4,7 @@ - Use cmake modules inside a tool_requires transparently — conan 2.2.2 documentation + Use cmake modules inside a tool_requires transparently — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/graph/tool_requires/using_protobuf.html b/2.2/examples/graph/tool_requires/using_protobuf.html index db6427fe6925..ceb207f7dd39 100644 --- a/2.2/examples/graph/tool_requires/using_protobuf.html +++ b/2.2/examples/graph/tool_requires/using_protobuf.html @@ -4,7 +4,7 @@ - Using the same requirement as a requires and as a tool_requires — conan 2.2.2 documentation + Using the same requirement as a requires and as a tool_requires — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools.html b/2.2/examples/tools.html index 3e352f7f02c7..50cdc4db0936 100644 --- a/2.2/examples/tools.html +++ b/2.2/examples/tools.html @@ -4,7 +4,7 @@ - Conan recipe tools examples — conan 2.2.2 documentation + Conan recipe tools examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/autotools/autotools.html b/2.2/examples/tools/autotools/autotools.html index b9e300ed5401..f8b6169e8791 100644 --- a/2.2/examples/tools/autotools/autotools.html +++ b/2.2/examples/tools/autotools/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/autotools/build_project_autotools_toolchain.html b/2.2/examples/tools/autotools/build_project_autotools_toolchain.html index ddbb7774a227..2d29ccc68d2c 100644 --- a/2.2/examples/tools/autotools/build_project_autotools_toolchain.html +++ b/2.2/examples/tools/autotools/build_project_autotools_toolchain.html @@ -4,7 +4,7 @@ - Build a simple Autotools project with Conan dependencies — conan 2.2.2 documentation + Build a simple Autotools project with Conan dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/autotools/create_your_first_package.html b/2.2/examples/tools/autotools/create_your_first_package.html index 50434afb947d..f4734b41ff37 100644 --- a/2.2/examples/tools/autotools/create_your_first_package.html +++ b/2.2/examples/tools/autotools/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Autotools — conan 2.2.2 documentation + Create your first Conan package with Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/cmake/cmake.html b/2.2/examples/tools/cmake/cmake.html index 4b55f6c341ca..e8931b05f98b 100644 --- a/2.2/examples/tools/cmake/cmake.html +++ b/2.2/examples/tools/cmake/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html b/2.2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html index 5136f11043d3..ca35900d3647 100644 --- a/2.2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html +++ b/2.2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html @@ -4,7 +4,7 @@ - CMakeToolchain: Building your project using CMakePresets — conan 2.2.2 documentation + CMakeToolchain: Building your project using CMakePresets — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html b/2.2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html index a0043749f096..d3c0c5fc19a6 100644 --- a/2.2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html +++ b/2.2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html @@ -4,7 +4,7 @@ - CMakeToolchain: Extending your CMakePresets with Conan generated ones — conan 2.2.2 documentation + CMakeToolchain: Extending your CMakePresets with Conan generated ones — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html b/2.2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html index 2240f9dfd717..e7dc04c8a7a8 100644 --- a/2.2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html +++ b/2.2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html @@ -4,7 +4,7 @@ - CMakeToolchain: Inject arbitrary CMake variables into dependencies — conan 2.2.2 documentation + CMakeToolchain: Inject arbitrary CMake variables into dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html b/2.2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html index 85f3495128ad..f9c8608c2cc7 100644 --- a/2.2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html +++ b/2.2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html @@ -4,7 +4,7 @@ - CMakeToolchain: Using xxx-config.cmake files inside packages — conan 2.2.2 documentation + CMakeToolchain: Using xxx-config.cmake files inside packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/files/files.html b/2.2/examples/tools/files/files.html index 02ef33f681ae..d10d95da8a60 100644 --- a/2.2/examples/tools/files/files.html +++ b/2.2/examples/tools/files/files.html @@ -4,7 +4,7 @@ - File interaction — conan 2.2.2 documentation + File interaction — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/files/patches/patch_sources.html b/2.2/examples/tools/files/patches/patch_sources.html index e5626c8ed0b6..966d0a3372e1 100644 --- a/2.2/examples/tools/files/patches/patch_sources.html +++ b/2.2/examples/tools/files/patches/patch_sources.html @@ -4,7 +4,7 @@ - Patching sources — conan 2.2.2 documentation + Patching sources — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/google/bazel.html b/2.2/examples/tools/google/bazel.html index 6f8e8a874f70..0aadb9cf0c7a 100644 --- a/2.2/examples/tools/google/bazel.html +++ b/2.2/examples/tools/google/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html b/2.2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html index 0c1584674b68..f58dff503b58 100644 --- a/2.2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html +++ b/2.2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html @@ -4,7 +4,7 @@ - Build a simple Bazel project using Conan — conan 2.2.2 documentation + Build a simple Bazel project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/meson/build_simple_meson_project.html b/2.2/examples/tools/meson/build_simple_meson_project.html index ca8f1315c263..e553faaf4bfa 100644 --- a/2.2/examples/tools/meson/build_simple_meson_project.html +++ b/2.2/examples/tools/meson/build_simple_meson_project.html @@ -4,7 +4,7 @@ - Build a simple Meson project using Conan — conan 2.2.2 documentation + Build a simple Meson project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/meson/create_your_first_package.html b/2.2/examples/tools/meson/create_your_first_package.html index a84cc0f502e5..2ceb7afbf27f 100644 --- a/2.2/examples/tools/meson/create_your_first_package.html +++ b/2.2/examples/tools/meson/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Meson — conan 2.2.2 documentation + Create your first Conan package with Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/meson/meson.html b/2.2/examples/tools/meson/meson.html index 55f07de26bab..edc637f7c94f 100644 --- a/2.2/examples/tools/meson/meson.html +++ b/2.2/examples/tools/meson/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/microsoft/msbuild.html b/2.2/examples/tools/microsoft/msbuild.html index c6a6aed90693..67f8d2c7aa0b 100644 --- a/2.2/examples/tools/microsoft/msbuild.html +++ b/2.2/examples/tools/microsoft/msbuild.html @@ -4,7 +4,7 @@ - MSBuild — conan 2.2.2 documentation + MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/microsoft/msbuild/create_your_first_package.html b/2.2/examples/tools/microsoft/msbuild/create_your_first_package.html index 0f76b2e60014..9713e219c998 100644 --- a/2.2/examples/tools/microsoft/msbuild/create_your_first_package.html +++ b/2.2/examples/tools/microsoft/msbuild/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Visual Studio/MSBuild — conan 2.2.2 documentation + Create your first Conan package with Visual Studio/MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/examples/tools/scm/git/capture_scm/git_capture_scm.html b/2.2/examples/tools/scm/git/capture_scm/git_capture_scm.html index 77cf80b3c89a..a8d1842117ae 100644 --- a/2.2/examples/tools/scm/git/capture_scm/git_capture_scm.html +++ b/2.2/examples/tools/scm/git/capture_scm/git_capture_scm.html @@ -4,7 +4,7 @@ - Capturing Git scm information — conan 2.2.2 documentation + Capturing Git scm information — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/genindex.html b/2.2/genindex.html index 32a900999842..7ba2b0c77781 100644 --- a/2.2/genindex.html +++ b/2.2/genindex.html @@ -3,7 +3,7 @@ - Index — conan 2.2.2 documentation + Index — conan 2.2.3 documentation @@ -18,7 +18,7 @@ - + diff --git a/2.2/index.html b/2.2/index.html index bc93917c5fca..e964e4d1215c 100644 --- a/2.2/index.html +++ b/2.2/index.html @@ -4,7 +4,7 @@ - Conan 2 - C and C++ Package Manager Documentation — conan 2.2.2 documentation + Conan 2 - C and C++ Package Manager Documentation — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/installation.html b/2.2/installation.html index d7c03f091f0b..e58e6bc56521 100644 --- a/2.2/installation.html +++ b/2.2/installation.html @@ -4,7 +4,7 @@ - Install — conan 2.2.2 documentation + Install — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations.html b/2.2/integrations.html index ea19f7645269..87b9af277a7e 100644 --- a/2.2/integrations.html +++ b/2.2/integrations.html @@ -4,7 +4,7 @@ - Integrations — conan 2.2.2 documentation + Integrations — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/android.html b/2.2/integrations/android.html index 85dbe3924c43..d67352156a01 100644 --- a/2.2/integrations/android.html +++ b/2.2/integrations/android.html @@ -4,7 +4,7 @@ - Android — conan 2.2.2 documentation + Android — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/autotools.html b/2.2/integrations/autotools.html index 36114413c707..c485bb14d71b 100644 --- a/2.2/integrations/autotools.html +++ b/2.2/integrations/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/bazel.html b/2.2/integrations/bazel.html index 1f1e707973b5..d66d674f2e10 100644 --- a/2.2/integrations/bazel.html +++ b/2.2/integrations/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/clion.html b/2.2/integrations/clion.html index 1b637f3bcc5d..7943c96d6000 100644 --- a/2.2/integrations/clion.html +++ b/2.2/integrations/clion.html @@ -4,7 +4,7 @@ - CLion — conan 2.2.2 documentation + CLion — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/cmake.html b/2.2/integrations/cmake.html index 89368ecc802d..f8ba8f914bc8 100644 --- a/2.2/integrations/cmake.html +++ b/2.2/integrations/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/jfrog.html b/2.2/integrations/jfrog.html index 457e128400cc..f29519174735 100644 --- a/2.2/integrations/jfrog.html +++ b/2.2/integrations/jfrog.html @@ -4,7 +4,7 @@ - JFrog — conan 2.2.2 documentation + JFrog — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/makefile.html b/2.2/integrations/makefile.html index 20b8efb55099..fad1f4b9b85d 100644 --- a/2.2/integrations/makefile.html +++ b/2.2/integrations/makefile.html @@ -4,7 +4,7 @@ - Makefile — conan 2.2.2 documentation + Makefile — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/meson.html b/2.2/integrations/meson.html index 3cf84e525ff5..5e7b66460eca 100644 --- a/2.2/integrations/meson.html +++ b/2.2/integrations/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/visual_studio.html b/2.2/integrations/visual_studio.html index 7171bfb143fd..028946724a0b 100644 --- a/2.2/integrations/visual_studio.html +++ b/2.2/integrations/visual_studio.html @@ -4,7 +4,7 @@ - Visual Studio — conan 2.2.2 documentation + Visual Studio — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/integrations/xcode.html b/2.2/integrations/xcode.html index 394b45e22332..8b8e65b377d8 100644 --- a/2.2/integrations/xcode.html +++ b/2.2/integrations/xcode.html @@ -4,7 +4,7 @@ - Xcode — conan 2.2.2 documentation + Xcode — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/introduction.html b/2.2/introduction.html index bfa0dd20014c..818d876fed33 100644 --- a/2.2/introduction.html +++ b/2.2/introduction.html @@ -4,7 +4,7 @@ - Introduction — conan 2.2.2 documentation + Introduction — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/knowledge.html b/2.2/knowledge.html index 54827702b03e..1a8a1d0862af 100644 --- a/2.2/knowledge.html +++ b/2.2/knowledge.html @@ -4,7 +4,7 @@ - Knowledge — conan 2.2.2 documentation + Knowledge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/knowledge/cheatsheet.html b/2.2/knowledge/cheatsheet.html index e25a35849c2a..8bdf0f887493 100644 --- a/2.2/knowledge/cheatsheet.html +++ b/2.2/knowledge/cheatsheet.html @@ -4,7 +4,7 @@ - Cheat sheet — conan 2.2.2 documentation + Cheat sheet — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/knowledge/faq.html b/2.2/knowledge/faq.html index 6dd392c117ac..946407fcaae1 100644 --- a/2.2/knowledge/faq.html +++ b/2.2/knowledge/faq.html @@ -4,7 +4,7 @@ - FAQ — conan 2.2.2 documentation + FAQ — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/knowledge/guidelines.html b/2.2/knowledge/guidelines.html index 19c3a4097fb2..2d8c9b2fb62c 100644 --- a/2.2/knowledge/guidelines.html +++ b/2.2/knowledge/guidelines.html @@ -4,7 +4,7 @@ - Core guidelines — conan 2.2.2 documentation + Core guidelines — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/knowledge/videos.html b/2.2/knowledge/videos.html index 7e5fc49838af..f9d1e17cc937 100644 --- a/2.2/knowledge/videos.html +++ b/2.2/knowledge/videos.html @@ -4,7 +4,7 @@ - Videos — conan 2.2.2 documentation + Videos — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference.html b/2.2/reference.html index 82ca2f564f6c..842282dd9ca6 100644 --- a/2.2/reference.html +++ b/2.2/reference.html @@ -4,7 +4,7 @@ - Reference — conan 2.2.2 documentation + Reference — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model.html b/2.2/reference/binary_model.html index 306c12b3231d..cae0e8ba1f3a 100644 --- a/2.2/reference/binary_model.html +++ b/2.2/reference/binary_model.html @@ -4,7 +4,7 @@ - The binary model — conan 2.2.2 documentation + The binary model — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model/custom_compatibility.html b/2.2/reference/binary_model/custom_compatibility.html index 6ab6a663db60..f88b14f3e3d2 100644 --- a/2.2/reference/binary_model/custom_compatibility.html +++ b/2.2/reference/binary_model/custom_compatibility.html @@ -4,7 +4,7 @@ - Customizing the binary compatibility — conan 2.2.2 documentation + Customizing the binary compatibility — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model/dependencies.html b/2.2/reference/binary_model/dependencies.html index 48f9c8207577..c5b16f5da72a 100644 --- a/2.2/reference/binary_model/dependencies.html +++ b/2.2/reference/binary_model/dependencies.html @@ -4,7 +4,7 @@ - The effect of dependencies on package_id — conan 2.2.2 documentation + The effect of dependencies on package_id — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model/extending.html b/2.2/reference/binary_model/extending.html index a3fff5a33d96..86e880dc0253 100644 --- a/2.2/reference/binary_model/extending.html +++ b/2.2/reference/binary_model/extending.html @@ -4,7 +4,7 @@ - Extending the binary model — conan 2.2.2 documentation + Extending the binary model — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model/package_id.html b/2.2/reference/binary_model/package_id.html index 70cee577dda7..dc8bfec0f50d 100644 --- a/2.2/reference/binary_model/package_id.html +++ b/2.2/reference/binary_model/package_id.html @@ -4,7 +4,7 @@ - How the package_id is computed — conan 2.2.2 documentation + How the package_id is computed — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/binary_model/settings_and_options.html b/2.2/reference/binary_model/settings_and_options.html index 5359088b8994..346be97acd34 100644 --- a/2.2/reference/binary_model/settings_and_options.html +++ b/2.2/reference/binary_model/settings_and_options.html @@ -4,7 +4,7 @@ - How settings and options of a recipe influence its package ID — conan 2.2.2 documentation + How settings and options of a recipe influence its package ID — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/commands.html b/2.2/reference/commands.html index 029dad092703..0e150aad9100 100644 --- a/2.2/reference/commands.html +++ b/2.2/reference/commands.html @@ -4,7 +4,7 @@ - Commands — conan 2.2.2 documentation + Commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/commands/build.html b/2.2/reference/commands/build.html index ba1a21f8faeb..834a1049d1ad 100644 --- a/2.2/reference/commands/build.html +++ b/2.2/reference/commands/build.html @@ -4,7 +4,7 @@ - conan build — conan 2.2.2 documentation + conan build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,11 +153,11 @@

    conan build

    $ conan build -h
    -usage: conan build [-h] [-v [V]] [--name NAME] [--version VERSION]
    -                   [--user USER] [--channel CHANNEL] [-g GENERATOR]
    -                   [-of OUTPUT_FOLDER] [-d DEPLOYER]
    +usage: conan build [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
    +                   [--version VERSION] [--user USER] [--channel CHANNEL]
    +                   [-g GENERATOR] [-of OUTPUT_FOLDER] [-d DEPLOYER]
                        [--deployer-folder DEPLOYER_FOLDER] [--build-require]
    -                   [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                   [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                        [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                        [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                        [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -165,7 +165,7 @@
                        [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                        [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                        [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                   [--lockfile-packages] [--lockfile-clean]
    +                   [--lockfile-clean]
                        [--lockfile-overrides LOCKFILE_OVERRIDES]
                        path
     
    @@ -182,6 +182,10 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  -f FORMAT, --format FORMAT
    +                        Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -221,13 +225,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -270,7 +274,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2.2/reference/commands/cache.html b/2.2/reference/commands/cache.html
    index c1ab161edfd7..cd8d1ea6ee5a 100644
    --- a/2.2/reference/commands/cache.html
    +++ b/2.2/reference/commands/cache.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan cache — conan 2.2.2 documentation
    +  conan cache — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -156,7 +156,7 @@
     

    conan cache path

    $ conan cache path -h
    -usage: conan cache path [-h] [-v [V]]
    +usage: conan cache path [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
                             [--folder {export_source,source,build,metadata}]
                             reference
     
    @@ -167,10 +167,14 @@ 

    conan cache path

    conan cache clean

    $ conan cache clean -h
    -usage: conan cache clean [-h] [-v [V]] [-s] [-b] [-d] [-t] [-p PACKAGE_QUERY]
    +usage: conan cache clean [-h] [-v [V]] [-cc CORE_CONF] [-s] [-b] [-d] [-t]
    +                         [-bs] [-p PACKAGE_QUERY]
                              [pattern]
     
     Remove non-critical folders from the cache, like source, build and/or download
    @@ -296,10 +301,14 @@ 

    conan cache clean

    conan cache check-integrity

    $ conan cache check-integrity -h
    -usage: conan cache check-integrity [-h] [-v [V]] [-p PACKAGE_QUERY] pattern
    +usage: conan cache check-integrity [-h] [-v [V]] [-cc CORE_CONF]
    +                                   [-p PACKAGE_QUERY]
    +                                   pattern
     
     Check the integrity of the local cache for the given references
     
    @@ -349,6 +360,8 @@ 

    conan cache check-integrity

    conan cache backup-upload

    $ conan cache backup-upload -h
    -usage: conan cache backup-upload [-h] [-v [V]]
    +usage: conan cache backup-upload [-h] [-v [V]] [-cc CORE_CONF]
     
     Upload all the source backups present in the cache
     
     options:
    -  -h, --help  show this help message and exit
    -  -v [V]      Level of detail of the output. Valid options from less verbose
    -              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
    -              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
     

    The conan cache backup-upload will upload all source backups present in the local cache to the backup server, @@ -388,7 +404,8 @@

    conan cache backup-upload

    conan cache save

    $ conan cache save -h
    -usage: conan cache save [-h] [-f FORMAT] [-v [V]] [-l LIST] [--file FILE]
    +usage: conan cache save [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] [-l LIST]
    +                        [--file FILE]
                             [pattern]
     
     Get the artifacts from a package list and archive them
    @@ -407,6 +424,8 @@ 

    conan cache save

    conan cache restore

    $ conan cache restore -h
    -usage: conan cache restore [-h] [-f FORMAT] [-v [V]] file
    +usage: conan cache restore [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] file
     
     Put the artifacts from an archive into the cache
     
    @@ -431,6 +450,8 @@ 

    conan cache restoreSave and restore packages from/to the cache.

    diff --git a/2.2/reference/commands/config.html b/2.2/reference/commands/config.html index 00fee74574de..fa1ca0c75817 100644 --- a/2.2/reference/commands/config.html +++ b/2.2/reference/commands/config.html @@ -4,7 +4,7 @@ - conan config — conan 2.2.2 documentation + conan config — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,15 +156,18 @@

    conan config

    conan config home

    $ conan config home -h
    -usage: conan config home [-h] [-v [V]]
    +usage: conan config home [-h] [-v [V]] [-cc CORE_CONF]
     
     Show the Conan home folder.
     
     options:
    -  -h, --help  show this help message and exit
    -  -v [V]      Level of detail of the output. Valid options from less verbose
    -              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
    -              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
     

    The conan config home command returns the path of the Conan home folder.

    @@ -177,8 +180,9 @@

    conan config home

    conan config install

    $ conan config install -h
    -usage: conan config install [-h] [-v [V]] [--verify-ssl [VERIFY_SSL] |
    -                            --insecure] [-t {git,dir,file,url}] [-a ARGS]
    +usage: conan config install [-h] [-v [V]] [-cc CORE_CONF]
    +                            [--verify-ssl [VERIFY_SSL] | --insecure]
    +                            [-t {git,dir,file,url}] [-a ARGS]
                                 [-sf SOURCE_FOLDER] [-tf TARGET_FOLDER]
                                 item
     
    @@ -195,6 +199,8 @@ 

    conan config homethe Conan stability section for more information.

    $ conan config install-pkg -h
    -Error executing: conan config install-pkg -h
    -usage: conan config [-h] [-v [V]] {home,install,list,show} ...
    -conan config: error: argument subcommand: invalid choice: 'install-pkg' (choose from 'home', 'install', 'list', 'show')
    -ERROR: Exiting with code: 2
    +usage: conan config install-pkg [-h] [-v [V]] [-cc CORE_CONF] [-l LOCKFILE]
    +                                [--lockfile-partial]
    +                                [--lockfile-out LOCKFILE_OUT] [-f]
    +                                item
    +
    +(Experimental) Install the configuration (remotes, profiles, conf), from a
    +Conan package
    +
    +positional arguments:
    +  item                  Conan require
    +
    +options:
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  -l LOCKFILE, --lockfile LOCKFILE
    +                        Path to a lockfile. Use --lockfile="" to avoid
    +                        automatic use of existing 'conan.lock' file
    +  --lockfile-partial    Do not raise an error if some dependency is not found
    +                        in lockfile
    +  --lockfile-out LOCKFILE_OUT
    +                        Filename of the updated lockfile
    +  -f, --force           Force the re-installation of configuration
     

    This command allows to install configuration from a Conan package stored in a Conan server.

    @@ -316,7 +345,7 @@

    conan config home

    conan config list

    $ conan config list -h
    -usage: conan config list [-h] [-f FORMAT] [-v [V]]
    +usage: conan config list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
     
     Show all the Conan available configurations: core and tools.
     
    @@ -328,6 +357,8 @@ 

    conan config list

    conan config show

    $ conan config show -h
    -usage: conan config show [-h] [-f FORMAT] [-v [V]] pattern
    +usage: conan config show [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] pattern
     
     Get the value of the specified conf
     
    @@ -458,6 +496,8 @@ 

    conan config show - conan create — conan 2.2.2 documentation + conan create — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,19 +153,19 @@

    conan create

    $ conan create -h
    -usage: conan create [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan create [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                         [--version VERSION] [--user USER] [--channel CHANNEL]
                         [-l LOCKFILE] [--lockfile-partial]
    -                    [--lockfile-out LOCKFILE_OUT] [--lockfile-packages]
    -                    [--lockfile-clean]
    +                    [--lockfile-out LOCKFILE_OUT] [--lockfile-clean]
                         [--lockfile-overrides LOCKFILE_OVERRIDES] [-b BUILD]
    -                    [-r REMOTE | -nr] [-u] [-pr PROFILE] [-pr:b PROFILE_BUILD]
    -                    [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
    -                    [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    -                    [-o:a OPTIONS_ALL] [-s SETTINGS] [-s:b SETTINGS_BUILD]
    -                    [-s:h SETTINGS_HOST] [-s:a SETTINGS_ALL] [-c CONF]
    -                    [-c:b CONF_BUILD] [-c:h CONF_HOST] [-c:a CONF_ALL]
    -                    [--build-require] [-tf TEST_FOLDER] [-bt BUILD_TEST]
    +                    [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
    +                    [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
    +                    [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
    +                    [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    +                    [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
    +                    [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
    +                    [-c:h CONF_HOST] [-c:a CONF_ALL] [--build-require]
    +                    [-tf TEST_FOLDER] [-bt BUILD_TEST]
                         path
     
     Create a package.
    @@ -179,6 +179,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
    @@ -193,7 +195,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    @@ -220,13 +221,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    diff --git a/2.2/reference/commands/download.html b/2.2/reference/commands/download.html
    index 998f4958debb..34bfb757a9bd 100644
    --- a/2.2/reference/commands/download.html
    +++ b/2.2/reference/commands/download.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan download — conan 2.2.2 documentation
    +  conan download — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,8 +153,9 @@
       

    conan download

    $ conan download -h
    -usage: conan download [-h] [-v [V]] [-f FORMAT] [--only-recipe]
    -                      [-p PACKAGE_QUERY] -r REMOTE [-m METADATA] [-l LIST]
    +usage: conan download [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                      [--only-recipe] [-p PACKAGE_QUERY] -r REMOTE
    +                      [-m METADATA] [-l LIST]
                           [pattern]
     
     Download (without installing) a single conan package from a remote server.
    @@ -176,6 +177,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --only-recipe         Download only the recipe/s, not the binary packages.
    diff --git a/2.2/reference/commands/editable.html b/2.2/reference/commands/editable.html
    index ee343df56384..6d84ab04ef32 100644
    --- a/2.2/reference/commands/editable.html
    +++ b/2.2/reference/commands/editable.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan editable — conan 2.2.2 documentation
    +  conan editable — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -156,9 +156,10 @@
     

    conan editable add

    $ conan editable add -h
    -usage: conan editable add [-h] [-v [V]] [--name NAME] [--version VERSION]
    -                          [--user USER] [--channel CHANNEL]
    -                          [-of OUTPUT_FOLDER] [-r REMOTE | -nr]
    +usage: conan editable add [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
    +                          [--version VERSION] [--user USER]
    +                          [--channel CHANNEL] [-of OUTPUT_FOLDER]
    +                          [-r REMOTE | -nr]
                               path
     
     Define the given <path> location as the package <reference>, so when this
    @@ -174,6 +175,8 @@ 

    conan editable add

    conan editable remove

    $ conan editable remove -h
    -usage: conan editable remove [-h] [-v [V]] [-r REFS] [path]
    +usage: conan editable remove [-h] [-v [V]] [-cc CORE_CONF] [-r REFS] [path]
     
     Remove the "editable" mode for this reference.
     
    @@ -205,6 +208,8 @@ 

    conan editable remove

    @@ -212,7 +217,7 @@

    conan editable remove

    conan editable list

    $ conan editable list -h
    -usage: conan editable list [-h] [-f FORMAT] [-v [V]]
    +usage: conan editable list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
     
     List all the packages in editable mode.
     
    @@ -224,6 +229,8 @@ 

    conan editable list diff --git a/2.2/reference/commands/export-pkg.html b/2.2/reference/commands/export-pkg.html index 2c2602780d4e..11efe2fb366c 100644 --- a/2.2/reference/commands/export-pkg.html +++ b/2.2/reference/commands/export-pkg.html @@ -4,7 +4,7 @@ - conan export-pkg — conan 2.2.2 documentation + conan export-pkg — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,12 +153,12 @@

    conan export-pkg

    $ conan export-pkg -h
    -usage: conan export-pkg [-h] [-v [V]] [-f FORMAT] [-of OUTPUT_FOLDER]
    -                        [--build-require] [-tf TEST_FOLDER] [-sb]
    -                        [-r REMOTE | -nr] [--name NAME] [--version VERSION]
    -                        [--user USER] [--channel CHANNEL] [-l LOCKFILE]
    -                        [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                        [--lockfile-packages] [--lockfile-clean]
    +usage: conan export-pkg [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                        [-of OUTPUT_FOLDER] [--build-require]
    +                        [-tf TEST_FOLDER] [-sb] [-r REMOTE | -nr]
    +                        [--name NAME] [--version VERSION] [--user USER]
    +                        [--channel CHANNEL] [-l LOCKFILE] [--lockfile-partial]
    +                        [--lockfile-out LOCKFILE_OUT] [--lockfile-clean]
                             [--lockfile-overrides LOCKFILE_OVERRIDES]
                             [-pr PROFILE] [-pr:b PROFILE_BUILD]
                             [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
    @@ -179,6 +179,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       -of OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
    @@ -203,7 +205,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2.2/reference/commands/export.html b/2.2/reference/commands/export.html
    index 33ac08c5e935..1f9c597eb7ec 100644
    --- a/2.2/reference/commands/export.html
    +++ b/2.2/reference/commands/export.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan export — conan 2.2.2 documentation
    +  conan export — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,7 +153,7 @@
       

    conan export

    $ conan export -h
    -usage: conan export [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan export [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                         [--version VERSION] [--user USER] [--channel CHANNEL]
                         [-r REMOTE | -nr] [-l LOCKFILE]
                         [--lockfile-out LOCKFILE_OUT] [--lockfile-partial]
    @@ -171,6 +171,8 @@ 

    conan export - Formatter: Graph-info JSON — conan 2.2.2 documentation + Formatter: Graph-info JSON — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/commands/graph.html b/2.2/reference/commands/graph.html index ba01f3df7f8b..d6e06d2e0a23 100644 --- a/2.2/reference/commands/graph.html +++ b/2.2/reference/commands/graph.html @@ -4,7 +4,7 @@ - conan graph — conan 2.2.2 documentation + conan graph — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/commands/graph/build_order.html b/2.2/reference/commands/graph/build_order.html index 548034e4b1e8..71aa8f1169bd 100644 --- a/2.2/reference/commands/graph/build_order.html +++ b/2.2/reference/commands/graph/build_order.html @@ -4,7 +4,7 @@ - conan graph build-order — conan 2.2.2 documentation + conan graph build-order — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,11 +161,11 @@

    conan graph build-order

    $ conan graph build-order -h
    -usage: conan graph build-order [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                               [--version VERSION] [--user USER]
    +usage: conan graph build-order [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                               [--name NAME] [--version VERSION] [--user USER]
                                    [--channel CHANNEL] [--requires REQUIRES]
                                    [--tool-requires TOOL_REQUIRES] [-b BUILD]
    -                               [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                               [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                                    [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                                    [-pr:a PROFILE_ALL] [-o OPTIONS]
                                    [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    @@ -175,8 +175,9 @@ 

    conan graph build-orderconan graph build-orderconan graph build-orderconan graph build-order

    The conan graph build-order command computes the build order of the dependency graph for the recipe specified in path or in --requires/--tool-requires.

    diff --git a/2.2/reference/commands/graph/build_order_merge.html b/2.2/reference/commands/graph/build_order_merge.html index e4160a725812..9bc361c05f08 100644 --- a/2.2/reference/commands/graph/build_order_merge.html +++ b/2.2/reference/commands/graph/build_order_merge.html @@ -4,7 +4,7 @@ - conan graph build-order-merge — conan 2.2.2 documentation + conan graph build-order-merge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,7 +161,8 @@

    conan graph build-order-merge

    $ conan graph build-order-merge -h
    -usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]] [--file [FILE]]
    +usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                                     [--file [FILE]] [--reduce]
     
     Merge more than 1 build-order file.
     
    @@ -173,7 +174,12 @@ 

    conan graph build-order-mergeconan graph build-order command, there are 2 types of order recipe and configuration. diff --git a/2.2/reference/commands/graph/explain.html b/2.2/reference/commands/graph/explain.html index a3b6eccdd76c..0ffb58208089 100644 --- a/2.2/reference/commands/graph/explain.html +++ b/2.2/reference/commands/graph/explain.html @@ -4,7 +4,7 @@ - conan graph explain — conan 2.2.2 documentation + conan graph explain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,11 +161,11 @@

    conan graph explain

    $ conan graph explain -h
    -usage: conan graph explain [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                           [--version VERSION] [--user USER]
    +usage: conan graph explain [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                           [--name NAME] [--version VERSION] [--user USER]
                                [--channel CHANNEL] [--requires REQUIRES]
                                [--tool-requires TOOL_REQUIRES] [-b BUILD]
    -                           [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                           [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                                [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                                [-pr:a PROFILE_ALL] [-o OPTIONS]
                                [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    @@ -174,7 +174,7 @@
                                [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                                [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                                [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                           [--lockfile-packages] [--lockfile-clean]
    +                           [--lockfile-clean]
                                [--lockfile-overrides LOCKFILE_OVERRIDES]
                                [--check-updates] [--build-require]
                                [--missing [MISSING]]
    @@ -196,6 +196,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -227,13 +229,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -276,7 +278,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2.2/reference/commands/graph/info.html b/2.2/reference/commands/graph/info.html
    index 07985e4d2c2b..37e2e5b1a563 100644
    --- a/2.2/reference/commands/graph/info.html
    +++ b/2.2/reference/commands/graph/info.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan graph info — conan 2.2.2 documentation
    +  conan graph info — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -161,10 +161,11 @@
       

    conan graph info

    $ conan graph info -h
    -usage: conan graph info [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                        [--version VERSION] [--user USER] [--channel CHANNEL]
    -                        [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
    -                        [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +usage: conan graph info [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                        [--name NAME] [--version VERSION] [--user USER]
    +                        [--channel CHANNEL] [--requires REQUIRES]
    +                        [--tool-requires TOOL_REQUIRES] [-b BUILD]
    +                        [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                             [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                             [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                             [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -172,7 +173,7 @@
                             [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                             [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                             [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                        [--lockfile-packages] [--lockfile-clean]
    +                        [--lockfile-clean]
                             [--lockfile-overrides LOCKFILE_OVERRIDES]
                             [--check-updates] [--filter FILTER]
                             [--package-filter PACKAGE_FILTER] [-d DEPLOYER]
    @@ -194,6 +195,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -225,13 +228,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -274,7 +277,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2.2/reference/commands/graph/outdated.html b/2.2/reference/commands/graph/outdated.html
    index c14bbc93ffa4..9c968f7682f3 100644
    --- a/2.2/reference/commands/graph/outdated.html
    +++ b/2.2/reference/commands/graph/outdated.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan graph outdated — conan 2.2.2 documentation
    +  conan graph outdated — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -161,11 +161,126 @@
       

    conan graph outdated

    $ conan graph outdated -h
    -Error executing: conan graph outdated -h
    -usage: conan graph [-h] [-v [V]]
    -                   {build-order,build-order-merge,explain,info} ...
    -conan graph: error: argument subcommand: invalid choice: 'outdated' (choose from 'build-order', 'build-order-merge', 'explain', 'info')
    -ERROR: Exiting with code: 2
    +usage: conan graph outdated [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                            [--name NAME] [--version VERSION] [--user USER]
    +                            [--channel CHANNEL] [--requires REQUIRES]
    +                            [--tool-requires TOOL_REQUIRES] [-b BUILD]
    +                            [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
    +                            [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
    +                            [-pr:a PROFILE_ALL] [-o OPTIONS]
    +                            [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    +                            [-o:a OPTIONS_ALL] [-s SETTINGS]
    +                            [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
    +                            [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
    +                            [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
    +                            [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    +                            [--lockfile-clean]
    +                            [--lockfile-overrides LOCKFILE_OVERRIDES]
    +                            [--check-updates] [--build-require]
    +                            [path]
    +
    +List the dependencies in the graph and it's newer versions in the remote
    +
    +positional arguments:
    +  path                  Path to a folder containing a recipe (conanfile.py or
    +                        conanfile.txt) or to a recipe file. e.g.,
    +                        ./my_project/conanfile.txt.
    +
    +options:
    +  -h, --help            show this help message and exit
    +  -f FORMAT, --format FORMAT
    +                        Select the output format: json
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  --name NAME           Provide a package name if not specified in conanfile
    +  --version VERSION     Provide a package version if not specified in
    +                        conanfile
    +  --user USER           Provide a user if not specified in conanfile
    +  --channel CHANNEL     Provide a channel if not specified in conanfile
    +  --requires REQUIRES   Directly provide requires instead of a conanfile
    +  --tool-requires TOOL_REQUIRES
    +                        Directly provide tool-requires instead of a conanfile
    +  -b BUILD, --build BUILD
    +                        Optional, specify which packages to build from source.
    +                        Combining multiple '--build' options on one command
    +                        line is allowed. Possible values: --build="*" Force
    +                        build from source for all packages. --build=never
    +                        Disallow build for all packages, use binary packages
    +                        or fail if a binary package is not found, it cannot be
    +                        combined with other '--build' options. --build=missing
    +                        Build packages from source whose binary package is not
    +                        found. --build=cascade Build packages from source that
    +                        have at least one dependency being built from source.
    +                        --build=[pattern] Build packages from source whose
    +                        package reference matches the pattern. The pattern
    +                        uses 'fnmatch' style wildcards. --build=~[pattern]
    +                        Excluded packages, which will not be built from the
    +                        source, whose package reference matches the pattern.
    +                        The pattern uses 'fnmatch' style wildcards.
    +                        --build=missing:[pattern] Build from source if a
    +                        compatible binary does not exist, only for packages
    +                        matching pattern.
    +  -r REMOTE, --remote REMOTE
    +                        Look in the specified remote or remotes server
    +  -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
    +  -pr PROFILE, --profile PROFILE
    +                        Apply the specified profile. By default, or if
    +                        specifying -pr:h (--profile:host), it applies to the
    +                        host context. Use -pr:b (--profile:build) to specify
    +                        the build context, or -pr:a (--profile:all) to specify
    +                        both contexts at once
    +  -pr:b PROFILE_BUILD, --profile:build PROFILE_BUILD
    +  -pr:h PROFILE_HOST, --profile:host PROFILE_HOST
    +  -pr:a PROFILE_ALL, --profile:all PROFILE_ALL
    +  -o OPTIONS, --options OPTIONS
    +                        Apply the specified options. By default, or if
    +                        specifying -o:h (--options:host), it applies to the
    +                        host context. Use -o:b (--options:build) to specify
    +                        the build context, or -o:a (--options:all) to specify
    +                        both contexts at once. Example: -o pkg:with_qt=true
    +  -o:b OPTIONS_BUILD, --options:build OPTIONS_BUILD
    +  -o:h OPTIONS_HOST, --options:host OPTIONS_HOST
    +  -o:a OPTIONS_ALL, --options:all OPTIONS_ALL
    +  -s SETTINGS, --settings SETTINGS
    +                        Apply the specified settings. By default, or if
    +                        specifying -s:h (--settings:host), it applies to the
    +                        host context. Use -s:b (--settings:build) to specify
    +                        the build context, or -s:a (--settings:all) to specify
    +                        both contexts at once. Example: -s compiler=gcc
    +  -s:b SETTINGS_BUILD, --settings:build SETTINGS_BUILD
    +  -s:h SETTINGS_HOST, --settings:host SETTINGS_HOST
    +  -s:a SETTINGS_ALL, --settings:all SETTINGS_ALL
    +  -c CONF, --conf CONF  Apply the specified conf. By default, or if specifying
    +                        -c:h (--conf:host), it applies to the host context.
    +                        Use -c:b (--conf:build) to specify the build context,
    +                        or -c:a (--conf:all) to specify both contexts at once.
    +                        Example: -c tools.cmake.cmaketoolchain:generator=Xcode
    +  -c:b CONF_BUILD, --conf:build CONF_BUILD
    +  -c:h CONF_HOST, --conf:host CONF_HOST
    +  -c:a CONF_ALL, --conf:all CONF_ALL
    +  -l LOCKFILE, --lockfile LOCKFILE
    +                        Path to a lockfile. Use --lockfile="" to avoid
    +                        automatic use of existing 'conan.lock' file
    +  --lockfile-partial    Do not raise an error if some dependency is not found
    +                        in lockfile
    +  --lockfile-out LOCKFILE_OUT
    +                        Filename of the updated lockfile
    +  --lockfile-clean      Remove unused entries from the lockfile
    +  --lockfile-overrides LOCKFILE_OVERRIDES
    +                        Overwrite lockfile overrides
    +  --check-updates       Check if there are recipe updates
    +  --build-require       Whether the provided reference is a build-require
     

    The conan graph outdated command provides details on libraries for which a newer version is available in a remote diff --git a/2.2/reference/commands/inspect.html b/2.2/reference/commands/inspect.html index c74f484dee59..026e7dc46255 100644 --- a/2.2/reference/commands/inspect.html +++ b/2.2/reference/commands/inspect.html @@ -4,7 +4,7 @@ - conan inspect — conan 2.2.2 documentation + conan inspect — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -158,8 +158,8 @@ See the Conan stability section for more information.

    $ conan inspect -h
    -usage: conan inspect [-h] [-v [V]] [-f FORMAT] [-r REMOTE | -nr] [-l LOCKFILE]
    -                     [--lockfile-partial]
    +usage: conan inspect [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                     [-r REMOTE | -nr] [-l LOCKFILE] [--lockfile-partial]
                          path
     
     Inspect a conanfile.py to return its public fields.
    @@ -173,6 +173,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       -r REMOTE, --remote REMOTE
    diff --git a/2.2/reference/commands/install.html b/2.2/reference/commands/install.html
    index 41d46a526f26..bb21b3afcf5e 100644
    --- a/2.2/reference/commands/install.html
    +++ b/2.2/reference/commands/install.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan install — conan 2.2.2 documentation
    +  conan install — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,10 +153,10 @@
       

    conan install

    $ conan install -h
    -usage: conan install [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan install [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                          [--version VERSION] [--user USER] [--channel CHANNEL]
                          [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
    -                     [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                     [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                          [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                          [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                          [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -164,7 +164,7 @@
                          [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                          [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                          [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                     [--lockfile-packages] [--lockfile-clean]
    +                     [--lockfile-clean]
                          [--lockfile-overrides LOCKFILE_OVERRIDES] [-g GENERATOR]
                          [-of OUTPUT_FOLDER] [-d DEPLOYER]
                          [--deployer-folder DEPLOYER_FOLDER]
    @@ -195,6 +195,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
    @@ -228,13 +230,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -277,7 +279,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2.2/reference/commands/list.html b/2.2/reference/commands/list.html
    index 4305f3ab81a4..ecd8927bad27 100644
    --- a/2.2/reference/commands/list.html
    +++ b/2.2/reference/commands/list.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan list — conan 2.2.2 documentation
    +  conan list — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,9 +153,10 @@
       

    conan list

    $ conan list -h
    -usage: conan list [-h] [-v [V]] [-f FORMAT] [-p PACKAGE_QUERY] [-r REMOTE]
    -                  [-c] [-g GRAPH] [-gb GRAPH_BINARIES] [-gr GRAPH_RECIPES]
    -                  [--lru LRU]
    +usage: conan list [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-p PACKAGE_QUERY]
    +                  [-fp FILTER_PROFILE] [-fs FILTER_SETTINGS]
    +                  [-fo FILTER_OPTIONS] [-r REMOTE] [-c] [-g GRAPH]
    +                  [-gb GRAPH_BINARIES] [-gr GRAPH_RECIPES] [--lru LRU]
                       [pattern]
     
     List existing recipes, revisions, or packages in the cache (by default) or the remotes.
    @@ -172,11 +173,19 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json, html, compact
       -p PACKAGE_QUERY, --package-query PACKAGE_QUERY
                             List only the packages matching a specific query, e.g,
                             os=Windows AND (arch=x86 OR compiler=gcc)
    +  -fp FILTER_PROFILE, --filter-profile FILTER_PROFILE
    +                        Profiles to filter the binaries
    +  -fs FILTER_SETTINGS, --filter-settings FILTER_SETTINGS
    +                        Settings to filter the binaries
    +  -fo FILTER_OPTIONS, --filter-options FILTER_OPTIONS
    +                        Options to filter the binaries
       -r REMOTE, --remote REMOTE
                             Remote names. Accepts wildcards ('*' means all the
                             remotes available)
    diff --git a/2.2/reference/commands/lock.html b/2.2/reference/commands/lock.html
    index f6330eb03e08..70f0d8c207e0 100644
    --- a/2.2/reference/commands/lock.html
    +++ b/2.2/reference/commands/lock.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan lock — conan 2.2.2 documentation
    +  conan lock — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -170,7 +170,7 @@ 

    conan lockconan lock merge: Merge several existing lockfiles into one.

$ conan lock -h
-usage: conan lock [-h] [-v [V]] {add,create,merge,remove} ...
+usage: conan lock [-h] [-v [V]] [-cc CORE_CONF] {add,create,merge,remove} ...
 
 Create or manage lockfiles.
 
@@ -197,6 +197,8 @@ 

conan lock - conan lock add — conan 2.2.2 documentation + conan lock add — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,9 +160,10 @@

conan lock add

$ conan lock add -h
-usage: conan lock add [-h] [-v [V]] [--requires REQUIRES]
+usage: conan lock add [-h] [-v [V]] [-cc CORE_CONF] [--requires REQUIRES]
                       [--build-requires BUILD_REQUIRES]
                       [--python-requires PYTHON_REQUIRES]
+                      [--config-requires CONFIG_REQUIRES]
                       [--lockfile-out LOCKFILE_OUT] [--lockfile LOCKFILE]
 
 Add requires, build-requires or python-requires to an existing or new
@@ -177,11 +178,15 @@ 

conan lock add - conan lock create — conan 2.2.2 documentation + conan lock create — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,18 +160,19 @@

conan lock create

$ conan lock create -h
-usage: conan lock create [-h] [-v [V]] [--name NAME] [--version VERSION]
-                         [--user USER] [--channel CHANNEL]
+usage: conan lock create [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
+                         [--version VERSION] [--user USER] [--channel CHANNEL]
                          [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
-                         [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
-                         [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
-                         [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
-                         [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
+                         [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]]
+                         [-pr PROFILE] [-pr:b PROFILE_BUILD]
+                         [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
+                         [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
+                         [-o:a OPTIONS_ALL] [-s SETTINGS]
                          [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                          [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                          [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                          [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
-                         [--lockfile-packages] [--lockfile-clean]
+                         [--lockfile-clean]
                          [--lockfile-overrides LOCKFILE_OVERRIDES]
                          [--build-require]
                          [path]
@@ -189,6 +190,8 @@ 

conan lock create - conan lock merge — conan 2.2.2 documentation + conan lock merge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,7 +160,7 @@

conan lock merge

$ conan lock merge -h
-usage: conan lock merge [-h] [-v [V]] [--lockfile LOCKFILE]
+usage: conan lock merge [-h] [-v [V]] [-cc CORE_CONF] [--lockfile LOCKFILE]
                         [--lockfile-out LOCKFILE_OUT]
 
 Merge 2 or more lockfiles.
@@ -171,6 +171,8 @@ 

conan lock merge - conan lock remove — conan 2.2.2 documentation + conan lock remove — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,9 +160,10 @@

conan lock remove

$ conan lock remove -h
-usage: conan lock remove [-h] [-v [V]] [--requires REQUIRES]
+usage: conan lock remove [-h] [-v [V]] [-cc CORE_CONF] [--requires REQUIRES]
                          [--build-requires BUILD_REQUIRES]
                          [--python-requires PYTHON_REQUIRES]
+                         [--config-requires CONFIG_REQUIRES]
                          [--lockfile-out LOCKFILE_OUT] [--lockfile LOCKFILE]
 
 Remove requires, build-requires or python-requires from an existing or new
@@ -175,11 +176,15 @@ 

conan lock remove - conan new — conan 2.2.2 documentation + conan new — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,7 +156,7 @@

conan new

$ conan new -h
-usage: conan new [-h] [-v [V]] [-d DEFINE] [-f] template
+usage: conan new [-h] [-v [V]] [-cc CORE_CONF] [-d DEFINE] [-f] template
 
 Create a new example recipe and source files from a template.
 
@@ -165,11 +165,11 @@ 

conan newconan new - conan profile — conan 2.2.2 documentation + conan profile — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,17 +156,20 @@

conan profile detect

$ conan profile detect -h
-usage: conan profile detect [-h] [-v [V]] [--name NAME] [-f]
+usage: conan profile detect [-h] [-v [V]] [-cc CORE_CONF] [--name NAME] [-f]
 
 Generate a profile using auto-detected values.
 
 options:
-  -h, --help   show this help message and exit
-  -v [V]       Level of detail of the output. Valid options from less verbose
-               to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-               -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
-  --name NAME  Profile name, 'default' if not specified
-  -f, --force  Overwrite if exists
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --name NAME           Profile name, 'default' if not specified
+  -f, --force           Overwrite if exists
 
@@ -223,7 +226,7 @@

conan profile detect

conan profile list

$ conan profile list -h
-usage: conan profile list [-h] [-f FORMAT] [-v [V]]
+usage: conan profile list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List all profiles in the cache.
 
@@ -235,6 +238,8 @@ 

conan profile list @@ -292,11 +297,11 @@

conan profile path

conan profile show

$ conan profile show -h
-usage: conan profile show [-h] [-f FORMAT] [-v [V]] [-pr PROFILE]
-                          [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
-                          [-pr:a PROFILE_ALL] [-o OPTIONS]
-                          [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
-                          [-o:a OPTIONS_ALL] [-s SETTINGS]
+usage: conan profile show [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                          [-pr PROFILE] [-pr:b PROFILE_BUILD]
+                          [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL]
+                          [-o OPTIONS] [-o:b OPTIONS_BUILD]
+                          [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
                           [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                           [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                           [-c:h CONF_HOST] [-c:a CONF_ALL]
@@ -311,6 +316,8 @@ 

conan profile show - conan remote — conan 2.2.2 documentation + conan remote — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,7 +156,7 @@ registry and also manage authentication to those remotes. For more information on how to work with Conan repositories, please check the dedicated section.

$ conan remote -h
-usage: conan remote [-h] [-v [V]]
+usage: conan remote [-h] [-v [V]] [-cc CORE_CONF]
                     {add,auth,disable,enable,list,list-users,login,logout,remove,rename,set-user,update}
                     ...
 
@@ -174,7 +174,7 @@
     login               Login into the specified remotes matching a pattern.
     logout              Clear the existing credentials for the specified
                         remotes matching a pattern.
-    remove              Remove a remote.
+    remove              Remove remotes.
     rename              Rename a remote.
     set-user            Associate a username with a remote matching a pattern
                         without performing the authentication.
@@ -186,36 +186,50 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote add

$ conan remote add -h
-usage: conan remote add [-h] [-v [V]] [--insecure] [--index INDEX] [-f]
+usage: conan remote add [-h] [-v [V]] [-cc CORE_CONF] [--insecure]
+                        [--index INDEX] [-f] [-ap ALLOWED_PACKAGES]
+                        [-t {local-recipes-index}]
                         name url
 
 Add a remote.
 
 positional arguments:
-  name           Name of the remote to add
-  url            Url of the remote
+  name                  Name of the remote to add
+  url                   Url of the remote
 
 options:
-  -h, --help     show this help message and exit
-  -v [V]         Level of detail of the output. Valid options from less
-                 verbose to more verbose: -vquiet, -verror, -vwarning,
-                 -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or
-                 -vtrace
-  --insecure     Allow insecure server connections when using SSL
-  --index INDEX  Insert the remote at a specific position in the remote list
-  -f, --force    Force the definition of the remote even if duplicated
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --insecure            Allow insecure server connections when using SSL
+  --index INDEX         Insert the remote at a specific position in the remote
+                        list
+  -f, --force           Force the definition of the remote even if duplicated
+  -ap ALLOWED_PACKAGES, --allowed-packages ALLOWED_PACKAGES
+                        Add recipe reference pattern to list of allowed
+                        packages for this remote
+  -t {local-recipes-index}, --type {local-recipes-index}
+                        Define the remote type
 

conan remote auth

$ conan remote auth -h
-usage: conan remote auth [-h] [-f FORMAT] [-v [V]] [--with-user] remote
+usage: conan remote auth [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                         [--with-user]
+                         remote
 
 Authenticate in the defined remotes
 
@@ -231,6 +245,8 @@ 

conan remote auth

conan remote disable

$ conan remote disable -h
-usage: conan remote disable [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote disable [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Disable all the remotes matching a pattern.
 
@@ -255,13 +271,15 @@ 

conan remote disable

conan remote enable

$ conan remote enable -h
-usage: conan remote enable [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote enable [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Enable all the remotes matching a pattern.
 
@@ -277,13 +295,15 @@ 

conan remote enable

conan remote list

$ conan remote list -h
-usage: conan remote list [-h] [-f FORMAT] [-v [V]]
+usage: conan remote list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List current remotes.
 
@@ -295,13 +315,15 @@ 

conan remote list

conan remote list-users

$ conan remote list-users -h
-usage: conan remote list-users [-h] [-f FORMAT] [-v [V]]
+usage: conan remote list-users [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List the users logged into all the remotes.
 
@@ -313,13 +335,16 @@ 

conan remote list-users

conan remote login

$ conan remote login -h
-usage: conan remote login [-h] [-f FORMAT] [-v [V]] [-p [PASSWORD]]
+usage: conan remote login [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                          [-p [PASSWORD]]
                           remote [username]
 
 Login into the specified remotes matching a pattern.
@@ -337,6 +362,8 @@ 

conan remote login

conan remote logout

$ conan remote logout -h
-usage: conan remote logout [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote logout [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Clear the existing credentials for the specified remotes matching a pattern.
 
@@ -363,50 +390,60 @@ 

conan remote logout

conan remote remove

$ conan remote remove -h
-usage: conan remote remove [-h] [-v [V]] remote
+usage: conan remote remove [-h] [-v [V]] [-cc CORE_CONF] remote
 
-Remove a remote.
+Remove remotes.
 
 positional arguments:
-  remote      Name of the remote to remove. Accepts 'fnmatch' style wildcards.
+  remote                Name of the remote to remove. Accepts 'fnmatch' style
+                        wildcards.
 
 options:
-  -h, --help  show this help message and exit
-  -v [V]      Level of detail of the output. Valid options from less verbose
-              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote rename

$ conan remote rename -h
-usage: conan remote rename [-h] [-v [V]] remote new_name
+usage: conan remote rename [-h] [-v [V]] [-cc CORE_CONF] remote new_name
 
 Rename a remote.
 
 positional arguments:
-  remote      Current name of the remote
-  new_name    New name for the remote
+  remote                Current name of the remote
+  new_name              New name for the remote
 
 options:
-  -h, --help  show this help message and exit
-  -v [V]      Level of detail of the output. Valid options from less verbose
-              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote set-user

$ conan remote set-user -h
-usage: conan remote set-user [-h] [-f FORMAT] [-v [V]] remote username
+usage: conan remote set-user [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                             remote username
 
 Associate a username with a remote matching a pattern without performing the
 authentication.
@@ -424,31 +461,40 @@ 

conan remote set-user

conan remote update

$ conan remote update -h
-usage: conan remote update [-h] [-v [V]] [--url URL] [--secure] [--insecure]
-                           [--index INDEX]
+usage: conan remote update [-h] [-v [V]] [-cc CORE_CONF] [--url URL]
+                           [--secure] [--insecure] [--index INDEX]
+                           [-ap ALLOWED_PACKAGES]
                            remote
 
 Update a remote.
 
 positional arguments:
-  remote         Name of the remote to update
+  remote                Name of the remote to update
 
 options:
-  -h, --help     show this help message and exit
-  -v [V]         Level of detail of the output. Valid options from less
-                 verbose to more verbose: -vquiet, -verror, -vwarning,
-                 -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or
-                 -vtrace
-  --url URL      New url for the remote
-  --secure       Don't allow insecure server connections when using SSL
-  --insecure     Allow insecure server connections when using SSL
-  --index INDEX  Insert the remote at a specific position in the remote list
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --url URL             New url for the remote
+  --secure              Don't allow insecure server connections when using SSL
+  --insecure            Allow insecure server connections when using SSL
+  --index INDEX         Insert the remote at a specific position in the remote
+                        list
+  -ap ALLOWED_PACKAGES, --allowed-packages ALLOWED_PACKAGES
+                        Add recipe reference pattern to the list of allowed
+                        packages for this remote
 
diff --git a/2.2/reference/commands/remove.html b/2.2/reference/commands/remove.html index cc0e29edcf92..ca9730941c2e 100644 --- a/2.2/reference/commands/remove.html +++ b/2.2/reference/commands/remove.html @@ -4,7 +4,7 @@ - conan remove — conan 2.2.2 documentation + conan remove — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,8 +153,9 @@

conan remove

$ conan remove -h
-usage: conan remove [-h] [-v [V]] [-f FORMAT] [-c] [-p PACKAGE_QUERY]
-                    [-r REMOTE] [-l LIST] [--lru LRU] [--dry-run]
+usage: conan remove [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-c]
+                    [-p PACKAGE_QUERY] [-r REMOTE] [-l LIST] [--lru LRU]
+                    [--dry-run]
                     [pattern]
 
 Remove recipes or packages from local cache or a remote.
@@ -177,6 +178,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -c, --confirm         Remove without requesting a confirmation
diff --git a/2.2/reference/commands/search.html b/2.2/reference/commands/search.html
index 0c5c4baaa08e..f8b88c3c0e78 100644
--- a/2.2/reference/commands/search.html
+++ b/2.2/reference/commands/search.html
@@ -4,7 +4,7 @@
   
 
   
-  conan search — conan 2.2.2 documentation
+  conan search — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -155,7 +155,8 @@
 

Search existing recipes in remotes. This command is equivalent to conan list <query> -r=*, and is provided for simpler UX.

$ conan search -h
-usage: conan search [-h] [-v [V]] [-f FORMAT] [-r REMOTE] reference
+usage: conan search [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-r REMOTE]
+                    reference
 
 Search for package recipes in all the remotes (by default), or a remote.
 
@@ -169,6 +170,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -r REMOTE, --remote REMOTE
diff --git a/2.2/reference/commands/source.html b/2.2/reference/commands/source.html
index 131479f44105..afe8e640e849 100644
--- a/2.2/reference/commands/source.html
+++ b/2.2/reference/commands/source.html
@@ -4,7 +4,7 @@
   
 
   
-  conan source — conan 2.2.2 documentation
+  conan source — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -153,25 +153,28 @@
   

conan source

$ conan source -h
-usage: conan source [-h] [-v [V]] [--name NAME] [--version VERSION]
-                    [--user USER] [--channel CHANNEL]
+usage: conan source [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
+                    [--version VERSION] [--user USER] [--channel CHANNEL]
                     path
 
 Call the source() method.
 
 positional arguments:
-  path               Path to a folder containing a conanfile.py
+  path                  Path to a folder containing a conanfile.py
 
 options:
-  -h, --help         show this help message and exit
-  -v [V]             Level of detail of the output. Valid options from less
-                     verbose to more verbose: -vquiet, -verror, -vwarning,
-                     -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv
-                     or -vtrace
-  --name NAME        Provide a package name if not specified in conanfile
-  --version VERSION  Provide a package version if not specified in conanfile
-  --user USER        Provide a user if not specified in conanfile
-  --channel CHANNEL  Provide a channel if not specified in conanfile
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --name NAME           Provide a package name if not specified in conanfile
+  --version VERSION     Provide a package version if not specified in
+                        conanfile
+  --user USER           Provide a user if not specified in conanfile
+  --channel CHANNEL     Provide a channel if not specified in conanfile
 
diff --git a/2.2/reference/commands/test.html b/2.2/reference/commands/test.html index feca6f329eda..d27430330847 100644 --- a/2.2/reference/commands/test.html +++ b/2.2/reference/commands/test.html @@ -4,7 +4,7 @@ - conan test — conan 2.2.2 documentation + conan test — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,16 +153,16 @@

conan test

$ conan test -h
-usage: conan test [-h] [-v [V]] [-f FORMAT] [-b BUILD] [-r REMOTE | -nr] [-u]
-                  [-pr PROFILE] [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
+usage: conan test [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-b BUILD]
+                  [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
+                  [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                   [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                   [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
                   [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                   [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                   [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                   [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
-                  [--lockfile-packages] [--lockfile-clean]
-                  [--lockfile-overrides LOCKFILE_OVERRIDES]
+                  [--lockfile-clean] [--lockfile-overrides LOCKFILE_OVERRIDES]
                   path reference
 
 Test a package from a test_package folder.
@@ -178,6 +178,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -b BUILD, --build BUILD
@@ -203,13 +205,13 @@
   -r REMOTE, --remote REMOTE
                         Look in the specified remote or remotes server
   -nr, --no-remote      Do not use remote, resolve exclusively in the cache
-  -u, --update          Will check the remote and in case a newer version
-                        and/or revision of the dependencies exists there, it
-                        will install those in the local cache. When using
-                        version ranges, it will install the latest version
-                        that satisfies the range. Also, if using revisions, it
-                        will update to the latest revision for the resolved
-                        version range.
+  -u [UPDATE], --update [UPDATE]
+                        Will install newer versions and/or revisions in the
+                        local cache for the given reference, or all in case no
+                        argument is supplied. When using version ranges, it
+                        will install the latest version that satisfies the
+                        range. Also, if using revisions, it will update to the
+                        latest revision for the resolved version range.
   -pr PROFILE, --profile PROFILE
                         Apply the specified profile. By default, or if
                         specifying -pr:h (--profile:host), it applies to the
@@ -252,7 +254,6 @@
                         in lockfile
   --lockfile-out LOCKFILE_OUT
                         Filename of the updated lockfile
-  --lockfile-packages   Lock package-id and package-revision information
   --lockfile-clean      Remove unused entries from the lockfile
   --lockfile-overrides LOCKFILE_OVERRIDES
                         Overwrite lockfile overrides
diff --git a/2.2/reference/commands/upload.html b/2.2/reference/commands/upload.html
index 5c1e1886f52d..ff10217d8834 100644
--- a/2.2/reference/commands/upload.html
+++ b/2.2/reference/commands/upload.html
@@ -4,7 +4,7 @@
   
 
   
-  conan upload — conan 2.2.2 documentation
+  conan upload — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -156,9 +156,9 @@
 information on how to work with Conan repositories, please check the dedicated
 section.

$ conan upload -h
-usage: conan upload [-h] [-v [V]] [-f FORMAT] [-p PACKAGE_QUERY] -r REMOTE
-                    [--only-recipe] [--force] [--check] [-c] [--dry-run]
-                    [-l LIST] [-m METADATA]
+usage: conan upload [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
+                    [-p PACKAGE_QUERY] -r REMOTE [--only-recipe] [--force]
+                    [--check] [-c] [--dry-run] [-l LIST] [-m METADATA]
                     [pattern]
 
 Upload packages to a remote.
@@ -180,6 +180,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -p PACKAGE_QUERY, --package-query PACKAGE_QUERY
diff --git a/2.2/reference/commands/version.html b/2.2/reference/commands/version.html
index 3c9db6533da6..306d95f36a4e 100644
--- a/2.2/reference/commands/version.html
+++ b/2.2/reference/commands/version.html
@@ -4,7 +4,7 @@
   
 
   
-  conan version — conan 2.2.2 documentation
+  conan version — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -158,7 +158,7 @@
 See the Conan stability section for more information.

$ conan version -h
-usage: conan version [-h] [-v [V]] [-f FORMAT]
+usage: conan version [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
 
 Give information about the Conan client version.
 
@@ -168,6 +168,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
 
diff --git a/2.2/reference/conan_server.html b/2.2/reference/conan_server.html index 32149933bdeb..015d542603a9 100644 --- a/2.2/reference/conan_server.html +++ b/2.2/reference/conan_server.html @@ -4,7 +4,7 @@ - Conan Server — conan 2.2.2 documentation + Conan Server — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile.html b/2.2/reference/conanfile.html index ec2a3ff748ad..b33e973d0047 100644 --- a/2.2/reference/conanfile.html +++ b/2.2/reference/conanfile.html @@ -4,7 +4,7 @@ - conanfile.py — conan 2.2.2 documentation + conanfile.py — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/attributes.html b/2.2/reference/conanfile/attributes.html index 1beec4470667..64922b390bde 100644 --- a/2.2/reference/conanfile/attributes.html +++ b/2.2/reference/conanfile/attributes.html @@ -4,7 +4,7 @@ - Attributes — conan 2.2.2 documentation + Attributes — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods.html b/2.2/reference/conanfile/methods.html index f876fdd2e509..86ba4dce0808 100644 --- a/2.2/reference/conanfile/methods.html +++ b/2.2/reference/conanfile/methods.html @@ -4,7 +4,7 @@ - Methods — conan 2.2.2 documentation + Methods — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/build.html b/2.2/reference/conanfile/methods/build.html index ef29a3948f7c..e74b0b6833cc 100644 --- a/2.2/reference/conanfile/methods/build.html +++ b/2.2/reference/conanfile/methods/build.html @@ -4,7 +4,7 @@ - build() — conan 2.2.2 documentation + build() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/build_id.html b/2.2/reference/conanfile/methods/build_id.html index 07b1acdc16f9..b8928ca76e9d 100644 --- a/2.2/reference/conanfile/methods/build_id.html +++ b/2.2/reference/conanfile/methods/build_id.html @@ -4,7 +4,7 @@ - build_id() — conan 2.2.2 documentation + build_id() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/build_requirements.html b/2.2/reference/conanfile/methods/build_requirements.html index 533dd0ce2bb7..e47c72ca84fc 100644 --- a/2.2/reference/conanfile/methods/build_requirements.html +++ b/2.2/reference/conanfile/methods/build_requirements.html @@ -4,7 +4,7 @@ - build_requirements() — conan 2.2.2 documentation + build_requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/compatibility.html b/2.2/reference/conanfile/methods/compatibility.html index e1be7edc8606..c09410893a28 100644 --- a/2.2/reference/conanfile/methods/compatibility.html +++ b/2.2/reference/conanfile/methods/compatibility.html @@ -4,7 +4,7 @@ - compatibility() — conan 2.2.2 documentation + compatibility() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/config_options.html b/2.2/reference/conanfile/methods/config_options.html index 336a715f7dc4..6ee78ecfbfd0 100644 --- a/2.2/reference/conanfile/methods/config_options.html +++ b/2.2/reference/conanfile/methods/config_options.html @@ -4,7 +4,7 @@ - config_options() — conan 2.2.2 documentation + config_options() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/configure.html b/2.2/reference/conanfile/methods/configure.html index 70f5e730ce55..37ce28eae1e8 100644 --- a/2.2/reference/conanfile/methods/configure.html +++ b/2.2/reference/conanfile/methods/configure.html @@ -4,7 +4,7 @@ - configure() — conan 2.2.2 documentation + configure() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/deploy.html b/2.2/reference/conanfile/methods/deploy.html index 5d04424689d8..e7d4d16338af 100644 --- a/2.2/reference/conanfile/methods/deploy.html +++ b/2.2/reference/conanfile/methods/deploy.html @@ -4,7 +4,7 @@ - deploy() — conan 2.2.2 documentation + deploy() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/export.html b/2.2/reference/conanfile/methods/export.html index 41394e63ee53..d2ce321be2f4 100644 --- a/2.2/reference/conanfile/methods/export.html +++ b/2.2/reference/conanfile/methods/export.html @@ -4,7 +4,7 @@ - export() — conan 2.2.2 documentation + export() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/export_sources.html b/2.2/reference/conanfile/methods/export_sources.html index 7e201eb35e0c..7dbac9d22417 100644 --- a/2.2/reference/conanfile/methods/export_sources.html +++ b/2.2/reference/conanfile/methods/export_sources.html @@ -4,7 +4,7 @@ - export_sources() — conan 2.2.2 documentation + export_sources() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/generate.html b/2.2/reference/conanfile/methods/generate.html index d3277ee4ef45..fd1fbb2d3e9e 100644 --- a/2.2/reference/conanfile/methods/generate.html +++ b/2.2/reference/conanfile/methods/generate.html @@ -4,7 +4,7 @@ - generate() — conan 2.2.2 documentation + generate() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/init.html b/2.2/reference/conanfile/methods/init.html index da2221b7686f..fe8d33b4fbe7 100644 --- a/2.2/reference/conanfile/methods/init.html +++ b/2.2/reference/conanfile/methods/init.html @@ -4,7 +4,7 @@ - init() — conan 2.2.2 documentation + init() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/layout.html b/2.2/reference/conanfile/methods/layout.html index 1597a4be0a23..e7d78b6f8351 100644 --- a/2.2/reference/conanfile/methods/layout.html +++ b/2.2/reference/conanfile/methods/layout.html @@ -4,7 +4,7 @@ - layout() — conan 2.2.2 documentation + layout() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/package.html b/2.2/reference/conanfile/methods/package.html index fc0422a1989e..dc809fcf6078 100644 --- a/2.2/reference/conanfile/methods/package.html +++ b/2.2/reference/conanfile/methods/package.html @@ -4,7 +4,7 @@ - package() — conan 2.2.2 documentation + package() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/package_id.html b/2.2/reference/conanfile/methods/package_id.html index 75c1eb317ee6..b18d916447a9 100644 --- a/2.2/reference/conanfile/methods/package_id.html +++ b/2.2/reference/conanfile/methods/package_id.html @@ -4,7 +4,7 @@ - package_id() — conan 2.2.2 documentation + package_id() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/package_info.html b/2.2/reference/conanfile/methods/package_info.html index 69f00afd6b4a..c0ddf12388ea 100644 --- a/2.2/reference/conanfile/methods/package_info.html +++ b/2.2/reference/conanfile/methods/package_info.html @@ -4,7 +4,7 @@ - package_info() — conan 2.2.2 documentation + package_info() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/requirements.html b/2.2/reference/conanfile/methods/requirements.html index 184f6152d729..07a870132439 100644 --- a/2.2/reference/conanfile/methods/requirements.html +++ b/2.2/reference/conanfile/methods/requirements.html @@ -4,7 +4,7 @@ - requirements() — conan 2.2.2 documentation + requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/set_name.html b/2.2/reference/conanfile/methods/set_name.html index 40d0045948a8..c3e6a218aa80 100644 --- a/2.2/reference/conanfile/methods/set_name.html +++ b/2.2/reference/conanfile/methods/set_name.html @@ -4,7 +4,7 @@ - set_name() — conan 2.2.2 documentation + set_name() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/set_version.html b/2.2/reference/conanfile/methods/set_version.html index e3ff08f7fe0e..54451cc50017 100644 --- a/2.2/reference/conanfile/methods/set_version.html +++ b/2.2/reference/conanfile/methods/set_version.html @@ -4,7 +4,7 @@ - set_version() — conan 2.2.2 documentation + set_version() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/source.html b/2.2/reference/conanfile/methods/source.html index 434608194521..254bd0a67594 100644 --- a/2.2/reference/conanfile/methods/source.html +++ b/2.2/reference/conanfile/methods/source.html @@ -4,7 +4,7 @@ - source() — conan 2.2.2 documentation + source() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/system_requirements.html b/2.2/reference/conanfile/methods/system_requirements.html index 579091212be2..3e7d3bd74f2b 100644 --- a/2.2/reference/conanfile/methods/system_requirements.html +++ b/2.2/reference/conanfile/methods/system_requirements.html @@ -4,7 +4,7 @@ - system_requirements() — conan 2.2.2 documentation + system_requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/test.html b/2.2/reference/conanfile/methods/test.html index e42a938383b2..04a4fd2d1ca8 100644 --- a/2.2/reference/conanfile/methods/test.html +++ b/2.2/reference/conanfile/methods/test.html @@ -4,7 +4,7 @@ - test() — conan 2.2.2 documentation + test() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/validate.html b/2.2/reference/conanfile/methods/validate.html index 3248b3a81547..b58c7a610f04 100644 --- a/2.2/reference/conanfile/methods/validate.html +++ b/2.2/reference/conanfile/methods/validate.html @@ -4,7 +4,7 @@ - validate() — conan 2.2.2 documentation + validate() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/methods/validate_build.html b/2.2/reference/conanfile/methods/validate_build.html index 3633261caa22..20866bcc6faf 100644 --- a/2.2/reference/conanfile/methods/validate_build.html +++ b/2.2/reference/conanfile/methods/validate_build.html @@ -4,7 +4,7 @@ - validate_build() — conan 2.2.2 documentation + validate_build() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile/running_and_output.html b/2.2/reference/conanfile/running_and_output.html index 8dcac61835fb..9d150738a074 100644 --- a/2.2/reference/conanfile/running_and_output.html +++ b/2.2/reference/conanfile/running_and_output.html @@ -4,7 +4,7 @@ - Running and output — conan 2.2.2 documentation + Running and output — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/conanfile_txt.html b/2.2/reference/conanfile_txt.html index 117d40e72d14..fc3ffb6cc7c9 100644 --- a/2.2/reference/conanfile_txt.html +++ b/2.2/reference/conanfile_txt.html @@ -4,7 +4,7 @@ - conanfile.txt — conan 2.2.2 documentation + conanfile.txt — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files.html b/2.2/reference/config_files.html index 40326c27c2fe..b8b7adf8ead1 100644 --- a/2.2/reference/config_files.html +++ b/2.2/reference/config_files.html @@ -4,7 +4,7 @@ - Configuration files — conan 2.2.2 documentation + Configuration files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/conanrc.html b/2.2/reference/config_files/conanrc.html index a9d9a4e685d5..9b7c6bbec37f 100644 --- a/2.2/reference/config_files/conanrc.html +++ b/2.2/reference/config_files/conanrc.html @@ -4,7 +4,7 @@ - .conanrc — conan 2.2.2 documentation + .conanrc — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/credentials.html b/2.2/reference/config_files/credentials.html index 28b0257feb17..5bb808fb2fdc 100644 --- a/2.2/reference/config_files/credentials.html +++ b/2.2/reference/config_files/credentials.html @@ -4,7 +4,7 @@ - credentials.json — conan 2.2.2 documentation + credentials.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/global_conf.html b/2.2/reference/config_files/global_conf.html index 2b897305b0cc..2fd18ca0ff0e 100644 --- a/2.2/reference/config_files/global_conf.html +++ b/2.2/reference/config_files/global_conf.html @@ -4,7 +4,7 @@ - global.conf — conan 2.2.2 documentation + global.conf — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -173,15 +173,18 @@

Introduction to configuration - profiles — conan 2.2.2 documentation + profiles — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/remotes.html b/2.2/reference/config_files/remotes.html index c0a714b146f4..c4850c89ea78 100644 --- a/2.2/reference/config_files/remotes.html +++ b/2.2/reference/config_files/remotes.html @@ -4,7 +4,7 @@ - remotes.json — conan 2.2.2 documentation + remotes.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/settings.html b/2.2/reference/config_files/settings.html index 00b308b4e25a..925c5f621a03 100644 --- a/2.2/reference/config_files/settings.html +++ b/2.2/reference/config_files/settings.html @@ -4,7 +4,7 @@ - settings.yml — conan 2.2.2 documentation + settings.yml — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/config_files/source_credentials.html b/2.2/reference/config_files/source_credentials.html index c0cbaabde48d..15b90c745b86 100644 --- a/2.2/reference/config_files/source_credentials.html +++ b/2.2/reference/config_files/source_credentials.html @@ -4,7 +4,7 @@ - source_credentials.json — conan 2.2.2 documentation + source_credentials.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/environment.html b/2.2/reference/environment.html index a87dd60c1cde..65d8f93d2ace 100644 --- a/2.2/reference/environment.html +++ b/2.2/reference/environment.html @@ -4,7 +4,7 @@ - Environment variables — conan 2.2.2 documentation + Environment variables — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions.html b/2.2/reference/extensions.html index 37e82bf9e69d..23c067af4132 100644 --- a/2.2/reference/extensions.html +++ b/2.2/reference/extensions.html @@ -4,7 +4,7 @@ - Extensions — conan 2.2.2 documentation + Extensions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/binary_compatibility.html b/2.2/reference/extensions/binary_compatibility.html index f8ec775a24c4..db2f892cc0c5 100644 --- a/2.2/reference/extensions/binary_compatibility.html +++ b/2.2/reference/extensions/binary_compatibility.html @@ -4,7 +4,7 @@ - Binary compatibility — conan 2.2.2 documentation + Binary compatibility — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/command_wrapper.html b/2.2/reference/extensions/command_wrapper.html index 3115c6d0fdfb..e5d5586f8102 100644 --- a/2.2/reference/extensions/command_wrapper.html +++ b/2.2/reference/extensions/command_wrapper.html @@ -4,7 +4,7 @@ - Command wrapper — conan 2.2.2 documentation + Command wrapper — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/custom_commands.html b/2.2/reference/extensions/custom_commands.html index 3dfb443e5eac..830544d4d6eb 100644 --- a/2.2/reference/extensions/custom_commands.html +++ b/2.2/reference/extensions/custom_commands.html @@ -4,7 +4,7 @@ - Custom commands — conan 2.2.2 documentation + Custom commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/custom_generators.html b/2.2/reference/extensions/custom_generators.html index 75bd1b58371f..75eb6a826014 100644 --- a/2.2/reference/extensions/custom_generators.html +++ b/2.2/reference/extensions/custom_generators.html @@ -4,7 +4,7 @@ - Custom Conan generators — conan 2.2.2 documentation + Custom Conan generators — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/deployers.html b/2.2/reference/extensions/deployers.html index 26b202e7967f..777eec7f8e95 100644 --- a/2.2/reference/extensions/deployers.html +++ b/2.2/reference/extensions/deployers.html @@ -4,7 +4,7 @@ - Deployers — conan 2.2.2 documentation + Deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/hooks.html b/2.2/reference/extensions/hooks.html index 400148072ae4..cc99cefc0818 100644 --- a/2.2/reference/extensions/hooks.html +++ b/2.2/reference/extensions/hooks.html @@ -4,7 +4,7 @@ - Hooks — conan 2.2.2 documentation + Hooks — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/package_signing.html b/2.2/reference/extensions/package_signing.html index c8fdec50b40e..1b6f785e4f71 100644 --- a/2.2/reference/extensions/package_signing.html +++ b/2.2/reference/extensions/package_signing.html @@ -4,7 +4,7 @@ - Package signing — conan 2.2.2 documentation + Package signing — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/profile_plugin.html b/2.2/reference/extensions/profile_plugin.html index 4d769c1ada8c..3e347565408c 100644 --- a/2.2/reference/extensions/profile_plugin.html +++ b/2.2/reference/extensions/profile_plugin.html @@ -4,7 +4,7 @@ - Profile plugin — conan 2.2.2 documentation + Profile plugin — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api.html b/2.2/reference/extensions/python_api.html index 7ff48a4b6667..45375ecb247e 100644 --- a/2.2/reference/extensions/python_api.html +++ b/2.2/reference/extensions/python_api.html @@ -4,7 +4,7 @@ - Python API — conan 2.2.2 documentation + Python API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/CommandAPI.html b/2.2/reference/extensions/python_api/CommandAPI.html index e6095ffe318a..98cd0cbe7684 100644 --- a/2.2/reference/extensions/python_api/CommandAPI.html +++ b/2.2/reference/extensions/python_api/CommandAPI.html @@ -4,7 +4,7 @@ - Command API — conan 2.2.2 documentation + Command API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/ConanAPI.html b/2.2/reference/extensions/python_api/ConanAPI.html index 2cd6dea5594d..52062c8abc9e 100644 --- a/2.2/reference/extensions/python_api/ConanAPI.html +++ b/2.2/reference/extensions/python_api/ConanAPI.html @@ -4,7 +4,7 @@ - Conan API Reference — conan 2.2.2 documentation + Conan API Reference — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/ConfigAPI.html b/2.2/reference/extensions/python_api/ConfigAPI.html index e25e18ce1854..df60180471af 100644 --- a/2.2/reference/extensions/python_api/ConfigAPI.html +++ b/2.2/reference/extensions/python_api/ConfigAPI.html @@ -4,7 +4,7 @@ - Config API — conan 2.2.2 documentation + Config API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/DownloadAPI.html b/2.2/reference/extensions/python_api/DownloadAPI.html index 4ff79b60103b..99453509d945 100644 --- a/2.2/reference/extensions/python_api/DownloadAPI.html +++ b/2.2/reference/extensions/python_api/DownloadAPI.html @@ -4,7 +4,7 @@ - Download API — conan 2.2.2 documentation + Download API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/ExportAPI.html b/2.2/reference/extensions/python_api/ExportAPI.html index 16a095efecca..c5983ba114dc 100644 --- a/2.2/reference/extensions/python_api/ExportAPI.html +++ b/2.2/reference/extensions/python_api/ExportAPI.html @@ -4,7 +4,7 @@ - Export API — conan 2.2.2 documentation + Export API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/GraphAPI.html b/2.2/reference/extensions/python_api/GraphAPI.html index 2dfc4f751d2d..7f9b1a8bcc38 100644 --- a/2.2/reference/extensions/python_api/GraphAPI.html +++ b/2.2/reference/extensions/python_api/GraphAPI.html @@ -4,7 +4,7 @@ - Graph API — conan 2.2.2 documentation + Graph API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/InstallAPI.html b/2.2/reference/extensions/python_api/InstallAPI.html index 3448e893744a..fbf09e66f5b3 100644 --- a/2.2/reference/extensions/python_api/InstallAPI.html +++ b/2.2/reference/extensions/python_api/InstallAPI.html @@ -4,7 +4,7 @@ - Install API — conan 2.2.2 documentation + Install API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/ListAPI.html b/2.2/reference/extensions/python_api/ListAPI.html index f453d7a2af59..1df2523bc3ab 100644 --- a/2.2/reference/extensions/python_api/ListAPI.html +++ b/2.2/reference/extensions/python_api/ListAPI.html @@ -4,7 +4,7 @@ - List API — conan 2.2.2 documentation + List API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/NewAPI.html b/2.2/reference/extensions/python_api/NewAPI.html index 8ca1de7e1731..3da81c2affe9 100644 --- a/2.2/reference/extensions/python_api/NewAPI.html +++ b/2.2/reference/extensions/python_api/NewAPI.html @@ -4,7 +4,7 @@ - New API — conan 2.2.2 documentation + New API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/ProfilesAPI.html b/2.2/reference/extensions/python_api/ProfilesAPI.html index da55623e3336..f1adcfd12b35 100644 --- a/2.2/reference/extensions/python_api/ProfilesAPI.html +++ b/2.2/reference/extensions/python_api/ProfilesAPI.html @@ -4,7 +4,7 @@ - Profiles API — conan 2.2.2 documentation + Profiles API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/RemotesAPI.html b/2.2/reference/extensions/python_api/RemotesAPI.html index ad97c45dd82b..f3e5cdc3e9a2 100644 --- a/2.2/reference/extensions/python_api/RemotesAPI.html +++ b/2.2/reference/extensions/python_api/RemotesAPI.html @@ -4,7 +4,7 @@ - Remotes API — conan 2.2.2 documentation + Remotes API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/RemoveAPI.html b/2.2/reference/extensions/python_api/RemoveAPI.html index 3c767dcf6bb9..503f1b6be505 100644 --- a/2.2/reference/extensions/python_api/RemoveAPI.html +++ b/2.2/reference/extensions/python_api/RemoveAPI.html @@ -4,7 +4,7 @@ - Remove API — conan 2.2.2 documentation + Remove API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/SearchAPI.html b/2.2/reference/extensions/python_api/SearchAPI.html index dd2a78f321fc..b1f0583e2b7d 100644 --- a/2.2/reference/extensions/python_api/SearchAPI.html +++ b/2.2/reference/extensions/python_api/SearchAPI.html @@ -4,7 +4,7 @@ - Search API — conan 2.2.2 documentation + Search API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_api/UploadAPI.html b/2.2/reference/extensions/python_api/UploadAPI.html index 4495146caf39..2720ee609833 100644 --- a/2.2/reference/extensions/python_api/UploadAPI.html +++ b/2.2/reference/extensions/python_api/UploadAPI.html @@ -4,7 +4,7 @@ - Upload API — conan 2.2.2 documentation + Upload API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/extensions/python_requires.html b/2.2/reference/extensions/python_requires.html index b0a9adcfd942..021cf2810246 100644 --- a/2.2/reference/extensions/python_requires.html +++ b/2.2/reference/extensions/python_requires.html @@ -4,7 +4,7 @@ - Python requires — conan 2.2.2 documentation + Python requires — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools.html b/2.2/reference/tools.html index 03408105600c..dcfe7865c18a 100644 --- a/2.2/reference/tools.html +++ b/2.2/reference/tools.html @@ -4,7 +4,7 @@ - Recipe tools — conan 2.2.2 documentation + Recipe tools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/android.html b/2.2/reference/tools/android.html index 579f01f6e6d8..718968592064 100644 --- a/2.2/reference/tools/android.html +++ b/2.2/reference/tools/android.html @@ -4,7 +4,7 @@ - conan.tools.android — conan 2.2.2 documentation + conan.tools.android — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/apple.html b/2.2/reference/tools/apple.html index 7f74ce5c629d..5f4bea14bb85 100644 --- a/2.2/reference/tools/apple.html +++ b/2.2/reference/tools/apple.html @@ -4,7 +4,7 @@ - conan.tools.apple — conan 2.2.2 documentation + conan.tools.apple — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/apple/other.html b/2.2/reference/tools/apple/other.html index b81c6e0cc769..54bbc7ed4bae 100644 --- a/2.2/reference/tools/apple/other.html +++ b/2.2/reference/tools/apple/other.html @@ -4,7 +4,7 @@ - conan.tools.apple.fix_apple_shared_install_name() — conan 2.2.2 documentation + conan.tools.apple.fix_apple_shared_install_name() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/apple/xcodebuild.html b/2.2/reference/tools/apple/xcodebuild.html index 88a766ae7328..b5d949b707fd 100644 --- a/2.2/reference/tools/apple/xcodebuild.html +++ b/2.2/reference/tools/apple/xcodebuild.html @@ -4,7 +4,7 @@ - XcodeBuild — conan 2.2.2 documentation + XcodeBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/apple/xcodedeps.html b/2.2/reference/tools/apple/xcodedeps.html index 2cefd154612b..110cae244d8f 100644 --- a/2.2/reference/tools/apple/xcodedeps.html +++ b/2.2/reference/tools/apple/xcodedeps.html @@ -4,7 +4,7 @@ - XcodeDeps — conan 2.2.2 documentation + XcodeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/apple/xcodetoolchain.html b/2.2/reference/tools/apple/xcodetoolchain.html index edbb70a102d3..329f0d9897d2 100644 --- a/2.2/reference/tools/apple/xcodetoolchain.html +++ b/2.2/reference/tools/apple/xcodetoolchain.html @@ -4,7 +4,7 @@ - XcodeToolchain — conan 2.2.2 documentation + XcodeToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/build.html b/2.2/reference/tools/build.html index 3b2fb7a254ec..05bc9535dd4b 100644 --- a/2.2/reference/tools/build.html +++ b/2.2/reference/tools/build.html @@ -4,7 +4,7 @@ - conan.tools.build — conan 2.2.2 documentation + conan.tools.build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cmake.html b/2.2/reference/tools/cmake.html index 4a384d432505..eca0cebc8332 100644 --- a/2.2/reference/tools/cmake.html +++ b/2.2/reference/tools/cmake.html @@ -4,7 +4,7 @@ - conan.tools.cmake — conan 2.2.2 documentation + conan.tools.cmake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cmake/cmake.html b/2.2/reference/tools/cmake/cmake.html index 609bf02bca43..5ee0bb3c700c 100644 --- a/2.2/reference/tools/cmake/cmake.html +++ b/2.2/reference/tools/cmake/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cmake/cmake_layout.html b/2.2/reference/tools/cmake/cmake_layout.html index e52714999aad..8458f29031e0 100644 --- a/2.2/reference/tools/cmake/cmake_layout.html +++ b/2.2/reference/tools/cmake/cmake_layout.html @@ -4,7 +4,7 @@ - cmake_layout — conan 2.2.2 documentation + cmake_layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cmake/cmakedeps.html b/2.2/reference/tools/cmake/cmakedeps.html index 69a3d8652ff4..564b9f904884 100644 --- a/2.2/reference/tools/cmake/cmakedeps.html +++ b/2.2/reference/tools/cmake/cmakedeps.html @@ -4,7 +4,7 @@ - CMakeDeps — conan 2.2.2 documentation + CMakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cmake/cmaketoolchain.html b/2.2/reference/tools/cmake/cmaketoolchain.html index 8cac8f92b262..29d72de53c34 100644 --- a/2.2/reference/tools/cmake/cmaketoolchain.html +++ b/2.2/reference/tools/cmake/cmaketoolchain.html @@ -4,7 +4,7 @@ - CMakeToolchain — conan 2.2.2 documentation + CMakeToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/cpp_info.html b/2.2/reference/tools/cpp_info.html index 9004651fae3d..49dfd58b94ed 100644 --- a/2.2/reference/tools/cpp_info.html +++ b/2.2/reference/tools/cpp_info.html @@ -4,7 +4,7 @@ - conan.tools.CppInfo — conan 2.2.2 documentation + conan.tools.CppInfo — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/env.html b/2.2/reference/tools/env.html index 19197743653f..77a2e2e18aa1 100644 --- a/2.2/reference/tools/env.html +++ b/2.2/reference/tools/env.html @@ -4,7 +4,7 @@ - conan.tools.env — conan 2.2.2 documentation + conan.tools.env — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/env/environment.html b/2.2/reference/tools/env/environment.html index 26b767828730..ef4070fe08b5 100644 --- a/2.2/reference/tools/env/environment.html +++ b/2.2/reference/tools/env/environment.html @@ -4,7 +4,7 @@ - Environment — conan 2.2.2 documentation + Environment — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/env/envvars.html b/2.2/reference/tools/env/envvars.html index 789f6fe2758e..841b6b625d48 100644 --- a/2.2/reference/tools/env/envvars.html +++ b/2.2/reference/tools/env/envvars.html @@ -4,7 +4,7 @@ - EnvVars — conan 2.2.2 documentation + EnvVars — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/env/virtualbuildenv.html b/2.2/reference/tools/env/virtualbuildenv.html index 61f04d0a656e..417be9009db3 100644 --- a/2.2/reference/tools/env/virtualbuildenv.html +++ b/2.2/reference/tools/env/virtualbuildenv.html @@ -4,7 +4,7 @@ - VirtualBuildEnv — conan 2.2.2 documentation + VirtualBuildEnv — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/env/virtualrunenv.html b/2.2/reference/tools/env/virtualrunenv.html index f3292e3af15d..806cc8bf854e 100644 --- a/2.2/reference/tools/env/virtualrunenv.html +++ b/2.2/reference/tools/env/virtualrunenv.html @@ -4,7 +4,7 @@ - VirtualRunEnv — conan 2.2.2 documentation + VirtualRunEnv — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files.html b/2.2/reference/tools/files.html index 6e22ea61e349..cd46914d0063 100644 --- a/2.2/reference/tools/files.html +++ b/2.2/reference/tools/files.html @@ -4,7 +4,7 @@ - conan.tools.files — conan 2.2.2 documentation + conan.tools.files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/basic.html b/2.2/reference/tools/files/basic.html index 68d73c6db8ef..6e24bb1db839 100644 --- a/2.2/reference/tools/files/basic.html +++ b/2.2/reference/tools/files/basic.html @@ -4,7 +4,7 @@ - conan.tools.files basic operations — conan 2.2.2 documentation + conan.tools.files basic operations — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/checksum.html b/2.2/reference/tools/files/checksum.html index f0c20f43dc40..295e3962c938 100644 --- a/2.2/reference/tools/files/checksum.html +++ b/2.2/reference/tools/files/checksum.html @@ -4,7 +4,7 @@ - conan.tools.files checksums — conan 2.2.2 documentation + conan.tools.files checksums — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/downloads.html b/2.2/reference/tools/files/downloads.html index fb8922cf2aa2..a91c0de22a01 100644 --- a/2.2/reference/tools/files/downloads.html +++ b/2.2/reference/tools/files/downloads.html @@ -4,7 +4,7 @@ - conan.tools.files downloads — conan 2.2.2 documentation + conan.tools.files downloads — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/packaging.html b/2.2/reference/tools/files/packaging.html index 1b77c252b85f..6aa0d0607a83 100644 --- a/2.2/reference/tools/files/packaging.html +++ b/2.2/reference/tools/files/packaging.html @@ -4,7 +4,7 @@ - conan.tools.files AutoPackager — conan 2.2.2 documentation + conan.tools.files AutoPackager — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/patches.html b/2.2/reference/tools/files/patches.html index 137547d0b4fa..2c499d4a0916 100644 --- a/2.2/reference/tools/files/patches.html +++ b/2.2/reference/tools/files/patches.html @@ -4,7 +4,7 @@ - conan.tools.files patches — conan 2.2.2 documentation + conan.tools.files patches — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/files/symlinks.html b/2.2/reference/tools/files/symlinks.html index 65196ba09ca8..7f3dc556907a 100644 --- a/2.2/reference/tools/files/symlinks.html +++ b/2.2/reference/tools/files/symlinks.html @@ -4,7 +4,7 @@ - conan.tools.files.symlinks — conan 2.2.2 documentation + conan.tools.files.symlinks — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu.html b/2.2/reference/tools/gnu.html index 10adceb96533..2c72ea88f461 100644 --- a/2.2/reference/tools/gnu.html +++ b/2.2/reference/tools/gnu.html @@ -4,7 +4,7 @@ - conan.tools.gnu — conan 2.2.2 documentation + conan.tools.gnu — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/autotools.html b/2.2/reference/tools/gnu/autotools.html index a69da09303f5..2bb469626965 100644 --- a/2.2/reference/tools/gnu/autotools.html +++ b/2.2/reference/tools/gnu/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/autotoolsdeps.html b/2.2/reference/tools/gnu/autotoolsdeps.html index cd0f7d9e5015..b0982fe07de0 100644 --- a/2.2/reference/tools/gnu/autotoolsdeps.html +++ b/2.2/reference/tools/gnu/autotoolsdeps.html @@ -4,7 +4,7 @@ - AutotoolsDeps — conan 2.2.2 documentation + AutotoolsDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/autotoolstoolchain.html b/2.2/reference/tools/gnu/autotoolstoolchain.html index 070e9731fedd..a7608485e5e1 100644 --- a/2.2/reference/tools/gnu/autotoolstoolchain.html +++ b/2.2/reference/tools/gnu/autotoolstoolchain.html @@ -4,7 +4,7 @@ - AutotoolsToolchain — conan 2.2.2 documentation + AutotoolsToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/makedeps.html b/2.2/reference/tools/gnu/makedeps.html index f734835bfc1a..9059da315bb6 100644 --- a/2.2/reference/tools/gnu/makedeps.html +++ b/2.2/reference/tools/gnu/makedeps.html @@ -4,7 +4,7 @@ - MakeDeps — conan 2.2.2 documentation + MakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/pkgconfig.html b/2.2/reference/tools/gnu/pkgconfig.html index 902802e8f1d7..d0f4853637fd 100644 --- a/2.2/reference/tools/gnu/pkgconfig.html +++ b/2.2/reference/tools/gnu/pkgconfig.html @@ -4,7 +4,7 @@ - PkgConfig — conan 2.2.2 documentation + PkgConfig — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/gnu/pkgconfigdeps.html b/2.2/reference/tools/gnu/pkgconfigdeps.html index 9df05b9db008..af1592ff95ec 100644 --- a/2.2/reference/tools/gnu/pkgconfigdeps.html +++ b/2.2/reference/tools/gnu/pkgconfigdeps.html @@ -4,7 +4,7 @@ - PkgConfigDeps — conan 2.2.2 documentation + PkgConfigDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/google.html b/2.2/reference/tools/google.html index 881f7a00fa85..966ef34500b8 100644 --- a/2.2/reference/tools/google.html +++ b/2.2/reference/tools/google.html @@ -4,7 +4,7 @@ - conan.tools.google — conan 2.2.2 documentation + conan.tools.google — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/google/bazel.html b/2.2/reference/tools/google/bazel.html index 61fa98a80415..58590f14de03 100644 --- a/2.2/reference/tools/google/bazel.html +++ b/2.2/reference/tools/google/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/google/bazeldeps.html b/2.2/reference/tools/google/bazeldeps.html index a68b967e051e..0fb9686d080a 100644 --- a/2.2/reference/tools/google/bazeldeps.html +++ b/2.2/reference/tools/google/bazeldeps.html @@ -4,7 +4,7 @@ - BazelDeps — conan 2.2.2 documentation + BazelDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/google/bazeltoolchain.html b/2.2/reference/tools/google/bazeltoolchain.html index 561063c36d76..e92b74dded32 100644 --- a/2.2/reference/tools/google/bazeltoolchain.html +++ b/2.2/reference/tools/google/bazeltoolchain.html @@ -4,7 +4,7 @@ - BazelToolchain — conan 2.2.2 documentation + BazelToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/intel.html b/2.2/reference/tools/intel.html index 78948007a60e..429366056d72 100644 --- a/2.2/reference/tools/intel.html +++ b/2.2/reference/tools/intel.html @@ -4,7 +4,7 @@ - conan.tools.intel — conan 2.2.2 documentation + conan.tools.intel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/layout.html b/2.2/reference/tools/layout.html index 7e63c85e4fae..32b0d0ffe941 100644 --- a/2.2/reference/tools/layout.html +++ b/2.2/reference/tools/layout.html @@ -4,7 +4,7 @@ - conan.tools.layout — conan 2.2.2 documentation + conan.tools.layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/meson.html b/2.2/reference/tools/meson.html index 7aa68440d7d3..ca82e165b5b4 100644 --- a/2.2/reference/tools/meson.html +++ b/2.2/reference/tools/meson.html @@ -4,7 +4,7 @@ - conan.tools.meson — conan 2.2.2 documentation + conan.tools.meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/meson/meson.html b/2.2/reference/tools/meson/meson.html index fbedfbbee0c9..cbc47dd5ffd9 100644 --- a/2.2/reference/tools/meson/meson.html +++ b/2.2/reference/tools/meson/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/meson/mesontoolchain.html b/2.2/reference/tools/meson/mesontoolchain.html index 9fd727594c68..b70e859215dd 100644 --- a/2.2/reference/tools/meson/mesontoolchain.html +++ b/2.2/reference/tools/meson/mesontoolchain.html @@ -4,7 +4,7 @@ - MesonToolchain — conan 2.2.2 documentation + MesonToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft.html b/2.2/reference/tools/microsoft.html index e0eb6836ec7e..f5a2d9aadeb3 100644 --- a/2.2/reference/tools/microsoft.html +++ b/2.2/reference/tools/microsoft.html @@ -4,7 +4,7 @@ - conan.tools.microsoft — conan 2.2.2 documentation + conan.tools.microsoft — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/helpers.html b/2.2/reference/tools/microsoft/helpers.html index 159e1042df5f..3c6e0a93c138 100644 --- a/2.2/reference/tools/microsoft/helpers.html +++ b/2.2/reference/tools/microsoft/helpers.html @@ -4,7 +4,7 @@ - conan.tools.microsoft.visual — conan 2.2.2 documentation + conan.tools.microsoft.visual — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/msbuild.html b/2.2/reference/tools/microsoft/msbuild.html index 866a2a2d4311..df38236c16c3 100644 --- a/2.2/reference/tools/microsoft/msbuild.html +++ b/2.2/reference/tools/microsoft/msbuild.html @@ -4,7 +4,7 @@ - MSBuild — conan 2.2.2 documentation + MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/msbuilddeps.html b/2.2/reference/tools/microsoft/msbuilddeps.html index 73353bbb175b..5de14aab8e40 100644 --- a/2.2/reference/tools/microsoft/msbuilddeps.html +++ b/2.2/reference/tools/microsoft/msbuilddeps.html @@ -4,7 +4,7 @@ - MSBuildDeps — conan 2.2.2 documentation + MSBuildDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/msbuildtoolchain.html b/2.2/reference/tools/microsoft/msbuildtoolchain.html index cfcdcf0ff4c4..1477b21a991b 100644 --- a/2.2/reference/tools/microsoft/msbuildtoolchain.html +++ b/2.2/reference/tools/microsoft/msbuildtoolchain.html @@ -4,7 +4,7 @@ - MSBuildToolchain — conan 2.2.2 documentation + MSBuildToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/nmake.html b/2.2/reference/tools/microsoft/nmake.html index 8ff54b11b1d3..5be4cf4d10bd 100644 --- a/2.2/reference/tools/microsoft/nmake.html +++ b/2.2/reference/tools/microsoft/nmake.html @@ -4,7 +4,7 @@ - NMakeDeps — conan 2.2.2 documentation + NMakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/vcvars.html b/2.2/reference/tools/microsoft/vcvars.html index 9ee2f8df0c55..d3a920189af2 100644 --- a/2.2/reference/tools/microsoft/vcvars.html +++ b/2.2/reference/tools/microsoft/vcvars.html @@ -4,7 +4,7 @@ - VCVars — conan 2.2.2 documentation + VCVars — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/microsoft/visual_layout.html b/2.2/reference/tools/microsoft/visual_layout.html index 38eb86bed838..2387e66ff07c 100644 --- a/2.2/reference/tools/microsoft/visual_layout.html +++ b/2.2/reference/tools/microsoft/visual_layout.html @@ -4,7 +4,7 @@ - vs_layout — conan 2.2.2 documentation + vs_layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/scm.html b/2.2/reference/tools/scm.html index ea7b60575a3f..5891951dd577 100644 --- a/2.2/reference/tools/scm.html +++ b/2.2/reference/tools/scm.html @@ -4,7 +4,7 @@ - conan.tools.scm — conan 2.2.2 documentation + conan.tools.scm — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/scm/git.html b/2.2/reference/tools/scm/git.html index d243ce30a002..5aa1af56d781 100644 --- a/2.2/reference/tools/scm/git.html +++ b/2.2/reference/tools/scm/git.html @@ -4,7 +4,7 @@ - Git — conan 2.2.2 documentation + Git — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/scm/version.html b/2.2/reference/tools/scm/version.html index ac45ad4626cd..18f1e885aaef 100644 --- a/2.2/reference/tools/scm/version.html +++ b/2.2/reference/tools/scm/version.html @@ -4,7 +4,7 @@ - Version — conan 2.2.2 documentation + Version — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/scons.html b/2.2/reference/tools/scons.html index 8cd59c3da691..4e446bda0130 100644 --- a/2.2/reference/tools/scons.html +++ b/2.2/reference/tools/scons.html @@ -4,7 +4,7 @@ - conan.tools.scons — conan 2.2.2 documentation + conan.tools.scons — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/system.html b/2.2/reference/tools/system.html index a3e7520d93d8..677289506174 100644 --- a/2.2/reference/tools/system.html +++ b/2.2/reference/tools/system.html @@ -4,7 +4,7 @@ - conan.tools.system — conan 2.2.2 documentation + conan.tools.system — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/reference/tools/system/package_manager.html b/2.2/reference/tools/system/package_manager.html index 4d1f01b2d76d..9137e00275d8 100644 --- a/2.2/reference/tools/system/package_manager.html +++ b/2.2/reference/tools/system/package_manager.html @@ -4,7 +4,7 @@ - conan.tools.system.package_manager — conan 2.2.2 documentation + conan.tools.system.package_manager — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/search.html b/2.2/search.html index f68946e399c7..b1112766dd49 100644 --- a/2.2/search.html +++ b/2.2/search.html @@ -3,7 +3,7 @@ - Search — conan 2.2.2 documentation + Search — conan 2.2.3 documentation @@ -20,7 +20,7 @@ - + diff --git a/2.2/searchindex.js b/2.2/searchindex.js index 7713b2be0248..386427c71e4b 100644 --- a/2.2/searchindex.js +++ b/2.2/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["404", "changelog", "devops", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo", "devops/backup_sources/sources_backup", "devops/conancenter/hosting_binaries", "devops/metadata", "devops/save_restore", "devops/using_conancenter", "devops/versioning", "devops/versioning/resolve_prereleases", "examples", "examples/commands", "examples/commands/pkglists", "examples/conanfile", "examples/conanfile/layout", "examples/conanfile/layout/conanfile_in_subfolder", "examples/conanfile/layout/editable_components", "examples/conanfile/layout/multiple_subprojects", "examples/conanfile/layout/third_party_libraries", "examples/conanfile/package_info", "examples/conanfile/package_info/components", "examples/conanfile/package_info/package_info_conf_and_env", "examples/config_files", "examples/config_files/settings/settings_user", "examples/cross_build", "examples/cross_build/android/android_studio", "examples/cross_build/android/ndk", "examples/cross_build/toolchain_packages", "examples/dev_flow", "examples/dev_flow/debug/step_into_dependencies", "examples/extensions", "examples/extensions/commands/clean/custom_command_clean_revisions", "examples/extensions/commands/custom_commands", "examples/extensions/deployers/builtin_deployers", "examples/extensions/deployers/custom_deployers", "examples/extensions/deployers/dev/development_deploy", "examples/extensions/deployers/sources/custom_deployer_sources", "examples/graph", "examples/graph/requires/consume_cmake_macro", "examples/graph/tool_requires/different_options", "examples/graph/tool_requires/different_versions", "examples/graph/tool_requires/use_cmake_modules", "examples/graph/tool_requires/using_protobuf", "examples/tools", "examples/tools/autotools/autotools", "examples/tools/autotools/build_project_autotools_toolchain", "examples/tools/autotools/create_your_first_package", "examples/tools/cmake/cmake", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake", "examples/tools/files/files", "examples/tools/files/patches/patch_sources", "examples/tools/google/bazel", "examples/tools/google/bazeltoolchain/build_simple_bazel_project", "examples/tools/meson/build_simple_meson_project", "examples/tools/meson/create_your_first_package", "examples/tools/meson/meson", "examples/tools/microsoft/msbuild", "examples/tools/microsoft/msbuild/create_your_first_package", "examples/tools/scm/git/capture_scm/git_capture_scm", "index", "installation", "integrations", "integrations/android", "integrations/autotools", "integrations/bazel", "integrations/clion", "integrations/cmake", "integrations/jfrog", "integrations/makefile", "integrations/meson", "integrations/visual_studio", "integrations/xcode", "introduction", "knowledge", "knowledge/cheatsheet", "knowledge/faq", "knowledge/guidelines", "knowledge/videos", "reference", "reference/binary_model", "reference/binary_model/custom_compatibility", "reference/binary_model/dependencies", "reference/binary_model/extending", "reference/binary_model/package_id", "reference/binary_model/settings_and_options", "reference/commands", "reference/commands/build", "reference/commands/cache", "reference/commands/config", "reference/commands/create", "reference/commands/download", "reference/commands/editable", "reference/commands/export", "reference/commands/export-pkg", "reference/commands/formatters/graph_info_json_formatter", "reference/commands/graph", "reference/commands/graph/build_order", "reference/commands/graph/build_order_merge", "reference/commands/graph/explain", "reference/commands/graph/info", "reference/commands/graph/outdated", "reference/commands/inspect", "reference/commands/install", "reference/commands/list", "reference/commands/lock", "reference/commands/lock/add", "reference/commands/lock/create", "reference/commands/lock/merge", "reference/commands/lock/remove", "reference/commands/new", "reference/commands/profile", "reference/commands/remote", "reference/commands/remove", "reference/commands/search", "reference/commands/source", "reference/commands/test", "reference/commands/upload", "reference/commands/version", "reference/conan_server", "reference/conanfile", "reference/conanfile/attributes", "reference/conanfile/methods", "reference/conanfile/methods/build", "reference/conanfile/methods/build_id", "reference/conanfile/methods/build_requirements", "reference/conanfile/methods/compatibility", "reference/conanfile/methods/config_options", "reference/conanfile/methods/configure", "reference/conanfile/methods/deploy", "reference/conanfile/methods/export", "reference/conanfile/methods/export_sources", "reference/conanfile/methods/generate", "reference/conanfile/methods/init", "reference/conanfile/methods/layout", "reference/conanfile/methods/package", "reference/conanfile/methods/package_id", "reference/conanfile/methods/package_info", "reference/conanfile/methods/requirements", "reference/conanfile/methods/set_name", "reference/conanfile/methods/set_version", "reference/conanfile/methods/source", "reference/conanfile/methods/system_requirements", "reference/conanfile/methods/test", "reference/conanfile/methods/validate", "reference/conanfile/methods/validate_build", "reference/conanfile/running_and_output", "reference/conanfile_txt", "reference/config_files", "reference/config_files/conanrc", "reference/config_files/credentials", "reference/config_files/global_conf", "reference/config_files/profiles", "reference/config_files/remotes", "reference/config_files/settings", "reference/config_files/source_credentials", "reference/environment", "reference/extensions", "reference/extensions/binary_compatibility", "reference/extensions/command_wrapper", "reference/extensions/custom_commands", "reference/extensions/custom_generators", "reference/extensions/deployers", "reference/extensions/hooks", "reference/extensions/package_signing", "reference/extensions/profile_plugin", "reference/extensions/python_api", "reference/extensions/python_api/CommandAPI", "reference/extensions/python_api/ConanAPI", "reference/extensions/python_api/ConfigAPI", "reference/extensions/python_api/DownloadAPI", "reference/extensions/python_api/ExportAPI", "reference/extensions/python_api/GraphAPI", "reference/extensions/python_api/InstallAPI", "reference/extensions/python_api/ListAPI", "reference/extensions/python_api/NewAPI", "reference/extensions/python_api/ProfilesAPI", "reference/extensions/python_api/RemotesAPI", "reference/extensions/python_api/RemoveAPI", "reference/extensions/python_api/SearchAPI", "reference/extensions/python_api/UploadAPI", "reference/extensions/python_requires", "reference/tools", "reference/tools/android", "reference/tools/apple", "reference/tools/apple/other", "reference/tools/apple/xcodebuild", "reference/tools/apple/xcodedeps", "reference/tools/apple/xcodetoolchain", "reference/tools/build", "reference/tools/cmake", "reference/tools/cmake/cmake", "reference/tools/cmake/cmake_layout", "reference/tools/cmake/cmakedeps", "reference/tools/cmake/cmaketoolchain", "reference/tools/cpp_info", "reference/tools/env", "reference/tools/env/environment", "reference/tools/env/envvars", "reference/tools/env/virtualbuildenv", "reference/tools/env/virtualrunenv", "reference/tools/files", "reference/tools/files/basic", "reference/tools/files/checksum", "reference/tools/files/downloads", "reference/tools/files/packaging", "reference/tools/files/patches", "reference/tools/files/symlinks", "reference/tools/gnu", "reference/tools/gnu/autotools", "reference/tools/gnu/autotoolsdeps", "reference/tools/gnu/autotoolstoolchain", "reference/tools/gnu/makedeps", "reference/tools/gnu/pkgconfig", "reference/tools/gnu/pkgconfigdeps", "reference/tools/google", "reference/tools/google/bazel", "reference/tools/google/bazeldeps", "reference/tools/google/bazeltoolchain", "reference/tools/intel", "reference/tools/layout", "reference/tools/meson", "reference/tools/meson/meson", "reference/tools/meson/mesontoolchain", "reference/tools/microsoft", "reference/tools/microsoft/helpers", "reference/tools/microsoft/msbuild", "reference/tools/microsoft/msbuilddeps", "reference/tools/microsoft/msbuildtoolchain", "reference/tools/microsoft/nmake", "reference/tools/microsoft/vcvars", "reference/tools/microsoft/visual_layout", "reference/tools/scm", "reference/tools/scm/git", "reference/tools/scm/version", "reference/tools/scons", "reference/tools/system", "reference/tools/system/package_manager", "tutorial", "tutorial/conan_repositories", "tutorial/conan_repositories/conan_center", "tutorial/conan_repositories/setting_up_conan_remotes", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server", "tutorial/conan_repositories/uploading_packages", "tutorial/consuming_packages", "tutorial/consuming_packages/build_simple_cmake_project", "tutorial/consuming_packages/cross_building_with_conan", "tutorial/consuming_packages/different_configurations", "tutorial/consuming_packages/intro_to_versioning", "tutorial/consuming_packages/the_flexibility_of_conanfile_py", "tutorial/consuming_packages/use_tools_as_conan_packages", "tutorial/creating_packages", "tutorial/creating_packages/add_dependencies_to_packages", "tutorial/creating_packages/build_packages", "tutorial/creating_packages/configure_options_settings", "tutorial/creating_packages/create_your_first_package", "tutorial/creating_packages/define_package_information", "tutorial/creating_packages/handle_sources_in_packages", "tutorial/creating_packages/other_types_of_packages", "tutorial/creating_packages/other_types_of_packages/header_only_packages", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages", "tutorial/creating_packages/package_method", "tutorial/creating_packages/preparing_the_build", "tutorial/creating_packages/test_conan_packages", "tutorial/developing_packages", "tutorial/developing_packages/editable_packages", "tutorial/developing_packages/local_package_development_flow", "tutorial/developing_packages/package_layout", "tutorial/other_features", "tutorial/versioning", "tutorial/versioning/conflicts", "tutorial/versioning/lockfiles", "tutorial/versioning/revisions", "tutorial/versioning/version_ranges", "tutorial/versioning/versions", "whatsnew"], "filenames": ["404.rst", "changelog.rst", "devops.rst", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.rst", "devops/backup_sources/sources_backup.rst", "devops/conancenter/hosting_binaries.rst", "devops/metadata.rst", "devops/save_restore.rst", "devops/using_conancenter.rst", "devops/versioning.rst", "devops/versioning/resolve_prereleases.rst", "examples.rst", "examples/commands.rst", "examples/commands/pkglists.rst", "examples/conanfile.rst", "examples/conanfile/layout.rst", "examples/conanfile/layout/conanfile_in_subfolder.rst", "examples/conanfile/layout/editable_components.rst", "examples/conanfile/layout/multiple_subprojects.rst", "examples/conanfile/layout/third_party_libraries.rst", "examples/conanfile/package_info.rst", "examples/conanfile/package_info/components.rst", "examples/conanfile/package_info/package_info_conf_and_env.rst", "examples/config_files.rst", "examples/config_files/settings/settings_user.rst", "examples/cross_build.rst", "examples/cross_build/android/android_studio.rst", "examples/cross_build/android/ndk.rst", "examples/cross_build/toolchain_packages.rst", "examples/dev_flow.rst", "examples/dev_flow/debug/step_into_dependencies.rst", "examples/extensions.rst", "examples/extensions/commands/clean/custom_command_clean_revisions.rst", "examples/extensions/commands/custom_commands.rst", "examples/extensions/deployers/builtin_deployers.rst", "examples/extensions/deployers/custom_deployers.rst", "examples/extensions/deployers/dev/development_deploy.rst", "examples/extensions/deployers/sources/custom_deployer_sources.rst", "examples/graph.rst", "examples/graph/requires/consume_cmake_macro.rst", "examples/graph/tool_requires/different_options.rst", "examples/graph/tool_requires/different_versions.rst", "examples/graph/tool_requires/use_cmake_modules.rst", "examples/graph/tool_requires/using_protobuf.rst", "examples/tools.rst", "examples/tools/autotools/autotools.rst", "examples/tools/autotools/build_project_autotools_toolchain.rst", "examples/tools/autotools/create_your_first_package.rst", "examples/tools/cmake/cmake.rst", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables.rst", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake.rst", "examples/tools/files/files.rst", "examples/tools/files/patches/patch_sources.rst", "examples/tools/google/bazel.rst", "examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst", "examples/tools/meson/build_simple_meson_project.rst", "examples/tools/meson/create_your_first_package.rst", "examples/tools/meson/meson.rst", "examples/tools/microsoft/msbuild.rst", "examples/tools/microsoft/msbuild/create_your_first_package.rst", "examples/tools/scm/git/capture_scm/git_capture_scm.rst", "index.rst", "installation.rst", "integrations.rst", "integrations/android.rst", "integrations/autotools.rst", "integrations/bazel.rst", "integrations/clion.rst", "integrations/cmake.rst", "integrations/jfrog.rst", "integrations/makefile.rst", "integrations/meson.rst", "integrations/visual_studio.rst", "integrations/xcode.rst", "introduction.rst", "knowledge.rst", "knowledge/cheatsheet.rst", "knowledge/faq.rst", "knowledge/guidelines.rst", "knowledge/videos.rst", "reference.rst", "reference/binary_model.rst", "reference/binary_model/custom_compatibility.rst", "reference/binary_model/dependencies.rst", "reference/binary_model/extending.rst", "reference/binary_model/package_id.rst", "reference/binary_model/settings_and_options.rst", "reference/commands.rst", "reference/commands/build.rst", "reference/commands/cache.rst", "reference/commands/config.rst", "reference/commands/create.rst", "reference/commands/download.rst", "reference/commands/editable.rst", "reference/commands/export.rst", "reference/commands/export-pkg.rst", "reference/commands/formatters/graph_info_json_formatter.rst", "reference/commands/graph.rst", "reference/commands/graph/build_order.rst", "reference/commands/graph/build_order_merge.rst", "reference/commands/graph/explain.rst", "reference/commands/graph/info.rst", "reference/commands/graph/outdated.rst", "reference/commands/inspect.rst", "reference/commands/install.rst", "reference/commands/list.rst", "reference/commands/lock.rst", "reference/commands/lock/add.rst", "reference/commands/lock/create.rst", "reference/commands/lock/merge.rst", "reference/commands/lock/remove.rst", "reference/commands/new.rst", "reference/commands/profile.rst", "reference/commands/remote.rst", "reference/commands/remove.rst", "reference/commands/search.rst", "reference/commands/source.rst", "reference/commands/test.rst", "reference/commands/upload.rst", "reference/commands/version.rst", "reference/conan_server.rst", "reference/conanfile.rst", "reference/conanfile/attributes.rst", "reference/conanfile/methods.rst", "reference/conanfile/methods/build.rst", "reference/conanfile/methods/build_id.rst", "reference/conanfile/methods/build_requirements.rst", "reference/conanfile/methods/compatibility.rst", "reference/conanfile/methods/config_options.rst", "reference/conanfile/methods/configure.rst", "reference/conanfile/methods/deploy.rst", "reference/conanfile/methods/export.rst", "reference/conanfile/methods/export_sources.rst", "reference/conanfile/methods/generate.rst", "reference/conanfile/methods/init.rst", "reference/conanfile/methods/layout.rst", "reference/conanfile/methods/package.rst", "reference/conanfile/methods/package_id.rst", "reference/conanfile/methods/package_info.rst", "reference/conanfile/methods/requirements.rst", "reference/conanfile/methods/set_name.rst", "reference/conanfile/methods/set_version.rst", "reference/conanfile/methods/source.rst", "reference/conanfile/methods/system_requirements.rst", "reference/conanfile/methods/test.rst", "reference/conanfile/methods/validate.rst", "reference/conanfile/methods/validate_build.rst", "reference/conanfile/running_and_output.rst", "reference/conanfile_txt.rst", "reference/config_files.rst", "reference/config_files/conanrc.rst", "reference/config_files/credentials.rst", "reference/config_files/global_conf.rst", "reference/config_files/profiles.rst", "reference/config_files/remotes.rst", "reference/config_files/settings.rst", "reference/config_files/source_credentials.rst", "reference/environment.rst", "reference/extensions.rst", "reference/extensions/binary_compatibility.rst", "reference/extensions/command_wrapper.rst", "reference/extensions/custom_commands.rst", "reference/extensions/custom_generators.rst", "reference/extensions/deployers.rst", "reference/extensions/hooks.rst", "reference/extensions/package_signing.rst", "reference/extensions/profile_plugin.rst", "reference/extensions/python_api.rst", "reference/extensions/python_api/CommandAPI.rst", "reference/extensions/python_api/ConanAPI.rst", "reference/extensions/python_api/ConfigAPI.rst", "reference/extensions/python_api/DownloadAPI.rst", "reference/extensions/python_api/ExportAPI.rst", "reference/extensions/python_api/GraphAPI.rst", "reference/extensions/python_api/InstallAPI.rst", "reference/extensions/python_api/ListAPI.rst", "reference/extensions/python_api/NewAPI.rst", "reference/extensions/python_api/ProfilesAPI.rst", "reference/extensions/python_api/RemotesAPI.rst", "reference/extensions/python_api/RemoveAPI.rst", "reference/extensions/python_api/SearchAPI.rst", "reference/extensions/python_api/UploadAPI.rst", "reference/extensions/python_requires.rst", "reference/tools.rst", "reference/tools/android.rst", "reference/tools/apple.rst", "reference/tools/apple/other.rst", "reference/tools/apple/xcodebuild.rst", "reference/tools/apple/xcodedeps.rst", "reference/tools/apple/xcodetoolchain.rst", "reference/tools/build.rst", "reference/tools/cmake.rst", "reference/tools/cmake/cmake.rst", "reference/tools/cmake/cmake_layout.rst", "reference/tools/cmake/cmakedeps.rst", "reference/tools/cmake/cmaketoolchain.rst", "reference/tools/cpp_info.rst", "reference/tools/env.rst", "reference/tools/env/environment.rst", "reference/tools/env/envvars.rst", "reference/tools/env/virtualbuildenv.rst", "reference/tools/env/virtualrunenv.rst", "reference/tools/files.rst", "reference/tools/files/basic.rst", "reference/tools/files/checksum.rst", "reference/tools/files/downloads.rst", "reference/tools/files/packaging.rst", "reference/tools/files/patches.rst", "reference/tools/files/symlinks.rst", "reference/tools/gnu.rst", "reference/tools/gnu/autotools.rst", "reference/tools/gnu/autotoolsdeps.rst", "reference/tools/gnu/autotoolstoolchain.rst", "reference/tools/gnu/makedeps.rst", "reference/tools/gnu/pkgconfig.rst", "reference/tools/gnu/pkgconfigdeps.rst", "reference/tools/google.rst", "reference/tools/google/bazel.rst", "reference/tools/google/bazeldeps.rst", "reference/tools/google/bazeltoolchain.rst", "reference/tools/intel.rst", "reference/tools/layout.rst", "reference/tools/meson.rst", "reference/tools/meson/meson.rst", "reference/tools/meson/mesontoolchain.rst", "reference/tools/microsoft.rst", "reference/tools/microsoft/helpers.rst", "reference/tools/microsoft/msbuild.rst", "reference/tools/microsoft/msbuilddeps.rst", "reference/tools/microsoft/msbuildtoolchain.rst", "reference/tools/microsoft/nmake.rst", "reference/tools/microsoft/vcvars.rst", "reference/tools/microsoft/visual_layout.rst", "reference/tools/scm.rst", "reference/tools/scm/git.rst", "reference/tools/scm/version.rst", "reference/tools/scons.rst", "reference/tools/system.rst", "reference/tools/system/package_manager.rst", "tutorial.rst", "tutorial/conan_repositories.rst", "tutorial/conan_repositories/conan_center.rst", "tutorial/conan_repositories/setting_up_conan_remotes.rst", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.rst", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server.rst", "tutorial/conan_repositories/uploading_packages.rst", "tutorial/consuming_packages.rst", "tutorial/consuming_packages/build_simple_cmake_project.rst", "tutorial/consuming_packages/cross_building_with_conan.rst", "tutorial/consuming_packages/different_configurations.rst", "tutorial/consuming_packages/intro_to_versioning.rst", "tutorial/consuming_packages/the_flexibility_of_conanfile_py.rst", "tutorial/consuming_packages/use_tools_as_conan_packages.rst", "tutorial/creating_packages.rst", "tutorial/creating_packages/add_dependencies_to_packages.rst", "tutorial/creating_packages/build_packages.rst", "tutorial/creating_packages/configure_options_settings.rst", "tutorial/creating_packages/create_your_first_package.rst", "tutorial/creating_packages/define_package_information.rst", "tutorial/creating_packages/handle_sources_in_packages.rst", "tutorial/creating_packages/other_types_of_packages.rst", "tutorial/creating_packages/other_types_of_packages/header_only_packages.rst", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages.rst", "tutorial/creating_packages/package_method.rst", "tutorial/creating_packages/preparing_the_build.rst", "tutorial/creating_packages/test_conan_packages.rst", "tutorial/developing_packages.rst", "tutorial/developing_packages/editable_packages.rst", "tutorial/developing_packages/local_package_development_flow.rst", "tutorial/developing_packages/package_layout.rst", "tutorial/other_features.rst", "tutorial/versioning.rst", "tutorial/versioning/conflicts.rst", "tutorial/versioning/lockfiles.rst", "tutorial/versioning/revisions.rst", "tutorial/versioning/version_ranges.rst", "tutorial/versioning/versions.rst", "whatsnew.rst"], "titles": ["Page Not Found", "Changelog", "Devops guide", "Creating an Artifactory backup repo for your sources", "Backing up third-party sources with Conan", "Creating and hosting your own ConanCenter binaries", "Managing package metadata files", "Save and restore packages from/to the cache", "Using ConanCenter packages in production environments", "Versioning", "Handling version ranges and pre-releases", "Examples", "Conan commands examples", "Using packages-lists", "ConanFile methods examples", "ConanFile layout() examples", "Declaring the layout when the Conanfile is inside a subfolder", "Using components and editable packages", "Declaring the layout when we have multiple subprojects", "Declaring the layout when creating packages for third-party libraries", "ConanFile package_info() examples", "Define components for Conan packages that provide multiple libraries", "Propagating environment or configuration information to consumers", "Configuration files examples", "Customize your settings: create your settings_user.yml", "Cross-building examples", "Integrating Conan in Android Studio", "Cross building to Android with the NDK", "Creating a Conan package for a toolchain", "Developer tools and flows", "Debugging and stepping into dependencies", "Conan extensions examples", "Custom command: Clean old recipe and package revisions", "Custom commands", "Builtin deployers", "Custom deployers", "Creating a Conan-agnostic deploy of dependencies for developer use", "Copy sources from all your dependencies", "Graph examples", "Use a CMake macro packaged in a dependency", "Depending on same version of a tool-require with different options", "Depending on different versions of the same tool-require", "Use cmake modules inside a tool_requires transparently", "Using the same requirement as a requires and as a tool_requires", "Conan recipe tools examples", "Autotools", "Build a simple Autotools project with Conan dependencies", "Create your first Conan package with Autotools", "CMake", "CMakeToolchain: Building your project using CMakePresets", "CMakeToolchain: Extending your CMakePresets with Conan generated ones", "CMakeToolchain: Inject arbitrary CMake variables into dependencies", "CMakeToolchain: Using xxx-config.cmake files inside packages", "File interaction", "Patching sources", "Bazel", "Build a simple Bazel project using Conan", "Build a simple Meson project using Conan", "Create your first Conan package with Meson", "Meson", "MSBuild", "Create your first Conan package with Visual Studio/MSBuild", "Capturing Git scm information", "Conan 2 - C and C++ Package Manager Documentation", "Install", "Integrations", " Android", " Autotools", " Bazel", " CLion", " CMake", " JFrog", " Makefile", " Meson", " Visual Studio", " Xcode", "Introduction", "Knowledge", "Cheat sheet", "FAQ", "Core guidelines", "Videos", "Reference", "The binary model", "Customizing the binary compatibility", "The effect of dependencies on package_id", "Extending the binary model", "How the package_id is computed", "How settings and options of a recipe influence its package ID", "Commands", "conan build", "conan cache", "conan config", "conan create", "conan download", "conan editable", "conan export", "conan export-pkg", "Formatter: Graph-info JSON", "conan graph", "conan graph build-order", "conan graph build-order-merge", "conan graph explain", "conan graph info", "conan graph outdated", "conan inspect", "conan install", "conan list", "conan lock", "conan lock add", "conan lock create", "conan lock merge", "conan lock remove", "conan new", "conan profile", "conan remote", "conan remove", "conan search", "conan source", "conan test", "conan upload", "conan version", "Conan Server", "conanfile.py", "Attributes", "Methods", "build()", "build_id()", "build_requirements()", "compatibility()", "config_options()", "configure()", "deploy()", "export()", "export_sources()", "generate()", "init()", "layout()", "package()", "package_id()", "package_info()", "requirements()", "set_name()", "set_version()", "source()", "system_requirements()", "test()", "validate()", "validate_build()", "Running and output", "conanfile.txt", "Configuration files", ".conanrc", "credentials.json", "global.conf", "profiles", "remotes.json", "settings.yml", "source_credentials.json", "Environment variables", "Extensions", "Binary compatibility", "Command wrapper", "Custom commands", "Custom Conan generators", "Deployers", "Hooks", "Package signing", "Profile plugin", "Python API", "Command API", "Conan API Reference", "Config API", "Download API", "Export API", "Graph API", "Install API", "List API", "New API", "Profiles API", "Remotes API", "Remove API", "Search API", "Upload API", "Python requires", "Recipe tools", "conan.tools.android", "conan.tools.apple", "conan.tools.apple.fix_apple_shared_install_name()", "XcodeBuild", "XcodeDeps", "XcodeToolchain", "conan.tools.build", "conan.tools.cmake", "CMake", "cmake_layout", "CMakeDeps", "CMakeToolchain", "conan.tools.CppInfo", "conan.tools.env", "Environment", "EnvVars", "VirtualBuildEnv", "VirtualRunEnv", "conan.tools.files", "conan.tools.files basic operations", "conan.tools.files checksums", "conan.tools.files downloads", "conan.tools.files AutoPackager", "conan.tools.files patches", "conan.tools.files.symlinks", "conan.tools.gnu", "Autotools", "AutotoolsDeps", "AutotoolsToolchain", "MakeDeps", "PkgConfig", "PkgConfigDeps", "conan.tools.google", "Bazel", "BazelDeps", "BazelToolchain", "conan.tools.intel", "conan.tools.layout", "conan.tools.meson", "Meson", "MesonToolchain", "conan.tools.microsoft", "conan.tools.microsoft.visual", "MSBuild", "MSBuildDeps", "MSBuildToolchain", "NMakeDeps", "VCVars", "vs_layout", "conan.tools.scm", "Git", "Version", "conan.tools.scons", "conan.tools.system", "conan.tools.system.package_manager", "Tutorial", "Working with Conan repositories", "Contributing to Conan Center", "Setting up a Conan remote", "Artifactory Community Edition for C/C++", "Setting-up a Conan Server", "Uploading Packages", "Consuming packages", "Build a simple CMake project using Conan", "How to cross-compile your applications using Conan: host and build contexts", "Building for multiple configurations: Release, Debug, Static and Shared", "Introduction to versioning", "Understanding the flexibility of using conanfile.py vs conanfile.txt", "Using build tools as Conan packages", "Creating packages", "Add dependencies to packages", "Build packages: the build() method", "Configure settings and options in recipes", "Create your first Conan package", "Define information for consumers: the package_info() method", "Handle sources in packages", "Other types of packages", "Header-only packages", "Package prebuilt binaries", "Tool requires packages", "Package files: the package() method", "Preparing the build", "Testing Conan packages", "Developing packages locally", "Packages in editable mode", "Package Development Flow", "Understanding the Conan Package layout", "Other important Conan features", "Versioning", "Dependencies conflicts", "Lockfiles", "Revisions", "Version ranges", "Versions", "What\u2019s new in Conan 2"], "terms": {"unfortun": 0, "you": [0, 1, 2, 4, 5, 6, 8, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 74, 76, 79, 80, 81, 86, 87, 91, 92, 93, 94, 100, 103, 107, 113, 114, 116, 120, 122, 124, 125, 126, 127, 128, 130, 131, 135, 136, 137, 139, 140, 144, 149, 150, 152, 154, 155, 157, 159, 160, 163, 164, 165, 166, 168, 184, 189, 190, 191, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 217, 220, 222, 223, 225, 226, 229, 230, 231, 232, 236, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 278, 279, 280], "ar": [0, 1, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 71, 72, 73, 74, 75, 76, 79, 80, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 97, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 163, 165, 166, 167, 175, 176, 180, 183, 184, 185, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 210, 212, 214, 217, 219, 220, 222, 223, 226, 230, 236, 239, 244, 245, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "look": [0, 1, 4, 6, 13, 16, 18, 19, 21, 24, 36, 37, 42, 43, 46, 47, 52, 54, 56, 57, 58, 61, 69, 87, 90, 92, 93, 95, 96, 97, 100, 102, 103, 106, 107, 109, 110, 111, 119, 124, 153, 154, 155, 156, 157, 162, 163, 165, 175, 197, 220, 221, 240, 249, 250, 253, 254, 259, 260, 261, 268, 271], "doe": [0, 1, 6, 8, 10, 21, 24, 36, 40, 41, 46, 47, 52, 56, 62, 64, 70, 71, 74, 80, 84, 85, 86, 88, 90, 91, 92, 93, 100, 102, 103, 105, 106, 107, 109, 110, 111, 113, 119, 122, 124, 127, 128, 134, 135, 141, 144, 145, 153, 154, 155, 168, 180, 183, 184, 196, 201, 205, 212, 214, 236, 240, 252, 253, 254, 256, 258, 273, 275, 278, 280], "exist": [0, 1, 6, 7, 8, 21, 28, 62, 64, 76, 79, 84, 86, 90, 91, 92, 93, 97, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 120, 124, 126, 128, 129, 130, 131, 133, 135, 139, 141, 144, 152, 153, 154, 155, 157, 161, 163, 173, 175, 179, 180, 183, 188, 192, 196, 197, 200, 201, 205, 212, 214, 216, 226, 236, 247, 252, 258, 259, 264, 268, 275, 276, 277, 279, 280], "wa": [0, 1, 2, 4, 24, 40, 41, 43, 47, 54, 58, 61, 62, 71, 81, 84, 85, 88, 91, 92, 93, 102, 104, 106, 111, 127, 138, 139, 142, 143, 149, 157, 161, 168, 190, 191, 197, 205, 208, 212, 236, 251, 254, 256, 257, 259, 260, 263, 268, 271, 275, 276, 277, 278, 279], "remov": [0, 1, 5, 7, 10, 12, 28, 32, 36, 64, 76, 84, 86, 89, 90, 91, 92, 93, 96, 97, 100, 102, 103, 106, 108, 110, 111, 114, 119, 120, 124, 130, 131, 139, 140, 154, 157, 160, 161, 163, 166, 168, 169, 180, 184, 188, 197, 200, 205, 207, 208, 210, 213, 214, 226, 241, 247, 253, 258, 259, 262, 263, 264, 266, 267, 270, 272, 276, 277, 278, 279, 280], "can": [0, 1, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 172, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 236, 238, 240, 242, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "our": [0, 3, 6, 10, 13, 26, 27, 30, 37, 46, 49, 50, 56, 57, 62, 69, 74, 76, 85, 88, 91, 100, 111, 144, 157, 184, 190, 195, 222, 223, 230, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 271, 272, 276, 279], "refer": [0, 1, 3, 4, 8, 13, 18, 24, 28, 32, 37, 41, 47, 49, 58, 61, 62, 63, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 81, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 108, 109, 110, 111, 112, 116, 117, 119, 120, 123, 128, 129, 132, 135, 138, 139, 140, 145, 150, 154, 155, 157, 160, 161, 163, 167, 169, 175, 177, 184, 185, 187, 193, 199, 205, 211, 218, 223, 224, 227, 246, 247, 250, 251, 253, 254, 256, 258, 259, 260, 261, 266, 267, 270, 271, 278, 280], "tree": [0, 71, 155, 165, 196], "us": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 18, 19, 21, 23, 26, 27, 30, 31, 32, 34, 37, 38, 40, 41, 44, 46, 47, 48, 50, 51, 55, 58, 59, 61, 62, 63, 65, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 102, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 175, 180, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 198, 200, 201, 202, 203, 205, 206, 207, 208, 210, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 236, 237, 238, 240, 241, 242, 246, 247, 248, 252, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 269, 271, 272, 273, 274, 275, 276, 278, 279, 280], "search": [0, 1, 32, 36, 54, 69, 80, 89, 107, 114, 122, 124, 152, 156, 160, 169, 188, 205, 212, 245, 247, 249, 251, 258, 260, 272, 280], "bar": [0, 74, 122, 205, 214, 232], "desir": [0, 1, 4, 41, 47, 51, 58, 61, 86, 94, 106, 113, 122, 124, 125, 139, 157, 165, 201, 202, 203, 238], "topic": [0, 1, 9, 76, 98, 103, 105, 163, 259], "If": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 19, 21, 24, 26, 27, 30, 32, 37, 40, 41, 42, 43, 47, 49, 50, 51, 52, 54, 58, 61, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 100, 102, 106, 107, 109, 110, 111, 113, 115, 116, 117, 120, 122, 124, 127, 129, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 147, 152, 153, 154, 155, 156, 157, 158, 159, 161, 163, 173, 180, 183, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 212, 213, 214, 216, 217, 222, 223, 226, 228, 230, 232, 236, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 270, 271, 272, 273, 275, 276, 277, 279, 280], "think": [0, 43, 79], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 237, 238, 240, 241, 242, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "an": [0, 1, 4, 6, 7, 8, 18, 19, 21, 27, 32, 36, 37, 40, 41, 47, 49, 52, 58, 61, 62, 63, 69, 74, 76, 79, 80, 84, 85, 88, 89, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 119, 120, 122, 124, 127, 130, 135, 136, 137, 138, 139, 141, 142, 143, 147, 149, 150, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 166, 167, 168, 175, 179, 180, 188, 191, 192, 194, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 220, 222, 226, 229, 232, 233, 236, 237, 240, 248, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 273, 275, 276, 277, 278, 280], "error": [0, 1, 6, 21, 28, 32, 40, 41, 62, 64, 85, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 110, 114, 119, 122, 124, 126, 135, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 157, 159, 166, 168, 175, 180, 196, 205, 207, 212, 226, 240, 248, 251, 256, 258, 270, 271, 274, 275, 276, 280], "should": [0, 1, 3, 4, 6, 7, 17, 24, 26, 28, 30, 32, 36, 37, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 64, 69, 72, 74, 76, 80, 84, 86, 87, 88, 93, 100, 106, 107, 113, 122, 124, 126, 127, 128, 129, 130, 131, 132, 133, 135, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 153, 158, 159, 165, 166, 167, 168, 175, 183, 184, 189, 191, 194, 196, 197, 202, 205, 209, 215, 217, 220, 225, 226, 232, 236, 245, 249, 250, 251, 253, 256, 257, 258, 259, 260, 263, 270, 271, 272, 275, 276, 277, 278, 279, 280], "pleas": [0, 1, 6, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 54, 56, 57, 62, 64, 66, 67, 70, 72, 74, 75, 76, 79, 80, 81, 94, 100, 103, 109, 114, 115, 120, 122, 124, 135, 141, 154, 155, 161, 166, 167, 197, 223, 226, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 277, 280], "open": [0, 4, 5, 8, 26, 30, 50, 57, 61, 62, 63, 69, 74, 79, 124, 126, 149, 154, 158, 167, 205, 231, 236, 242, 244, 246, 249, 251, 270], "issu": [0, 1, 6, 8, 40, 41, 52, 63, 76, 79, 86, 122, 135, 136, 137, 154, 157, 161, 196, 259, 261, 276, 277], "For": [1, 3, 4, 7, 8, 13, 21, 28, 30, 36, 37, 46, 52, 62, 64, 67, 69, 71, 72, 74, 75, 80, 84, 85, 86, 88, 91, 92, 94, 100, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 120, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 150, 152, 153, 154, 155, 157, 158, 159, 162, 163, 165, 166, 168, 175, 184, 188, 189, 190, 191, 192, 195, 197, 198, 201, 205, 209, 214, 215, 217, 220, 222, 223, 226, 229, 230, 233, 240, 244, 245, 247, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 266, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "more": [1, 4, 6, 7, 8, 13, 18, 19, 27, 28, 32, 37, 43, 46, 49, 54, 62, 64, 66, 69, 71, 74, 76, 79, 81, 83, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 126, 128, 130, 131, 132, 136, 137, 138, 139, 140, 144, 146, 150, 152, 153, 154, 155, 157, 158, 160, 161, 162, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 191, 192, 196, 197, 198, 202, 203, 205, 212, 215, 217, 219, 220, 221, 223, 225, 226, 230, 232, 243, 244, 248, 249, 252, 253, 254, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 273, 276, 277, 278, 280], "detail": [1, 8, 28, 43, 52, 54, 64, 69, 71, 74, 76, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 157, 191, 205, 226, 229, 254, 258, 259, 261, 264, 266, 268, 272], "descript": [1, 98, 103, 105, 113, 135, 136, 166, 217, 259], "major": [1, 5, 36, 40, 41, 62, 76, 81, 106, 114, 124, 155, 184, 197, 244, 249, 275, 278, 280], "chang": [1, 5, 6, 7, 8, 10, 13, 17, 19, 21, 26, 28, 32, 36, 37, 50, 52, 54, 62, 76, 78, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 98, 100, 105, 109, 110, 111, 113, 114, 121, 122, 124, 127, 128, 130, 131, 132, 139, 140, 144, 153, 154, 155, 157, 158, 159, 161, 162, 163, 165, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 195, 196, 197, 198, 201, 205, 212, 214, 215, 217, 219, 220, 221, 222, 226, 229, 232, 236, 240, 249, 251, 252, 253, 256, 258, 259, 261, 263, 264, 266, 267, 269, 270, 272, 274, 275, 276, 277, 279, 280], "conan": [1, 2, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 18, 19, 20, 24, 25, 27, 30, 34, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 98, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 213, 214, 215, 217, 219, 220, 221, 225, 229, 230, 231, 232, 233, 236, 241, 247, 248, 251, 252, 253, 255, 256, 257, 261, 263, 264, 265, 267, 269, 270, 274, 275, 276, 277, 278, 279], "bring": [1, 65, 155, 261], "compar": [1, 157, 192, 237, 277, 278], "x": [1, 28, 64, 76, 78, 92, 97, 124, 154, 157, 166, 196, 205, 208, 228, 259, 263, 276, 278, 280], "read": [1, 3, 4, 6, 8, 18, 19, 24, 32, 37, 43, 46, 47, 49, 56, 57, 58, 61, 64, 69, 76, 79, 80, 84, 86, 90, 91, 92, 93, 95, 97, 106, 107, 110, 114, 118, 119, 122, 124, 128, 129, 131, 134, 135, 137, 139, 140, 142, 143, 145, 149, 150, 154, 155, 161, 167, 184, 192, 194, 205, 209, 212, 214, 216, 222, 236, 243, 245, 247, 249, 258, 261, 265, 270, 271, 279, 280], "what": [1, 4, 5, 13, 24, 62, 63, 76, 81, 84, 99, 100, 102, 106, 107, 120, 124, 125, 159, 197, 200, 201, 208, 250, 252, 253, 254, 258, 259, 260, 263, 264, 267, 272, 275, 276, 277], "": [1, 3, 4, 6, 8, 10, 13, 17, 18, 21, 24, 26, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 54, 56, 57, 58, 61, 62, 63, 64, 66, 68, 69, 71, 74, 76, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 100, 102, 103, 104, 106, 107, 110, 111, 113, 114, 115, 119, 120, 122, 124, 128, 129, 139, 140, 141, 147, 148, 149, 152, 154, 155, 156, 157, 160, 162, 163, 165, 168, 188, 190, 191, 192, 197, 207, 212, 214, 219, 220, 221, 222, 226, 230, 231, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "new": [1, 3, 5, 6, 8, 10, 13, 23, 27, 32, 37, 46, 47, 49, 58, 61, 63, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 89, 91, 106, 108, 109, 110, 111, 112, 114, 115, 124, 138, 139, 155, 160, 162, 163, 165, 167, 169, 172, 180, 184, 188, 190, 191, 195, 196, 197, 198, 200, 202, 203, 214, 217, 222, 230, 231, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 267, 271, 272, 274, 275, 276, 277, 278], "fix": [1, 5, 8, 36, 47, 76, 124, 144, 158, 184, 188, 209, 251, 252, 275], "avoid": [1, 5, 6, 10, 52, 62, 64, 76, 80, 90, 92, 93, 97, 100, 102, 103, 105, 106, 110, 113, 116, 119, 122, 123, 124, 127, 128, 131, 135, 136, 141, 144, 154, 158, 159, 161, 167, 184, 196, 197, 201, 205, 212, 214, 223, 254, 257, 258, 263, 268, 270, 275, 276, 277, 278], "recip": [1, 4, 5, 7, 8, 10, 11, 13, 17, 21, 24, 28, 30, 31, 33, 37, 39, 40, 41, 42, 43, 47, 49, 51, 52, 54, 58, 61, 62, 63, 65, 70, 75, 76, 80, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 113, 114, 116, 117, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 139, 140, 141, 142, 143, 144, 145, 147, 150, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 173, 175, 177, 183, 184, 188, 192, 194, 195, 196, 197, 200, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 217, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 241, 242, 247, 249, 251, 252, 253, 254, 255, 256, 259, 261, 262, 263, 264, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "print": [1, 4, 26, 40, 41, 46, 51, 56, 78, 85, 103, 107, 113, 116, 124, 149, 159, 163, 167, 168, 216, 226, 256, 265, 267], "file": [1, 2, 3, 4, 7, 8, 10, 11, 13, 16, 17, 18, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 113, 114, 116, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 179, 180, 183, 185, 188, 189, 190, 191, 193, 194, 195, 198, 199, 200, 211, 212, 216, 218, 219, 222, 223, 224, 225, 227, 229, 231, 233, 236, 238, 241, 245, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "fileobj": 1, "15934": 1, "broken": [1, 5, 71, 76, 100, 137, 144, 210, 266, 277], "call": [1, 3, 4, 13, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 49, 52, 54, 56, 58, 61, 62, 67, 69, 74, 75, 80, 85, 89, 90, 94, 97, 106, 113, 114, 118, 122, 125, 126, 127, 128, 130, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 158, 161, 162, 163, 165, 166, 167, 183, 184, 189, 194, 196, 197, 198, 201, 202, 203, 208, 212, 214, 219, 221, 222, 225, 229, 231, 232, 233, 236, 240, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 274, 275, 277, 280], "y": [1, 97, 102, 124, 259], "duplic": [1, 40, 41, 56, 115, 140], "keyword": [1, 116, 162, 209, 212], "argument": [1, 6, 7, 10, 26, 28, 30, 32, 36, 37, 49, 51, 70, 79, 80, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 132, 142, 143, 149, 153, 154, 159, 160, 161, 162, 164, 165, 167, 175, 179, 189, 190, 194, 195, 196, 197, 198, 200, 201, 205, 212, 214, 219, 222, 223, 229, 236, 240, 250, 251, 253, 257, 258, 259, 261, 264, 270, 271, 273, 276, 278, 279], "15912": 1, "bugfix": [1, 8, 76], "handl": [1, 6, 9, 62, 79, 122, 124, 140, 157, 200, 209, 241, 255, 257, 272], "tool": [1, 5, 6, 11, 16, 18, 26, 27, 28, 36, 37, 38, 39, 42, 43, 46, 50, 51, 52, 56, 57, 58, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 76, 79, 81, 82, 84, 86, 88, 90, 92, 93, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 114, 119, 124, 126, 128, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 150, 151, 155, 157, 160, 162, 164, 165, 166, 184, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 236, 241, 245, 248, 249, 250, 251, 253, 255, 256, 257, 259, 261, 262, 263, 264, 267, 268, 271, 272, 279, 280], "build": [1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 16, 17, 18, 19, 21, 24, 29, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 79, 80, 81, 82, 84, 85, 87, 88, 89, 91, 92, 95, 96, 97, 98, 99, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 114, 119, 123, 125, 127, 128, 131, 132, 133, 135, 137, 138, 139, 143, 144, 146, 147, 148, 149, 150, 154, 155, 157, 160, 162, 163, 164, 165, 166, 175, 179, 184, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 198, 200, 201, 202, 203, 205, 209, 211, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 243, 248, 252, 253, 255, 256, 258, 259, 260, 261, 262, 263, 265, 266, 268, 269, 273, 275, 276, 277, 278, 279], "defin": [1, 4, 6, 10, 14, 17, 19, 20, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 51, 52, 56, 58, 61, 62, 76, 80, 83, 84, 86, 88, 91, 92, 95, 97, 98, 103, 106, 107, 109, 111, 113, 114, 115, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 150, 152, 153, 154, 155, 157, 158, 159, 160, 161, 163, 165, 168, 172, 179, 180, 184, 187, 189, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 212, 213, 214, 215, 216, 217, 220, 222, 223, 226, 230, 231, 232, 233, 236, 241, 248, 249, 250, 251, 253, 255, 256, 257, 258, 259, 261, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "multiconfig": 1, "cmake": [1, 10, 11, 16, 17, 18, 19, 21, 27, 28, 30, 36, 38, 43, 44, 47, 49, 50, 54, 56, 57, 58, 61, 62, 63, 65, 69, 74, 75, 76, 79, 80, 81, 82, 86, 88, 90, 92, 93, 97, 100, 102, 103, 106, 110, 112, 113, 114, 119, 124, 126, 128, 135, 137, 138, 139, 140, 141, 150, 154, 155, 157, 162, 185, 195, 197, 202, 209, 223, 241, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271, 272, 280], "15924": 1, "add": [1, 4, 5, 6, 17, 21, 24, 28, 30, 46, 47, 54, 58, 61, 62, 69, 74, 79, 86, 88, 89, 91, 92, 108, 110, 111, 112, 113, 116, 122, 124, 139, 140, 154, 158, 163, 166, 167, 180, 189, 190, 194, 196, 197, 200, 205, 207, 212, 214, 215, 217, 219, 220, 221, 225, 226, 230, 232, 240, 241, 245, 250, 252, 253, 254, 255, 257, 258, 260, 265, 267, 268, 270, 272, 275, 276, 279], "copytree_compat": 1, "method": [1, 4, 6, 11, 16, 17, 18, 19, 21, 28, 32, 37, 40, 41, 46, 47, 49, 52, 58, 61, 62, 63, 67, 74, 76, 79, 80, 82, 86, 88, 89, 90, 91, 97, 105, 106, 113, 114, 118, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 155, 160, 161, 164, 165, 166, 167, 180, 184, 188, 189, 190, 191, 194, 196, 197, 200, 201, 202, 203, 205, 208, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 239, 241, 248, 255, 256, 258, 259, 261, 263, 264, 265, 267, 268, 270, 271, 272, 275, 279], "compat": [1, 8, 24, 27, 28, 46, 69, 74, 76, 81, 82, 83, 85, 86, 88, 90, 93, 94, 100, 102, 103, 106, 110, 119, 120, 124, 125, 139, 155, 157, 160, 166, 196, 197, 212, 217, 226, 251, 253, 255, 265], "python": [1, 8, 32, 54, 62, 64, 67, 74, 76, 80, 82, 84, 88, 90, 92, 108, 109, 112, 121, 122, 136, 149, 154, 155, 160, 162, 163, 164, 166, 168, 175, 194, 197, 201, 212, 214, 217, 219, 226, 229, 232, 253], "after": [1, 6, 10, 24, 26, 28, 37, 43, 46, 64, 65, 69, 74, 76, 106, 128, 130, 135, 140, 146, 147, 154, 163, 166, 191, 194, 196, 197, 201, 202, 203, 212, 221, 226, 231, 238, 248, 249, 251, 253, 254, 255, 257, 259, 263, 266, 268, 270, 271, 272, 280], "distutil": 1, "15906": 1, "featur": [1, 4, 6, 7, 13, 27, 32, 49, 50, 51, 63, 64, 69, 70, 71, 76, 92, 93, 103, 105, 121, 124, 128, 129, 130, 131, 132, 139, 140, 152, 153, 154, 155, 157, 158, 161, 166, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 192, 194, 197, 198, 208, 215, 219, 220, 221, 241, 245, 250, 253, 260, 263, 268, 269, 270, 271, 272, 280], "rais": [1, 6, 21, 28, 37, 62, 79, 90, 92, 93, 96, 97, 100, 102, 103, 105, 106, 110, 119, 122, 124, 126, 135, 144, 145, 147, 148, 149, 154, 157, 166, 168, 180, 192, 196, 205, 206, 207, 228, 236, 240, 248, 256, 258, 275], "toolchain": [1, 11, 25, 26, 27, 46, 48, 58, 61, 67, 68, 70, 74, 75, 86, 92, 126, 135, 137, 154, 155, 157, 191, 194, 212, 214, 221, 226, 231, 249, 250, 251, 253, 254, 255, 258, 259, 265, 267, 271], "differ": [1, 4, 6, 7, 8, 9, 11, 12, 18, 21, 24, 26, 28, 30, 32, 36, 38, 42, 43, 46, 47, 51, 52, 54, 58, 61, 62, 64, 67, 68, 70, 71, 72, 73, 75, 76, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 120, 122, 124, 125, 126, 127, 128, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 150, 154, 155, 157, 159, 160, 161, 163, 164, 165, 166, 184, 190, 191, 195, 196, 197, 201, 202, 203, 205, 209, 217, 222, 223, 228, 230, 231, 236, 240, 245, 248, 249, 250, 253, 254, 255, 258, 259, 260, 263, 264, 265, 267, 268, 270, 272, 273, 274, 275, 276, 278, 279, 280], "than": [1, 8, 47, 52, 58, 61, 62, 69, 76, 79, 84, 86, 92, 93, 94, 101, 106, 109, 116, 120, 124, 127, 129, 130, 136, 139, 140, 142, 143, 148, 149, 154, 157, 158, 165, 184, 191, 192, 196, 197, 214, 217, 231, 232, 240, 249, 252, 258, 262, 268, 277, 278, 280], "cmaketoolchain": [1, 16, 17, 18, 26, 27, 28, 36, 39, 42, 43, 44, 48, 54, 62, 70, 75, 79, 86, 90, 92, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 135, 140, 150, 154, 155, 157, 185, 193, 194, 195, 196, 249, 250, 251, 252, 253, 254, 257, 259, 261, 263, 265, 267, 268, 271, 272, 280], "univers": [1, 8, 124, 193], "binari": [1, 4, 6, 7, 8, 13, 24, 36, 40, 41, 46, 47, 51, 54, 56, 58, 61, 62, 63, 64, 66, 79, 80, 81, 82, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 123, 125, 126, 127, 128, 129, 132, 135, 138, 139, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 157, 160, 165, 173, 176, 184, 188, 191, 193, 196, 205, 212, 217, 226, 241, 242, 243, 244, 245, 247, 249, 250, 251, 253, 254, 255, 257, 259, 260, 261, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "syntax": [1, 32, 74, 75, 79, 106, 113, 124, 128, 135, 141, 153, 161, 172, 184, 191, 196, 197, 201, 215, 217, 231, 249, 252, 259, 275, 279], "15896": 1, "warn": [1, 24, 56, 62, 69, 79, 85, 92, 114, 116, 124, 142, 143, 149, 155, 166, 205, 226, 236, 258, 280], "misplac": 1, "requir": [1, 6, 7, 8, 10, 11, 21, 26, 27, 28, 36, 37, 38, 39, 42, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 69, 70, 71, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 122, 123, 125, 128, 129, 135, 136, 137, 139, 140, 147, 148, 154, 155, 156, 157, 158, 160, 163, 164, 165, 166, 175, 190, 192, 194, 196, 197, 202, 203, 205, 213, 215, 216, 217, 220, 222, 226, 231, 232, 233, 238, 240, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 262, 263, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "function": [1, 6, 8, 21, 26, 28, 39, 42, 43, 47, 58, 61, 62, 65, 68, 76, 80, 85, 93, 113, 122, 124, 128, 134, 138, 142, 143, 146, 149, 150, 154, 155, 158, 160, 161, 163, 165, 166, 167, 168, 184, 186, 192, 195, 196, 201, 205, 209, 212, 220, 226, 253, 257, 259, 260, 261, 263, 266, 275, 276, 280], "15888": 1, "option": [1, 4, 7, 8, 11, 32, 38, 43, 47, 51, 54, 61, 62, 69, 73, 74, 75, 82, 83, 85, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 125, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 147, 148, 154, 156, 160, 161, 163, 165, 166, 179, 180, 190, 191, 192, 193, 194, 196, 197, 205, 207, 212, 214, 221, 222, 224, 229, 230, 231, 241, 244, 248, 253, 255, 257, 259, 261, 263, 265, 267, 274, 277, 278, 280], "conflict": [1, 40, 41, 64, 79, 80, 106, 123, 124, 128, 141, 155, 175, 196, 200, 217, 226, 241, 263, 274], "graph": [1, 6, 8, 10, 11, 13, 37, 40, 41, 43, 63, 79, 80, 84, 86, 89, 92, 93, 105, 106, 108, 109, 110, 111, 114, 124, 125, 131, 135, 140, 141, 144, 145, 147, 150, 154, 155, 160, 163, 165, 169, 176, 190, 201, 230, 240, 248, 249, 250, 252, 254, 258, 273, 274, 275, 276, 277, 279], "caus": [1, 8, 80, 124, 128, 141, 147, 196, 217, 259, 261, 275, 276, 277], "branch": [1, 19, 62, 64, 79, 80, 143, 144, 236, 255, 256, 257, 260, 267, 271, 274, 277, 279], "valu": [1, 21, 26, 27, 40, 51, 79, 80, 84, 86, 88, 90, 92, 93, 100, 102, 103, 106, 107, 110, 113, 114, 119, 120, 122, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 139, 140, 141, 142, 143, 144, 147, 148, 149, 150, 152, 153, 154, 155, 156, 159, 161, 163, 168, 172, 186, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 205, 207, 212, 213, 214, 221, 223, 225, 226, 228, 229, 230, 231, 232, 237, 240, 251, 253, 257, 258, 259, 260, 263, 265, 267, 268, 271, 272, 275, 277], "15876": 1, "doc": [1, 8, 63, 64, 76, 79, 122, 161, 212, 245, 253, 254, 280], "here": [1, 4, 19, 27, 28, 42, 43, 52, 63, 88, 89, 100, 107, 124, 131, 135, 136, 137, 141, 157, 166, 184, 196, 197, 201, 205, 217, 220, 240, 251, 253, 256, 258, 259, 261, 264, 271, 272], "maco": [1, 8, 24, 26, 27, 36, 43, 45, 57, 64, 65, 79, 87, 98, 103, 107, 114, 155, 157, 188, 193, 211, 222, 226, 240, 249, 251, 253, 254, 257, 259, 260, 264, 270, 272], "version": [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 36, 38, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 63, 64, 65, 69, 71, 74, 76, 79, 80, 81, 83, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119, 120, 122, 125, 128, 129, 135, 136, 137, 139, 141, 143, 144, 145, 147, 148, 150, 154, 155, 157, 158, 160, 161, 162, 164, 165, 168, 175, 184, 185, 188, 191, 192, 195, 196, 197, 200, 205, 208, 209, 212, 216, 217, 222, 226, 228, 231, 232, 233, 235, 236, 240, 241, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 280], "set": [1, 7, 8, 10, 11, 13, 16, 17, 18, 21, 23, 26, 27, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 69, 70, 73, 74, 75, 80, 82, 83, 85, 87, 89, 90, 92, 93, 94, 97, 98, 100, 102, 103, 105, 107, 110, 114, 116, 119, 120, 122, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 149, 151, 152, 153, 154, 158, 160, 161, 163, 165, 168, 172, 179, 186, 188, 189, 190, 191, 192, 193, 194, 196, 197, 200, 201, 202, 203, 207, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 238, 240, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 266, 267, 268, 271, 272, 276, 277], "yml": [1, 4, 7, 11, 23, 54, 62, 69, 74, 79, 80, 82, 86, 92, 124, 133, 134, 135, 136, 144, 151, 155, 167, 205, 209, 236, 255], "15859": 1, "html": [1, 46, 64, 79, 163, 253, 280], "inform": [1, 2, 4, 6, 7, 8, 11, 13, 14, 18, 20, 21, 32, 44, 46, 49, 52, 56, 57, 64, 66, 69, 70, 74, 75, 79, 80, 81, 82, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 119, 120, 121, 123, 125, 126, 127, 128, 130, 131, 132, 135, 136, 137, 138, 144, 145, 146, 147, 150, 151, 152, 153, 155, 157, 158, 160, 161, 163, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 190, 194, 197, 200, 203, 205, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 230, 236, 238, 241, 244, 247, 249, 250, 251, 253, 254, 255, 258, 259, 261, 263, 267, 268, 271, 272, 273, 277, 278, 280], "test": [1, 5, 6, 7, 10, 13, 21, 26, 27, 42, 43, 47, 52, 54, 58, 61, 64, 76, 79, 80, 89, 92, 93, 94, 97, 98, 103, 107, 111, 114, 122, 124, 125, 126, 127, 128, 135, 139, 150, 154, 160, 175, 194, 197, 209, 219, 225, 230, 236, 241, 246, 250, 255, 256, 259, 260, 261, 262, 264, 265, 267, 270, 271, 276, 280], "hide": 1, "show": [1, 21, 28, 32, 40, 41, 43, 49, 50, 62, 79, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 128, 154, 155, 223, 236, 248, 251, 253, 255, 259, 261, 267, 269, 270, 271, 272], "packag": [1, 2, 5, 10, 11, 12, 14, 15, 16, 18, 20, 24, 25, 26, 27, 30, 31, 33, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 54, 56, 57, 59, 60, 62, 64, 67, 69, 70, 71, 73, 74, 75, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 102, 103, 106, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 173, 175, 176, 177, 180, 183, 184, 188, 190, 191, 194, 196, 197, 198, 200, 201, 203, 205, 208, 212, 214, 216, 217, 219, 220, 223, 225, 226, 230, 231, 236, 239, 241, 242, 243, 244, 245, 246, 249, 250, 252, 267, 274, 275, 276, 278, 279], "15846": 1, "backup": [1, 7, 92, 122, 154, 183], "sourc": [1, 2, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 29, 31, 32, 35, 36, 39, 40, 41, 43, 44, 46, 47, 50, 51, 52, 53, 56, 57, 58, 61, 62, 63, 79, 80, 81, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 106, 107, 110, 113, 114, 119, 122, 123, 125, 126, 133, 134, 135, 137, 140, 147, 154, 155, 158, 166, 167, 175, 176, 183, 184, 194, 195, 196, 197, 201, 202, 205, 207, 209, 213, 214, 217, 223, 236, 241, 242, 243, 244, 245, 246, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 263, 264, 265, 266, 267, 268, 269, 270, 274, 277, 279], "flag": [1, 28, 47, 51, 91, 92, 103, 130, 139, 140, 154, 157, 188, 189, 191, 192, 196, 212, 213, 214, 217, 221, 225, 226, 228, 231, 232, 238, 258], "cach": [1, 2, 4, 6, 10, 13, 18, 19, 24, 28, 30, 32, 36, 43, 47, 49, 52, 54, 58, 61, 62, 63, 64, 69, 76, 80, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 119, 124, 127, 132, 133, 134, 135, 137, 138, 142, 143, 153, 155, 158, 159, 160, 161, 162, 165, 166, 167, 168, 173, 175, 177, 179, 191, 194, 197, 201, 205, 212, 219, 226, 231, 236, 241, 242, 247, 249, 251, 252, 253, 254, 255, 258, 260, 263, 264, 266, 268, 269, 270, 271, 272, 275, 276, 277, 278, 279], "clean": [1, 6, 7, 31, 33, 62, 64, 90, 93, 97, 100, 102, 103, 106, 110, 111, 119, 124, 205, 219, 264, 270, 276, 277], "15845": 1, "outdat": [1, 81, 99], "command": [1, 4, 7, 10, 11, 13, 24, 26, 27, 31, 37, 46, 47, 49, 50, 51, 56, 58, 61, 63, 64, 67, 68, 73, 74, 75, 76, 78, 79, 80, 82, 85, 86, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 137, 138, 142, 143, 144, 147, 153, 155, 156, 157, 159, 160, 164, 166, 168, 169, 171, 175, 178, 189, 190, 191, 194, 196, 197, 201, 212, 219, 220, 221, 222, 225, 229, 230, 231, 233, 236, 238, 240, 247, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 276, 277, 278, 279], "list": [1, 4, 5, 6, 7, 8, 11, 12, 19, 24, 32, 37, 46, 47, 51, 56, 58, 61, 62, 63, 67, 69, 72, 74, 75, 79, 85, 86, 87, 88, 89, 91, 94, 99, 100, 105, 109, 111, 113, 116, 117, 120, 122, 124, 125, 129, 135, 136, 139, 140, 149, 150, 153, 154, 155, 156, 160, 161, 163, 169, 173, 175, 179, 180, 183, 191, 192, 194, 195, 196, 197, 201, 205, 207, 212, 214, 215, 217, 219, 221, 226, 229, 230, 231, 232, 236, 238, 240, 241, 247, 252, 259, 260, 263, 264, 270, 271, 276, 277, 279], "depend": [1, 6, 8, 10, 11, 13, 17, 21, 28, 29, 31, 34, 35, 38, 42, 43, 44, 45, 47, 48, 52, 54, 56, 57, 58, 61, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 125, 128, 131, 133, 136, 139, 140, 141, 144, 145, 147, 150, 154, 155, 162, 164, 165, 166, 175, 176, 179, 184, 188, 190, 191, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 215, 217, 220, 221, 222, 225, 226, 227, 232, 238, 240, 241, 245, 248, 249, 250, 252, 253, 254, 255, 257, 258, 259, 264, 265, 267, 268, 271, 272, 273, 274, 276, 277, 278, 279, 280], "have": [1, 4, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 100, 102, 103, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 128, 131, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 159, 163, 164, 166, 175, 184, 188, 190, 191, 196, 197, 205, 207, 212, 214, 217, 220, 222, 223, 226, 230, 231, 240, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "newer": [1, 8, 76, 90, 93, 99, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 124, 157, 175, 265, 278, 279], "remot": [1, 3, 4, 6, 7, 8, 12, 32, 46, 56, 62, 76, 79, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 117, 119, 120, 122, 151, 153, 154, 155, 160, 169, 173, 175, 176, 177, 183, 205, 236, 241, 242, 245, 246, 247, 249, 251, 254, 255, 258, 264, 271, 278, 280], "15838": 1, "cmake_vs_debugger_environ": [1, 197], "from": [1, 2, 3, 4, 6, 8, 12, 16, 18, 21, 24, 26, 27, 28, 29, 31, 32, 35, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 160, 163, 164, 165, 167, 173, 175, 177, 178, 180, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 242, 243, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 277, 278, 279], "point": [1, 4, 8, 30, 36, 40, 41, 62, 63, 69, 74, 76, 86, 92, 103, 106, 111, 113, 124, 135, 155, 165, 166, 175, 188, 197, 205, 210, 212, 236, 250, 252, 264, 266, 272, 275, 280], "all": [1, 5, 6, 7, 8, 13, 24, 26, 27, 28, 30, 31, 32, 35, 36, 43, 46, 52, 54, 56, 62, 63, 64, 67, 68, 69, 70, 71, 73, 75, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 103, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117, 119, 120, 122, 124, 127, 131, 132, 133, 134, 135, 137, 139, 140, 142, 143, 144, 150, 152, 153, 154, 155, 157, 159, 162, 163, 164, 165, 166, 172, 175, 179, 180, 183, 184, 185, 188, 189, 190, 191, 196, 197, 198, 201, 202, 203, 205, 207, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 226, 230, 231, 233, 238, 240, 241, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 267, 268, 270, 271, 272, 273, 275, 277, 280], "directori": [1, 26, 27, 28, 36, 37, 39, 49, 64, 92, 106, 113, 122, 124, 133, 134, 135, 137, 140, 142, 143, 144, 152, 154, 155, 156, 163, 196, 197, 205, 209, 210, 220, 223, 236, 251, 253, 257, 263, 264, 269, 270, 271], "when": [1, 4, 5, 6, 8, 10, 13, 14, 15, 28, 30, 39, 40, 41, 42, 46, 49, 51, 52, 54, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 97, 98, 100, 102, 103, 106, 107, 109, 110, 111, 115, 119, 120, 122, 124, 125, 128, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 155, 157, 158, 159, 163, 165, 167, 168, 180, 184, 186, 188, 190, 191, 192, 194, 196, 197, 201, 202, 203, 205, 207, 214, 217, 219, 220, 222, 225, 226, 228, 230, 231, 237, 240, 242, 245, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "visual": [1, 29, 36, 44, 52, 60, 63, 65, 76, 78, 86, 92, 103, 135, 140, 154, 157, 185, 194, 195, 196, 197, 214, 222, 223, 226, 227, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "studio": [1, 11, 25, 27, 29, 36, 44, 52, 60, 63, 65, 66, 76, 86, 92, 135, 140, 154, 157, 194, 195, 196, 197, 214, 222, 223, 226, 228, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "negat": 1, "need": [1, 3, 4, 5, 6, 8, 13, 17, 18, 21, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 62, 64, 69, 70, 74, 76, 80, 83, 84, 85, 88, 89, 92, 97, 99, 100, 101, 103, 105, 109, 110, 113, 116, 120, 122, 124, 128, 130, 131, 136, 137, 139, 140, 141, 142, 143, 145, 149, 150, 154, 157, 158, 159, 160, 163, 164, 184, 188, 195, 196, 197, 198, 200, 209, 213, 214, 215, 222, 226, 229, 232, 236, 240, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 267, 270, 271, 272, 275, 277, 278, 279, 280], "copi": [1, 4, 5, 6, 8, 13, 16, 17, 18, 19, 24, 26, 28, 31, 32, 35, 36, 39, 42, 43, 47, 58, 61, 62, 64, 76, 80, 85, 91, 92, 106, 107, 113, 122, 124, 125, 132, 133, 134, 135, 137, 138, 144, 154, 160, 165, 184, 197, 204, 208, 209, 247, 248, 255, 259, 260, 261, 263, 264, 265, 267, 269, 280], "dll": [1, 135, 138, 140, 197, 201, 251, 266], "launch": [1, 21, 122, 149, 153, 189, 222, 245, 246, 255, 257], "execut": [1, 6, 17, 21, 26, 27, 28, 32, 36, 40, 41, 42, 43, 46, 47, 52, 57, 58, 61, 62, 69, 74, 80, 84, 85, 86, 88, 91, 92, 97, 103, 104, 105, 106, 113, 120, 124, 127, 128, 130, 131, 132, 136, 138, 139, 140, 141, 142, 143, 144, 146, 149, 150, 154, 155, 159, 162, 163, 166, 167, 183, 188, 191, 194, 197, 201, 202, 203, 212, 214, 216, 219, 225, 226, 230, 232, 236, 238, 240, 251, 253, 254, 257, 258, 259, 260, 263, 265, 268, 270, 271, 272, 280], "id": [1, 13, 24, 26, 30, 43, 49, 52, 61, 65, 69, 70, 75, 79, 82, 83, 84, 85, 86, 87, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 119, 124, 126, 127, 139, 140, 145, 154, 155, 157, 184, 188, 190, 196, 197, 230, 231, 248, 253, 255, 263, 264, 265, 270, 280], "15830": 1, "paramet": [1, 32, 56, 68, 89, 140, 160, 165, 175, 177, 180, 186, 188, 189, 192, 194, 195, 196, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 233, 234, 236, 240, 259], "trim_conandata": [1, 204], "except": [1, 26, 32, 40, 41, 51, 84, 86, 92, 122, 124, 128, 129, 131, 137, 144, 149, 150, 154, 155, 157, 159, 180, 184, 192, 194, 205, 236, 240, 249, 253, 258, 275], "conandata": [1, 4, 54, 62, 69, 74, 80, 124, 133, 134, 135, 136, 144, 167, 205, 209, 236, 255], "doesn": [1, 6, 7, 28, 36, 47, 51, 52, 58, 61, 62, 80, 86, 97, 100, 103, 110, 111, 122, 124, 128, 130, 131, 135, 139, 141, 147, 148, 153, 157, 161, 166, 183, 184, 192, 195, 197, 201, 205, 206, 207, 223, 230, 236, 251, 252, 258, 259, 261, 263, 265, 268, 275, 276, 277, 280], "t": [1, 4, 5, 6, 7, 10, 13, 21, 24, 28, 30, 32, 36, 40, 41, 46, 47, 49, 50, 51, 52, 58, 61, 62, 64, 69, 76, 80, 81, 84, 85, 86, 88, 91, 92, 97, 100, 101, 102, 103, 106, 107, 109, 110, 111, 115, 116, 122, 123, 124, 128, 130, 131, 135, 138, 139, 140, 141, 144, 147, 148, 153, 155, 157, 161, 163, 166, 183, 184, 185, 192, 194, 195, 196, 197, 198, 201, 205, 206, 207, 214, 221, 223, 226, 230, 236, 249, 250, 251, 252, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 275, 276, 277, 280], "15829": 1, "ad": [1, 3, 5, 8, 10, 24, 58, 62, 69, 72, 75, 76, 79, 93, 106, 109, 110, 113, 124, 130, 131, 136, 138, 141, 154, 155, 161, 162, 163, 165, 167, 179, 180, 184, 188, 190, 191, 197, 200, 209, 212, 214, 221, 230, 231, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 265, 266, 267, 276, 280], "build_context_fold": 1, "pkgconfigdep": [1, 46, 47, 57, 58, 67, 73, 140, 185, 211, 226, 257], "15813": 1, "includ": [1, 4, 13, 16, 17, 18, 21, 26, 27, 28, 30, 36, 37, 39, 42, 43, 46, 47, 49, 50, 51, 52, 56, 57, 58, 61, 64, 65, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 91, 92, 93, 98, 103, 106, 107, 108, 109, 116, 124, 128, 135, 137, 138, 139, 140, 141, 151, 157, 165, 183, 184, 190, 191, 195, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 222, 226, 230, 231, 249, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pkg_config_path": [1, 46, 214, 216, 226], "built": [1, 4, 6, 7, 8, 13, 17, 18, 19, 21, 24, 27, 30, 32, 37, 43, 46, 47, 52, 56, 58, 61, 62, 64, 71, 76, 79, 80, 82, 84, 86, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 106, 107, 110, 113, 116, 119, 124, 126, 129, 133, 134, 135, 137, 140, 144, 145, 148, 150, 151, 160, 161, 167, 175, 184, 186, 190, 194, 196, 198, 205, 211, 219, 225, 230, 249, 250, 251, 253, 254, 255, 257, 258, 259, 260, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "section": [1, 2, 3, 4, 6, 7, 9, 13, 21, 26, 28, 32, 38, 47, 58, 61, 67, 70, 72, 74, 75, 76, 81, 83, 84, 86, 87, 88, 89, 92, 93, 94, 98, 103, 105, 107, 110, 114, 115, 120, 121, 122, 124, 128, 130, 131, 132, 135, 139, 141, 150, 151, 152, 153, 154, 157, 158, 159, 161, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 191, 195, 197, 198, 200, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 241, 242, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279], "mesontoolchain": [1, 28, 57, 58, 73, 92, 154, 185, 224, 225], "templat": [1, 26, 47, 49, 51, 76, 87, 89, 103, 114, 124, 151, 155, 158, 178, 195, 197, 201], "updat": [1, 4, 6, 8, 26, 40, 41, 65, 69, 74, 76, 80, 90, 92, 93, 96, 97, 100, 102, 103, 109, 110, 119, 122, 124, 136, 140, 141, 145, 154, 155, 157, 161, 175, 180, 188, 198, 205, 214, 240, 252, 260, 274, 278, 279, 280], "_meson_cpu_family_map": 1, "support": [1, 8, 17, 26, 27, 28, 46, 47, 49, 50, 51, 54, 63, 65, 66, 69, 70, 71, 72, 76, 79, 86, 103, 107, 113, 122, 128, 137, 140, 142, 143, 147, 150, 154, 155, 157, 159, 160, 161, 164, 165, 168, 180, 187, 192, 193, 196, 214, 217, 222, 226, 228, 240, 248, 256, 261, 267, 270, 271, 272, 280], "arm64ec": [1, 157], "15812": 1, "clang": [1, 24, 26, 27, 43, 46, 76, 79, 86, 87, 92, 98, 103, 107, 114, 116, 121, 148, 154, 155, 157, 168, 188, 192, 195, 197, 209, 226, 249, 251, 259], "15806": 1, "basic": [1, 5, 28, 32, 43, 46, 49, 57, 69, 76, 78, 80, 103, 109, 111, 113, 122, 124, 132, 158, 166, 185, 197, 198, 204, 207, 223, 248, 249, 255, 257, 263, 276, 277], "15775": 1, "cmake_layout": [1, 6, 17, 18, 19, 26, 28, 36, 43, 49, 54, 62, 92, 150, 154, 185, 193, 197, 223, 250, 253, 259, 261, 263, 265, 268, 270, 271, 272], "build_fold": [1, 6, 17, 28, 61, 80, 98, 103, 105, 135, 137, 138, 166, 195, 205, 220, 225, 263, 264, 265, 266], "config": [1, 7, 17, 24, 26, 27, 32, 36, 42, 43, 44, 46, 48, 50, 56, 57, 58, 67, 68, 70, 71, 75, 79, 80, 84, 89, 113, 114, 122, 135, 140, 150, 154, 155, 157, 160, 162, 163, 164, 165, 168, 169, 189, 191, 194, 195, 196, 197, 216, 217, 219, 221, 222, 230, 231, 246, 249, 251, 253, 254, 256, 257, 260, 264, 268, 270, 272, 280], "allow": [1, 3, 4, 6, 13, 47, 51, 52, 57, 58, 61, 69, 74, 76, 80, 81, 86, 89, 90, 92, 93, 95, 100, 102, 103, 106, 107, 109, 110, 114, 115, 119, 122, 124, 125, 126, 127, 128, 133, 134, 137, 139, 140, 153, 154, 155, 157, 158, 159, 160, 161, 162, 168, 176, 180, 184, 195, 196, 197, 198, 200, 205, 212, 226, 228, 230, 231, 240, 249, 252, 253, 259, 261, 271, 273, 276, 278, 279, 280], "re": [1, 6, 13, 32, 37, 43, 62, 69, 80, 84, 85, 106, 124, 127, 128, 154, 155, 184, 197, 214, 220, 226, 260, 270, 271, 280], "local": [1, 4, 6, 13, 17, 18, 19, 24, 27, 30, 32, 36, 39, 47, 56, 58, 61, 62, 63, 76, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 118, 119, 122, 124, 126, 135, 137, 140, 142, 143, 144, 155, 165, 166, 175, 179, 191, 195, 205, 207, 212, 216, 222, 223, 231, 236, 241, 242, 245, 247, 249, 250, 251, 253, 254, 257, 258, 259, 260, 262, 263, 266, 270, 271, 272, 277, 278, 279, 280], "folder": [1, 4, 6, 7, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 46, 47, 49, 51, 52, 56, 57, 58, 61, 62, 64, 69, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 109, 110, 113, 114, 118, 119, 122, 123, 125, 127, 132, 133, 134, 135, 138, 144, 152, 154, 155, 159, 160, 162, 163, 164, 165, 166, 167, 168, 178, 188, 194, 195, 196, 197, 200, 205, 207, 209, 210, 212, 214, 217, 220, 223, 225, 226, 233, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 275, 276, 280], "15767": 1, "test_fold": [1, 93, 97, 195, 257], "output": [1, 6, 10, 13, 17, 36, 37, 46, 49, 54, 57, 69, 71, 76, 79, 80, 82, 88, 89, 90, 91, 92, 94, 95, 97, 98, 100, 101, 102, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 135, 139, 144, 154, 155, 159, 163, 165, 166, 184, 205, 207, 209, 216, 223, 226, 236, 249, 251, 253, 254, 256, 257, 260, 267, 268, 272, 277, 280], "test_packag": [1, 21, 27, 28, 43, 47, 52, 58, 61, 62, 80, 93, 97, 113, 114, 119, 125, 146, 175, 184, 195, 255, 256, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271], "tmp": [1, 124, 195, 197, 205, 257, 258, 260, 261, 263, 266], "placehold": [1, 107, 120, 200, 201], "creat": [1, 7, 8, 10, 11, 13, 14, 15, 16, 18, 21, 23, 25, 27, 30, 31, 32, 34, 37, 39, 40, 41, 42, 43, 44, 45, 46, 49, 51, 52, 54, 56, 57, 59, 60, 62, 63, 69, 71, 75, 76, 79, 80, 81, 84, 85, 86, 88, 89, 91, 92, 96, 97, 98, 103, 106, 107, 108, 109, 111, 112, 113, 114, 124, 125, 126, 127, 128, 133, 134, 135, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 156, 157, 160, 163, 164, 165, 166, 171, 175, 184, 190, 191, 194, 195, 196, 197, 198, 199, 202, 203, 205, 207, 216, 217, 219, 220, 221, 222, 226, 231, 232, 233, 236, 238, 241, 242, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 278, 279, 280], "temporari": [1, 6, 7, 24, 80, 91, 124, 138, 141, 205, 207, 258, 266, 271, 275], "system": [1, 5, 7, 8, 27, 28, 36, 40, 41, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 65, 67, 69, 70, 74, 79, 82, 86, 92, 106, 114, 121, 122, 124, 125, 126, 128, 135, 138, 140, 141, 144, 149, 151, 152, 154, 155, 158, 160, 164, 165, 166, 179, 185, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 205, 213, 214, 216, 230, 249, 250, 251, 253, 254, 255, 258, 259, 260, 264, 266, 267, 270, 271, 276, 277], "experiment": [1, 6, 7, 13, 32, 76, 92, 98, 105, 113, 120, 121, 124, 128, 130, 131, 132, 139, 140, 150, 153, 155, 157, 158, 161, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 195, 196, 197, 198, 215, 219, 220, 221, 222, 236, 280], "instal": [1, 4, 6, 7, 13, 16, 18, 24, 26, 27, 28, 30, 36, 37, 43, 46, 47, 49, 50, 52, 56, 57, 58, 61, 62, 63, 65, 76, 79, 80, 84, 85, 86, 87, 89, 90, 93, 94, 97, 98, 100, 102, 103, 107, 108, 109, 110, 113, 114, 119, 122, 124, 125, 126, 132, 135, 137, 138, 141, 142, 143, 144, 145, 147, 148, 150, 154, 155, 157, 160, 162, 164, 165, 166, 167, 168, 169, 175, 188, 189, 190, 191, 194, 195, 197, 202, 203, 212, 213, 214, 216, 219, 220, 221, 222, 225, 226, 230, 231, 233, 238, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 261, 263, 264, 265, 267, 270, 272, 275, 276, 278, 279], "pkg": [1, 6, 7, 19, 24, 39, 40, 41, 46, 52, 57, 58, 67, 84, 86, 88, 89, 90, 91, 93, 94, 98, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 147, 148, 154, 155, 157, 164, 183, 184, 186, 190, 191, 196, 197, 202, 203, 205, 213, 214, 215, 216, 217, 220, 221, 222, 230, 231, 232, 233, 238, 239, 260, 264, 270, 278, 279, 280], "myconf": [1, 86, 92, 124, 137, 139, 140, 154, 155, 280], "configur": [1, 3, 6, 7, 8, 11, 14, 16, 17, 18, 19, 20, 21, 26, 28, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 63, 64, 65, 67, 68, 75, 76, 79, 80, 82, 83, 84, 85, 88, 89, 92, 93, 100, 101, 102, 103, 106, 107, 110, 111, 114, 124, 125, 126, 127, 128, 129, 130, 133, 134, 135, 138, 139, 140, 144, 147, 148, 155, 157, 158, 159, 166, 172, 175, 179, 184, 187, 189, 191, 192, 194, 195, 197, 202, 203, 207, 212, 214, 216, 219, 221, 225, 226, 227, 228, 229, 231, 233, 236, 239, 241, 242, 245, 248, 249, 250, 254, 255, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 277, 278, 279], "insid": [1, 6, 11, 14, 15, 17, 18, 19, 30, 36, 38, 40, 41, 44, 48, 62, 80, 85, 87, 92, 107, 113, 124, 128, 137, 140, 152, 154, 157, 163, 164, 166, 188, 197, 201, 205, 210, 223, 240, 246, 253, 255, 258, 259, 266, 270, 272, 276, 280], "package_typ": [1, 28, 39, 43, 92, 98, 103, 105, 136, 139, 147, 164, 184, 265, 280], "15748": 1, "core": [1, 3, 4, 10, 32, 46, 56, 63, 77, 84, 86, 91, 92, 120, 122, 124, 139, 149, 153, 155, 159, 173, 183, 184, 236, 278], "package_id": [1, 6, 7, 13, 28, 32, 80, 82, 83, 86, 88, 91, 92, 94, 98, 100, 102, 103, 107, 116, 120, 124, 125, 127, 131, 135, 141, 147, 148, 154, 160, 175, 251, 258, 262, 263, 275, 277], "config_mod": [1, 92], "affect": [1, 5, 6, 10, 64, 84, 86, 87, 88, 92, 100, 106, 124, 130, 131, 139, 141, 155, 157, 184, 191, 194, 195, 196, 197, 205, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 239, 250, 253, 255, 257, 258, 260, 263, 270, 272], "make": [1, 6, 8, 26, 27, 28, 30, 39, 40, 41, 46, 47, 52, 62, 64, 65, 67, 72, 76, 92, 97, 106, 107, 109, 124, 131, 133, 135, 138, 139, 142, 145, 149, 154, 155, 157, 160, 162, 167, 184, 191, 196, 200, 212, 214, 215, 226, 236, 251, 253, 256, 257, 258, 266, 269, 270, 272, 279, 280], "cppstd_flag": 1, "public": [1, 3, 4, 43, 52, 56, 62, 76, 80, 89, 105, 114, 122, 123, 160, 163, 185, 196, 198, 220, 226, 246, 266, 267], "return": [1, 6, 26, 28, 30, 32, 43, 46, 56, 57, 84, 87, 89, 91, 92, 99, 100, 101, 105, 107, 114, 121, 122, 124, 129, 135, 149, 155, 161, 162, 163, 172, 175, 177, 179, 180, 184, 186, 188, 189, 192, 196, 197, 198, 200, 201, 202, 203, 205, 213, 214, 222, 228, 229, 232, 236, 240, 249, 251, 253, 263, 265, 268, 277], "correspond": [1, 28, 49, 69, 124, 197, 202, 203, 214, 217, 228, 251, 258, 260], "c": [1, 4, 6, 13, 26, 27, 28, 30, 37, 46, 47, 49, 51, 56, 57, 58, 61, 71, 74, 76, 79, 81, 84, 87, 90, 92, 93, 97, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 122, 124, 131, 139, 140, 144, 145, 151, 154, 155, 161, 188, 191, 192, 195, 196, 197, 198, 201, 209, 214, 221, 222, 225, 230, 231, 232, 233, 244, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 267, 271, 273, 277, 278, 280], "standard": [1, 26, 27, 36, 52, 76, 124, 127, 137, 151, 154, 155, 186, 191, 192, 196, 197, 226, 230, 231, 236, 249, 250, 256, 258, 263, 267, 271, 278], "base": [1, 4, 8, 28, 36, 37, 40, 43, 49, 56, 57, 64, 74, 76, 85, 86, 90, 94, 103, 105, 106, 107, 110, 116, 120, 124, 135, 136, 138, 141, 155, 160, 163, 165, 173, 183, 186, 189, 191, 192, 195, 197, 222, 226, 228, 229, 231, 249, 251, 257, 267, 280], "15710": 1, "self": [1, 6, 16, 17, 18, 19, 21, 28, 36, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 79, 80, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 158, 160, 162, 163, 164, 165, 166, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 275, 276, 277, 279, 280], "name": [1, 3, 4, 6, 7, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 64, 71, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 105, 107, 109, 110, 113, 114, 115, 117, 118, 122, 125, 128, 135, 136, 137, 139, 140, 142, 143, 144, 145, 147, 148, 150, 153, 154, 155, 156, 157, 159, 160, 162, 164, 165, 166, 179, 180, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 215, 216, 221, 222, 226, 229, 230, 231, 233, 236, 238, 240, 245, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 275, 276, 277, 278, 279, 280], "build_folder_var": [1, 26, 50, 92, 137, 154, 195, 197], "attribut": [1, 19, 21, 50, 80, 82, 84, 86, 88, 105, 123, 126, 128, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 149, 150, 161, 166, 184, 190, 195, 196, 197, 209, 220, 223, 227, 251, 253, 256, 259, 260, 261, 263, 266, 268, 271, 272, 279], "conf": [1, 3, 4, 7, 10, 26, 27, 37, 46, 51, 74, 80, 82, 84, 88, 90, 91, 92, 93, 97, 100, 102, 103, 110, 114, 119, 120, 122, 126, 131, 135, 136, 139, 140, 149, 151, 157, 159, 165, 172, 179, 187, 193, 201, 202, 203, 212, 224, 227, 240, 246, 254, 257, 263, 280], "15705": 1, "filter": [1, 6, 92, 103, 116, 124, 135, 147, 163, 205, 276], "xxx": [1, 6, 13, 44, 48, 94, 140, 142, 143, 154, 155, 194, 196, 197, 200, 226], "match": [1, 4, 10, 17, 26, 28, 32, 36, 46, 56, 64, 84, 86, 88, 89, 90, 91, 92, 93, 94, 99, 100, 102, 103, 104, 106, 107, 110, 115, 116, 119, 120, 122, 124, 128, 139, 140, 144, 149, 153, 154, 155, 157, 158, 168, 180, 192, 196, 205, 206, 207, 209, 229, 232, 249, 251, 252, 253, 254, 258, 259, 265, 272, 276], "15697": 1, "detect_libc": [1, 155], "detect_api": [1, 154, 155], "get": [1, 4, 6, 10, 19, 28, 32, 37, 40, 46, 54, 56, 57, 62, 64, 76, 79, 80, 86, 88, 91, 92, 103, 114, 116, 122, 124, 139, 144, 145, 153, 154, 155, 158, 166, 177, 180, 186, 188, 192, 194, 195, 196, 198, 201, 204, 209, 212, 217, 220, 222, 226, 228, 229, 232, 236, 238, 240, 249, 251, 252, 257, 261, 263, 264, 265, 270, 271, 272, 275, 277, 280], "librari": [1, 4, 6, 8, 10, 14, 15, 17, 20, 26, 27, 36, 37, 39, 40, 41, 43, 46, 47, 54, 56, 57, 58, 61, 62, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 103, 104, 105, 106, 113, 124, 125, 127, 128, 131, 135, 136, 137, 138, 139, 141, 144, 145, 146, 147, 150, 151, 154, 155, 158, 163, 188, 190, 191, 196, 197, 198, 201, 205, 211, 216, 217, 220, 222, 230, 241, 248, 249, 250, 253, 254, 255, 256, 259, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 279, 280], "15683": 1, "commandapi": [1, 169, 170], "subapi": [1, 280], "conanapi": [1, 32, 163, 169, 171], "other": [1, 3, 6, 7, 8, 13, 18, 21, 24, 28, 32, 36, 39, 43, 46, 47, 50, 52, 58, 61, 62, 63, 64, 72, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 107, 110, 111, 113, 114, 116, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 148, 154, 155, 157, 158, 159, 160, 163, 184, 185, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 219, 226, 231, 232, 236, 240, 241, 245, 247, 249, 250, 252, 253, 254, 255, 256, 258, 259, 261, 265, 267, 269, 270, 271, 272, 276, 277, 279, 280], "15630": 1, "unnecessari": [1, 62, 127], "tool_requir": [1, 11, 27, 28, 36, 38, 40, 41, 58, 80, 85, 86, 93, 97, 100, 102, 103, 106, 110, 113, 114, 125, 135, 139, 140, 141, 144, 184, 196, 197, 202, 213, 217, 220, 230, 250, 251, 252, 253, 254, 265, 268, 278], "miss": [1, 5, 26, 28, 36, 37, 43, 46, 56, 57, 84, 85, 86, 87, 90, 91, 93, 98, 99, 100, 102, 103, 106, 110, 119, 124, 145, 155, 166, 240, 249, 250, 251, 253, 254, 256, 257, 258, 260, 263, 264, 266, 267, 275, 277, 280], "repeat": [1, 62, 76, 124, 195, 202, 203, 264, 273], "15885": 1, "cmakedep": [1, 17, 21, 26, 36, 42, 43, 52, 62, 70, 75, 106, 124, 135, 140, 150, 165, 185, 193, 194, 197, 249, 250, 252, 253, 254, 256, 257, 259, 260, 263, 268, 271, 280], "set_properti": [1, 17, 21, 42, 52, 140, 217, 220, 260], "append": [1, 6, 26, 28, 51, 64, 92, 122, 124, 140, 142, 143, 154, 155, 161, 167, 194, 196, 197, 200, 201, 205, 213, 214, 215, 231, 232, 265], "order": [1, 4, 8, 13, 32, 37, 99, 104, 106, 108, 109, 112, 122, 123, 124, 126, 139, 140, 154, 157, 158, 161, 165, 179, 180, 184, 197, 198, 201, 205, 214, 250, 252, 270, 276, 277, 278], "15877": 1, "infinit": 1, "loop": [1, 155], "found": [1, 4, 21, 26, 27, 28, 40, 41, 51, 52, 56, 64, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 114, 119, 137, 140, 145, 146, 152, 155, 158, 161, 165, 180, 194, 196, 197, 205, 212, 223, 226, 249, 251, 254, 263, 272, 276], "ill": [1, 84], "form": [1, 84, 91, 94, 102, 107, 113, 116, 120, 122, 124, 128, 133, 134, 140, 144, 146, 240, 252, 253, 259, 277, 278], "15835": 1, "sure": [1, 8, 24, 30, 39, 43, 52, 64, 107, 135, 138, 145, 149, 167, 184, 205, 226, 279], "detect_default_compil": [1, 155], "alwai": [1, 8, 26, 30, 32, 58, 61, 62, 76, 79, 80, 81, 86, 88, 92, 106, 107, 112, 113, 124, 127, 128, 133, 135, 139, 141, 142, 143, 144, 150, 155, 157, 158, 166, 185, 192, 194, 195, 197, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 232, 233, 234, 240, 249, 251, 252, 253, 263, 264, 273, 275, 277, 278, 280], "tupl": [1, 92, 124, 136, 154, 155, 205, 207, 236], "15832": 1, "clear": [1, 115, 124, 139, 140, 147, 200, 253, 258, 263, 276], "messag": [1, 4, 17, 26, 32, 39, 42, 43, 46, 51, 54, 79, 85, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 149, 154, 166, 254, 256, 257, 258, 261, 265, 267, 270, 277, 280], "explain": [1, 5, 47, 58, 61, 62, 69, 76, 79, 84, 87, 99, 104, 144, 154, 155, 157, 191, 198, 208, 240, 242, 248, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 269, 272, 274, 276, 279], "one": [1, 3, 4, 7, 12, 16, 17, 18, 21, 24, 27, 30, 32, 40, 41, 43, 46, 47, 50, 52, 56, 57, 58, 61, 69, 74, 76, 79, 80, 81, 84, 85, 86, 87, 90, 91, 92, 93, 94, 98, 99, 100, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 116, 119, 120, 122, 124, 126, 127, 128, 131, 135, 137, 138, 139, 140, 141, 144, 147, 150, 154, 155, 158, 160, 161, 162, 163, 165, 168, 180, 184, 188, 190, 192, 194, 195, 196, 197, 198, 200, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 222, 225, 229, 230, 231, 232, 238, 240, 249, 250, 251, 252, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 275, 276, 277, 278, 279, 280], "revis": [1, 6, 7, 8, 13, 24, 31, 33, 47, 58, 61, 62, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 108, 109, 110, 111, 112, 114, 116, 119, 120, 124, 135, 139, 150, 157, 163, 175, 183, 184, 205, 241, 248, 249, 254, 258, 259, 260, 263, 265, 266, 271, 273, 274, 276], "15823": 1, "static": [1, 8, 19, 21, 27, 39, 54, 61, 79, 81, 84, 85, 86, 87, 98, 103, 110, 124, 131, 138, 140, 141, 157, 177, 179, 190, 195, 214, 230, 241, 248, 249, 253, 257, 258, 259, 260, 272, 275, 280], "msbuild_lib": [1, 61, 113], "15807": 1, "platform_requir": 1, "fail": [1, 4, 6, 21, 52, 62, 64, 74, 79, 85, 90, 93, 100, 102, 103, 106, 110, 114, 119, 124, 126, 145, 147, 159, 161, 162, 165, 175, 180, 194, 228, 240, 258, 263, 264, 270, 275, 276], "explicit": [1, 42, 91, 106, 138, 153, 208, 232, 273, 274, 276, 279, 280], "being": [1, 6, 8, 10, 13, 32, 52, 76, 80, 84, 85, 86, 87, 90, 93, 100, 102, 103, 106, 109, 110, 119, 124, 128, 133, 134, 135, 137, 140, 141, 142, 143, 144, 157, 159, 161, 166, 167, 175, 184, 188, 194, 195, 205, 219, 220, 225, 251, 259, 264, 268, 275, 279, 280], "pass": [1, 4, 13, 26, 37, 40, 46, 51, 56, 57, 70, 86, 91, 92, 93, 100, 106, 113, 114, 122, 124, 131, 136, 137, 144, 149, 153, 154, 162, 163, 165, 172, 180, 188, 189, 190, 191, 194, 195, 197, 198, 207, 209, 212, 214, 215, 219, 222, 226, 229, 236, 240, 249, 257, 258, 259, 260, 261, 263, 267, 268, 270, 276, 280], "via": [1, 4, 7, 10, 13, 32, 39, 51, 52, 64, 70, 71, 76, 80, 84, 86, 88, 92, 97, 124, 135, 137, 141, 154, 163, 165, 168, 184, 194, 196, 197, 198, 200, 243, 249, 250, 278, 280], "15804": 1, "end": [1, 4, 28, 76, 79, 80, 128, 141, 154, 155, 165, 166, 197, 201, 225, 251, 260, 268, 277, 278], "newlin": 1, "15788": 1, "do": [1, 4, 5, 6, 7, 13, 21, 26, 28, 30, 32, 37, 40, 41, 42, 47, 51, 52, 57, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 102, 103, 105, 106, 109, 110, 112, 116, 119, 120, 124, 126, 127, 131, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 149, 153, 154, 155, 157, 158, 159, 163, 165, 180, 184, 192, 196, 197, 200, 205, 212, 226, 236, 240, 247, 249, 250, 251, 252, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 272, 273, 275, 276, 277, 279, 280], "queri": [1, 91, 92, 94, 103, 107, 116, 117, 120, 177], "pattern": [1, 6, 7, 13, 28, 32, 86, 90, 91, 92, 93, 94, 95, 100, 102, 103, 106, 107, 110, 112, 115, 116, 119, 120, 122, 124, 138, 139, 144, 149, 150, 151, 180, 183, 196, 205, 207, 230, 236, 237, 251, 258, 266, 273], "provid": [1, 4, 6, 8, 10, 13, 14, 19, 20, 26, 36, 39, 40, 41, 46, 47, 50, 51, 52, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 86, 90, 91, 93, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 113, 116, 117, 118, 119, 122, 125, 126, 132, 135, 138, 140, 141, 142, 143, 150, 153, 154, 155, 157, 158, 161, 162, 165, 175, 180, 194, 196, 197, 198, 200, 201, 205, 207, 209, 214, 216, 217, 226, 238, 251, 252, 253, 255, 264, 266, 267, 274, 276, 279, 280], "15781": 1, "preprocessor_definit": 1, "definit": [1, 17, 47, 67, 69, 70, 72, 73, 76, 79, 81, 86, 92, 97, 106, 113, 114, 115, 124, 131, 140, 144, 154, 155, 157, 160, 180, 191, 197, 199, 201, 202, 203, 213, 214, 226, 230, 231, 232, 236, 253, 267, 270, 272, 279], "none": [1, 28, 32, 37, 39, 51, 52, 84, 92, 98, 103, 105, 106, 124, 135, 137, 147, 149, 154, 155, 166, 171, 173, 175, 176, 179, 180, 183, 188, 189, 192, 194, 195, 196, 197, 200, 201, 205, 207, 209, 210, 212, 214, 215, 216, 219, 225, 226, 228, 229, 236, 240], "liter": [1, 91, 113, 155, 184], "string": [1, 6, 26, 43, 46, 54, 57, 86, 92, 107, 113, 122, 124, 139, 142, 143, 149, 154, 155, 156, 183, 192, 194, 195, 197, 200, 201, 205, 209, 214, 217, 221, 226, 249, 250, 257, 259, 279, 280], "ha": [1, 4, 5, 6, 8, 10, 19, 21, 24, 26, 28, 32, 36, 37, 39, 40, 41, 52, 54, 58, 64, 65, 71, 76, 80, 86, 91, 93, 94, 102, 106, 110, 113, 116, 120, 122, 124, 128, 135, 139, 140, 141, 144, 146, 147, 148, 149, 153, 154, 155, 157, 158, 159, 161, 164, 166, 168, 176, 179, 184, 188, 190, 196, 200, 201, 202, 214, 216, 226, 230, 236, 240, 244, 245, 251, 252, 253, 257, 258, 259, 261, 264, 265, 268, 271, 273, 276, 277, 280], "15756": 1, "improv": [1, 6, 76, 126, 280], "path": [1, 4, 6, 16, 18, 19, 26, 27, 28, 30, 36, 37, 40, 41, 49, 50, 51, 52, 54, 56, 61, 62, 64, 74, 80, 87, 89, 90, 92, 93, 95, 96, 97, 100, 102, 103, 105, 107, 110, 111, 113, 118, 119, 122, 124, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 152, 154, 155, 163, 165, 166, 167, 175, 179, 184, 185, 188, 189, 194, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 216, 219, 220, 221, 222, 223, 226, 228, 232, 233, 249, 251, 253, 254, 257, 259, 260, 263, 264, 265, 266, 268, 270, 271, 272, 280], "deploy": [1, 6, 11, 31, 36, 80, 82, 90, 91, 92, 94, 103, 132, 144, 154, 160, 201, 226], "case": [1, 4, 6, 13, 17, 21, 26, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 79, 81, 84, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 105, 106, 107, 109, 110, 111, 116, 119, 122, 124, 126, 127, 128, 129, 130, 135, 137, 138, 139, 140, 141, 142, 143, 144, 152, 154, 155, 157, 158, 160, 162, 164, 165, 166, 168, 175, 183, 184, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 202, 205, 207, 212, 226, 228, 229, 230, 231, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "crash": [1, 6, 80, 275], "package_fold": [1, 17, 28, 39, 40, 41, 42, 61, 98, 103, 105, 123, 132, 135, 137, 138, 140, 166, 188, 190, 197, 200, 205, 212, 215, 217, 263, 264, 265, 266], "15737": 1, "info": [1, 6, 13, 24, 28, 32, 37, 47, 56, 58, 61, 65, 79, 84, 85, 86, 87, 88, 89, 92, 93, 99, 102, 104, 105, 107, 110, 135, 139, 140, 141, 144, 145, 147, 148, 149, 154, 163, 166, 175, 184, 207, 226, 238, 240, 250, 258, 259, 263, 265, 276, 277], "format": [1, 6, 7, 13, 54, 71, 78, 89, 91, 92, 93, 94, 95, 97, 98, 100, 101, 102, 103, 105, 106, 114, 115, 116, 117, 119, 120, 121, 124, 129, 135, 140, 144, 145, 153, 157, 158, 162, 184, 198, 201, 205, 207, 215, 217, 223, 226, 231, 244, 257, 264, 265, 273, 280], "larg": [1, 6, 10, 122, 124, 139, 155, 201, 269, 279], "15724": 1, "plugin": [1, 26, 52, 65, 74, 76, 80, 82, 89, 92, 122, 129, 139, 149, 160, 161, 162, 167, 265], "stderr": [1, 76, 149, 194, 280], "so": [1, 4, 5, 6, 10, 13, 17, 18, 21, 26, 27, 28, 32, 36, 37, 39, 40, 41, 43, 46, 47, 49, 51, 52, 54, 56, 57, 58, 61, 62, 64, 74, 76, 79, 83, 84, 85, 86, 88, 91, 94, 95, 97, 105, 106, 107, 109, 111, 112, 113, 116, 120, 122, 124, 126, 130, 131, 133, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 162, 163, 165, 166, 184, 189, 190, 191, 195, 196, 197, 198, 201, 202, 203, 205, 212, 214, 216, 217, 220, 230, 233, 236, 240, 249, 250, 251, 252, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 272, 273, 275, 276, 277, 278, 279, 280], "json": [1, 3, 4, 6, 13, 21, 49, 50, 62, 71, 82, 89, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 105, 106, 109, 111, 114, 115, 116, 117, 119, 120, 121, 135, 136, 144, 145, 151, 163, 180, 194, 195, 197, 264, 270, 271, 272, 273, 280], "stdout": [1, 28, 76, 105, 107, 113, 121, 124, 149, 194, 280], "15704": 1, "gnu": [1, 28, 46, 47, 67, 72, 82, 86, 92, 103, 154, 155, 157, 185, 192, 200, 201, 207, 212, 213, 214, 215, 216, 217, 221, 250], "triplet": [1, 28, 92, 154, 214], "linux": [1, 8, 26, 27, 28, 36, 45, 47, 50, 57, 64, 65, 76, 86, 87, 88, 92, 94, 102, 107, 110, 111, 145, 147, 154, 155, 157, 192, 207, 222, 240, 249, 250, 251, 253, 254, 257, 259, 260, 264, 270, 272, 277], "x86": [1, 26, 27, 91, 92, 94, 107, 116, 120, 154, 157, 177, 192, 205, 229, 233, 240, 276], "15699": 1, "solv": [1, 30, 62, 64, 80, 81, 141, 155, 160, 163, 196, 217, 275, 277], "backslash": 1, "conan_home_fold": [1, 154], "global": [1, 3, 4, 7, 10, 43, 64, 79, 82, 86, 92, 124, 129, 135, 139, 151, 155, 159, 160, 166, 172, 184, 197, 198, 216, 217, 220, 230, 257, 263, 280], "15870": 1, "multi": [1, 49, 50, 52, 111, 140, 165, 190, 193, 194, 196, 230, 251, 253, 264, 270, 272, 274], "condit": [1, 6, 8, 28, 80, 106, 111, 124, 128, 133, 134, 136, 138, 144, 150, 190, 191, 248, 257, 258, 276, 278], "build_typ": [1, 16, 17, 18, 24, 26, 28, 30, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 71, 79, 84, 86, 87, 88, 98, 102, 103, 105, 106, 107, 114, 124, 127, 131, 139, 140, 148, 155, 157, 161, 168, 189, 190, 191, 194, 195, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 249, 250, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 272, 277], "15853": 1, "move": [1, 7, 36, 76, 80, 144, 184, 205, 259, 261, 266, 271, 272, 275, 276, 277, 279], "get_backup_sourc": 1, "expect": [1, 7, 10, 28, 43, 46, 62, 80, 97, 102, 106, 124, 126, 144, 154, 157, 206, 223, 259, 261, 271, 277], "cacheapi": 1, "uploadapi": [1, 169, 183], "typeerror": 1, "patch": [1, 6, 19, 44, 53, 76, 80, 84, 85, 91, 124, 126, 134, 144, 155, 157, 184, 185, 188, 204, 212, 255, 261, 278, 280], "15842": 1, "script": [1, 4, 5, 18, 26, 36, 39, 40, 41, 42, 43, 46, 47, 52, 54, 58, 61, 67, 80, 88, 92, 124, 126, 127, 135, 138, 140, 141, 143, 154, 162, 166, 168, 196, 197, 200, 201, 202, 203, 212, 213, 214, 221, 222, 226, 231, 232, 233, 245, 250, 251, 259, 267, 268, 276], "lockfil": [1, 8, 89, 90, 92, 93, 96, 97, 100, 102, 103, 105, 108, 109, 110, 111, 112, 114, 119, 175, 184, 241, 248, 274], "15802": 1, "channel": [1, 5, 63, 76, 79, 90, 93, 95, 96, 97, 98, 100, 102, 103, 107, 110, 118, 122, 135, 155, 252], "line": [1, 8, 10, 21, 26, 30, 32, 51, 62, 67, 68, 73, 74, 75, 76, 79, 80, 86, 90, 93, 100, 102, 103, 106, 110, 113, 114, 119, 122, 124, 126, 142, 143, 153, 154, 159, 162, 163, 164, 168, 189, 190, 194, 196, 197, 205, 212, 219, 220, 225, 229, 231, 233, 249, 251, 254, 256, 257, 259, 261, 266, 277, 278, 279, 280], "specifi": [1, 6, 10, 13, 18, 26, 27, 28, 32, 37, 41, 46, 54, 74, 79, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 107, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 124, 128, 130, 131, 135, 137, 139, 140, 141, 149, 150, 154, 155, 156, 157, 165, 173, 183, 192, 194, 195, 196, 197, 201, 205, 206, 207, 212, 214, 215, 217, 220, 222, 225, 226, 232, 236, 247, 249, 250, 251, 252, 253, 261, 263, 278, 279], "user": [1, 2, 3, 4, 5, 7, 8, 18, 21, 24, 26, 30, 36, 40, 41, 43, 52, 56, 62, 63, 64, 76, 78, 79, 80, 81, 83, 84, 86, 88, 89, 90, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 112, 113, 114, 118, 122, 125, 128, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 151, 152, 153, 155, 156, 157, 158, 159, 160, 165, 166, 168, 178, 179, 180, 196, 197, 200, 205, 207, 209, 214, 217, 226, 230, 236, 237, 245, 246, 249, 251, 252, 254, 257, 258, 259, 260, 261, 263, 265, 266, 270, 271, 275, 278], "15794": 1, "cross": [1, 11, 26, 43, 57, 58, 63, 64, 66, 76, 92, 126, 139, 140, 144, 154, 155, 192, 193, 196, 214, 217, 221, 224, 225, 240, 241, 248, 251, 268], "compil": [1, 6, 8, 16, 17, 18, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 63, 70, 74, 79, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 105, 106, 107, 110, 113, 114, 116, 119, 120, 124, 127, 129, 131, 135, 138, 139, 140, 141, 144, 148, 151, 154, 155, 161, 168, 177, 188, 189, 190, 191, 192, 194, 195, 196, 200, 202, 203, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 225, 226, 228, 229, 230, 231, 232, 233, 238, 241, 248, 249, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 280], "android": [1, 8, 11, 25, 63, 65, 76, 82, 92, 124, 140, 154, 157, 185, 197, 224, 250], "window": [1, 8, 13, 17, 26, 27, 30, 36, 40, 41, 43, 46, 47, 50, 57, 58, 61, 64, 65, 74, 76, 80, 86, 87, 88, 91, 92, 94, 107, 110, 111, 116, 120, 124, 127, 130, 135, 138, 140, 144, 147, 154, 155, 157, 161, 168, 177, 197, 201, 203, 205, 213, 214, 222, 226, 240, 245, 246, 249, 251, 253, 254, 257, 258, 259, 260, 261, 264, 265, 270, 272, 277, 280], "15790": 1, "generator_toolset": 1, "15789": 1, "evalu": [1, 51, 84, 105, 106, 108, 110, 114, 122, 124, 133, 135, 141, 147, 154, 158, 175, 253, 276], "item": [1, 4, 37, 76, 86, 92, 106, 108, 112, 116, 135, 139, 154, 157, 159, 164, 197, 201, 278], "thei": [1, 6, 7, 13, 17, 21, 24, 28, 30, 36, 40, 41, 58, 62, 67, 68, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 85, 86, 88, 91, 92, 93, 94, 97, 99, 105, 106, 108, 109, 111, 122, 124, 126, 128, 129, 131, 135, 137, 140, 141, 144, 145, 150, 153, 154, 155, 157, 158, 159, 163, 165, 166, 175, 180, 184, 186, 188, 191, 194, 197, 205, 210, 219, 223, 226, 231, 236, 240, 247, 251, 252, 253, 255, 258, 259, 260, 261, 263, 264, 265, 272, 273, 275, 276, 277, 278, 280], "modul": [1, 11, 38, 46, 64, 71, 122, 124, 135, 136, 155, 160, 164, 184, 196, 220], "15779": 1, "gener": [1, 2, 3, 4, 6, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 44, 46, 47, 48, 51, 52, 56, 57, 58, 61, 62, 67, 68, 70, 72, 73, 74, 75, 76, 79, 80, 82, 84, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 105, 107, 109, 110, 111, 113, 114, 119, 120, 122, 125, 126, 127, 129, 131, 136, 137, 139, 140, 141, 144, 145, 154, 155, 157, 158, 159, 160, 161, 162, 165, 166, 167, 168, 176, 184, 185, 186, 190, 191, 193, 194, 195, 199, 200, 201, 205, 211, 212, 218, 222, 223, 224, 225, 227, 231, 232, 233, 236, 238, 244, 245, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 278, 280], "pc": [1, 46, 57, 215, 216, 217], "its": [1, 4, 13, 24, 28, 30, 32, 37, 40, 41, 52, 61, 62, 64, 65, 74, 76, 79, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 100, 105, 106, 107, 114, 116, 124, 127, 135, 139, 140, 141, 144, 146, 153, 154, 155, 163, 165, 166, 184, 195, 196, 197, 200, 212, 217, 231, 248, 250, 252, 253, 259, 268, 270, 272, 273, 276], "context": [1, 6, 13, 28, 43, 80, 86, 90, 93, 97, 98, 100, 102, 103, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 150, 154, 155, 165, 186, 196, 197, 200, 201, 202, 203, 205, 217, 220, 226, 228, 230, 241, 248, 251, 265], "alreadi": [1, 4, 6, 7, 24, 28, 56, 76, 80, 92, 94, 97, 100, 106, 111, 113, 114, 115, 120, 124, 130, 131, 136, 154, 155, 173, 175, 180, 183, 186, 190, 196, 197, 205, 214, 217, 240, 241, 242, 247, 251, 253, 254, 256, 257, 258, 259, 262, 265, 266, 268, 272, 275, 277, 279, 280], "15763": 1, "visibl": [1, 40, 41, 81, 85, 92, 98, 103, 122, 128, 154, 197, 220], "conan_c_flag": 1, "too": [1, 5, 8, 18, 30, 32, 46, 47, 58, 61, 62, 76, 79, 80, 86, 113, 122, 124, 140, 150, 155, 166, 184, 190, 200, 201, 230, 252, 270, 276], "15762": 1, "profil": [1, 24, 26, 27, 28, 40, 41, 43, 46, 51, 56, 58, 62, 64, 69, 76, 79, 80, 82, 84, 86, 88, 89, 90, 92, 93, 97, 100, 102, 103, 107, 110, 119, 124, 128, 131, 140, 141, 151, 154, 157, 159, 160, 161, 165, 169, 172, 175, 192, 197, 200, 214, 221, 222, 225, 226, 228, 232, 248, 249, 251, 253, 254, 258, 263, 275, 276, 277, 278], "scope": [1, 124, 137, 149, 150, 154, 155, 197, 200, 201, 202, 203, 222, 228, 233], "15747": 1, "legaci": [1, 127, 154, 197, 228], "usag": [1, 6, 27, 28, 32, 36, 38, 40, 41, 42, 52, 69, 76, 80, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 127, 137, 140, 141, 153, 154, 155, 157, 159, 165, 198, 205, 207, 209, 212, 216, 223, 232, 252, 265, 270, 280], "api": [1, 6, 27, 71, 76, 80, 82, 124, 155, 160, 163, 166, 244, 245, 253], "15743": 1, "contain": [1, 2, 4, 6, 7, 8, 17, 18, 19, 26, 27, 28, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 56, 57, 58, 61, 62, 67, 68, 72, 76, 84, 85, 86, 87, 90, 92, 93, 95, 96, 97, 99, 100, 102, 103, 105, 106, 108, 109, 110, 111, 113, 117, 118, 119, 122, 124, 125, 127, 131, 135, 136, 137, 140, 141, 152, 154, 157, 159, 160, 165, 167, 168, 172, 180, 184, 188, 190, 196, 197, 198, 202, 203, 209, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 236, 238, 249, 250, 252, 256, 259, 263, 264, 265, 267, 268, 270, 271, 272, 276, 278, 279, 280], "15727": 1, "precend": 1, "metadata": [1, 2, 7, 63, 71, 91, 120, 123, 139, 173, 183, 259, 277], "rang": [1, 8, 9, 76, 80, 84, 86, 90, 92, 93, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 119, 124, 139, 141, 150, 154, 155, 157, 184, 241, 248, 253, 259, 274, 276, 279, 280], "15653": 1, "implement": [1, 2, 7, 8, 42, 52, 76, 79, 80, 85, 91, 97, 113, 122, 129, 135, 138, 144, 157, 161, 165, 168, 184, 185, 189, 197, 223, 229, 237, 244, 246, 259, 261, 263, 264, 273, 275, 280], "xxxx": [1, 7, 52, 74, 86, 89, 92, 98, 124, 135, 142, 143, 197, 219, 221, 230, 280], "15654": 1, "abil": 1, "15652": 1, "formatt": [1, 46, 94, 120, 160], "15651": 1, "cross_build": [1, 28, 92, 154, 226, 250, 268], "decid": [1, 28, 84, 122, 124, 128, 139, 142, 143, 253, 257, 275, 277, 278], "whether": [1, 90, 92, 93, 96, 97, 102, 103, 106, 110, 122, 135, 145, 154, 190, 192, 228, 253, 257, 260, 267, 272, 280], "regardless": [1, 91, 107, 258], "intern": [1, 52, 56, 62, 80, 92, 122, 144, 155, 157, 158, 188, 189, 226, 229, 240, 250, 252, 263, 277], "mechan": [1, 7, 13, 62, 76, 79, 80, 86, 122, 124, 129, 135, 143, 144, 155, 158, 160, 165, 184, 198, 201, 236, 251, 252, 258, 274, 276, 277, 279, 280], "15616": 1, "15613": 1, "15602": 1, "reduc": [1, 80, 100, 101, 145], "exclus": [1, 36, 90, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 107, 110, 111, 116, 119, 120, 124, 125, 128, 140, 141, 144, 230], "15573": 1, "cuda": [1, 92, 154, 197, 214], "toolkit": 1, "15572": 1, "import": [1, 6, 7, 8, 16, 17, 18, 24, 26, 28, 32, 37, 39, 40, 41, 42, 43, 48, 51, 54, 61, 62, 63, 64, 65, 67, 68, 72, 73, 74, 75, 76, 79, 84, 86, 88, 89, 100, 103, 106, 110, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 151, 153, 155, 157, 160, 161, 163, 164, 167, 184, 185, 186, 188, 189, 190, 191, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 238, 240, 241, 250, 252, 253, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 272, 276, 278, 279, 280], "higher": [1, 69, 86, 106, 140, 141, 149, 153, 236, 276, 278], "preced": [1, 79, 124, 152, 185, 197, 200, 214, 217], "over": [1, 6, 8, 10, 78, 79, 80, 86, 91, 92, 94, 106, 124, 136, 139, 144, 152, 154, 155, 159, 161, 162, 165, 179, 184, 189, 197, 207, 214, 216, 217, 236, 257, 260, 261, 266, 273, 275, 278, 280], "regular": [1, 42, 124, 135, 137, 140, 155, 159, 166, 184, 196, 207, 217, 230, 246, 248, 250, 263], "15571": 1, "displai": [1, 13, 69, 87, 89, 92, 99, 103, 104, 107, 124, 145, 162, 168, 259, 276], "deactivate_conanvcvar": 1, "15557": 1, "serial": [1, 7, 124], "forward": [1, 6, 46, 56, 57, 76, 184, 207, 275, 279], "15553": 1, "log": [1, 6, 26, 62, 94, 115, 122, 149, 158, 160, 272, 280], "git": [1, 11, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 44, 46, 50, 51, 52, 54, 56, 57, 64, 71, 76, 79, 80, 92, 106, 113, 114, 124, 143, 144, 158, 185, 205, 235, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 279, 280], "run": [1, 6, 10, 13, 17, 18, 19, 21, 26, 27, 28, 33, 35, 39, 40, 41, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 76, 80, 82, 86, 92, 93, 98, 102, 103, 104, 110, 116, 120, 123, 124, 125, 126, 127, 128, 135, 137, 139, 140, 143, 146, 152, 154, 155, 157, 160, 162, 163, 165, 166, 191, 192, 194, 196, 197, 199, 200, 203, 212, 217, 219, 220, 221, 222, 225, 229, 230, 232, 233, 236, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 276, 277, 279, 280], "verbos": [1, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 140, 149, 154, 155, 159, 189, 194, 214, 225, 229, 272], "mode": [1, 17, 21, 76, 79, 92, 95, 107, 124, 135, 137, 144, 145, 154, 157, 222, 240, 241, 251, 269, 272, 280], "15514": 1, "debug": [1, 6, 11, 17, 26, 29, 36, 49, 50, 52, 54, 69, 79, 80, 106, 110, 113, 114, 124, 127, 140, 149, 155, 157, 161, 168, 189, 190, 191, 195, 196, 197, 202, 203, 205, 214, 226, 229, 230, 231, 241, 248, 253, 256, 258, 259, 263, 264, 265, 267, 270, 271, 272], "vvv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "15513": 1, "python_requir": [1, 80, 98, 105, 109, 110, 111, 112, 125, 135, 136, 160, 175, 197, 223, 241, 252, 276, 278], "tested_reference_str": [1, 28, 184, 265, 268], "15485": 1, "presets_build": 1, "run_environ": 1, "modifi": [1, 3, 4, 6, 10, 17, 26, 27, 28, 30, 50, 54, 69, 79, 80, 86, 91, 122, 124, 127, 128, 135, 140, 157, 159, 162, 166, 168, 190, 197, 198, 205, 213, 248, 252, 253, 257, 258, 259, 261, 266, 267, 275, 277, 278, 279, 280], "cmakepreset": [1, 44, 48, 70, 92, 135, 154, 194, 195, 197, 253, 270, 271, 272, 280], "environ": [1, 2, 6, 13, 14, 20, 28, 36, 46, 47, 57, 63, 64, 67, 82, 86, 88, 92, 103, 113, 114, 122, 124, 135, 140, 149, 152, 153, 154, 155, 158, 185, 194, 196, 197, 199, 202, 203, 213, 216, 222, 226, 227, 231, 233, 249, 250, 251, 253, 254, 255, 257, 263, 265, 267, 268, 271], "15470": 1, "packg": 1, "limit": [1, 28, 36, 52, 107, 116, 124, 140, 192, 201, 205, 226, 249, 280], "suppli": [1, 4, 5, 91, 108, 109, 112, 165, 280], "15464": 1, "initi": [1, 6, 62, 69, 125, 136, 140, 142, 143, 175, 226, 234, 279], "document": [1, 3, 4, 26, 27, 64, 71, 80, 81, 86, 94, 103, 116, 124, 132, 135, 140, 145, 157, 160, 168, 184, 185, 197, 198, 205, 208, 222, 226, 244, 245, 253, 254, 258, 272, 280], "remotesapi": [1, 32, 169, 180], "publicli": [1, 4], "avail": [1, 3, 4, 8, 24, 26, 28, 37, 54, 58, 69, 74, 76, 78, 79, 92, 97, 102, 104, 105, 107, 112, 113, 116, 122, 124, 129, 137, 141, 150, 154, 155, 166, 180, 184, 188, 192, 197, 239, 249, 250, 252, 253, 258, 259, 263, 264, 265, 270, 271, 278, 280], "15462": 1, "vcvar": [1, 92, 135, 154, 157, 185, 227, 229, 231], "env": [1, 24, 26, 40, 41, 56, 80, 82, 92, 115, 140, 141, 146, 149, 154, 155, 159, 185, 194, 197, 200, 201, 202, 203, 214, 231, 232, 233, 238, 249, 251, 254, 265, 268, 271], "variabl": [1, 26, 36, 37, 44, 46, 47, 48, 63, 67, 82, 84, 86, 88, 92, 113, 122, 124, 135, 139, 140, 152, 153, 154, 155, 158, 187, 191, 194, 195, 196, 198, 199, 202, 203, 213, 214, 215, 216, 217, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233, 240, 250, 251, 253, 254, 257, 265, 266, 267, 268, 277, 278, 280], "powershel": [1, 92, 154, 201, 202, 203, 233, 254], "15461": 1, "exclud": [1, 40, 41, 90, 91, 92, 93, 100, 102, 103, 106, 110, 119, 124, 205, 230, 236, 252, 278], "dirti": [1, 6, 62, 124, 236], "helper": [1, 18, 46, 47, 56, 57, 58, 61, 67, 68, 70, 73, 74, 75, 76, 79, 92, 124, 126, 134, 135, 144, 145, 149, 154, 157, 158, 163, 189, 192, 194, 196, 197, 200, 201, 205, 211, 214, 216, 219, 221, 225, 228, 229, 236, 237, 263], "15457": 1, "scm": [1, 11, 28, 44, 82, 106, 124, 143, 185, 205, 236, 256, 261, 277, 279], "revision_mod": [1, 98, 103, 105, 277], "python_package_id_mod": 1, "per": [1, 6, 74, 76, 86, 113, 126, 135, 138, 140, 144, 155, 183, 184, 190, 197, 219, 220, 230], "effect": [1, 6, 8, 51, 79, 82, 83, 84, 106, 124, 135, 139, 144, 154, 160, 230, 240, 258, 276], "consum": [1, 6, 8, 14, 20, 21, 36, 39, 42, 46, 47, 52, 58, 61, 62, 63, 70, 74, 75, 85, 88, 89, 93, 114, 123, 125, 128, 135, 137, 140, 141, 148, 150, 155, 175, 176, 184, 190, 198, 200, 212, 215, 217, 220, 230, 238, 241, 251, 252, 253, 254, 255, 256, 259, 263, 264, 265, 268, 269, 270, 272, 275, 277, 279, 280], "15453": 1, "cmakeexecut": [1, 197], "preset": [1, 28, 30, 49, 50, 70, 92, 126, 137, 154, 195, 197, 270, 271, 272], "15447": 1, "cli": [1, 10, 13, 32, 76, 98, 103, 104, 154, 156, 159, 163, 194, 219, 245, 279], "15441": 1, "detect_msvc_upd": [1, 155], "15435": 1, "job": [1, 7, 62, 80, 92, 154, 155, 192, 194, 225, 280], "buildpreset": [1, 50, 197], "15422": 1, "nest": [1, 79, 157, 205, 270], "ani": [1, 4, 6, 7, 8, 10, 13, 21, 24, 36, 37, 43, 47, 52, 58, 61, 62, 74, 76, 79, 80, 84, 85, 86, 91, 92, 93, 94, 98, 103, 105, 106, 107, 109, 111, 113, 114, 116, 117, 120, 122, 124, 126, 127, 128, 133, 134, 135, 136, 140, 142, 143, 144, 145, 149, 152, 154, 155, 157, 159, 160, 161, 163, 166, 184, 185, 191, 194, 195, 196, 197, 202, 205, 207, 210, 212, 215, 217, 219, 220, 222, 226, 230, 231, 237, 240, 245, 247, 249, 251, 252, 256, 258, 259, 263, 264, 265, 269, 270, 273, 275, 276, 277, 278, 279, 280], "15415": 1, "coordinates_to_conandata": [1, 62, 236], "checkout_from_conandata_coordin": [1, 62, 236], "simplifi": [1, 13, 28, 111, 150, 258, 259, 280], "flow": [1, 5, 6, 11, 13, 18, 30, 36, 62, 63, 76, 90, 97, 106, 118, 135, 140, 191, 196, 231, 241, 245, 257, 269, 276, 280], "15377": 1, "autotoolstoolchain": [1, 28, 46, 47, 67, 92, 154, 185, 200, 211, 212, 257], "automat": [1, 3, 6, 32, 42, 49, 64, 69, 74, 76, 86, 90, 92, 93, 97, 100, 102, 103, 105, 106, 109, 110, 113, 119, 122, 124, 133, 140, 141, 144, 153, 154, 155, 157, 166, 179, 184, 188, 194, 195, 196, 197, 200, 201, 203, 208, 209, 212, 215, 216, 217, 219, 221, 222, 225, 231, 240, 243, 249, 251, 252, 254, 257, 258, 260, 261, 265, 268, 273, 274, 275, 276, 277, 278, 280], "inject": [1, 40, 41, 44, 48, 68, 69, 74, 92, 124, 139, 140, 149, 153, 154, 155, 158, 160, 162, 184, 221, 232, 254, 257, 267], "f": [1, 28, 32, 37, 40, 41, 88, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 113, 114, 115, 116, 117, 119, 120, 121, 124, 140, 144, 158, 164, 166, 167, 184, 197, 217, 232], "v": [1, 26, 50, 52, 61, 62, 81, 84, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 129, 139, 150, 154, 157, 159, 184, 225, 226, 230, 231, 232, 236, 241, 248, 249, 251, 254, 259, 280], "15375": 1, "upload": [1, 3, 5, 7, 12, 30, 62, 71, 76, 79, 80, 86, 89, 92, 94, 96, 114, 115, 116, 122, 124, 133, 134, 154, 156, 160, 167, 169, 212, 241, 242, 243, 245, 252, 263, 264, 270, 273, 274, 280], "parallel": [1, 69, 80, 86, 92, 100, 120, 154, 159, 160, 162, 173, 183, 192, 197, 280], "faster": [1, 13, 86, 236, 252, 279], "15360": 1, "intel": [1, 43, 76, 82, 92, 154, 185, 192, 228], "oneapi": [1, 92, 154, 157, 222], "detect": [1, 6, 62, 76, 80, 92, 154, 155, 179, 192, 197, 216, 226, 249, 250, 251, 260], "15358": 1, "progress": 1, "long": [1, 4, 7, 76, 79, 124, 137, 157, 184, 276, 278, 280], "15354": 1, "extension_properti": [1, 161], "extens": [1, 4, 11, 32, 36, 37, 39, 61, 63, 64, 65, 76, 80, 82, 83, 84, 92, 106, 124, 161, 162, 163, 164, 165, 166, 167, 168, 192, 201, 205, 250, 258, 265, 271], "15348": 1, "compatibility_cppstd": [1, 124, 161], "py": [1, 6, 16, 17, 18, 19, 21, 24, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 63, 64, 69, 74, 76, 80, 82, 86, 89, 90, 91, 93, 95, 96, 97, 100, 102, 103, 105, 106, 109, 110, 113, 114, 118, 119, 122, 124, 129, 133, 135, 136, 137, 142, 143, 144, 145, 146, 147, 150, 155, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 175, 176, 184, 190, 191, 196, 202, 203, 209, 213, 214, 215, 217, 219, 220, 221, 222, 230, 231, 233, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 277, 278, 279], "disabl": [1, 52, 92, 93, 122, 124, 154, 156, 159, 161, 165, 180, 197, 207, 214, 263], "fallback": [1, 106, 157, 189, 280], "cppstd": [1, 24, 26, 27, 28, 47, 58, 61, 79, 84, 88, 98, 103, 114, 124, 131, 139, 155, 157, 161, 168, 185, 191, 197, 214, 221, 232, 249, 250, 251, 258, 259, 263, 280], "get_commit": [1, 236], "repositori": [1, 3, 5, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 30, 31, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 79, 80, 92, 94, 104, 106, 115, 120, 124, 144, 158, 160, 163, 166, 220, 236, 240, 241, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "true": [1, 6, 10, 19, 21, 28, 37, 40, 41, 42, 43, 46, 47, 54, 62, 79, 85, 86, 87, 88, 90, 92, 93, 97, 98, 100, 102, 103, 105, 106, 107, 110, 114, 119, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 141, 144, 145, 149, 150, 153, 154, 155, 156, 179, 180, 188, 190, 192, 194, 195, 196, 197, 201, 202, 203, 205, 207, 209, 214, 216, 219, 221, 226, 228, 230, 231, 236, 240, 251, 253, 254, 257, 258, 259, 261, 263, 267, 271, 275, 276, 278], "obtain": [1, 40, 41, 62, 87, 89, 91, 125, 139, 145, 155, 180, 188, 189, 194, 199, 201, 202, 203, 226, 229, 231, 236, 251, 279], "commit": [1, 19, 62, 71, 76, 80, 124, 137, 144, 205, 236, 256, 257, 260, 261, 267, 271, 272, 277, 279], "15304": 1, "ensur": [1, 4, 8, 28, 37, 43, 64, 69, 84, 93, 128, 157, 197, 205, 219, 222, 251, 253, 278], "edit": [1, 3, 14, 15, 21, 26, 30, 54, 64, 76, 79, 80, 89, 114, 115, 122, 124, 135, 137, 140, 144, 155, 157, 168, 184, 241, 244, 246, 249, 252, 269, 272, 277], "cascad": [1, 90, 93, 100, 102, 103, 106, 110, 119, 270], "work": [1, 4, 7, 16, 18, 19, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 52, 54, 62, 63, 64, 65, 73, 74, 76, 80, 89, 94, 95, 106, 111, 113, 114, 115, 116, 120, 122, 124, 125, 133, 134, 135, 137, 144, 147, 148, 153, 155, 157, 161, 163, 166, 184, 192, 194, 196, 197, 201, 220, 223, 226, 236, 241, 246, 249, 250, 251, 253, 258, 259, 261, 264, 266, 269, 271, 272, 275, 280], "togeth": [1, 62, 73, 76, 91, 101, 107, 114, 124, 133, 134, 144, 161, 183, 184, 194, 197, 225, 232, 252, 259, 273, 280], "15300": 1, "sort": [1, 100, 109, 111, 112, 140, 167, 198, 205, 276, 280], "group": [1, 32, 92, 124, 280], "15270": 1, "past": [1, 26, 81, 91, 107], "timestamp": [1, 13, 102, 107, 109, 111], "compact": [1, 91], "lock": [1, 8, 76, 89, 90, 92, 93, 97, 100, 102, 103, 105, 106, 114, 119, 175, 184, 252, 276], "15262": 1, "guarante": [1, 4, 7, 62, 79, 86, 92, 111, 114, 124, 139, 141, 155, 184, 261, 274, 275, 277], "15678": 1, "platform_tool_requir": 1, "discard": [1, 92, 141, 154], "15665": 1, "gcc": [1, 24, 28, 40, 41, 46, 47, 76, 80, 84, 86, 87, 90, 91, 93, 94, 97, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 124, 129, 139, 144, 148, 155, 157, 168, 177, 192, 207, 214, 250], "conda": 1, "15664": 1, "download": [1, 4, 5, 7, 12, 19, 24, 26, 27, 30, 62, 63, 64, 69, 74, 76, 80, 89, 91, 92, 96, 97, 99, 100, 103, 106, 107, 114, 116, 122, 124, 133, 134, 144, 155, 156, 158, 160, 167, 169, 175, 185, 204, 236, 242, 245, 247, 249, 252, 253, 254, 258, 261, 262, 265, 269, 271, 273, 275, 277, 280], "15601": 1, "relativ": 1, "15592": 1, "map": [1, 47, 85, 135, 140, 184, 189, 194, 197, 214, 226, 229, 232, 240, 264, 272], "without": [1, 4, 5, 6, 13, 24, 32, 36, 37, 40, 41, 52, 62, 74, 76, 80, 86, 88, 89, 92, 94, 97, 99, 103, 106, 107, 108, 109, 112, 114, 115, 116, 120, 122, 124, 127, 128, 133, 135, 139, 141, 142, 143, 145, 147, 149, 154, 155, 157, 159, 161, 166, 172, 180, 184, 196, 197, 200, 205, 209, 228, 240, 252, 253, 259, 261, 266, 267, 269, 270, 271, 276, 277, 278, 279], "15545": 1, "text": [1, 107, 122, 123, 124, 143, 154, 155, 163, 184, 205, 279], "15538": 1, "help": [1, 8, 32, 37, 46, 50, 52, 64, 67, 68, 72, 73, 74, 76, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 163, 191, 200, 214, 222, 231, 253, 254, 265, 273, 274], "reachabl": 1, "want": [1, 3, 4, 5, 6, 7, 13, 16, 17, 21, 24, 26, 28, 30, 32, 39, 40, 41, 42, 43, 50, 51, 54, 64, 69, 79, 84, 86, 88, 93, 94, 100, 102, 107, 110, 111, 122, 124, 126, 127, 128, 129, 139, 140, 141, 142, 143, 144, 145, 154, 155, 157, 175, 184, 190, 195, 196, 197, 198, 205, 214, 222, 230, 232, 236, 238, 240, 244, 247, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 266, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offlin": [1, 76], "15516": 1, "stacktrac": 1, "15501": 1, "intend": [1, 2, 4, 6, 7, 16, 17, 18, 19, 28, 30, 42, 65, 76, 80, 86, 91, 92, 106, 107, 124, 128, 132, 133, 134, 135, 146, 155, 166, 184, 194, 196, 197, 201, 219, 225, 236, 240, 251, 254, 257, 265, 276], "15499": 1, "check_typ": 1, "int": [1, 30, 43, 46, 56, 57, 192, 209, 249, 251, 263, 268], "bool": [1, 92, 154, 156, 192, 219, 225, 226, 228], "15378": 1, "entri": [1, 63, 69, 90, 92, 93, 97, 100, 102, 103, 106, 110, 119, 124, 135, 153, 158, 188, 195, 196, 197, 207, 209, 222, 278], "machin": [1, 6, 28, 30, 64, 86, 97, 114, 122, 124, 132, 157, 159, 192, 196, 212, 217, 225, 226, 230, 240, 242, 247, 250, 251, 268, 277], "due": [1, 28, 87, 124, 272], "pkgconfig": [1, 58, 92, 154, 185, 211, 226], "deprec": [1, 76, 92, 98, 100, 149, 154, 157, 184, 208, 214, 217, 226], "sinc": [1, 28, 46, 47, 49, 50, 69, 81, 103, 195, 197, 212, 217, 240, 247, 270, 271, 272, 277], "meson": [1, 11, 44, 63, 65, 76, 80, 82, 92, 113, 154, 155, 185, 249, 257, 259], "15369": 1, "some": [1, 4, 5, 6, 7, 8, 13, 18, 21, 30, 32, 36, 40, 41, 42, 43, 46, 47, 51, 52, 64, 65, 70, 71, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 92, 93, 96, 97, 100, 102, 103, 105, 106, 107, 110, 111, 113, 119, 124, 125, 126, 127, 128, 130, 131, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 164, 166, 180, 184, 190, 196, 197, 198, 200, 205, 207, 212, 213, 214, 216, 217, 221, 222, 223, 226, 232, 236, 240, 250, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "15355": 1, "did": [1, 49, 91, 184, 250, 251, 254, 256, 259, 261, 272, 279], "15353": 1, "upload_polici": [1, 98], "skip": [1, 4, 37, 92, 93, 94, 97, 98, 103, 124, 126, 149, 173, 183, 188, 196, 197, 236, 242, 250, 257, 258, 263, 268], "15336": 1, "accept": [1, 5, 7, 96, 105, 106, 107, 110, 115, 117, 124, 149, 152, 155, 157, 189, 194, 197, 205, 209, 217, 222, 225, 229, 240], "onli": [1, 4, 6, 7, 8, 13, 17, 21, 26, 28, 30, 32, 36, 46, 47, 49, 50, 52, 54, 56, 58, 61, 62, 69, 74, 76, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 100, 101, 102, 103, 105, 106, 107, 110, 113, 115, 116, 119, 120, 123, 124, 127, 128, 129, 131, 132, 133, 135, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 149, 150, 154, 155, 157, 159, 162, 163, 165, 166, 167, 175, 176, 180, 184, 185, 190, 191, 192, 194, 195, 196, 197, 198, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 221, 226, 230, 238, 240, 248, 250, 251, 252, 254, 255, 257, 259, 260, 261, 262, 264, 265, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "15312": 1, "releas": [1, 4, 5, 9, 17, 21, 24, 26, 28, 36, 43, 46, 47, 49, 50, 52, 54, 58, 61, 63, 65, 71, 74, 76, 79, 81, 85, 87, 88, 92, 98, 102, 103, 106, 107, 110, 113, 114, 124, 127, 137, 139, 140, 144, 154, 155, 157, 161, 165, 168, 184, 189, 190, 191, 194, 195, 196, 197, 202, 203, 207, 213, 214, 222, 226, 229, 230, 231, 236, 241, 248, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278], "14780": 1, "msbuilddep": [1, 61, 74, 92, 135, 154, 185, 227], "compon": [1, 14, 15, 20, 135, 137, 187, 194, 196, 198, 215, 216, 217, 220, 230, 255], "15626": 1, "themselv": [1, 8, 113, 184, 258], "15575": 1, "o": [1, 6, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 37, 39, 40, 41, 42, 43, 47, 51, 54, 58, 61, 62, 79, 80, 86, 87, 88, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 105, 106, 107, 110, 111, 114, 116, 119, 120, 124, 127, 130, 131, 134, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 153, 154, 155, 157, 158, 166, 167, 168, 177, 184, 188, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 245, 249, 250, 251, 252, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275], "microsoft": [1, 74, 82, 92, 124, 135, 140, 154, 155, 157, 185, 194, 197, 212, 222, 229, 230, 231, 232, 233], "15568": 1, "wrong": [1, 99, 102, 138, 144], "propag": [1, 8, 14, 20, 52, 79, 81, 124, 128, 140, 141, 150, 200, 217, 255, 263, 275], "fals": [1, 13, 17, 28, 32, 37, 40, 41, 43, 47, 54, 61, 62, 79, 86, 87, 88, 92, 98, 100, 102, 103, 105, 107, 114, 116, 122, 124, 128, 130, 131, 135, 136, 138, 140, 141, 149, 154, 155, 156, 161, 165, 175, 176, 180, 183, 188, 190, 192, 194, 196, 197, 202, 203, 205, 207, 209, 214, 216, 225, 226, 228, 230, 236, 237, 240, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 275, 278], "header": [1, 6, 17, 36, 40, 41, 43, 52, 79, 80, 81, 85, 86, 87, 98, 124, 128, 137, 138, 139, 140, 146, 147, 158, 188, 196, 198, 207, 230, 255, 259, 260, 262, 264, 265, 266, 270, 272, 280], "15564": 1, "store": [1, 4, 6, 13, 28, 62, 69, 71, 76, 84, 91, 92, 104, 106, 113, 114, 122, 124, 140, 153, 154, 164, 166, 197, 205, 209, 212, 236, 241, 242, 247, 249, 251, 255, 258, 259, 260, 264, 270, 272, 276, 279, 280], "storage_path": [1, 92], "also": [1, 3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 27, 28, 36, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 70, 72, 74, 75, 76, 79, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 98, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 126, 127, 128, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 154, 155, 157, 158, 159, 160, 164, 166, 167, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 232, 233, 238, 240, 242, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 271, 272, 274, 275, 276, 277, 278, 279, 280], "find": [1, 4, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 79, 85, 86, 102, 106, 124, 138, 140, 157, 160, 188, 196, 198, 212, 216, 222, 226, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276], "them": [1, 3, 5, 6, 7, 8, 12, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 37, 40, 41, 43, 46, 50, 54, 56, 57, 61, 62, 64, 69, 74, 75, 76, 79, 80, 81, 85, 86, 87, 91, 92, 94, 97, 111, 113, 114, 115, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 145, 150, 155, 157, 162, 163, 164, 166, 179, 180, 183, 184, 189, 190, 191, 195, 196, 197, 201, 205, 207, 212, 214, 223, 226, 229, 230, 231, 240, 241, 242, 243, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 276, 278, 279], "correctli": [1, 17, 18, 24, 28, 30, 43, 52, 58, 69, 80, 93, 111, 146, 196, 197, 198, 205, 212, 251, 253, 255, 259, 263, 264, 268], "15505": 1, "The": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 26, 27, 28, 30, 32, 36, 37, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 56, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 173, 175, 180, 184, 185, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 243, 245, 246, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "export": [1, 5, 6, 7, 10, 16, 28, 39, 52, 62, 80, 89, 91, 92, 93, 98, 109, 114, 125, 134, 135, 136, 137, 138, 142, 143, 144, 160, 166, 167, 169, 184, 205, 209, 236, 256, 259, 260, 261, 264, 267, 269, 270, 272, 277, 279], "now": [1, 3, 4, 6, 10, 13, 17, 19, 24, 26, 28, 32, 37, 40, 41, 43, 46, 47, 50, 56, 57, 58, 61, 62, 64, 65, 71, 74, 85, 87, 88, 91, 100, 102, 124, 165, 167, 184, 190, 196, 220, 222, 245, 247, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "statu": [1, 39, 51, 62, 103, 149, 236], "15504": 1, "follow": [1, 4, 6, 8, 10, 26, 27, 28, 32, 36, 37, 39, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 64, 70, 76, 79, 84, 85, 88, 91, 92, 103, 105, 106, 107, 109, 112, 113, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 135, 139, 140, 144, 145, 147, 149, 153, 154, 158, 159, 161, 163, 165, 190, 191, 195, 196, 197, 200, 202, 203, 207, 214, 215, 217, 219, 220, 222, 226, 229, 230, 231, 232, 236, 238, 240, 245, 249, 253, 259, 260, 261, 264, 265, 268, 273, 275, 278, 279], "same": [1, 4, 6, 7, 8, 11, 13, 16, 18, 21, 26, 28, 36, 37, 38, 46, 47, 49, 51, 52, 54, 58, 61, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 101, 102, 103, 106, 110, 116, 124, 125, 127, 128, 129, 135, 137, 139, 141, 142, 143, 144, 149, 150, 154, 155, 157, 159, 161, 162, 163, 165, 166, 167, 184, 188, 190, 191, 192, 194, 196, 198, 205, 212, 214, 217, 220, 223, 226, 230, 231, 236, 240, 247, 249, 250, 251, 252, 253, 254, 258, 259, 260, 261, 263, 264, 265, 266, 268, 271, 272, 274, 275, 276, 277, 278, 279, 280], "behavior": [1, 8, 49, 76, 80, 84, 86, 101, 109, 110, 111, 124, 127, 130, 131, 135, 139, 140, 150, 154, 159, 161, 162, 166, 192, 196, 197, 217, 220, 226, 236, 240, 261, 280], "calcul": [1, 140, 202, 203, 209, 214, 232, 258, 263], "valid": [1, 6, 8, 10, 47, 58, 61, 79, 80, 84, 86, 87, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 135, 148, 154, 157, 158, 161, 168, 175, 192, 197, 207, 214, 215, 217, 226, 228, 231, 248, 256, 259, 263, 264, 267, 268, 271, 275, 276, 278], "apple_min_version_flag": [1, 226], "15465": 1, "subset": [1, 86, 88, 131, 139, 157, 197], "build_id": [1, 13, 98, 103, 125], "15439": 1, "conan_login_username_remot": 1, "15388": 1, "don": [1, 5, 10, 13, 24, 32, 40, 41, 46, 69, 79, 85, 102, 106, 107, 115, 123, 124, 144, 153, 155, 163, 184, 196, 198, 249, 250, 251, 252, 263, 264, 266, 270, 273], "take": [1, 6, 21, 28, 30, 31, 62, 87, 88, 92, 93, 100, 111, 116, 120, 122, 124, 135, 142, 143, 146, 152, 153, 154, 157, 189, 190, 195, 196, 197, 200, 214, 217, 230, 237, 240, 250, 251, 253, 258, 259, 265, 267, 268, 273, 280], "consider": [1, 7, 48], "15349": 1, "15337": 1, "get_url_and_commit": [1, 62, 236], "15271": 1, "direct": [1, 28, 37, 98, 103, 106, 122, 124, 128, 135, 140, 165, 190, 196, 197, 202, 230, 275], "host": [1, 8, 13, 24, 28, 31, 36, 43, 76, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 154, 155, 165, 175, 179, 186, 192, 196, 197, 198, 203, 207, 214, 217, 222, 226, 228, 230, 232, 240, 241, 244, 245, 248, 251, 265], "shouldn": [1, 6, 36, 40, 41, 62, 64, 80, 81, 86, 88, 116, 124, 128, 131, 138, 140, 185, 230, 236, 252, 263, 277], "non": [1, 52, 76, 80, 84, 91, 92, 111, 124, 138, 154, 192, 203, 248, 256, 278, 280], "artifact": [1, 6, 7, 13, 30, 47, 58, 71, 76, 80, 85, 91, 92, 94, 106, 116, 120, 124, 125, 127, 132, 137, 138, 139, 141, 154, 165, 167, 183, 197, 244, 245, 259, 264, 266, 270, 271, 272, 277, 280], "like": [1, 4, 6, 7, 8, 10, 13, 16, 18, 19, 21, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 61, 62, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 102, 103, 106, 107, 108, 109, 111, 112, 113, 114, 116, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 166, 168, 175, 176, 177, 180, 184, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 216, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 238, 240, 248, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "imag": [1, 69, 76, 87, 105, 113, 140, 245], "time": [1, 6, 8, 10, 24, 26, 28, 43, 56, 62, 69, 74, 76, 80, 81, 87, 88, 97, 107, 114, 116, 122, 124, 127, 128, 132, 133, 134, 135, 136, 137, 140, 141, 155, 160, 167, 184, 194, 196, 197, 202, 203, 207, 212, 217, 249, 252, 253, 254, 258, 261, 264, 265, 266, 269, 270, 272, 273, 274, 275, 277, 278, 280], "resourc": [1, 8, 63, 103, 140, 248, 277], "15128": 1, "save": [1, 2, 6, 32, 40, 41, 56, 62, 63, 76, 97, 108, 114, 122, 124, 127, 134, 154, 155, 164, 196, 197, 201, 204, 207, 217, 226], "subfold": [1, 7, 14, 15, 17, 19, 92, 137, 165, 166, 188, 195, 205, 209, 212, 245, 261, 264, 272], "tgz": [1, 7, 91, 144, 167, 183, 205, 207, 249, 254, 264], "15409": 1, "libcxx": [1, 24, 26, 27, 28, 32, 47, 79, 98, 103, 114, 124, 131, 139, 151, 155, 191, 197, 214, 222, 226, 249, 250, 251, 258, 259], "cc": [1, 43, 56, 188, 214, 220, 222, 226, 232, 250, 257, 263], "cxx": [1, 19, 21, 27, 43, 92, 154, 157, 188, 214, 222, 226, 232, 250, 257, 258, 259, 260, 263, 266, 267, 268, 271, 272], "var": [1, 40, 41, 80, 92, 115, 122, 141, 154, 155, 159, 196, 197, 200, 201, 202, 203, 213, 222, 232], "15418": 1, "winsdk_vers": [1, 92, 154, 197, 231, 233], "bug": [1, 8, 63, 76], "cmake_minimum_requir": [1, 21, 26, 39, 42, 43, 51, 69, 196, 249, 254, 257, 260, 266, 267, 268], "15373": 1, "trait": [1, 38, 40, 80, 81, 84, 124, 128, 275, 280], "15357": 1, "thru": 1, "15356": 1, "dump": [1, 163, 200], "reproduc": [1, 4, 6, 62, 76, 114, 124, 127, 184, 205, 236, 248, 252, 264, 274, 276, 277, 279, 280], "independ": [1, 21, 81, 86, 122, 133, 134, 139, 144, 165, 198, 272, 280], "were": [1, 6, 24, 30, 52, 62, 97, 131, 153, 165, 180, 220, 249, 251, 257, 260, 266, 275, 278, 280], "declar": [1, 14, 15, 21, 28, 49, 54, 58, 76, 79, 84, 91, 107, 124, 129, 130, 131, 135, 137, 139, 140, 141, 155, 157, 159, 160, 163, 164, 184, 190, 191, 192, 194, 195, 196, 197, 199, 201, 217, 220, 226, 230, 232, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 272, 275, 280], "revert": [1, 76, 159], "default": [1, 4, 6, 8, 10, 13, 21, 26, 27, 28, 30, 32, 40, 41, 42, 46, 47, 49, 50, 51, 52, 56, 58, 61, 69, 76, 79, 83, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 107, 109, 110, 113, 114, 116, 117, 119, 120, 122, 124, 132, 136, 137, 139, 140, 144, 145, 150, 153, 154, 155, 156, 157, 159, 161, 168, 175, 179, 180, 183, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 229, 230, 231, 232, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 259, 260, 261, 263, 265, 266, 267, 270, 272, 273, 275, 276, 277, 278, 280], "source_buildenv": 1, "15319": 1, "15284": 1, "ctest": [1, 194, 257], "directli": [1, 6, 7, 8, 13, 17, 27, 36, 46, 47, 51, 52, 64, 69, 74, 80, 88, 89, 95, 97, 100, 102, 103, 106, 109, 110, 114, 126, 135, 141, 155, 157, 164, 189, 194, 197, 205, 209, 219, 226, 231, 249, 252, 253, 264, 265, 270, 271, 275, 279], "instead": [1, 4, 5, 8, 19, 36, 62, 64, 69, 74, 76, 80, 86, 91, 92, 95, 100, 102, 103, 106, 110, 113, 116, 122, 124, 135, 139, 140, 149, 154, 157, 180, 184, 189, 194, 196, 197, 201, 217, 230, 236, 251, 252, 253, 254, 256, 257, 259, 260, 261, 267, 270, 271, 272, 275, 276, 278, 279], "target": [1, 8, 17, 18, 19, 21, 27, 28, 43, 52, 56, 69, 76, 80, 92, 106, 113, 124, 126, 139, 157, 165, 186, 189, 192, 194, 212, 219, 220, 221, 222, 225, 226, 229, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 266, 267, 268, 271, 272, 277, 280], "run_test": [1, 126, 194], "15282": 1, "track": [1, 6, 71, 76, 128, 252, 277], "host_vers": [1, 43], "15274": 1, "given": [1, 6, 8, 32, 37, 43, 84, 85, 86, 91, 92, 95, 103, 106, 109, 110, 111, 112, 130, 139, 140, 147, 149, 155, 158, 159, 161, 175, 179, 180, 197, 198, 201, 205, 207, 209, 214, 220, 226, 228, 236, 252, 273, 276, 277, 279, 280], "15272": 1, "pkglist": [1, 6, 13, 94, 96, 116, 120, 273], "15266": 1, "conan_log_level": [1, 159], "abl": [1, 3, 6, 7, 18, 24, 26, 30, 32, 36, 37, 40, 41, 42, 43, 62, 64, 79, 80, 84, 109, 110, 112, 134, 140, 141, 144, 149, 153, 155, 196, 198, 200, 205, 222, 226, 236, 259, 268, 270, 274, 280], "level": [1, 13, 16, 18, 21, 27, 30, 46, 47, 69, 74, 76, 79, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 129, 134, 139, 145, 149, 154, 157, 158, 159, 184, 189, 196, 207, 217, 220, 272, 280], "15263": 1, "request": [1, 32, 63, 76, 79, 92, 102, 106, 115, 116, 122, 124, 129, 153, 154, 159, 166, 243], "15257": 1, "oper": [1, 6, 8, 28, 51, 64, 65, 70, 71, 76, 86, 91, 106, 114, 116, 123, 126, 132, 151, 155, 158, 166, 180, 185, 191, 197, 200, 204, 236, 240, 242, 249, 250, 251, 258, 259, 261, 264, 269, 273, 276, 278, 280], "conanfil": [1, 6, 11, 13, 17, 18, 19, 21, 24, 28, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 69, 74, 76, 80, 82, 84, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 105, 108, 109, 110, 113, 114, 118, 119, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 154, 155, 157, 158, 161, 162, 164, 165, 166, 167, 172, 175, 176, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "15221": 1, "conandep": [1, 61, 190, 215, 230, 238], "aggreg": [1, 24, 56, 111, 114, 140, 179, 185, 190, 191, 201, 213, 230, 249, 254, 271], "style": [1, 90, 93, 100, 102, 103, 106, 110, 115, 119, 188, 205], "15207": 1, "15192": 1, "about": [1, 4, 6, 18, 19, 21, 24, 32, 38, 43, 46, 47, 49, 54, 56, 57, 58, 61, 62, 69, 70, 71, 75, 76, 80, 81, 82, 84, 86, 89, 90, 93, 95, 97, 99, 103, 106, 110, 113, 114, 118, 119, 121, 124, 125, 126, 128, 130, 131, 135, 136, 137, 139, 140, 141, 144, 145, 147, 150, 151, 155, 157, 159, 163, 168, 197, 211, 217, 223, 226, 238, 243, 245, 248, 249, 251, 253, 255, 257, 258, 260, 261, 263, 267, 268, 270, 271, 274, 275, 277, 278, 280], "potenti": [1, 5, 41, 64, 94, 127, 141, 142, 143, 183, 197, 201, 277], "migrat": [1, 76, 124, 228, 253], "would": [1, 4, 5, 6, 10, 13, 16, 18, 19, 21, 32, 40, 41, 52, 62, 64, 79, 80, 86, 88, 92, 97, 100, 106, 107, 109, 111, 116, 122, 124, 126, 128, 132, 133, 135, 139, 140, 141, 142, 143, 144, 154, 155, 157, 158, 161, 162, 165, 167, 184, 195, 197, 198, 201, 212, 220, 236, 249, 250, 251, 252, 257, 260, 263, 265, 266, 275, 276, 277, 278, 279], "everi": [1, 3, 4, 8, 13, 32, 37, 50, 52, 69, 76, 80, 86, 87, 91, 92, 104, 106, 124, 135, 138, 139, 153, 154, 155, 158, 165, 167, 190, 191, 197, 201, 219, 220, 230, 231, 249, 253, 254, 264, 265, 269, 270, 273, 276, 277, 279, 280], "15174": 1, "deploi": [1, 31, 34, 56, 62, 90, 103, 106, 125, 139, 165, 176, 249, 254, 265, 271], "15172": 1, "15153": 1, "access": [1, 3, 4, 6, 16, 18, 19, 27, 36, 37, 40, 41, 62, 74, 91, 103, 122, 123, 124, 128, 131, 135, 144, 157, 165, 184, 205, 207, 213, 216, 228, 230, 267], "content": [1, 3, 4, 7, 18, 19, 21, 26, 27, 28, 56, 57, 62, 63, 64, 80, 91, 92, 103, 113, 122, 123, 134, 137, 155, 160, 166, 167, 184, 185, 205, 209, 217, 220, 226, 231, 249, 251, 252, 253, 259, 261, 268, 269, 271, 272, 277], "settings_us": [1, 11, 23, 79, 86, 151], "configapi": [1, 169, 172], "15151": 1, "builtin": [1, 11, 31, 76, 157], "redirect_stdout": 1, "integr": [1, 6, 7, 11, 25, 27, 36, 47, 51, 58, 61, 63, 64, 66, 69, 70, 71, 74, 75, 76, 79, 86, 113, 120, 126, 135, 140, 146, 157, 164, 167, 186, 243, 258, 259, 268, 276], "15150": 1, "warnings_as_error": [1, 92, 149, 154], "15149": 1, "ftp_tl": 1, "secur": [1, 6, 54, 115, 154, 158, 180, 207, 265, 278, 280], "ftp_download": [1, 204], "commun": [1, 3, 8, 79, 92, 122, 140, 154, 157, 233, 244, 246], "15137": 1, "replace_requir": 1, "replace_tool_requir": 1, "redefin": [1, 106, 155], "replac": [1, 19, 36, 51, 54, 79, 92, 124, 155, 159, 172, 184, 197, 201, 205, 266], "zlibng": [1, 155], "zlib": [1, 4, 5, 6, 10, 13, 26, 28, 30, 36, 37, 43, 57, 76, 79, 85, 87, 91, 92, 94, 98, 100, 102, 103, 104, 106, 107, 110, 116, 117, 120, 124, 135, 140, 141, 150, 154, 155, 156, 164, 190, 196, 202, 203, 215, 217, 220, 230, 233, 238, 248, 249, 250, 251, 252, 253, 254, 259], "altern": [1, 62, 74, 76, 93, 97, 99, 102, 124, 142, 143, 155, 184, 201, 236, 264], "wrap": [1, 126, 149, 155, 201, 222, 226, 233, 280], "anoth": [1, 7, 13, 28, 36, 42, 54, 85, 124, 127, 128, 135, 145, 155, 157, 163, 196, 200, 212, 220, 240, 242, 247, 249, 250, 257, 258, 260, 264, 266, 267, 270, 277], "15136": 1, "captur": [1, 6, 11, 44, 93, 110, 144, 202, 203, 205, 236, 240, 250, 252, 253, 254, 257, 261, 276], "15121": 1, "platform": [1, 8, 17, 28, 40, 41, 57, 63, 64, 65, 73, 74, 79, 80, 86, 88, 91, 102, 114, 130, 133, 134, 135, 138, 140, 144, 153, 154, 155, 157, 188, 197, 226, 228, 229, 230, 231, 240, 248, 249, 250, 253, 257, 268, 270, 277], "14871": 1, "14694": 1, "cpp_info": [1, 17, 21, 28, 39, 40, 41, 42, 43, 52, 93, 98, 103, 137, 190, 196, 197, 198, 203, 205, 214, 215, 216, 217, 220, 253, 259, 260, 261, 263, 264, 265, 272], "13994": 1, "15297": 1, "separ": [1, 21, 62, 89, 93, 116, 122, 124, 127, 137, 154, 155, 159, 195, 196, 197, 200, 201, 226, 246, 254, 260, 272, 278], "15296": 1, "escap": [1, 115, 159], "report": [1, 6, 13, 63, 64, 76, 92, 102, 106, 122, 145, 154, 157, 176, 240], "involv": [1, 28, 270, 271], "15222": 1, "hard": [1, 157], "set_nam": [1, 105, 125, 135], "set_vers": [1, 105, 124, 125, 135, 184, 236, 279], "mutat": 1, "15211": 1, "15170": 1, "cmake_policy_default_cmp0091": 1, "unus": [1, 90, 93, 97, 100, 102, 103, 106, 110, 111, 119, 241, 276], "15127": 1, "system_tool": [1, 254], "favor": [1, 124], "align": [1, 7, 28, 157], "least": [1, 3, 90, 93, 100, 102, 103, 106, 108, 109, 110, 119, 124, 141, 236, 252, 256, 263, 267, 273], "is_dirti": [1, 236], "process": [1, 5, 7, 26, 28, 56, 58, 62, 64, 69, 74, 76, 80, 86, 98, 109, 111, 113, 122, 124, 125, 126, 131, 140, 155, 159, 163, 165, 166, 183, 197, 202, 226, 247, 251, 252, 253, 255, 259, 264, 266, 276, 279, 280], "current": [1, 6, 18, 26, 36, 39, 40, 41, 42, 47, 51, 58, 61, 62, 64, 70, 72, 73, 74, 75, 76, 79, 80, 84, 86, 91, 92, 97, 104, 106, 109, 113, 115, 122, 124, 125, 132, 133, 134, 135, 137, 139, 141, 142, 143, 144, 147, 148, 152, 154, 155, 161, 168, 184, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 247, 249, 250, 251, 253, 254, 256, 257, 259, 265, 270, 272, 276], "whole": [1, 6, 10, 17, 76, 84, 86, 91, 106, 124, 147, 183, 184, 196, 197, 201, 216], "repo": [1, 4, 5, 6, 16, 62, 64, 71, 76, 113, 114, 124, 166, 236, 272, 279, 280], "similarli": [1, 155, 203, 245, 278], "15289": 1, "15285": 1, "restor": [1, 2, 63, 201, 202, 203, 251, 252, 254], "portabl": [1, 76, 124], "across": [1, 8, 57, 88, 154, 160, 161, 249], "oss": [1, 111, 140, 157, 277], "15253": 1, "absolut": [1, 36, 37, 51, 92, 113, 135, 152, 154, 155, 165, 178, 196, 197, 205, 207, 209, 210, 266], "15244": 1, "architectur": [1, 8, 24, 26, 27, 28, 36, 43, 54, 70, 76, 86, 87, 88, 92, 107, 127, 130, 139, 151, 154, 155, 188, 189, 191, 192, 197, 214, 222, 226, 229, 240, 249, 250, 251, 253, 264, 268, 276], "ignor": [1, 6, 30, 56, 80, 132, 142, 143, 159, 194, 209, 210, 236, 240, 276], "15215": 1, "mislead": 1, "node": [1, 13, 98, 100, 103, 145, 175], "15196": 1, "15185": 1, "nmakedep": [1, 185, 198, 227], "quot": [1, 107, 115, 217], "15140": 1, "lru": [1, 107, 116, 273], "data": [1, 6, 8, 86, 122, 124, 127, 134, 135, 136, 137, 140, 151, 192, 196, 205, 217, 224, 246, 261, 280], "15135": 1, "package_metadata_fold": [1, 6], "15126": 1, "pyinstal": [1, 64], "useless": [1, 136, 196], "15116": 1, "download_cach": [1, 4, 92], "15109": 1, "riscv64": [1, 157], "riscv32": [1, 157], "manag": [1, 2, 3, 7, 8, 28, 32, 40, 41, 44, 46, 47, 49, 52, 56, 57, 64, 67, 68, 69, 71, 72, 73, 74, 80, 81, 84, 86, 88, 89, 92, 106, 108, 113, 114, 115, 120, 124, 125, 130, 131, 139, 140, 144, 145, 154, 155, 156, 157, 165, 180, 184, 186, 190, 197, 198, 200, 201, 205, 213, 222, 226, 228, 236, 239, 244, 248, 249, 250, 253, 255, 259, 265, 273, 274, 276, 277, 278, 279], "autotool": [1, 11, 44, 63, 65, 76, 92, 113, 135, 154, 185, 188, 198, 200, 201, 211, 213, 214, 249, 257, 259], "15053": 1, "simultan": [1, 196, 217, 270, 275], "databas": [1, 92, 154, 240], "connect": [1, 56, 79, 92, 103, 115, 122, 154, 180, 245], "15029": 1, "which": [1, 3, 4, 6, 7, 8, 10, 13, 17, 18, 21, 28, 31, 32, 37, 42, 43, 46, 47, 52, 56, 57, 58, 61, 62, 64, 67, 68, 69, 72, 78, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 96, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 116, 119, 121, 122, 124, 126, 128, 131, 133, 134, 137, 138, 140, 141, 144, 148, 149, 152, 153, 154, 155, 157, 158, 160, 162, 165, 166, 167, 172, 183, 184, 188, 189, 194, 196, 197, 200, 205, 207, 212, 214, 216, 219, 220, 221, 222, 223, 225, 226, 229, 230, 232, 240, 249, 251, 252, 253, 255, 258, 259, 260, 264, 270, 271, 273, 275, 278, 280], "15013": 1, "better": [1, 5, 6, 24, 27, 32, 37, 62, 70, 89, 106, 111, 124, 126, 139, 142, 143, 158, 201, 246, 264, 265, 275, 276, 280], "ux": [1, 117, 151], "15011": 1, "15007": 1, "14984": 1, "extra": [1, 4, 6, 36, 37, 40, 41, 43, 92, 93, 113, 124, 139, 142, 143, 149, 154, 194, 209, 214, 219, 221, 226, 231, 232, 236, 256, 263, 267], "14966": 1, "load": [1, 16, 42, 46, 56, 68, 92, 106, 124, 133, 134, 136, 142, 143, 154, 155, 166, 178, 179, 184, 197, 204, 207, 212, 220, 222, 238, 251, 253, 279], "ci": [1, 2, 4, 5, 6, 7, 8, 62, 71, 80, 100, 102, 114, 124, 126, 154, 157, 158, 159, 276, 280], "workflow": [1, 62, 166, 271], "air": [1, 7, 13], "gap": [1, 7, 13], "14923": 1, "comput": [1, 10, 13, 27, 36, 51, 62, 76, 79, 82, 83, 84, 88, 99, 100, 103, 104, 106, 107, 108, 110, 114, 124, 125, 131, 135, 139, 141, 144, 147, 155, 157, 168, 175, 179, 184, 202, 203, 213, 214, 247, 249, 251, 252, 254, 258, 259, 268, 277], "intersect": [1, 10], "14912": 1, "multipl": [1, 4, 6, 8, 14, 15, 20, 26, 74, 75, 76, 80, 90, 93, 94, 100, 102, 103, 106, 110, 119, 122, 124, 135, 137, 139, 155, 158, 165, 184, 190, 194, 196, 197, 198, 202, 212, 214, 223, 226, 230, 240, 241, 242, 245, 248, 255, 270, 272, 276, 278, 280], "14883": 1, "14858": 1, "listen": [1, 122, 216, 219, 246], "system_package_vers": [1, 196, 217], "properti": [1, 21, 43, 52, 61, 73, 74, 98, 103, 124, 135, 137, 141, 172, 188, 197, 213, 222, 226, 230, 231, 239, 255, 266, 267, 271], "14808": 1, "shorthand": 1, "14727": 1, "control": [1, 4, 5, 51, 62, 76, 79, 84, 88, 93, 124, 137, 143, 157, 159, 190, 197, 230, 264, 276, 278, 280], "14054": 1, "overwrit": [1, 7, 24, 84, 90, 93, 97, 100, 102, 103, 106, 110, 113, 114, 119, 124, 144, 184, 200, 217], "layout": [1, 6, 11, 14, 17, 26, 28, 36, 43, 47, 49, 56, 58, 61, 82, 92, 123, 125, 135, 138, 140, 144, 185, 194, 195, 197, 209, 214, 220, 226, 234, 241, 248, 250, 259, 261, 263, 264, 265, 268, 269, 270, 271], "nor": [1, 37, 76, 132, 136, 144, 145, 183, 240], "15058": 1, "astra": 1, "elbru": [1, 157], "altlinux": 1, "distribut": [1, 7, 36, 46, 62, 64, 76, 114, 144, 157, 168, 240, 246], "apt": [1, 64, 92, 125, 145, 154, 239], "systempackagemanag": 1, "15051": 1, "mint": [1, 64], "15026": 1, "check": [1, 5, 6, 8, 16, 18, 19, 21, 26, 27, 28, 30, 31, 32, 43, 46, 50, 51, 54, 61, 62, 64, 66, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 84, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 109, 110, 114, 115, 119, 120, 122, 124, 126, 137, 139, 140, 141, 144, 145, 147, 148, 154, 155, 157, 159, 160, 161, 163, 166, 168, 175, 176, 180, 183, 191, 192, 196, 201, 205, 206, 207, 212, 220, 222, 223, 226, 228, 236, 240, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 273, 275, 276, 277, 280], "server": [1, 4, 5, 6, 7, 8, 13, 30, 56, 62, 63, 71, 76, 80, 82, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 106, 110, 113, 114, 115, 116, 119, 120, 124, 133, 134, 139, 153, 154, 158, 159, 167, 175, 180, 183, 207, 212, 241, 244, 245, 247, 249, 252, 261, 263, 273, 277, 280], "even": [1, 4, 6, 36, 37, 49, 52, 54, 64, 65, 76, 79, 80, 85, 87, 88, 94, 106, 111, 115, 120, 124, 126, 128, 131, 135, 141, 142, 143, 144, 145, 154, 155, 156, 157, 162, 165, 166, 180, 184, 205, 223, 230, 236, 247, 250, 252, 253, 257, 258, 259, 263, 274, 275, 276, 277, 278, 279], "shallow": 1, "clone": [1, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 92, 106, 144, 158, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277], "15023": 1, "appl": [1, 24, 43, 47, 75, 76, 79, 82, 87, 92, 98, 103, 107, 114, 154, 155, 157, 185, 189, 190, 191, 195, 197, 212, 214, 224, 249, 251, 259], "15015": 1, "extraflag": 1, "prioriti": [1, 106, 112, 124, 131, 140, 141, 142, 143, 153, 154, 155, 159, 179, 200, 236, 275], "15005": 1, "color": [1, 32, 103, 124, 256, 257, 260, 267, 268], "15002": 1, "sqlite3": [1, 135], "unsupport": [1, 261], "less": [1, 6, 36, 47, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 279], "2012": 1, "14950": 1, "db": 1, "slash": 1, "uniform": 1, "14940": 1, "forc": [1, 6, 32, 37, 42, 80, 90, 92, 93, 98, 100, 102, 103, 106, 110, 112, 113, 114, 115, 119, 120, 122, 124, 128, 153, 154, 155, 157, 159, 180, 183, 197, 214, 222, 249, 252, 270, 275, 276, 277], "rebuild": [1, 5, 74, 85, 124, 264, 270, 280], "while": [1, 4, 6, 8, 17, 19, 21, 28, 30, 46, 47, 51, 64, 76, 80, 81, 83, 84, 86, 92, 106, 112, 124, 125, 131, 140, 141, 149, 154, 155, 157, 165, 209, 217, 223, 248, 251, 267, 269, 270, 271, 273, 278, 279, 280], "previou": [1, 2, 6, 7, 13, 47, 58, 61, 76, 84, 88, 102, 106, 107, 109, 111, 157, 163, 180, 190, 195, 196, 197, 200, 226, 231, 240, 247, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 278, 279], "still": [1, 5, 30, 40, 41, 52, 62, 64, 88, 109, 116, 124, 127, 128, 131, 139, 140, 157, 175, 183, 236, 263, 270, 277, 278, 280], "project": [1, 2, 4, 5, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 84, 86, 88, 92, 93, 103, 113, 122, 124, 125, 137, 140, 154, 165, 184, 189, 190, 191, 195, 212, 215, 219, 220, 221, 222, 223, 226, 230, 231, 234, 241, 242, 244, 245, 247, 248, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 278, 280], "14938": 1, "14932": 1, "fill_cpp_info": [1, 216], "xorg": 1, "veri": [1, 6, 7, 8, 26, 30, 40, 41, 46, 47, 52, 56, 57, 58, 61, 62, 76, 79, 81, 84, 86, 88, 103, 110, 124, 135, 140, 155, 157, 159, 184, 195, 223, 244, 245, 246, 249, 256, 257, 271, 277, 278, 279, 280], "noisi": 1, "quiet": [1, 92, 149, 154, 189, 194, 225, 229], "14924": 1, "necessari": [1, 2, 6, 13, 17, 19, 21, 27, 28, 30, 36, 37, 40, 41, 47, 51, 52, 54, 58, 62, 64, 69, 74, 75, 76, 79, 80, 84, 86, 92, 93, 97, 100, 103, 106, 107, 109, 111, 113, 116, 120, 124, 125, 126, 128, 133, 134, 135, 136, 138, 139, 140, 144, 145, 147, 148, 150, 153, 154, 155, 157, 158, 176, 183, 186, 196, 197, 198, 202, 203, 205, 226, 232, 236, 238, 249, 251, 253, 254, 258, 259, 260, 261, 263, 264, 268, 271, 273, 275, 276, 277, 278, 279, 280], "buildinfo": 1, "14886": 1, "14852": 1, "min": [1, 103, 191, 226], "xro": [1, 157], "simul": [1, 52], "14776": 1, "could": [1, 5, 6, 8, 10, 13, 18, 21, 24, 30, 36, 37, 40, 42, 43, 62, 84, 86, 88, 89, 91, 97, 103, 106, 109, 111, 113, 124, 126, 127, 128, 129, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 147, 153, 154, 155, 157, 162, 164, 165, 179, 184, 196, 197, 198, 201, 205, 214, 223, 225, 230, 247, 250, 251, 253, 257, 259, 261, 263, 264, 266, 267, 272, 275, 276, 277, 278, 279], "transit": [1, 13, 37, 52, 80, 93, 94, 106, 128, 135, 141, 155, 184, 190, 196, 202, 213, 230, 248, 270], "15082": 1, "15042": 1, "download_sourc": [1, 37, 92, 144, 154], "15004": 1, "incorrectli": 1, "xcconfig": [1, 75, 190, 191], "14898": 1, "export_sourc": [1, 7, 16, 18, 62, 91, 124, 125, 133, 135, 137, 209], "been": [1, 4, 6, 8, 13, 26, 28, 52, 64, 65, 71, 76, 80, 81, 84, 91, 93, 97, 101, 106, 107, 116, 131, 135, 140, 141, 144, 146, 147, 148, 155, 157, 176, 184, 190, 196, 202, 251, 252, 258, 259, 260, 270, 271, 273, 277, 280], "14850": 1, "properli": [1, 105, 154, 259, 268], "candid": 1, "14846": 1, "activ": [1, 8, 30, 36, 42, 51, 62, 64, 69, 74, 76, 86, 92, 124, 135, 140, 149, 154, 157, 159, 160, 190, 194, 196, 197, 200, 202, 203, 217, 220, 230, 232, 233, 250, 251, 254, 265], "pre": [1, 9, 46, 56, 62, 64, 74, 76, 79, 89, 92, 97, 114, 124, 144, 153, 154, 160, 166, 201, 223, 253, 255, 262, 271, 272, 278], "resolut": [1, 81, 133, 160], "full": [1, 5, 6, 24, 37, 40, 41, 54, 62, 67, 71, 72, 74, 75, 76, 85, 86, 91, 93, 97, 100, 106, 107, 109, 113, 124, 129, 135, 139, 145, 150, 157, 161, 165, 167, 169, 175, 184, 196, 197, 200, 216, 222, 236, 258, 266, 270, 279], "14814": 1, "lower": [1, 223, 252, 264, 278], "bound": [1, 278], "upper": [1, 278], "introduc": [1, 30, 54, 81, 83, 122, 144, 248, 258, 263, 271, 272, 274, 275, 276, 277, 278, 279, 280], "14837": 1, "14781": 1, "dry": [1, 62, 116, 120], "14760": 1, "host_tool": 1, "package_manag": [1, 92, 124, 140, 145, 154, 185, 239], "indic": [1, 4, 26, 28, 69, 79, 92, 93, 97, 104, 141, 154, 156, 194, 200, 205, 219, 220, 233, 251, 253, 265, 275], "14752": 1, "try": [1, 4, 16, 24, 40, 41, 43, 56, 57, 64, 76, 79, 85, 102, 103, 106, 110, 115, 124, 133, 134, 136, 144, 147, 155, 157, 159, 168, 175, 184, 188, 195, 197, 222, 240, 247, 249, 251, 254, 257, 258, 260, 264, 267, 268, 271, 275, 276, 279], "14819": 1, "14813": 1, "minor": [1, 76, 84, 85, 124, 155, 157, 184, 275, 278, 280], "14797": 1, "prettier": 1, "14787": 1, "settings_target": [1, 86, 139, 188, 265], "14825": 1, "first": [1, 4, 5, 6, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 37, 40, 41, 43, 44, 45, 46, 50, 54, 56, 57, 59, 60, 62, 64, 69, 79, 83, 85, 92, 93, 106, 108, 109, 111, 112, 124, 127, 138, 139, 142, 143, 154, 155, 158, 159, 161, 166, 167, 168, 179, 190, 191, 197, 202, 203, 207, 209, 214, 222, 231, 236, 240, 241, 242, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 279], "14800": 1, "reus": [1, 30, 42, 76, 124, 125, 135, 136, 138, 140, 144, 160, 242, 249, 259, 260, 268, 273], "session": [1, 64], "conanrequest": 1, "speed": [1, 6], "up": [1, 2, 10, 28, 56, 63, 69, 74, 84, 92, 122, 128, 152, 154, 165, 197, 241, 242, 247, 251, 257, 260, 263], "14795": 1, "rel": [1, 5, 18, 36, 37, 69, 87, 100, 113, 122, 124, 125, 126, 137, 140, 142, 143, 152, 155, 165, 166, 188, 196, 197, 200, 205, 209, 210, 266, 271, 272, 275, 277], "partial": [1, 85, 90, 93, 96, 97, 100, 102, 103, 105, 106, 109, 110, 111, 112, 119, 155, 276, 280], "14782": 1, "14743": 1, "arg": [1, 32, 92, 100, 126, 159, 163, 212, 219, 222, 233, 236, 240, 279], "cmd": [1, 26, 124, 140, 146, 155, 162, 201, 212, 229, 236, 246, 268], "14737": 1, "block": [1, 54, 280], "interfac": [1, 6, 62, 69, 76, 85, 122, 160, 161, 198], "select": [1, 21, 26, 28, 69, 74, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 114, 115, 116, 117, 119, 120, 121, 124, 186, 195, 197, 205, 222, 229, 245, 255, 266, 273], "kei": [1, 62, 92, 113, 122, 124, 135, 140, 154, 158, 163, 197, 209, 214, 226, 231, 232, 236, 245, 261, 269, 270], "14731": 1, "14716": 1, "14692": 1, "cl": [1, 76, 232], "14682": 1, "transform": [1, 159, 205, 226], "cpp": [1, 16, 17, 18, 19, 21, 26, 27, 28, 36, 43, 46, 47, 52, 54, 56, 58, 61, 69, 76, 81, 85, 92, 140, 146, 154, 155, 157, 195, 197, 214, 223, 226, 232, 245, 256, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 270, 271, 277], "ld": [1, 28, 56, 103, 214, 226, 250], "blank": [1, 122, 200, 226], "14676": 1, "nobara": 1, "distro": [1, 64, 154, 157, 240], "dnf": [1, 92, 154, 239], "14668": 1, "b_vscrt": [1, 226], "14664": 1, "regex": [1, 86, 124, 139, 196], "14621": 1, "makedep": [1, 72, 185, 211], "tweak": [1, 197], "14605": 1, "jinja": [1, 51, 153, 154, 155, 158, 201], "14578": 1, "14532": 1, "14740": 1, "init": [1, 62, 125, 135, 184, 279], "failur": [1, 76, 92, 154, 207], "14735": 1, "alias": [1, 124, 184, 196, 217], "14644": 1, "regress": [1, 76], "win_bash": [1, 46, 47, 92, 98, 154], "14756": 1, "14728": 1, "share": [1, 7, 8, 18, 26, 27, 43, 47, 54, 61, 62, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 102, 103, 105, 107, 110, 113, 114, 116, 124, 128, 131, 135, 138, 140, 141, 142, 150, 155, 157, 160, 164, 184, 190, 191, 194, 195, 196, 197, 201, 211, 214, 217, 221, 226, 230, 240, 241, 242, 247, 248, 249, 250, 253, 257, 258, 259, 260, 261, 267, 273, 275, 280], "test_requir": [1, 80, 125, 135, 141, 250, 253, 257, 263, 265, 278], "diamond": [1, 124, 275], "14721": 1, "14712": 1, "otherwis": [1, 6, 8, 13, 30, 100, 101, 114, 122, 124, 131, 132, 144, 155, 157, 162, 167, 192, 196, 197, 201, 205, 207, 226, 228, 229, 236, 247, 251, 268, 275], "chain": [1, 5, 149, 280], "those": [1, 5, 6, 7, 13, 18, 21, 28, 30, 37, 40, 41, 43, 46, 52, 57, 58, 62, 64, 68, 74, 76, 80, 84, 90, 91, 92, 93, 97, 100, 102, 103, 105, 106, 107, 109, 110, 115, 116, 119, 122, 124, 126, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 147, 154, 157, 159, 160, 163, 164, 165, 184, 188, 190, 191, 196, 197, 198, 202, 203, 205, 214, 215, 217, 226, 230, 232, 236, 240, 243, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 263, 265, 266, 270, 271, 273, 274, 275, 276, 277, 280], "14673": 1, "cpu": [1, 8, 92, 154, 157, 192, 221, 229], "nativ": [1, 26, 27, 52, 57, 74, 80, 92, 154, 184, 192, 220, 225, 226, 233], "arm64": [1, 26, 43, 157, 186, 189, 197, 229], "14667": 1, "ones": [1, 6, 10, 31, 32, 43, 44, 48, 68, 76, 80, 84, 89, 91, 92, 100, 102, 116, 124, 129, 141, 145, 154, 155, 157, 165, 166, 172, 180, 186, 196, 197, 200, 201, 205, 210, 217, 222, 228, 229, 230, 247, 252, 266, 271, 272, 276, 277, 278, 279], "14643": 1, "unnecessarili": [1, 86], "decor": [1, 160], "sequenc": [1, 46, 99, 122], "14642": 1, "14622": 1, "patch_us": [1, 209], "apply_conandata_patch": [1, 134, 144, 204], "14576": 1, "xcode": [1, 63, 65, 90, 92, 93, 97, 100, 102, 103, 106, 110, 114, 119, 154, 189, 190, 191, 194, 195, 222, 226], "io": [1, 5, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 65, 71, 76, 79, 92, 98, 103, 105, 124, 156, 157, 163, 188, 189, 226, 243, 244, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "tvo": [1, 157, 188], "watcho": [1, 157, 188, 226], "14538": 1, "incorrect": [1, 76], "conancent": [1, 2, 13, 30, 52, 62, 63, 76, 79, 85, 87, 98, 102, 103, 104, 107, 117, 124, 140, 154, 156, 243, 249, 252, 254], "web": [1, 4, 6, 64, 124, 157, 244, 245], "url": [1, 3, 4, 62, 91, 92, 98, 103, 105, 113, 115, 122, 135, 144, 154, 156, 158, 166, 180, 205, 207, 236, 245, 246, 256, 257, 259, 260, 261, 264, 267], "14531": 1, "14529": 1, "rrev": [1, 32, 98, 107], "rrev_timestamp": [1, 98], "prev_timestamp": [1, 98], "14526": 1, "resolv": [1, 8, 10, 90, 91, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 112, 119, 122, 128, 154, 155, 179, 201, 205, 252, 274, 276, 277, 278], "14510": 1, "verifi": [1, 5, 28, 52, 54, 58, 80, 91, 92, 148, 154, 156, 160, 167, 207, 261, 264, 268, 280], "14508": 1, "visiono": [1, 157, 188], "14504": 1, "unknown": [1, 84, 98, 103, 149], "14493": 1, "skip_binari": [1, 37, 92, 154], "14466": 1, "symlink": [1, 92, 154, 165, 185, 204, 205, 255], "14461": 1, "14413": 1, "cli_arg": [1, 194], "14397": 1, "14394": 1, "credenti": [1, 3, 4, 44, 79, 82, 115, 122, 151, 158, 236, 245], "14392": 1, "apk": [1, 92, 154, 239], "alpin": [1, 240], "14382": 1, "msvc": [1, 52, 58, 61, 87, 88, 92, 107, 124, 140, 154, 155, 168, 192, 214, 228, 231, 253], "invok": [1, 43, 46, 92, 106, 154, 155, 165, 176, 188, 230, 239, 250, 251, 254, 256, 257, 261, 266, 268, 271], "within": [1, 28, 74, 88, 92, 122, 124, 132, 155, 188, 198, 205, 253, 278, 280], "prompt": [1, 32, 159, 197, 229, 232, 233], "where": [1, 4, 8, 19, 21, 28, 32, 43, 46, 54, 57, 64, 76, 86, 88, 91, 92, 105, 106, 107, 122, 124, 126, 135, 137, 140, 152, 154, 155, 156, 157, 163, 184, 189, 196, 197, 198, 200, 201, 205, 207, 212, 214, 219, 220, 222, 223, 225, 226, 229, 236, 245, 249, 250, 251, 253, 258, 259, 260, 261, 272, 277], "14364": 1, "14358": 1, "14347": 1, "default_build_opt": 1, "14340": 1, "14338": 1, "makefil": [1, 46, 47, 63, 65, 76, 194, 195, 212, 214, 215, 232, 253], "14133": 1, "14594": 1, "v2": [1, 157, 166, 192, 246], "readi": [1, 31, 56, 57, 74, 79, 155, 214, 223, 249, 259], "center": [1, 5, 8, 62, 69, 74, 76, 79, 98, 103, 105, 156, 157, 160, 241, 242, 249, 254], "link": [1, 4, 17, 19, 21, 26, 27, 28, 36, 43, 46, 47, 56, 58, 61, 63, 74, 80, 85, 86, 103, 124, 128, 137, 140, 141, 146, 161, 190, 196, 197, 198, 205, 217, 226, 231, 232, 245, 248, 250, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "14593": 1, "inspect": [1, 6, 7, 37, 69, 89, 91, 114, 175, 232], "14572": 1, "hyphen": [1, 217, 220], "14561": 1, "user_toolchain": [1, 51, 92, 154, 197], "14556": 1, "boolean": [1, 92, 124, 135, 154, 180, 196, 197, 219, 221, 226, 280], "14530": 1, "14511": 1, "14491": 1, "14444": 1, "conf_info": [1, 28, 98, 135, 137, 154, 197, 260, 267], "14442": 1, "msbuildtoolchain": [1, 61, 74, 92, 124, 140, 154, 185, 227], "resourcecompil": [1, 231], "14378": 1, "result": [1, 4, 6, 8, 13, 28, 46, 64, 76, 79, 80, 84, 85, 86, 88, 92, 93, 94, 100, 101, 106, 107, 108, 109, 111, 112, 113, 114, 120, 124, 126, 135, 137, 139, 144, 145, 149, 154, 155, 157, 161, 163, 175, 179, 184, 192, 197, 198, 214, 226, 236, 251, 253, 254, 258, 260, 261, 266, 271, 277, 280], "14376": 1, "processor": [1, 157, 192, 226], "armv8": [1, 26, 27, 28, 43, 46, 86, 103, 107, 114, 124, 140, 155, 157, 186, 192, 197, 226, 240, 253, 264, 268], "aarch64": [1, 28, 103, 157, 240], "14362": 1, "mandat": [1, 200], "final": [1, 13, 17, 26, 32, 36, 40, 41, 43, 46, 47, 52, 56, 58, 62, 69, 76, 83, 92, 106, 107, 111, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 139, 140, 144, 155, 157, 179, 196, 197, 198, 205, 214, 217, 225, 242, 249, 254, 256, 259, 265, 268, 269, 271, 274, 275, 278, 280], "14342": 1, "default_opt": [1, 43, 54, 62, 79, 86, 88, 98, 105, 131, 136, 190, 194, 197, 226, 230, 257, 258, 259, 261, 267, 275], "xcrun": [1, 185, 187], "14326": 1, "abspath": 1, "14183": 1, "14555": 1, "vtrace": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "14522": 1, "confirm": [1, 28, 32, 116, 120], "interact": [1, 11, 44, 92, 103, 115, 153, 154, 159], "14512": 1, "just": [1, 5, 6, 18, 19, 21, 28, 40, 41, 42, 46, 52, 64, 74, 76, 79, 80, 85, 86, 88, 92, 94, 106, 111, 112, 113, 116, 122, 124, 126, 127, 128, 139, 141, 144, 150, 157, 159, 162, 166, 168, 184, 190, 196, 207, 212, 230, 237, 240, 245, 247, 249, 250, 251, 254, 257, 258, 261, 265, 266, 267, 268, 270, 276, 279, 280], "onc": [1, 4, 5, 6, 10, 26, 30, 46, 54, 62, 69, 74, 80, 86, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 126, 127, 133, 134, 138, 141, 144, 148, 166, 176, 184, 205, 207, 243, 245, 263, 270, 271, 277], "14478": 1, "14443": 1, "14441": 1, "14410": 1, "14391": 1, "14337": 1, "14320": 1, "14302": 1, "outsid": [1, 8, 62, 76, 84, 122, 124, 139, 152, 210], "scm_folder": [1, 124], "14330": 1, "trace": [1, 149, 264], "14322": 1, "flush": 1, "stream": [1, 76, 194], "write": [1, 4, 27, 46, 56, 76, 80, 81, 106, 113, 122, 127, 137, 160, 167, 184, 196, 197, 205, 214, 253, 259, 261, 267, 271], "14310": 1, "sign": [1, 82, 122, 160], "14331": 1, "cmakeuserpreset": [1, 21, 49, 50, 62, 91, 197, 264, 270, 271, 272], "inherit": [1, 50, 80, 136, 184, 197, 253], "typo": 1, "14325": 1, "conanpreset": [1, 50, 197], "14296": 1, "prefix": [1, 103, 116, 124, 155, 163, 197, 214, 215, 216, 217, 220, 221, 226, 258, 266], "param": [1, 32, 163, 176, 183, 194, 200, 225], "unix": [1, 155, 194, 195, 205, 253], "14295": 1, "invalid": [1, 6, 28, 92, 103, 104, 122, 125, 147, 148, 192, 196, 275], "loglevel": 1, "14289": 1, "14252": 1, "let": [1, 4, 6, 10, 13, 17, 18, 21, 24, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 54, 56, 57, 58, 61, 62, 69, 85, 86, 87, 88, 91, 100, 106, 107, 111, 128, 139, 154, 155, 162, 163, 168, 190, 196, 220, 230, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "pkg_config_custom_cont": [1, 217], "14233": 1, "dict": [1, 92, 124, 135, 140, 154, 163, 177, 197, 214, 217, 226, 231, 232], "object": [1, 6, 19, 21, 27, 43, 46, 98, 103, 122, 124, 135, 136, 137, 138, 139, 140, 149, 161, 162, 163, 165, 166, 175, 180, 183, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 228, 229, 230, 231, 232, 233, 234, 240, 250, 251, 257, 258, 259, 260, 263, 268, 271, 272], "fix_apple_shared_install_nam": [1, 47, 185, 187, 212], "otool": [1, 188, 212], "install_name_tool": [1, 47, 188, 212], "program": [1, 28, 30, 46, 56, 57, 92, 136, 154, 212, 233, 249, 251], "14195": 1, "fpic": [1, 43, 47, 54, 62, 79, 86, 87, 98, 103, 105, 107, 124, 130, 131, 194, 197, 214, 221, 226, 257, 258, 259, 261, 267], "header_onli": [1, 86, 124, 131, 139, 263], "14194": 1, "type": [1, 6, 28, 38, 70, 76, 85, 92, 96, 101, 103, 114, 124, 139, 140, 151, 165, 184, 194, 196, 197, 202, 203, 217, 224, 241, 244, 245, 251, 252, 253, 254, 255, 257, 258, 280], "cmake_package_version_compat": 1, "anynewervers": [1, 196], "14176": 1, "14152": 1, "14272": 1, "longer": [1, 4, 41, 76, 79, 165, 252, 280], "won": [1, 4, 30, 40, 41, 52, 76, 79, 109, 116, 122, 124, 155, 157, 163, 196, 205, 226, 250, 258, 266, 270], "14261": 1, "permit": [1, 278], "empti": [1, 4, 6, 92, 93, 115, 116, 124, 140, 154, 155, 163, 175, 183, 192, 214, 217, 220, 230, 263, 264, 275, 276, 279], "14254": 1, "rm_safe": [1, 28, 43, 86, 124, 130, 131, 139, 258], "never": [1, 76, 80, 84, 85, 90, 93, 97, 100, 102, 103, 106, 107, 110, 119, 124, 150, 176, 240, 252, 258, 264], "14238": 1, "make_program": [1, 92, 154], "14223": 1, "lib": [1, 17, 21, 26, 28, 36, 43, 52, 61, 91, 98, 102, 103, 122, 124, 128, 135, 137, 138, 140, 157, 188, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 232, 238, 250, 258, 259, 260, 261, 263, 264, 266, 272, 280], "14215": 1, "clarif": [1, 76], "shown": [1, 4, 37, 103, 105, 129, 226], "14199": 1, "enabl": [1, 8, 10, 28, 69, 74, 79, 92, 124, 154, 156, 180, 192, 197, 205, 214, 240, 263, 278], "code": [1, 6, 16, 17, 18, 19, 26, 30, 33, 35, 36, 46, 52, 54, 57, 62, 64, 69, 76, 79, 80, 85, 91, 92, 103, 104, 113, 124, 125, 135, 140, 144, 145, 147, 154, 157, 158, 160, 184, 189, 195, 196, 197, 198, 207, 217, 222, 230, 236, 240, 249, 251, 252, 253, 255, 256, 258, 259, 261, 263, 267, 268, 270, 271, 272, 273, 274, 276, 277, 279], "14177": 1, "xcodedep": [1, 75, 185, 187, 191], "14168": 1, "respect": [1, 32, 37, 79, 111, 124, 155, 159, 160, 197, 200, 226, 250, 275, 277], "locat": [1, 4, 6, 17, 18, 19, 21, 23, 26, 27, 30, 33, 35, 36, 43, 49, 51, 52, 58, 61, 69, 95, 103, 106, 113, 114, 122, 124, 135, 137, 138, 140, 142, 143, 154, 155, 156, 157, 159, 160, 161, 162, 165, 167, 168, 179, 188, 189, 190, 194, 196, 197, 205, 212, 214, 223, 232, 249, 250, 251, 253, 254, 259, 260, 261, 264, 265, 266, 272, 277], "14164": 1, "runner": [1, 26], "13985": 1, "leak": [1, 62, 158], "cmake_find_library_suffix": 1, "14253": 1, "custom": [1, 4, 5, 6, 11, 17, 23, 26, 31, 37, 46, 69, 71, 74, 76, 79, 80, 81, 82, 83, 89, 92, 106, 114, 116, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 139, 151, 154, 155, 159, 160, 161, 162, 166, 168, 171, 184, 185, 187, 193, 195, 200, 209, 211, 218, 224, 227, 255, 258, 260, 266, 267, 272], "14227": 1, "14190": 1, "osx": [1, 36, 46, 47, 64, 76, 135, 140, 197, 251], "14187": 1, "keyerror": 1, "14185": 1, "cmake_generator_platform": [1, 157, 197], "14114": 1, "cppinfo": [1, 21, 82, 124, 135, 140, 185, 196, 260], "14101": 1, "14082": 1, "both": [1, 6, 8, 10, 17, 18, 21, 27, 28, 36, 37, 40, 41, 43, 49, 50, 51, 61, 78, 85, 86, 90, 91, 92, 93, 97, 100, 102, 103, 106, 107, 108, 110, 111, 113, 114, 116, 119, 124, 127, 135, 136, 137, 138, 140, 142, 143, 149, 154, 155, 157, 159, 165, 184, 188, 190, 191, 192, 196, 197, 200, 220, 236, 244, 247, 249, 251, 253, 254, 260, 264, 265, 266, 268, 270, 272, 275, 276, 279, 280], "summari": [1, 4, 8, 84, 222, 260], "delet": [1, 32, 43, 64, 80, 116, 122, 124, 131, 258], "thing": [1, 13, 18, 21, 30, 52, 69, 70, 76, 79, 80, 88, 106, 111, 124, 139, 176, 184, 185, 197, 201, 212, 249, 251, 253, 255, 257, 259, 260, 265, 266, 267, 272, 280], "excluded_url": 1, "14020": 1, "learn": [1, 21, 26, 28, 70, 76, 79, 81, 124, 223, 242, 247, 248, 250, 251, 257, 259, 263, 265, 268, 269, 270, 276, 280], "14011": 1, "express": [1, 43, 51, 86, 112, 124, 137, 149, 150, 155, 197, 252, 274, 280], "14004": 1, "equival": [1, 62, 91, 92, 106, 107, 110, 117, 124, 126, 128, 133, 134, 140, 141, 150, 157, 180, 184, 194, 198, 200, 236, 250, 251, 252, 253, 259, 260, 271, 272, 276], "14002": 1, "13999": 1, "small": [1, 62, 76, 122, 133, 205, 246, 259, 264, 268, 275, 276], "13989": 1, "packageslist": [1, 173], "input": [1, 8, 28, 47, 61, 80, 84, 86, 88, 92, 94, 96, 101, 103, 106, 107, 108, 109, 110, 112, 113, 116, 120, 139, 144, 153, 154, 159, 205, 226, 231, 251, 253, 263, 273, 277], "13928": 1, "associ": [1, 3, 6, 113, 115, 116, 155, 157, 197, 252, 280], "13918": 1, "13757": 1, "split": [1, 155], "two": [1, 6, 18, 28, 46, 54, 76, 85, 86, 91, 96, 122, 124, 127, 128, 155, 164, 165, 184, 192, 197, 200, 209, 214, 230, 231, 240, 248, 249, 251, 257, 258, 263, 270, 272, 276], "13729": 1, "bindir": [1, 18, 28, 40, 41, 98, 103, 140, 146, 195, 197, 214, 217, 223, 226, 260, 263, 265, 268], "13623": 1, "autopackag": [1, 185, 204], "remnant": 1, "14083": 1, "14075": 1, "space": [1, 64, 76, 106, 115, 122, 124, 138, 157, 200, 278], "14063": 1, "trail": 1, "xxx_folder": 1, "break": [1, 5, 6, 7, 13, 32, 64, 76, 79, 92, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 165, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 197, 198, 215, 219, 220, 221, 222, 228], "subsystem": [1, 46, 47, 92, 124, 140, 154, 157, 185, 201, 227], "msys2": [1, 46, 47, 92, 154, 157, 240, 248], "14061": 1, "intermedi": [1, 106], "aggregated_compon": [1, 198], "14060": 1, "14053": 1, "pyyaml": 1, "broke": 1, "13990": 1, "13946": 1, "latest": [1, 5, 8, 13, 32, 62, 64, 74, 76, 85, 87, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 107, 110, 112, 113, 114, 116, 119, 120, 124, 157, 163, 192, 202, 203, 236, 245, 249, 252, 266, 274, 276, 277, 278, 279, 280], "14110": 1, "doubl": [1, 30, 115, 196, 245, 258], "setup": [1, 7, 42, 52, 57, 62, 225, 242], "14109": 1, "quietli": 1, "noth": [1, 17, 32, 40, 41, 52, 205, 259], "14106": 1, "overlap": [1, 226], "14095": 1, "freebsd": [1, 8, 64, 76, 155, 157, 240], "14065": 1, "through": [1, 24, 28, 97, 113, 124, 156, 166, 197, 225, 241, 247, 257, 259, 268], "root": [1, 10, 16, 18, 19, 27, 37, 39, 47, 58, 61, 90, 92, 95, 97, 98, 103, 104, 106, 137, 140, 154, 155, 157, 163, 165, 175, 176, 196, 214, 220, 222, 223, 249, 250, 252, 254, 258, 259, 264], "14051": 1, "irrespect": [1, 124, 139, 142, 143, 145, 230, 236, 253, 259], "problem": [1, 4, 6, 8, 76, 92, 128, 246, 251, 268], "parent": [1, 124, 137, 152, 205, 261], "13983": 1, "libdir1": 1, "includedir1": 1, "index": [1, 5, 8, 62, 64, 76, 79, 98, 103, 105, 115, 160, 180, 188, 243], "libdir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 205, 214, 216, 217, 223, 226, 260, 263, 264, 265, 272], "includedir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 214, 216, 217, 226, 230, 260, 264, 272], "cmake_program": [1, 92, 154, 194, 197], "13940": 1, "str": [1, 17, 32, 37, 124, 139, 165, 173, 177, 180, 190, 192, 201, 205, 222, 223, 225, 226, 228, 229, 230, 233, 253, 257, 264, 272], "13964": 1, "layer": [1, 157, 163, 259, 280], "13944": 1, "unzip": [1, 6, 19, 27, 64, 124, 144, 204, 207, 245, 261, 271], "13937": 1, "13929": 1, "13967": 1, "13966": 1, "source_fold": [1, 6, 16, 17, 18, 37, 39, 42, 54, 61, 92, 98, 103, 105, 137, 138, 144, 176, 197, 205, 209, 212, 225, 253, 257, 263, 264, 266], "13953": 1, "complet": [1, 4, 5, 6, 24, 40, 41, 56, 58, 62, 76, 93, 103, 106, 107, 109, 111, 116, 124, 135, 139, 140, 142, 143, 144, 147, 155, 157, 165, 166, 183, 197, 240, 244, 245, 253, 260, 264, 267, 270, 272, 280], "13934": 1, "premakedep": 1, "13926": 1, "http": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 79, 92, 98, 103, 105, 113, 122, 124, 144, 154, 156, 158, 163, 166, 207, 209, 231, 243, 245, 246, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "github": [1, 4, 5, 6, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 92, 98, 103, 105, 122, 124, 135, 144, 157, 160, 163, 166, 209, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "com": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 26, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 92, 98, 103, 105, 122, 124, 144, 155, 163, 166, 209, 231, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "pull": [1, 76, 79, 209, 243, 276], "13898": 1, "overrid": [1, 40, 41, 79, 80, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 119, 122, 124, 128, 154, 155, 194, 197, 240, 251, 274], "specif": [1, 6, 7, 8, 13, 21, 28, 37, 40, 41, 46, 47, 58, 61, 64, 69, 76, 86, 88, 91, 92, 94, 103, 104, 107, 112, 115, 120, 122, 124, 135, 137, 139, 140, 150, 154, 155, 157, 161, 162, 165, 192, 194, 197, 201, 202, 203, 205, 223, 226, 230, 233, 240, 247, 251, 253, 254, 255, 259, 261, 264, 265, 272, 278], "13923": 1, "13839": 1, "13836": 1, "step": [1, 3, 4, 6, 11, 13, 28, 29, 46, 47, 56, 62, 69, 122, 124, 130, 131, 155, 194, 212, 222, 253, 255, 258, 264, 267, 270, 271], "13833": 1, "relocat": [1, 30, 36, 211, 266], "build_polici": [1, 97, 98, 264], "debugg": 1, "13810": 1, "possible_valu": [1, 124], "possibl": [1, 4, 5, 6, 7, 13, 17, 27, 30, 36, 41, 42, 47, 51, 52, 58, 61, 62, 64, 76, 79, 80, 84, 86, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 116, 119, 120, 124, 126, 127, 128, 131, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 154, 155, 157, 158, 160, 161, 162, 163, 167, 172, 175, 183, 184, 186, 190, 192, 194, 196, 198, 200, 201, 222, 226, 230, 237, 240, 251, 252, 257, 258, 261, 269, 270, 272, 273, 275, 276, 277, 278, 279, 280], "13796": 1, "optim": [1, 76, 97, 124, 127, 263], "hit": [1, 201, 246], "13771": 1, "sh": [1, 36, 40, 41, 46, 56, 92, 135, 154, 157, 200, 201, 202, 203, 213, 214, 222, 232, 245, 250, 251, 253, 254, 257, 265, 271, 272], "shell": [1, 36, 40, 41, 43, 64, 67, 92, 124, 149, 154, 200, 201, 205, 213, 214, 222], "13764": 1, "13748": 1, "auto": [1, 43, 79, 80, 92, 114, 154, 155, 157, 249], "home": [1, 4, 26, 27, 32, 62, 63, 79, 113, 114, 122, 124, 140, 152, 154, 156, 157, 159, 163, 178, 180, 215, 249, 250, 251, 259], "13746": 1, "render": [1, 21, 103, 107, 113, 151, 153, 154, 158], "profile_nam": [1, 155], "13721": 1, "13718": 1, "understand": [1, 24, 32, 37, 49, 67, 72, 79, 83, 102, 111, 124, 150, 154, 165, 213, 214, 232, 241, 248, 259, 269], "13716": 1, "13712": 1, "skip_warn": [1, 92, 149, 154], "silenc": 1, "13706": 1, "info_invalid": [1, 98, 103], "13688": 1, "13680": 1, "mono": [1, 124], "13562": 1, "demonstr": [1, 28, 253], "13529": 1, "build_script": 1, "13901": 1, "13880": 1, "feed": [1, 80], "field": [1, 47, 52, 89, 93, 100, 103, 105, 107, 114, 117, 123, 124, 135, 137, 140, 153, 156, 157, 158, 166, 188, 197, 209, 212, 217, 236, 280], "13870": 1, "compiler_execut": [1, 28, 92, 154, 155, 197, 214, 226, 232, 249], "13867": 1, "13857": 1, "suffix": [1, 163, 196, 217], "13841": 1, "unkown": 1, "13832": 1, "13778": 1, "renam": [1, 180, 196, 204, 217], "d": [1, 7, 13, 27, 47, 49, 58, 61, 85, 90, 91, 103, 106, 113, 122, 124, 136, 155, 184, 195, 197, 215, 245, 259, 264, 277], "13740": 1, "omit": [1, 21, 124, 154, 272], "l": [1, 90, 91, 93, 94, 96, 97, 100, 102, 103, 105, 106, 110, 116, 119, 120, 212, 213, 215, 217, 236], "libpath": [1, 238], "13704": 1, "13855": 1, "out": [1, 26, 28, 30, 32, 37, 56, 57, 62, 76, 78, 86, 90, 92, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 119, 122, 135, 222, 226, 257, 261, 272, 276], "13853": 1, "13846": 1, "13844": 1, "13779": 1, "merg": [1, 5, 8, 24, 99, 100, 104, 108, 198, 243, 272, 276, 280], "alia": [1, 113, 196, 212], "13763": 1, "dep": [1, 21, 37, 42, 56, 85, 102, 135, 147, 155, 164, 165, 190, 194, 196, 198, 220, 230, 232, 253, 257, 259], "13762": 1, "cmake_system_nam": [1, 92, 154, 197], "baremet": [1, 157], "13739": 1, "deactiv": [1, 51, 166, 197, 202, 203, 251, 278], "13707": 1, "13597": 1, "extend": [1, 28, 44, 48, 79, 82, 83, 93, 100, 110, 125, 136, 160, 166, 193, 276, 278, 280], "13669": 1, "13608": 1, "bat": [1, 36, 40, 41, 46, 92, 135, 154, 197, 200, 201, 202, 203, 213, 214, 222, 226, 231, 232, 233, 245, 251, 253, 254], "13607": 1, "preliminari": [1, 197], "dev": [1, 145, 157, 240], "premake5": 1, "13390": 1, "old": [1, 31, 33, 124, 157, 172, 273, 276], "login": [1, 89, 122, 153, 180, 207, 245], "13671": 1, "msg": [1, 149, 163], "13668": 1, "correct": [1, 41, 43, 79, 80, 84, 92, 124, 137, 138, 140, 142, 143, 167, 188, 190, 196, 197, 201, 205, 225, 232, 250, 251, 260, 261, 264, 266, 270], "origin": [1, 4, 6, 8, 13, 24, 62, 64, 92, 106, 124, 128, 138, 153, 157, 200, 201, 226, 236, 252, 261, 264, 280], "13667": 1, "13661": 1, "respond": [1, 76], "forbidden": [1, 77, 109, 111, 128], "13626": 1, "13622": 1, "direct_deploi": [1, 106, 280], "13612": 1, "13605": 1, "p": [1, 4, 7, 13, 21, 24, 30, 43, 54, 62, 74, 91, 94, 98, 103, 107, 115, 116, 120, 154, 215, 229, 245, 257, 258, 260, 261, 263, 264, 266, 272], "had": [1, 13, 47, 58, 61, 62, 97, 124, 128, 253, 258, 261, 270, 272, 275], "13662": 1, "13657": 1, "close": [1, 97, 124, 205], "13631": 1, "13618": 1, "full_deploi": [1, 36, 106, 280], "collis": [1, 123, 196, 212, 214], "13610": 1, "13601": 1, "temp": [1, 91], "everyth": [1, 5, 13, 19, 43, 62, 64, 71, 76, 79, 91, 111, 116, 128, 137, 155, 185, 236, 253, 270], "13581": 1, "dictionari": [1, 92, 100, 124, 135, 140, 154, 163, 194, 197, 205, 207], "semant": [1, 124, 157, 259, 274], "13571": 1, "sdk": [1, 26, 36, 92, 154, 157, 188, 189, 191, 214, 226], "13531": 1, "13526": 1, "13505": 1, "13502": 1, "13470": 1, "side": [1, 6, 7, 8, 52, 122, 124, 140, 154, 249, 250, 257, 267, 277], "third": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 207, 236, 264, 271, 272], "parti": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 236, 264, 271, 272], "13461": 1, "cmake_legacy_toolchain": [1, 92, 154, 197], "android_use_legacy_toolchain_fil": [1, 92, 154, 197], "It": [1, 6, 7, 8, 13, 17, 18, 28, 30, 32, 36, 37, 40, 41, 46, 47, 52, 54, 58, 61, 62, 64, 68, 69, 70, 74, 75, 76, 78, 79, 80, 84, 85, 86, 87, 89, 91, 92, 93, 94, 100, 102, 103, 104, 106, 109, 111, 112, 113, 114, 116, 117, 120, 124, 126, 127, 128, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 159, 160, 161, 163, 166, 183, 184, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 212, 213, 214, 215, 216, 219, 220, 221, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 244, 245, 246, 249, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 273, 275, 276, 277, 278, 279, 280], "cflag": [1, 46, 92, 98, 103, 140, 154, 155, 191, 197, 213, 214, 217, 221, 226, 231, 232], "cxxflag": [1, 47, 51, 86, 92, 98, 103, 140, 154, 191, 197, 198, 213, 214, 221, 226, 231, 232, 238], "prevent": [1, 122, 124, 197], "13459": 1, "13458": 1, "authent": [1, 3, 62, 79, 114, 115, 153, 156, 158, 159, 180, 207, 244, 245], "13421": 1, "wai": [1, 4, 5, 6, 7, 8, 13, 21, 36, 43, 54, 62, 64, 70, 79, 84, 88, 89, 91, 92, 93, 102, 107, 122, 124, 126, 135, 137, 138, 141, 155, 157, 158, 159, 160, 164, 184, 197, 216, 223, 230, 236, 245, 247, 249, 251, 253, 256, 257, 258, 261, 263, 269, 270, 275, 277, 278, 280], "python_requires_extend": [1, 80, 136, 184], "13487": 1, "again": [1, 4, 13, 21, 26, 28, 32, 54, 91, 93, 122, 147, 149, 167, 220, 222, 236, 247, 251, 263, 264, 266, 270, 275, 277], "mydep": [1, 84, 135, 141, 232], "someopt": 1, "13467": 1, "cpp_std": 1, "vc": 1, "vs2019": [1, 92, 154, 222, 226], "vs2022": 1, "rather": [1, 8, 52, 84, 92, 139, 154, 157, 214, 232, 262, 272], "13450": 1, "conan_shared_found_librari": 1, "find_librari": [1, 26], "13596": 1, "13574": 1, "cmd_wrapper": [1, 160, 162, 280], "13564": 1, "becaus": [1, 6, 13, 17, 24, 28, 30, 32, 36, 43, 47, 49, 50, 52, 58, 62, 64, 65, 69, 76, 84, 87, 88, 91, 92, 100, 107, 109, 110, 124, 131, 138, 139, 140, 141, 145, 154, 155, 157, 167, 184, 192, 196, 197, 217, 222, 251, 252, 254, 258, 263, 264, 265, 266, 270, 271, 272, 275, 276, 277, 278], "13544": 1, "subcommand": [1, 92, 99, 104, 108, 163, 280], "underscor": [1, 259], "13516": 1, "13496": 1, "13488": 1, "composit": [1, 136, 157, 199], "13468": 1, "13415": 1, "13409": 1, "build_script_fold": [1, 194, 212, 263], "autoreconf": [1, 47, 212, 214, 257], "class": [1, 6, 16, 17, 18, 19, 24, 28, 32, 39, 40, 41, 42, 43, 51, 52, 54, 62, 76, 79, 80, 84, 86, 88, 106, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 155, 157, 160, 163, 164, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 232, 233, 236, 237, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 271, 272, 275, 276, 277, 278, 279], "mirror": [1, 4, 207], "That": [1, 8, 13, 17, 24, 39, 68, 79, 80, 88, 106, 124, 144, 159, 161, 168, 190, 196, 201, 217, 222, 231, 250, 251, 252, 263, 267, 276, 279, 280], "13403": 1, "13386": 1, "13354": 1, "jinja2": [1, 113, 114, 154, 155], "inclus": [1, 230], "13336": 1, "13324": 1, "version_rang": [1, 10, 92, 124, 154, 278], "resolve_prereleas": [1, 10, 92, 124, 154, 278], "prereleas": [1, 10, 278], "13321": 1, "13433": 1, "corrupt": 1, "13432": 1, "13430": 1, "13423": 1, "_detect_compiler_vers": 1, "13396": 1, "libc": [1, 24, 79, 98, 103, 114, 155, 157, 197, 226, 249, 251, 259], "13359": 1, "vswhere": [1, 92, 154], "13355": 1, "convers": [1, 81, 89], "13323": 1, "13230": 1, "msbuild": [1, 11, 44, 52, 65, 74, 76, 92, 113, 140, 154, 155, 157, 185, 194, 227, 230, 231, 233, 259], "13435": 1, "nonexist": [1, 21], "13434": 1, "individu": [1, 41, 76, 128, 135, 139, 153, 179, 271, 278], "13428": 1, "fatal": [1, 26], "malform": 1, "13365": 1, "system_lib": [1, 98, 103, 140, 198, 215, 216], "13364": 1, "virtualbuildenv": [1, 28, 40, 41, 46, 124, 140, 155, 185, 197, 199, 200, 201, 250, 251, 254, 260, 265], "instanti": [1, 52, 124, 135, 190, 191, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238], "13346": 1, "nicer": 1, "13328": 1, "qcc": [1, 157], "13326": 1, "insecur": [1, 92, 115], "ssl": [1, 92, 115, 140, 154, 156, 180, 207, 220], "13270": 1, "conanignor": [1, 92], "13269": 1, "traceback": 1, "vv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "13226": 1, "13299": 1, "telemetri": 1, "hang": [1, 76, 122], "13293": 1, "schema2": 1, "13288": 1, "logger": 1, "13287": 1, "auth": [1, 76, 158, 159, 207], "13285": 1, "unexpect": [1, 79, 80, 149, 226, 276], "13282": 1, "runtime_typ": [1, 58, 61, 88, 157, 168, 214], "reli": [1, 4, 52, 76, 80, 107, 142, 143, 197, 217, 249, 264, 266], "13277": 1, "txt": [1, 6, 16, 17, 18, 19, 21, 24, 28, 36, 39, 42, 43, 46, 49, 50, 51, 52, 56, 57, 63, 69, 70, 80, 82, 87, 90, 91, 95, 100, 102, 103, 106, 110, 113, 114, 124, 134, 138, 142, 143, 155, 164, 167, 176, 184, 190, 191, 194, 195, 196, 197, 202, 203, 205, 213, 214, 215, 217, 220, 221, 222, 223, 230, 231, 233, 238, 241, 248, 249, 250, 254, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pars": [1, 32, 62, 76, 107, 154, 155, 160, 216, 236, 237, 261], "13266": 1, "unifi": [1, 6, 157], "13264": 1, "13249": 1, "13214": 1, "explicitli": [1, 6, 13, 28, 42, 76, 80, 86, 91, 92, 94, 100, 106, 107, 109, 116, 124, 126, 130, 131, 133, 135, 139, 140, 141, 144, 145, 154, 184, 196, 198, 249, 252, 260, 275, 277, 278, 279], "state": [1, 7, 141, 180, 184, 197, 226, 252], "13211": 1, "13207": 1, "readm": [1, 166, 207, 271], "13186": 1, "13298": 1, "certain": [1, 28, 64, 106, 112, 116, 135, 140, 154, 155, 157, 166, 230, 252, 258, 260, 267], "13284": 1, "13278": 1, "13267": 1, "13263": 1, "win": [1, 64, 111, 264], "drive": [1, 47, 58, 61], "13248": 1, "13191": 1, "gnu17": [1, 43, 47, 98, 103, 114, 155, 157, 192, 249], "13185": 1, "13180": 1, "13178": 1, "13176": 1, "13172": 1, "etc": [1, 4, 6, 7, 8, 18, 30, 32, 36, 38, 43, 63, 70, 73, 76, 79, 80, 89, 92, 106, 110, 111, 114, 122, 124, 125, 127, 131, 135, 137, 138, 139, 140, 146, 154, 155, 157, 159, 160, 167, 188, 189, 196, 197, 198, 200, 202, 203, 213, 214, 217, 226, 230, 233, 244, 245, 248, 249, 258, 261, 263, 264, 267, 272, 277, 279, 280], "12746": 1, "13135": 1, "main": [1, 5, 19, 26, 30, 36, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 69, 71, 93, 94, 103, 106, 111, 121, 124, 136, 138, 157, 163, 185, 190, 191, 196, 209, 219, 231, 249, 251, 253, 254, 257, 259, 261, 263, 268, 271, 272, 277, 278, 280], "13117": 1, "13112": 1, "13110": 1, "13109": 1, "assign": [1, 28, 80, 84, 124, 130, 139, 142, 143, 195, 196, 197, 216, 226, 236, 258, 265], "13099": 1, "ui": [1, 32, 244, 245], "13093": 1, "13090": 1, "13074": 1, "13066": 1, "13050": 1, "customiz": [1, 157, 280], "presets_prefix": 1, "prepend": [1, 140, 154, 155, 200, 201, 216], "13015": 1, "your": [1, 2, 4, 6, 8, 10, 11, 19, 21, 23, 26, 27, 28, 30, 31, 32, 35, 43, 44, 45, 46, 48, 54, 56, 59, 60, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 81, 86, 88, 91, 93, 103, 113, 114, 123, 124, 125, 126, 130, 131, 133, 134, 135, 136, 139, 140, 144, 149, 154, 155, 157, 160, 163, 164, 165, 166, 167, 168, 184, 186, 189, 190, 191, 192, 195, 197, 205, 212, 214, 220, 221, 222, 223, 225, 226, 230, 232, 236, 238, 240, 241, 242, 247, 248, 249, 251, 253, 254, 255, 258, 261, 263, 264, 266, 267, 268, 269, 270, 271, 273, 280], "own": [1, 4, 8, 13, 19, 30, 37, 43, 50, 62, 64, 76, 79, 80, 81, 83, 86, 87, 88, 103, 113, 114, 123, 124, 126, 127, 135, 144, 154, 155, 157, 160, 163, 164, 165, 166, 184, 186, 196, 197, 223, 236, 242, 244, 255, 259, 264, 268, 270, 272, 280], "10166": 1, "13084": 1, "hash": [1, 83, 87, 98, 103, 105, 124, 144, 184, 207, 251, 252, 258, 260, 261, 277, 280], "13011": 1, "13003": 1, "12980": 1, "12937": 1, "pkgconfidep": 1, "get_transitive_requir": 1, "13013": 1, "13010": 1, "12992": 1, "12962": 1, "concurr": [1, 7, 69, 80, 92, 154, 159, 276, 280], "12930": 1, "against": [1, 5, 8, 10, 21, 37, 43, 74, 80, 115, 124, 132, 140, 149, 153, 156, 157, 162, 180, 238, 251, 259, 260, 268, 275, 276], "12913": 1, "system_requir": [1, 98, 103, 125, 135, 240], "12912": 1, "tar": [1, 4, 8, 28, 124, 205, 207], "pax": 1, "python3": [1, 64, 122], "12899": 1, "unix_path_package_info_legaci": 1, "package_info": [1, 11, 14, 17, 21, 28, 39, 42, 43, 52, 80, 97, 124, 125, 137, 166, 184, 190, 196, 197, 198, 200, 205, 214, 216, 217, 220, 241, 255, 259, 261, 263, 264, 265, 272], "In": [1, 4, 7, 8, 13, 17, 19, 21, 24, 26, 27, 28, 32, 36, 37, 40, 41, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 79, 84, 86, 87, 88, 91, 93, 97, 102, 106, 108, 110, 112, 122, 123, 124, 126, 127, 128, 129, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 150, 155, 157, 164, 165, 166, 175, 184, 189, 190, 192, 195, 196, 197, 200, 201, 212, 214, 222, 226, 228, 231, 240, 242, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "perform": [1, 4, 28, 71, 88, 91, 92, 106, 109, 111, 114, 115, 116, 120, 122, 124, 154, 159, 166, 180, 183, 188, 205, 221, 236, 240, 244, 245, 253, 269, 271, 280], "12886": 1, "12883": 1, "cmake_": [1, 197], "ex": [1, 36, 40, 41, 49, 57, 76, 124, 197, 249, 251, 253, 254, 265, 270], "12875": 1, "tempor": [1, 195], "12808": 1, "barebon": 1, "12802": 1, "pkgid": [1, 107], "12801": 1, "prev": [1, 13, 32, 98, 100, 103, 107], "12781": 1, "12780": 1, "12836": 1, "12881": 1, "ref": [1, 13, 19, 41, 46, 54, 79, 95, 98, 100, 103, 122, 124, 135, 138, 145, 147, 150, 162, 164, 167, 173, 176, 261, 270, 271, 272], "12722": 1, "12699": 1, "required_conan_vers": [1, 92, 154], "between": [1, 7, 13, 27, 28, 54, 84, 92, 102, 106, 124, 129, 135, 139, 140, 154, 184, 207, 244, 248, 250, 270, 275, 280], "12695": 1, "cleanup": 1, "organ": [1, 2, 4, 8, 84, 158, 197, 244, 253], "12666": 1, "12636": 1, "conaninfo": [1, 24, 87, 91, 249, 254, 258, 266], "12616": 1, "conanapiv2": 1, "12615": 1, "refactor": 1, "12554": 1, "12572": 1, "build_modul": [1, 196], "12578": 1, "12525": 1, "12468": 1, "env_info": 1, "user_info": 1, "fake": [1, 40, 41, 265], "12351": 1, "12379": 1, "reciperefer": [1, 173, 175], "equal": [1, 28, 91, 113, 124, 144, 161, 200, 278], "12506": 1, "compress": [1, 6, 57, 64, 92, 98, 103, 154, 183, 205, 207, 249, 250, 251, 253, 254], "uncompress": [1, 57, 64, 249, 251, 253, 254], "12378": 1, "12475": 1, "proper": [1, 7, 140, 212, 214, 224, 250], "lockfileapi": 1, "sever": [1, 6, 7, 21, 24, 27, 28, 42, 62, 64, 65, 69, 74, 79, 86, 87, 89, 94, 99, 100, 106, 108, 111, 124, 127, 154, 155, 163, 184, 190, 196, 197, 220, 236, 240, 244, 245, 249, 251, 257, 259, 261, 266, 268, 271, 273, 274, 275, 278, 280], "loos": 1, "12502": 1, "produc": [1, 28, 79, 80, 86, 88, 91, 92, 106, 108, 109, 111, 124, 127, 135, 137, 140, 154, 157, 184, 196, 197, 202, 203, 205, 261, 275], "drop": [1, 52, 106, 155], "compat_app": 1, "12484": 1, "transitive_head": [1, 98, 280], "12508": 1, "transitive_lib": [1, 98, 280], "uncommit": [1, 124], "12267": 1, "12263": 1, "12243": 1, "included_fil": [1, 236], "12246": 1, "12251": 1, "12152": 1, "convent": [1, 130, 131, 144, 154, 157], "12235": 1, "12080": 1, "decoupl": 1, "12046": 1, "special": [1, 6, 7, 17, 54, 79, 84, 86, 92, 113, 124, 125, 128, 149, 154, 155, 184, 196, 200, 212, 217, 251, 253, 278], "char": [1, 30, 43, 57, 209, 249], "12053": 1, "12032": 1, "clicolor_forc": [1, 159], "12028": 1, "12050": 1, "output_fold": [1, 37, 90, 95, 97, 106, 165, 176], "11977": 1, "12019": 1, "11720": 1, "11728": 1, "11680": 1, "11615": 1, "conanrc": [1, 82, 151], "11675": 1, "11672": 1, "max": [1, 92, 154, 157], "11610": 1, "post_build_fail": 1, "hook": [1, 76, 80, 82, 92, 160, 205], "11593": 1, "pre_gener": [1, 166], "post_gener": [1, 166], "cover": [1, 71, 137, 157, 242, 248, 265, 269], "around": [1, 8, 67, 68, 73, 74, 75, 76, 189, 194, 212, 219, 229, 240, 255], "brought": 1, "back": [1, 2, 10, 18, 47, 58, 61, 63, 76, 84, 92, 112, 154, 279], "11575": 1, "11522": 1, "model": [1, 17, 21, 63, 76, 79, 81, 82, 87, 88, 92, 122, 123, 129, 135, 139, 140, 141, 145, 157, 161, 248, 255, 258, 259], "relationship": [1, 124, 280], "linkag": [1, 251], "autom": [1, 5, 13, 26, 76, 107, 124, 144, 145, 159, 231, 274, 276, 280], "flexibl": [1, 47, 58, 61, 124, 150, 241, 248, 278, 280], "power": [1, 13, 76, 106, 160, 163, 197, 248, 280], "transpar": [1, 4, 11, 38, 58, 70, 249, 270, 280], "pythonapi": 1, "cleaner": [1, 88, 280], "structur": [1, 6, 18, 43, 46, 47, 54, 56, 57, 58, 61, 80, 100, 105, 106, 107, 121, 124, 140, 152, 155, 160, 175, 195, 220, 249, 253, 254, 259, 260, 261, 263, 264, 272, 275, 280], "account": [1, 6, 30, 84, 88, 122, 124, 135, 138, 157, 184, 189, 195, 197, 200, 237, 250, 258, 265, 267, 273, 280], "simpler": [1, 5, 6, 42, 117, 135, 141], "immut": [1, 6, 19, 80, 84, 144, 158, 252, 256, 257, 260, 261, 267, 271, 277], "tutori": [2, 10, 21, 27, 28, 30, 43, 46, 47, 49, 54, 56, 57, 58, 61, 63, 70, 76, 90, 93, 95, 97, 106, 109, 110, 111, 115, 118, 119, 120, 124, 126, 128, 130, 131, 135, 137, 138, 139, 140, 144, 146, 147, 223, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 279, 280], "aim": [2, 76, 98, 128, 150, 154, 157, 220, 267], "develop": [2, 4, 6, 7, 8, 10, 11, 18, 26, 28, 30, 31, 34, 52, 56, 57, 62, 63, 71, 76, 80, 88, 90, 91, 97, 106, 107, 118, 122, 124, 126, 132, 137, 140, 142, 143, 144, 154, 157, 159, 165, 168, 186, 191, 196, 222, 223, 231, 233, 241, 244, 245, 246, 249, 250, 254, 257, 264, 270, 276], "engin": [2, 21, 112, 154, 275, 276], "administr": [2, 3, 245], "architect": 2, "adopt": 2, "design": [2, 18, 28, 76, 136, 157, 253, 272, 280], "product": [2, 5, 6, 36, 63, 76, 80, 93, 111, 114, 128, 132, 139, 272], "team": [2, 5, 8, 52, 57, 76, 79, 84, 112, 113, 114, 122, 124, 157, 244, 245, 246, 249, 264], "plan": [2, 100, 135, 140], "we": [3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 71, 80, 81, 84, 85, 86, 87, 88, 91, 100, 102, 106, 107, 110, 111, 112, 113, 122, 124, 127, 129, 131, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 148, 154, 155, 157, 175, 184, 190, 192, 195, 196, 197, 198, 201, 217, 220, 222, 223, 230, 236, 240, 242, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279], "ll": [3, 4, 32, 46, 56, 57, 69, 155, 163, 197, 222, 231, 233, 249, 271], "free": [3, 4, 28, 76, 98, 103, 122, 197, 244, 245, 246], "tab": [3, 69], "exampl": [3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 150, 152, 153, 154, 155, 157, 161, 162, 163, 165, 166, 167, 168, 176, 188, 189, 190, 191, 195, 196, 197, 198, 201, 202, 205, 209, 215, 216, 217, 220, 223, 226, 228, 229, 230, 236, 240, 241, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 278, 279, 280], "imagin": [3, 10, 102, 196, 220, 253, 258, 266], "give": [3, 4, 8, 76, 89, 102, 114, 121, 202, 203], "upload_url": [3, 4, 92, 154], "myteam": [3, 4, 154], "myorg": [3, 4, 154], "next": [3, 26, 30, 46, 74, 76, 87, 111, 124, 214, 230, 236, 250, 256, 257, 258, 265, 279], "anonym": [3, 122, 153, 158, 159], "see": [3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 56, 62, 64, 69, 71, 79, 85, 86, 87, 88, 89, 92, 93, 94, 100, 105, 106, 107, 110, 114, 116, 120, 121, 122, 124, 128, 130, 131, 132, 138, 139, 140, 144, 146, 152, 153, 154, 155, 157, 158, 161, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 195, 196, 197, 198, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offici": [3, 32, 105, 160, 163, 222, 242, 280], "guid": [3, 4, 63, 241], "how": [3, 4, 5, 6, 8, 16, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 43, 47, 49, 50, 54, 56, 58, 61, 62, 66, 69, 70, 76, 79, 81, 82, 83, 84, 86, 93, 97, 100, 107, 110, 111, 115, 120, 123, 124, 137, 141, 152, 154, 155, 156, 157, 160, 165, 184, 196, 220, 223, 239, 241, 242, 243, 247, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279], "token": [3, 62, 122, 153, 158, 236], "live": [3, 13, 19, 124, 144, 150, 230, 280], "source_credenti": [3, 4, 82, 151], "cmvmdgtu1234567890abcdefghijklmnopqrstuvwxyz": 3, "And": [3, 6, 13, 21, 36, 42, 50, 54, 64, 71, 91, 94, 113, 124, 135, 147, 150, 154, 155, 157, 164, 166, 168, 184, 190, 191, 200, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 233, 250, 252, 259, 260, 270, 275, 276], "last": [3, 7, 107, 141, 157, 179, 180, 221, 231, 273, 278, 280], "permiss": [3, 4, 64, 76, 80, 205, 244, 245], "feel": [3, 140], "accord": [3, 46, 69, 70, 86, 144, 155, 189, 196, 197, 233, 260, 278], "With": [3, 4, 7, 17, 21, 28, 36, 37, 52, 64, 69, 74, 76, 153, 155, 157, 209, 222, 251, 257, 265, 270], "common": [4, 6, 8, 13, 17, 18, 27, 36, 54, 79, 80, 86, 88, 91, 92, 107, 124, 133, 134, 135, 139, 140, 143, 157, 160, 162, 163, 184, 189, 223, 229, 236, 240, 251, 252, 259, 266, 273, 274], "practic": [4, 5, 6, 7, 8, 13, 19, 30, 36, 62, 74, 76, 77, 84, 86, 91, 93, 107, 109, 111, 113, 114, 122, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 140, 141, 144, 147, 150, 155, 158, 184, 226, 241, 250, 252, 254, 256, 257, 260, 261, 265, 267, 271, 275, 276, 277, 278, 279], "canon": [4, 196], "page": [4, 27, 28, 63, 74, 124, 245], "keep": [4, 6, 18, 26, 62, 71, 80, 88, 111, 112, 136, 157, 166, 184, 195, 196, 197, 205, 249, 252, 253, 264, 265, 273, 279, 280], "record": 4, "traceabl": [4, 6, 76, 265, 274, 279, 280], "purpos": [4, 7, 64, 80, 124, 131, 133, 135, 136, 154, 158, 160, 197, 236, 240, 241, 242, 247, 265, 272, 276, 279, 280], "howev": [4, 5, 21, 28, 36, 40, 41, 46, 47, 64, 65, 71, 88, 100, 103, 122, 127, 150, 154, 157, 166, 196, 252, 253, 254, 258, 261, 275, 276, 277, 279], "often": [4, 30, 137, 278], "term": [4, 7, 259], "futur": [4, 7, 37, 62, 72, 79, 80, 81, 92, 100, 113, 114, 124, 155, 161, 162, 165, 167, 184, 205, 208, 253, 261], "mai": [4, 8, 19, 21, 26, 28, 64, 76, 79, 88, 94, 121, 124, 126, 130, 131, 140, 157, 190, 196, 197, 205, 237, 246, 248, 251, 253, 254, 260, 261, 267], "encount": [4, 124], "thu": [4, 8, 80, 122, 124, 127, 133, 134, 212, 215, 280], "retriev": [4, 6, 7, 8, 62, 80, 91, 94, 103, 122, 124, 129, 207, 236, 249, 251, 254, 255, 256, 259, 261, 264, 277], "addition": [4, 8, 28, 103, 104, 128, 141, 149, 154, 196, 217], "alongsid": [4, 220, 241], "infrastructur": [4, 6], "trigger": [4, 74, 149, 280], "sha256": [4, 28, 124, 206, 207, 261], "signatur": [4, 165, 167, 168, 206], "few": [4, 37, 86, 107, 159, 160, 162, 184, 265], "download_url": [4, 92, 154], "repres": [4, 6, 28, 80, 84, 86, 87, 124, 196, 197, 198, 201, 226, 240, 251, 277, 280], "fetch": [4, 6, 28, 62, 64, 76, 89, 91, 105, 144, 236, 251], "either": [4, 8, 37, 74, 113, 122, 124, 126, 135, 139, 140, 141, 149, 159, 167, 179, 186, 200, 252, 278], "present": [4, 13, 37, 46, 52, 79, 81, 91, 92, 104, 105, 106, 124, 141, 157, 159, 192, 254], "prefer": [4, 49, 50, 64, 69, 84, 100, 158, 189, 197, 214, 236, 264, 270, 271, 272, 278], "ahead": [4, 10], "Being": [4, 184], "might": [4, 6, 7, 10, 13, 17, 18, 26, 27, 30, 36, 37, 40, 41, 51, 52, 54, 58, 62, 64, 74, 76, 79, 80, 81, 84, 86, 88, 91, 93, 100, 102, 106, 107, 109, 110, 111, 113, 122, 124, 127, 131, 134, 135, 137, 138, 139, 140, 143, 144, 145, 154, 155, 157, 175, 186, 200, 214, 226, 230, 231, 246, 251, 259, 264, 265, 270, 271, 275, 279], "exclude_url": [4, 91, 92, 154], "start": [4, 5, 6, 17, 30, 46, 56, 57, 62, 64, 74, 80, 100, 103, 113, 123, 124, 139, 140, 155, 157, 158, 163, 166, 175, 197, 205, 207, 217, 222, 226, 245, 246, 249, 259, 270, 271, 272, 275, 276, 277, 279, 280], "begin": [4, 74, 76, 92, 154, 155, 248, 255], "someth": [4, 6, 13, 18, 40, 41, 49, 50, 52, 69, 76, 79, 80, 86, 87, 88, 111, 122, 124, 131, 134, 135, 137, 139, 140, 144, 150, 153, 154, 155, 157, 163, 168, 186, 188, 197, 216, 222, 236, 249, 251, 252, 270, 271, 272, 276, 277, 279], "A": [4, 6, 13, 47, 49, 54, 58, 61, 71, 76, 86, 88, 91, 92, 94, 98, 102, 103, 107, 110, 111, 116, 120, 122, 124, 128, 130, 132, 139, 141, 143, 144, 145, 149, 154, 155, 162, 166, 175, 180, 183, 184, 194, 197, 200, 205, 207, 211, 228, 231, 240, 245, 249, 252, 255, 257, 258, 260, 262, 263, 264, 268, 270, 273, 276, 278, 280], "put": [4, 6, 17, 30, 37, 64, 91, 92, 97, 113, 124, 135, 137, 140, 144, 153, 154, 155, 160, 167, 201, 220, 221, 223, 259, 265, 268, 272, 273, 277], "strongli": [4, 8, 64, 84, 124, 127, 158, 226, 261], "recommend": [4, 5, 6, 7, 8, 13, 24, 30, 32, 36, 37, 56, 57, 62, 65, 76, 79, 80, 84, 86, 88, 92, 100, 106, 107, 111, 114, 122, 124, 127, 132, 133, 138, 139, 141, 142, 144, 154, 155, 159, 166, 184, 196, 208, 240, 244, 245, 246, 254, 257, 259, 264, 270, 275, 276, 278], "below": [4, 5, 6, 8, 69, 76, 84, 86, 87, 91, 129, 141, 144, 152, 154, 188, 190, 191, 195, 197, 205, 214, 217, 220, 258], "relev": [4, 21, 28, 47, 58, 61, 63, 67, 68, 72, 73, 74, 75, 86, 88, 154, 256, 257, 258, 260, 261, 265, 267, 268, 276], "els": [4, 6, 17, 26, 28, 32, 40, 41, 54, 76, 122, 124, 138, 139, 140, 144, 155, 192, 240, 251, 253, 256, 257, 260, 265, 267], "each": [4, 6, 8, 17, 18, 21, 24, 26, 27, 40, 41, 46, 54, 56, 64, 68, 76, 79, 92, 98, 100, 104, 106, 113, 122, 124, 127, 129, 135, 137, 139, 140, 150, 155, 156, 157, 163, 165, 190, 191, 196, 197, 209, 214, 221, 226, 238, 240, 250, 253, 258, 259, 260, 261, 264, 265, 270, 276, 277, 278], "blob": [4, 71, 280], "belong": [4, 91, 94, 107, 111, 124, 185, 196, 205, 217, 250, 259, 265, 268, 280], "artifactori": [4, 13, 65, 76, 122, 160, 244, 246], "describ": [4, 5, 6, 8, 10, 46, 57, 83, 85, 89, 101, 124, 135, 137, 143, 153, 192, 197, 198, 226, 272, 279], "approach": [4, 6, 8, 13, 28, 30, 42, 52, 62, 76, 79, 80, 81, 84, 86, 106, 124, 137, 138, 139, 140, 141, 142, 144, 155, 157, 163, 184, 194, 196, 197, 208, 236, 250, 257, 264, 265, 276, 279], "deal": [4, 9, 81, 127, 139], "worker": 4, "abov": [4, 5, 6, 7, 8, 13, 16, 54, 56, 61, 62, 76, 85, 86, 87, 91, 94, 103, 110, 113, 116, 122, 124, 135, 136, 139, 141, 150, 154, 157, 167, 184, 190, 191, 194, 196, 197, 201, 202, 205, 217, 220, 230, 240, 251, 260, 261, 266, 267, 270, 272, 275, 276, 277, 279, 280], "travers": [4, 152], "until": [4, 8, 69, 80, 152, 153, 158, 161, 259], "client": [4, 7, 13, 32, 52, 69, 74, 76, 79, 89, 92, 114, 121, 122, 124, 153, 166, 245, 246, 251, 259], "regard": [4, 28, 76, 81, 110, 157, 166, 205, 266], "capabl": [4, 7, 105, 106, 155, 197, 253, 280], "1": [4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 71, 76, 78, 79, 81, 84, 85, 87, 88, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 116, 117, 120, 121, 122, 124, 128, 135, 136, 139, 140, 141, 143, 144, 147, 148, 150, 154, 155, 156, 157, 164, 165, 166, 184, 190, 192, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 215, 217, 220, 226, 228, 230, 231, 232, 233, 236, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "3": [4, 10, 19, 21, 26, 28, 30, 36, 39, 40, 41, 42, 43, 49, 50, 51, 54, 62, 64, 69, 76, 79, 85, 86, 87, 93, 100, 104, 106, 107, 109, 110, 111, 113, 121, 122, 124, 128, 135, 145, 150, 155, 157, 184, 189, 190, 196, 197, 202, 207, 217, 220, 222, 249, 250, 252, 253, 254, 257, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276, 278, 279, 280], "ruben": 4, "conan2": [4, 21, 24, 30, 43, 62, 64, 79, 92, 98, 103, 114, 159, 215, 249, 251, 257, 258, 259, 260, 261, 263, 266], "zlib0f4e45286ecd1": 4, "src": [4, 6, 16, 17, 19, 21, 26, 27, 28, 30, 36, 39, 43, 46, 47, 52, 54, 56, 57, 58, 61, 85, 91, 124, 132, 137, 138, 196, 205, 220, 249, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277], "net": [4, 92, 98, 103, 122, 154], "fossil": 4, "gz": [4, 124, 205, 207], "madler": 4, "v1": [4, 192], "newli": 4, "therefor": [4, 8, 69, 88, 127, 205, 240, 263], "dure": [4, 8, 26, 28, 58, 62, 69, 81, 88, 124, 131, 141, 194, 226, 259, 271, 278], "address": [4, 8, 139, 157, 274], "scenario": [4, 7, 28, 41, 42, 43, 62, 64, 86, 124, 126, 127, 140, 141, 155, 161, 253, 264, 280], "ce": [4, 76, 244], "simpl": [4, 13, 17, 24, 28, 37, 43, 44, 45, 47, 51, 55, 58, 59, 61, 62, 68, 73, 76, 79, 80, 93, 100, 113, 122, 124, 125, 126, 128, 136, 141, 150, 163, 166, 184, 219, 220, 221, 223, 241, 244, 246, 248, 251, 253, 255, 259, 261, 262, 263, 267, 270, 271, 278, 279], "suffici": [4, 74, 122], "instruct": [4, 28, 64, 69, 79, 125, 138, 157, 251], "author": [4, 6, 8, 52, 62, 98, 136, 158, 259], "agent": [4, 62, 100], "done": [5, 6, 37, 39, 52, 54, 76, 79, 80, 83, 88, 100, 109, 111, 116, 122, 126, 127, 128, 135, 140, 141, 143, 144, 153, 155, 157, 159, 164, 165, 166, 176, 184, 188, 196, 197, 201, 202, 203, 212, 243, 250, 252, 253, 257, 259, 260, 268, 270, 271, 272, 273, 278, 279, 280], "much": [5, 6, 80, 126, 133, 144, 184, 259, 271, 280], "fulli": [5, 36, 62, 76, 109, 111, 124, 141, 142, 143, 165, 190, 191, 197, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238, 270, 280], "fork": [5, 8, 124], "maintain": [5, 8, 18, 76, 100, 109, 124, 139, 150, 155, 166, 217, 252, 273], "pr": [5, 28, 43, 51, 58, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 155, 220, 222, 250], "2": [5, 6, 8, 10, 13, 17, 26, 28, 36, 40, 41, 42, 43, 46, 50, 56, 57, 62, 64, 65, 69, 76, 78, 79, 81, 85, 87, 91, 92, 94, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 116, 117, 120, 121, 122, 124, 128, 133, 135, 136, 138, 140, 141, 143, 147, 150, 154, 155, 156, 157, 164, 167, 184, 190, 195, 196, 197, 202, 203, 207, 208, 212, 215, 217, 220, 228, 230, 233, 249, 250, 251, 252, 253, 254, 256, 259, 263, 264, 270, 275, 276, 277, 278, 279], "13": [5, 6, 13, 24, 28, 36, 43, 85, 87, 88, 91, 94, 102, 103, 106, 107, 110, 114, 116, 117, 120, 121, 128, 150, 155, 157, 164, 215, 249, 252, 256], "part": [5, 17, 21, 28, 32, 39, 40, 41, 43, 47, 58, 61, 62, 76, 86, 92, 93, 94, 107, 116, 124, 125, 128, 131, 133, 134, 137, 138, 139, 141, 154, 155, 157, 184, 242, 244, 256, 257, 258, 259, 260, 261, 267, 268, 271, 272, 277, 279], "mostli": [5, 32, 46, 124, 141, 157, 166, 240], "proprietari": [5, 76, 158, 216], "idea": [5, 135, 154, 276, 280], "further": [5, 28, 84, 124, 128, 157, 197, 280], "soon": [5, 65, 76, 280], "straightforward": [5, 83, 93, 106, 135, 269, 275], "mani": [5, 6, 46, 51, 52, 62, 64, 71, 76, 79, 80, 81, 86, 109, 113, 135, 155, 184, 201, 247, 270, 273, 276, 280], "advantag": [5, 64, 164, 191, 231, 253], "mitig": [5, 52, 201], "risk": [5, 52, 62, 79, 154, 278], "befor": [5, 6, 7, 10, 26, 46, 56, 57, 62, 74, 120, 124, 126, 130, 135, 137, 144, 147, 155, 165, 166, 184, 201, 205, 214, 219, 222, 226, 232, 236, 240, 250, 251, 253, 254, 257, 258, 261, 265, 272, 276, 280], "No": [5, 24, 52, 88, 124, 131, 251, 263, 279], "central": [5, 76, 242], "outag": 5, "adapt": [5, 83, 113, 114, 124], "perfectli": [5, 52, 79, 150], "minut": [5, 107, 116], "week": [5, 107, 116, 273], "appli": [5, 8, 51, 52, 54, 80, 81, 86, 89, 90, 91, 93, 97, 100, 102, 103, 106, 109, 110, 111, 114, 119, 122, 124, 126, 127, 131, 134, 135, 140, 144, 154, 155, 157, 190, 197, 199, 209, 222, 250, 251, 252, 254, 255, 257, 258, 263, 264, 267, 275, 278, 280], "wouldn": [5, 52, 64, 69, 124, 194], "elimin": [5, 270], "attack": 5, "audit": [5, 8], "analyz": [5, 32, 56, 160], "diff": [5, 54, 102, 107, 209], "trim": [5, 110], "fire": [5, 100, 144, 184, 272], "effici": [5, 36, 57, 76, 84, 124, 139, 230, 249, 280], "thank": [5, 26, 40, 41, 46, 57, 86, 160, 163, 264], "secondari": [5, 76], "Then": [5, 6, 13, 24, 26, 27, 30, 42, 46, 62, 69, 71, 80, 88, 100, 113, 128, 130, 131, 136, 139, 140, 153, 155, 164, 165, 196, 198, 205, 212, 222, 231, 242, 245, 246, 248, 249, 250, 252, 253, 255, 258, 259, 260, 266, 268, 274, 275, 278, 279], "good": [5, 19, 62, 76, 77, 84, 111, 113, 122, 124, 126, 128, 129, 135, 136, 140, 141, 154, 175, 231, 233, 244, 256, 257, 260, 267, 271, 275, 276, 279], "subject": [6, 7, 13, 32, 76, 92, 98, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 161, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 196, 197, 198, 215, 219, 220, 221, 222], "stabil": [6, 7, 13, 32, 71, 76, 92, 105, 107, 114, 121, 128, 130, 131, 132, 139, 152, 153, 155, 157, 158, 161, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 197, 198, 205, 215, 219, 220, 221, 273], "typic": [6, 8, 13, 27, 40, 41, 52, 61, 62, 64, 69, 79, 86, 124, 130, 133, 134, 135, 137, 140, 141, 155, 158, 167, 188, 189, 195, 196, 198, 201, 217, 223, 229, 234, 240, 250, 251, 253, 257, 258, 260, 263, 264, 265, 270, 271, 273, 280], "compos": [6, 28, 106, 140, 154, 155, 172, 179, 189, 197, 200, 236, 263], "But": [6, 7, 13, 30, 40, 41, 52, 62, 76, 86, 97, 107, 112, 124, 127, 135, 146, 148, 149, 155, 163, 167, 196, 217, 220, 250, 252, 253, 259, 263, 265, 275, 276, 277], "normal": [6, 36, 43, 73, 79, 116, 124, 132, 163, 166, 200, 270, 278], "consumpt": [6, 21, 76, 125, 150, 253], "complianc": [6, 127, 280], "technic": [6, 124], "busi": [6, 280], "reason": [6, 8, 42, 52, 62, 79, 80, 93, 97, 111, 144, 158, 265, 272, 275, 277], "suit": [6, 150, 155, 223, 257, 263], "heavi": [6, 30, 76, 124, 126, 162], "pdb": [6, 30], "coverag": [6, 196, 280], "sanit": 6, "analysi": [6, 92, 154], "exact": [6, 49, 50, 80, 84, 91, 92, 109, 111, 116, 124, 127, 155, 180, 191, 205, 231, 236, 252, 259, 270, 271, 272, 277, 279], "relat": [6, 28, 46, 64, 73, 81, 124, 135, 154, 180, 191, 197, 205, 217, 226, 253, 258, 259, 271, 280], "There": [6, 7, 17, 21, 27, 30, 40, 41, 43, 52, 62, 64, 69, 74, 76, 78, 79, 86, 88, 92, 100, 106, 107, 113, 116, 122, 124, 126, 133, 137, 138, 139, 147, 148, 154, 159, 166, 184, 196, 197, 200, 223, 240, 244, 245, 253, 257, 258, 260, 264, 265, 270, 274, 275, 277, 280], "regul": 6, "larger": 6, "happen": [6, 8, 13, 19, 28, 32, 51, 62, 74, 79, 87, 93, 116, 126, 133, 134, 135, 138, 139, 140, 153, 158, 159, 163, 201, 249, 252, 254, 258, 259, 263, 270, 272, 275, 276, 278, 280], "lot": [6, 8, 267, 278, 280], "impact": [6, 8], "experi": [6, 124, 126, 197, 246, 278, 280], "cost": [6, 80], "furthermor": [6, 56, 80, 280], "highlight": [6, 26, 149, 200, 220, 261], "probabl": [6, 32, 197, 223, 230, 252], "scan": [6, 210], "recipe_metadata_fold": 6, "0": [6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 61, 62, 65, 69, 76, 78, 79, 81, 84, 85, 88, 91, 92, 94, 98, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 121, 122, 124, 128, 135, 136, 139, 141, 144, 145, 147, 148, 150, 155, 157, 164, 165, 184, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 217, 220, 226, 228, 230, 231, 232, 233, 240, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "def": [6, 16, 17, 18, 19, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 56, 58, 61, 62, 79, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 155, 157, 158, 161, 162, 163, 164, 165, 166, 167, 168, 184, 186, 188, 189, 190, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 279], "Or": [6, 79, 88, 92, 126, 135, 155, 197, 216, 232, 238], "mybuild": [6, 124], "recipe_fold": [6, 16, 18, 62, 98, 103, 133, 134, 135, 136, 142, 143], "dst": [6, 17, 28, 39, 61, 124, 132, 205, 266], "join": [6, 16, 17, 18, 19, 28, 37, 40, 41, 54, 61, 79, 124, 134, 136, 137, 138, 140, 142, 143, 146, 155, 166, 167, 184, 196, 197, 200, 205, 223, 253, 257, 263, 264, 265, 266, 268, 272], "stuff": 6, "srclog": 6, "most": [6, 7, 13, 18, 21, 28, 30, 32, 36, 40, 41, 46, 56, 57, 65, 67, 68, 72, 73, 74, 75, 76, 80, 86, 88, 89, 93, 107, 108, 110, 124, 129, 138, 139, 141, 142, 151, 154, 161, 184, 195, 197, 198, 205, 223, 232, 240, 241, 249, 256, 265, 268, 269, 271, 275, 276], "mylog": 6, "note": [6, 13, 17, 18, 28, 32, 36, 37, 39, 40, 41, 47, 49, 50, 51, 52, 58, 61, 64, 69, 81, 84, 86, 91, 100, 101, 103, 106, 107, 109, 111, 113, 116, 122, 124, 126, 136, 139, 140, 144, 146, 149, 150, 155, 157, 165, 167, 184, 190, 196, 197, 211, 226, 240, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 266, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "clutter": [6, 223], "accross": [6, 84], "sai": [6, 13, 16, 18, 39, 42, 54, 86, 91, 102, 106, 111, 124, 154, 155, 190, 230, 258, 272], "no_copy_sourc": [6, 126, 263], "As": [6, 8, 17, 21, 24, 28, 40, 41, 43, 46, 56, 61, 76, 79, 85, 86, 87, 88, 91, 100, 101, 107, 112, 113, 124, 144, 155, 157, 158, 165, 184, 186, 191, 196, 197, 201, 220, 240, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 272, 275, 276, 277, 279, 280], "post_export": [6, 166, 205], "post_sourc": [6, 166], "post_build": [6, 160, 166], "similar": [6, 8, 18, 47, 58, 61, 64, 71, 76, 94, 97, 111, 120, 122, 124, 137, 145, 155, 163, 184, 196, 198, 200, 236, 249, 256, 258, 261, 263, 272, 278], "To": [6, 24, 26, 28, 30, 32, 37, 57, 62, 64, 69, 70, 74, 79, 92, 103, 107, 111, 114, 116, 124, 128, 136, 137, 144, 149, 154, 155, 158, 161, 166, 190, 195, 196, 197, 202, 203, 205, 212, 213, 214, 223, 249, 251, 253, 254, 260, 261, 270, 272, 276, 278, 279], "achiev": [6, 8, 40, 62, 80, 126, 139, 165, 191, 196, 205, 231, 248, 253, 259, 263, 276, 279, 280], "didn": [6, 49, 52, 62, 79, 85, 259, 263], "far": [6, 251, 252, 253, 256, 258, 270, 280], "r": [6, 13, 32, 36, 62, 71, 79, 85, 87, 90, 93, 94, 95, 96, 97, 98, 100, 102, 103, 105, 106, 107, 110, 116, 117, 119, 120, 236, 245, 247, 252, 273, 277], "da39a3ee5e6b4b0d3255bfef95601890afd80709": [6, 32, 263], "By": [6, 21, 28, 42, 50, 58, 74, 76, 79, 84, 90, 91, 92, 93, 97, 100, 102, 103, 106, 107, 110, 114, 119, 120, 122, 124, 140, 153, 154, 159, 184, 196, 197, 200, 212, 214, 215, 217, 219, 226, 236, 240, 276, 277], "situat": [6, 13, 28, 36, 40, 41, 86, 109, 116, 124, 126, 138, 139, 143, 155, 184, 196, 217, 274, 275], "sometim": [6, 7, 30, 54, 79, 93, 124, 145, 252, 257, 261, 263, 269], "mix": [6, 86, 184], "recov": [6, 62, 205], "previous": [6, 13, 24, 28, 32, 37, 64, 106, 111, 153, 155, 157, 197, 200, 222, 254, 261, 264, 275], "under": [6, 8, 37, 67, 72, 74, 75, 76, 87, 122, 124, 137, 139, 155, 163, 166, 209, 226, 236, 240, 246, 249, 259, 264, 269, 278], "collect": [6, 37, 103, 106, 135, 140, 144, 205, 215, 258, 267], "recal": [6, 28, 52, 109, 111, 116, 128, 131, 155, 159, 190, 194, 197], "At": [6, 10, 21, 26, 69, 74, 76, 80, 111, 124, 135, 157, 205, 213, 221, 222], "moment": [6, 7, 36, 80, 122, 124, 135, 140, 157, 213, 221], "addit": [6, 8, 64, 65, 92, 93, 108, 124, 141, 154, 155, 157, 180, 187, 197, 205, 207, 214, 226, 231, 232, 233, 253, 254, 260], "quit": [6, 154, 184, 246], "ineffici": 6, "prone": 6, "sensit": 6, "race": 6, "metatada": 6, "best": [6, 7, 13, 36, 62, 84, 86, 91, 93, 107, 109, 114, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 139, 140, 141, 144, 147, 155, 158, 179, 184, 254, 265, 275, 277, 279], "mandatori": [6, 37, 47, 52, 58, 61, 86, 109, 113, 124, 162, 165, 184, 259], "frequent": [6, 8, 205], "excepcion": 6, "decompress": [6, 205, 207, 249, 254, 269], "consid": [6, 7, 8, 21, 28, 46, 76, 84, 85, 86, 91, 100, 107, 124, 127, 129, 161, 190, 192, 197, 226, 253, 277], "zip": [6, 8, 19, 54, 92, 114, 120, 124, 144, 158, 205, 207, 244, 245, 255, 271], "yourself": [6, 47, 58, 61], "categori": [6, 250], "illustr": [6, 85, 279], "later": [6, 7, 13, 26, 69, 71, 93, 100, 103, 124, 127, 131, 134, 140, 149, 155, 180, 205, 236, 242, 247, 252, 253, 257, 258, 264, 274, 276], "necessarili": [6, 124, 276], "ton": 6, "assum": [6, 28, 30, 36, 58, 69, 76, 80, 84, 85, 91, 94, 102, 107, 116, 120, 124, 136, 140, 145, 155, 157, 159, 161, 190, 196, 220, 230, 249, 251, 253, 254, 279], "stage": [6, 26, 64, 93, 97, 157, 166], "applic": [6, 8, 27, 39, 46, 47, 50, 56, 57, 58, 61, 64, 76, 79, 85, 86, 103, 124, 128, 139, 141, 147, 196, 197, 203, 205, 217, 230, 241, 246, 248, 249, 254, 255, 259, 262, 263, 265, 268, 270, 275, 280], "cp": [6, 36, 62], "todo": [6, 175], "hear": 6, "feedback": [6, 76, 81, 278], "continu": [7, 76, 80, 81, 109, 122, 243, 272, 276], "conveni": [7, 13, 71, 107, 113, 124, 144, 145, 155, 165, 168, 184, 196, 200, 202, 203, 252, 265, 268], "recent": [7, 21, 107, 116, 273], "transfer": [7, 8, 52, 122, 280], "paralllel": 7, "pkg1df6df1a3b33c": 7, "9a4eb3c8701508aa9458b1a73d0633783ecc2270": [7, 88, 107], "b": [7, 21, 24, 28, 30, 43, 54, 64, 90, 91, 93, 97, 100, 102, 103, 106, 110, 114, 119, 144, 154, 209, 215, 220, 250, 257, 258, 260, 261, 263, 266, 272], "pkgd573962ec2c90": 7, "conan_cache_sav": 7, "well": [7, 62, 76, 78, 88, 97, 107, 121, 124, 137, 157, 194, 196, 197, 217, 226, 259, 280], "pkg773791b8c97aa": 7, "substitut": [7, 159, 240], "storag": [7, 76, 91, 122, 154, 160, 207, 246, 277], "transitori": 7, "strategi": [7, 8, 62, 139, 144, 271, 280], "proof": 7, "stabl": [7, 64, 107, 113, 114, 124, 154, 155], "fantast": 8, "1500": 8, "contribut": [8, 76, 201, 209, 241, 242], "great": [8, 64, 76, 79, 245, 280], "knowledg": [8, 63, 76, 79], "wide": [8, 64, 86, 88, 251, 253, 254, 259], "variant": [8, 72], "On": [8, 46, 47, 58, 61, 86, 122, 145, 157, 222, 246, 249, 250, 251, 259], "top": [8, 141, 155, 236], "contributor": [8, 76], "qnx": 8, "greatest": 8, "promis": 8, "unlik": [8, 94, 124, 197, 251], "snapshot": [8, 252, 276], "contrari": 8, "e": [8, 43, 62, 64, 76, 79, 91, 94, 95, 98, 100, 102, 103, 106, 107, 110, 113, 116, 120, 122, 124, 128, 154, 155, 156, 157, 188, 192, 194, 197, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 260, 261, 280], "g": [8, 28, 36, 43, 49, 50, 79, 90, 91, 94, 95, 100, 102, 103, 106, 107, 110, 113, 116, 120, 122, 124, 154, 155, 156, 157, 164, 176, 188, 192, 194, 197, 202, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 249, 250, 251, 253, 254, 261, 270, 271, 272], "opencv": [8, 122, 145, 162], "greater": 8, "remain": [8, 88, 122, 124, 159, 190, 200, 226], "older": [8, 76, 104, 109, 112, 277, 278, 279], "push": [8, 62, 76, 236], "ecosystem": [8, 81, 86, 222], "hand": [8, 76, 86, 110, 126, 145], "combin": [8, 90, 93, 100, 102, 103, 106, 110, 112, 114, 119, 138, 144, 279], "mean": [8, 13, 30, 32, 36, 40, 41, 52, 64, 69, 76, 79, 80, 84, 85, 86, 91, 94, 102, 103, 105, 106, 107, 116, 120, 124, 126, 128, 131, 135, 139, 140, 144, 147, 150, 155, 157, 159, 161, 162, 175, 183, 184, 190, 196, 200, 201, 205, 212, 214, 223, 240, 251, 252, 263, 267, 269, 272, 275, 276, 277, 278], "languag": [8, 39, 43, 46, 51, 56, 57, 76, 191, 197, 249], "pip": [8, 62, 122, 246], "pypi": [8, 64], "npm": 8, "cargo": 8, "discourag": [8, 91, 124, 158, 184, 226, 261], "unconstrain": 8, "manner": [8, 270], "guidelin": [8, 63, 64, 76, 77, 185], "seri": [8, 124, 269], "highli": [8, 24, 32, 37, 46, 56, 57], "mention": [8, 28, 98, 103, 139, 141, 155, 190, 196, 214, 221, 226, 232, 257, 267, 272, 280], "earlier": [8, 28, 76, 278], "solver": 8, "actual": [8, 13, 19, 28, 40, 41, 76, 79, 86, 97, 116, 120, 126, 135, 141, 145, 155, 157, 183, 201, 202, 203, 205, 240, 247, 252, 272, 275, 276, 279], "4": [8, 10, 21, 26, 50, 56, 79, 84, 85, 104, 107, 111, 121, 122, 124, 129, 135, 139, 145, 150, 154, 155, 157, 184, 197, 220, 250, 253, 256, 263, 273, 279], "5": [8, 10, 69, 79, 84, 92, 100, 104, 106, 109, 110, 111, 112, 124, 128, 135, 139, 155, 157, 168, 207, 230, 252, 276, 278, 279], "greatli": [8, 280], "encourag": [8, 76, 124, 259, 271], "consist": [8, 18, 84, 86, 88, 92, 93, 275, 276, 279, 280], "rust": 8, "technologi": [8, 74, 157], "upstream": [8, 62, 79, 124, 128, 135, 141, 183, 196, 270, 275], "period": [8, 273], "downtim": 8, "schedul": 8, "effort": [8, 135, 280], "made": [8, 28, 58, 91, 280], "unschedul": 8, "rare": [8, 126, 140, 142], "treat": [8, 92, 141, 154, 157, 205], "urgenc": 8, "occasion": 8, "suffer": 8, "enterpris": [8, 122, 157, 244, 246], "strong": [8, 76, 86, 124, 141, 155, 275], "uptim": 8, "protect": [8, 64, 123, 157], "transient": 8, "network": [8, 21, 92, 103, 122, 151], "extern": [8, 19, 26, 51, 64, 255, 259, 261, 264, 266, 277], "These": [8, 21, 28, 32, 46, 74, 76, 84, 88, 92, 93, 106, 122, 133, 134, 135, 137, 149, 151, 154, 155, 158, 159, 163, 180, 195, 197, 198, 212, 213, 217, 226, 250, 251, 253, 258, 259, 263, 264, 268, 272, 276, 280], "industri": [8, 81], "financ": 8, "robot": 8, "embed": [8, 76, 84, 85, 124, 141, 157], "stronger": 8, "licens": [8, 28, 37, 57, 76, 98, 103, 105, 106, 113, 133, 134, 135, 136, 138, 166, 244, 249, 255, 259, 267, 271, 277], "medic": 8, "automot": 8, "advis": [8, 142, 143, 155], "instanc": [8, 28, 32, 43, 69, 98, 122, 124, 128, 137, 138, 139, 154, 155, 163, 186, 188, 192, 196, 197, 200, 201, 202, 203, 214, 222, 226, 228, 229, 230, 233, 236, 260, 268], "backport": [8, 209, 280], "suitabl": [8, 157], "review": [8, 69, 262, 263, 265, 272], "tight": 8, "subsect": 8, "come": [10, 28, 47, 58, 61, 64, 135, 155, 163, 192, 197, 217, 226, 245, 251, 264, 280], "glanc": 10, "becom": [10, 64, 74, 86, 133, 134, 184, 277, 280], "unfeas": 10, "benefit": 10, "interest": [10, 13, 76, 91, 93], "pick": [10, 28, 252], "action": [10, 28, 32, 56, 62, 69, 122, 252, 260], "summar": [10, 81, 280], "libpng": [10, 100, 105, 190], "libmysqlcli": 10, "publish": 10, "easi": [10, 26, 66, 70, 71, 76, 80, 87, 144, 252, 259, 271, 275], "invoc": [10, 13, 37, 67, 68, 73, 74, 75, 80, 126, 149, 160, 162, 188, 189, 190, 191, 194, 197, 202, 212, 219, 220, 229, 231], "8": [10, 79, 84, 104, 106, 117, 124, 129, 135, 155, 157, 189, 202, 203, 205, 209, 226, 230, 231, 233, 252, 256, 257, 258, 267, 268, 278], "493d36bd9641e15993479706dea3c341": 10, "6": [10, 24, 56, 64, 76, 79, 84, 104, 107, 121, 122, 129, 144, 147, 157, 190, 209, 216, 250, 252, 253, 254], "40": [10, 107, 277], "2ba025f1324ff820cf68c9e9c94b7772": 10, "lz4": [10, 37], "9": [10, 46, 54, 79, 84, 92, 110, 128, 129, 135, 150, 154, 155, 157, 207, 250, 278], "b572cad582ca4d39c0fccb5185fbb691": 10, "openssl": [10, 21, 76, 85, 87, 94, 104, 106, 124, 135, 150, 217, 220], "f2eb8e67d3f5513e8a9b5e3b62d87ea1": 10, "f2eb8e6ve24ff825bca32bea494b77dd": 10, "zstd": [10, 37], "54d99a44717a7ff82e9d37f9b6ff415c": 10, "27": [10, 107, 197, 264], "de7930d308bf5edde100f2b1624841d9": 10, "18": [10, 26, 43, 85, 87, 107, 128, 157], "afterward": 10, "go": [10, 17, 21, 24, 26, 27, 28, 30, 32, 37, 46, 49, 50, 54, 56, 57, 69, 74, 97, 100, 112, 133, 141, 150, 197, 223, 230, 247, 249, 263, 265, 268, 270, 272, 275, 278], "usual": [10, 64, 88, 124, 141, 146, 155, 160, 165, 190, 200, 270, 272, 276], "behaviour": [10, 122, 155, 196, 240, 258, 259, 260], "bazel": [11, 44, 63, 65, 92, 113, 154, 185, 218, 220, 221, 249], "ndk": [11, 25, 26, 66, 124, 140, 186, 197, 226, 250], "macro": [11, 38, 46, 47], "concaten": [13, 94, 120], "11": [13, 24, 28, 47, 57, 79, 87, 91, 92, 98, 102, 104, 106, 107, 116, 117, 124, 135, 141, 150, 154, 155, 156, 157, 164, 190, 192, 196, 202, 203, 209, 212, 217, 220, 230, 233, 249, 250, 251, 252, 253, 254, 256, 257, 263, 267, 268, 271, 278], "sent": 13, "12": [13, 21, 24, 26, 27, 47, 98, 103, 107, 116, 117, 150, 155, 157, 192, 209, 217, 226, 246, 252, 263, 264, 277], "b1fd071d8a2234a488b3ff74a3526f81": 13, "1667396813": [13, 110], "987": 13, "ae9eaf478e918e6470fe64a4d8d4d9552b0b3606": [13, 107], "19808a47de859c2408ffcf8e5df1fdaf": 13, "arch": [13, 16, 17, 18, 24, 26, 27, 28, 39, 42, 43, 47, 51, 54, 58, 61, 62, 64, 75, 79, 86, 87, 88, 91, 94, 98, 102, 103, 105, 107, 114, 116, 120, 124, 127, 130, 131, 136, 139, 140, 145, 148, 155, 157, 165, 168, 177, 186, 188, 189, 190, 191, 194, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 230, 231, 232, 233, 238, 240, 249, 250, 251, 252, 253, 257, 259, 261, 263, 264, 265, 268, 276, 277], "x86_64": [13, 24, 26, 27, 28, 36, 43, 47, 58, 61, 79, 86, 87, 88, 98, 102, 107, 114, 130, 137, 145, 155, 157, 165, 168, 189, 190, 192, 197, 202, 203, 240, 249, 250, 251, 253, 254, 257, 259, 264, 265, 268, 271, 276, 277], "singl": [13, 26, 49, 50, 52, 76, 84, 88, 89, 94, 100, 111, 114, 124, 161, 166, 180, 190, 194, 195, 196, 197, 198, 202, 203, 205, 226, 230, 253, 261, 264, 272, 280], "almost": [13, 84, 89], "myremot": [13, 94, 116, 120, 122, 153, 273, 277], "slow": 13, "promot": 13, "magnitud": 13, "dedupl": 13, "One": [13, 76, 79, 124, 164, 191, 197, 205, 226, 231, 250, 257], "mypkg": [13, 52, 79, 86, 88, 91, 106, 113, 124, 142, 144, 145, 155, 164, 196, 200, 220], "cmake_lib": [13, 27, 85, 91, 113, 195, 259, 264, 277], "represent": [13, 103], "f57cc9a1824f47af2f52df0dbdd440f6": 13, "2401fa1d188d289bb25c37cfa3317e13e377a351": [13, 91, 277], "75f44d989175c05bc4be2399edc63091": 13, "null": [13, 24, 26, 86, 98, 100, 105, 157], "known": [13, 52, 157, 207, 252, 263, 280], "destruct": 13, "natur": [13, 86, 275, 277], "cannot": [13, 27, 43, 62, 79, 80, 86, 88, 90, 92, 93, 100, 102, 103, 106, 108, 109, 110, 119, 124, 125, 126, 127, 136, 144, 148, 150, 154, 159, 163, 184, 192, 196, 197, 198, 251, 259, 263, 264, 269, 275, 276], "OR": [13, 26, 91, 94, 107, 116, 120, 177, 232, 278], "leav": [13, 26, 28, 86, 101, 116, 122, 135, 154, 157, 273], "subproject": [14, 15, 137, 272], "recreat": [16, 17, 18, 19, 21, 24, 28, 30, 32, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272], "examples2": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276], "cd": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 85, 196, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 280], "conanfile_in_subfold": 16, "cmakelist": [16, 17, 18, 19, 21, 28, 36, 39, 42, 43, 49, 50, 51, 52, 69, 70, 80, 91, 113, 124, 138, 194, 195, 196, 197, 223, 249, 253, 254, 256, 257, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 280], "h": [16, 17, 18, 21, 26, 28, 32, 43, 46, 47, 52, 56, 57, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 138, 163, 205, 249, 250, 251, 256, 257, 258, 259, 260, 263, 264, 266, 267, 268, 270, 271, 272], "pkgsai": 16, "export_sources_fold": [16, 18, 19, 54, 134, 209], "cmake_fil": 16, "real": [17, 26, 62, 76, 81, 120, 140, 147, 205, 275, 279, 280], "editable_compon": 17, "greet": [17, 163, 226], "hello": [17, 18, 19, 26, 27, 28, 32, 42, 47, 49, 50, 52, 54, 56, 58, 61, 62, 85, 103, 107, 113, 124, 135, 163, 184, 194, 195, 196, 197, 219, 226, 247, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 270, 271, 272, 277], "bye": [17, 18, 163, 270, 277], "greetingsconan": 17, "exports_sourc": [17, 19, 39, 42, 43, 47, 51, 54, 58, 61, 62, 80, 133, 134, 184, 197, 236, 259, 261, 263, 265, 272, 277, 279], "src_folder": [17, 19, 195, 223, 271], "dir": [17, 19, 21, 27, 92, 113, 124, 140, 155, 198, 215, 222, 236, 257, 258, 259, 260, 263, 268, 271, 272], "bt": [17, 93], "keep_path": [17, 28, 61, 138, 205, 264, 265, 266], "cmake_file_nam": [17, 140, 196], "myg": 17, "cmake_target_nam": [17, 21, 140, 196, 260], "mygreet": 17, "myhello": [17, 260], "myby": 17, "beyond": 17, "filenam": [17, 50, 52, 90, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 119, 155, 165, 167, 201, 205, 207, 225], "besid": [17, 32, 50, 62, 72, 106, 154, 155, 157, 160, 190, 196, 198, 249, 258, 260, 261, 267, 271], "app": [17, 26, 39, 57, 75, 85, 86, 88, 92, 111, 122, 135, 141, 154, 189, 191, 192, 194, 196, 197, 200, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 231, 238, 245, 249, 278, 279], "example2": 17, "find_packag": [17, 21, 26, 42, 43, 52, 69, 113, 196, 249, 254, 257, 260, 267, 268], "add_execut": [17, 21, 52, 69, 196, 249, 254, 257, 260, 268], "target_link_librari": [17, 21, 26, 43, 52, 69, 196, 249, 254, 257, 260, 267, 268], "adio": 17, "multiple_subproject": 18, "sibl": [18, 124], "myhead": [18, 207], "myutil": 18, "subprojectfold": 18, "reloc": 18, "100": [18, 19, 21, 27, 92, 122, 124, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 268, 271, 272], "world": [18, 27, 28, 47, 49, 50, 52, 54, 56, 58, 61, 62, 76, 81, 85, 124, 163, 197, 219, 256, 257, 259, 260, 261, 264, 267, 268, 270, 271, 277], "fine": [18, 19, 43, 111, 122, 124, 246, 259], "principl": [18, 275, 276], "must": [18, 28, 61, 62, 64, 68, 80, 91, 92, 108, 109, 111, 122, 124, 130, 131, 133, 134, 139, 144, 154, 155, 161, 162, 163, 167, 173, 180, 194, 196, 205, 209, 212, 214, 216, 236, 249, 252, 253, 254, 259, 260, 276], "third_party_librari": 19, "whose": [19, 89, 90, 93, 100, 102, 103, 106, 110, 119, 144, 155], "mypatch": 19, "sour": 19, "libhello": [19, 27, 54, 256, 257, 258, 260, 261, 264, 266, 267, 268, 271], "archiv": [19, 54, 91, 92, 144, 188, 205, 216, 261, 271], "head": [19, 54, 62, 144, 236, 256, 257, 260, 261, 267, 271, 277], "strip_root": [19, 28, 54, 205, 207, 261, 271], "awar": [19, 28, 40, 41, 64, 70, 94, 100, 114, 130, 131, 152, 197, 236, 256, 257, 258, 260, 261, 264, 267, 271, 280], "tag": [19, 64, 80, 92, 124, 143, 144, 149, 154, 236, 256, 257, 259, 260, 261, 267, 271, 277, 279], "patch_fil": [19, 54, 209], "7kb": [19, 261, 271], "50": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "cmakefil": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "libcrypto": [21, 140], "libssl": [21, 140], "abstract": [21, 51, 52, 67, 74, 75, 80, 86, 189, 194, 212, 219, 229, 260], "rest": [21, 76, 86, 100, 112, 154, 155, 205, 208, 217, 244, 245], "game": [21, 113, 275, 276], "algorithm": [21, 207], "ai": [21, 113], "coupl": [21, 30, 127, 249, 257, 260, 268], "package_nam": [21, 113, 150, 190, 240, 245], "component_nam": [21, 196, 198, 220], "check_components_exist": 21, "15": [21, 39, 43, 49, 51, 69, 92, 104, 114, 154, 157, 196, 240, 249, 251, 252, 253, 254, 257, 260, 266, 267, 268], "packagetest": [21, 257, 260, 268], "barbarian": [21, 103, 114], "d6e361d329116": 21, "j16": [21, 260], "25": [21, 36, 85, 86, 155, 157, 257, 260, 265, 277], "37": [21, 190], "libnetwork": 21, "libalgorithm": 21, "62": 21, "75": [21, 257, 260], "87": 21, "libai": 21, "librend": 21, "am": [21, 46, 47, 275], "NOT": [21, 26, 124, 144, 184, 196, 237, 257], "stack": 21, "incomplet": [21, 109, 112, 157], "occur": [21, 149, 207], "22": [21, 85, 87, 107, 155, 157, 250, 252, 253, 254, 263, 264], "conanexcept": [21, 37, 62, 206, 207], "tbd": 22, "config_fil": 24, "propos": 24, "webo": 24, "sdk_version": [24, 157, 188, 189], "7": [24, 28, 56, 62, 79, 84, 92, 129, 155, 157, 278], "cortexa15t2hf": 24, "rc": [24, 56, 68, 92, 154, 197, 219, 221, 232], "rewrit": [24, 110], "sub": [24, 108, 115, 124, 155, 163, 205, 271], "conan_hom": [24, 37, 80, 103, 114, 152, 154, 155, 156, 157, 164, 165, 166], "myuser": [24, 30, 43, 62, 124, 153, 155, 158], "pkgconan": [24, 155, 225], "gnu98": [24, 157], "pkg929d53a5f06b1": 24, "a0d37d10fdb83a0414d7f4a1fb73da2c210211c6": 24, "6a947a7b5669d6fde1a35ce5ff987fc6": 24, "637fc1c7080faaa7e2cdccde1bcde118": 24, "pkgb3950b1043542": 24, "libstdc": [24, 28, 47, 92, 154, 155, 157, 214, 222, 250], "pkg918904bbca9dc": 24, "44a4588d3fe63ccc6e7480565d35be38d405718": 24, "d913ec060e71cc56b10768afb9620094": 24, "pkg789b624c93fc0": 24, "pkgde9b63a6bed0a": 24, "19cf3cb5842b18dc78e5b0c574c1e71e7b0e17fc": 24, "f5739d5a25b3757254dead01b30d3af0": 24, "pkgd154182aac59": 24, "observ": [24, 220], "right": [24, 26, 65, 79, 80, 106, 126, 184, 196, 270, 271, 276, 278], "2023": [24, 28, 81, 85, 87, 107, 157, 277], "02": [24, 87, 107, 212, 277], "16": [24, 92, 104, 107, 150, 154, 155, 157], "06": [24, 47, 107, 252, 253], "42": [24, 86, 92, 107, 124, 184], "10": [24, 46, 56, 62, 92, 107, 121, 154, 155, 157, 226, 252], "utc": [24, 47, 58, 61, 85, 87, 88, 107, 252, 259, 263, 264, 277], "wizard": 26, "myconanappl": 26, "minimum": [26, 124, 145, 226, 259, 267], "suggest": [26, 76, 124, 131], "21": [26, 27, 88, 107, 121, 128, 157, 197, 226], "rememb": [26, 37, 122, 222, 253], "api_level": [26, 27, 157, 226], "choic": [26, 92, 104, 157, 266], "jni": 26, "jniexport": 26, "jstring": 26, "jnical": 26, "java_com_example_myconanapp_mainactivity_stringfromjni": 26, "jnienv": 26, "jobject": 26, "std": [26, 43, 54, 81, 192, 214, 221, 257, 267, 277], "zlibvers": [26, 57, 249], "newstringutf": 26, "c_str": 26, "prepar": [26, 28, 80, 120, 126, 135, 147, 183, 241, 250, 255, 259, 271, 280], "my_conan_app": 26, "view": [26, 30, 69, 74, 107, 124, 129, 139, 161, 258], "task": [26, 62, 80, 144, 159, 160, 180, 264, 276, 280], "conaninstal": 26, "element": [26, 32, 80, 100, 101, 116, 230, 231], "conanexecut": 26, "builddir": [26, 39, 42, 52, 98, 103, 140, 196], "mkdir": [26, 62, 85, 204, 264, 277], "armv7": [26, 27, 28, 157, 186, 189, 240], "n": [26, 37, 43, 46, 54, 56, 57, 62, 157, 167, 195, 229, 236, 249, 251, 256, 257, 267, 277], "sout": 26, "stringbuild": 26, "serr": 26, "proc": 26, "consumeprocessoutput": 26, "waitfor": 26, "println": 26, "exitvalu": 26, "throw": [26, 91, 149, 159], "err": 26, "ncommand": 26, "compilesdk": 26, "32": [26, 28, 85, 104, 130, 157, 192, 222, 233, 250, 264, 276], "defaultconfig": 26, "adjust": [26, 27, 137, 188, 196, 197, 214, 215, 217, 258], "focu": [26, 28, 267], "proil": 26, "_static": [26, 27, 157], "14": [26, 27, 28, 58, 61, 79, 88, 103, 107, 113, 114, 124, 155, 157, 168, 217, 233, 249, 250, 251, 259, 263, 267], "ndk_path": [26, 27, 92, 124, 140, 154, 197, 226], "luism": [26, 263, 265], "7075529": 26, "bin": [26, 27, 28, 36, 40, 41, 56, 98, 103, 140, 155, 188, 197, 214, 215, 217, 220, 245, 250, 263, 265, 266], "android31": [26, 27], "llvm": [26, 27, 157], "prebuilt": [26, 27, 85, 102, 255, 262, 271], "darwin": [26, 27, 56, 103, 114, 155], "_share": [26, 27, 157], "externalnativebuild": 26, "applicationid": 26, "myconanapp": 26, "minsdk": 26, "targetsdk": 26, "versioncod": 26, "versionnam": 26, "testinstrumentationrunn": 26, "androidx": 26, "androidjunitrunn": 26, "cppflag": [26, 46, 213, 214], "dcmake_toolchain_fil": [26, 30, 36, 49, 50, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "respons": [26, 40, 41, 47, 52, 58, 61, 64, 70, 79, 92, 97, 106, 123, 124, 126, 131, 140, 142, 143, 154, 166, 205, 209, 226, 236, 259], "android_abi": [26, 185, 197], "exit": [26, 32, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 147], "prematur": 26, "essenti": [26, 46, 76, 155, 156], "absent": 26, "cmake_build_typ": [26, 196, 197], "endif": [26, 54, 251, 256, 257, 260, 267], "strequal": [26, 257], "cmake_current_list_dir": 26, "conan_toolchain": [26, 36, 49, 50, 51, 52, 92, 135, 154, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "elseif": 26, "v8a": [26, 186], "armeabi": [26, 186], "v7a": [26, 186], "Not": [26, 80, 98, 103, 124, 131, 135, 154, 162, 249, 254, 261, 275], "add_librari": [26, 43, 52, 260, 266, 267], "virtual": [26, 64, 76, 122, 155, 251, 254, 258], "devic": [26, 27], "pair": [26, 122], "qr": 26, "click": [26, 30, 69, 74, 217, 245], "brew": [27, 64, 92, 154, 239], "usr": [27, 122, 155, 216, 250], "choos": [27, 74, 92, 104, 124, 196, 212, 240, 249, 267], "fit": [27, 81, 89, 192, 276], "balanc": [27, 84], "mingw": [27, 157, 248, 254], "ninja": [27, 58, 80, 86, 92, 106, 112, 128, 135, 149, 154, 194, 197, 226, 254, 265], "provis": 27, "w": [27, 149, 167], "r23b": 27, "unless": [27, 76, 91, 92, 106, 116, 120, 122, 124, 133, 134, 154, 159, 209, 230, 249, 273], "know": [27, 32, 52, 84, 88, 93, 97, 124, 148, 157, 163, 196, 212, 251, 258, 260, 265, 272, 279], "precompil": [28, 79, 91, 106, 124, 138, 140, 220, 241, 264], "discuss": [28, 76, 154, 175], "u": [28, 46, 76, 79, 90, 93, 100, 102, 103, 106, 110, 119, 128, 253, 261], "raspberri": [28, 250], "pi": [28, 250], "ubuntu": [28, 62, 76, 157, 240, 250], "toolchain_packag": 28, "arm": [28, 43, 86, 157, 229, 250, 253], "64": [28, 43, 157, 192, 222, 233, 250, 276], "bit": [28, 43, 52, 54, 62, 130, 140, 155, 157, 163, 192, 205, 233, 250, 259, 264, 268, 279], "conaninvalidconfigur": [28, 124, 147, 148, 192, 253, 275], "armtoolchainpackag": 28, "_archs32": 28, "armv6": [28, 157, 186], "armv7hf": [28, 157, 186, 240, 250], "_archs64": 28, "_get_toolchain": 28, "target_arch": [28, 103], "gnueabihf": [28, 250], "df0f4927a67d1fd366ff81e40bd8c385a9324fbdde60437a512d106215f257b3": 28, "12fcdf13a7430655229b20438a49e8566e26551ba08759922cdaf4695b0d4e23": 28, "valid_arch": 28, "geteula": 28, "37988a7c": 28, "c40e": 28, "4b78": 28, "9fd1": 28, "62c20b507aa8": 28, "sha": [28, 207], "media": 28, "rel1": 28, "binrel": 28, "xz": [28, 205], "_": [28, 46, 80, 124, 155, 159, 164, 185, 191, 217, 230, 264], "dirs_to_copi": 28, "libexec": 28, "dir_nam": 28, "asm": [28, 92, 154, 157, 197, 232], "incorpor": 28, "variou": [28, 96, 141, 157, 271], "acknowledg": 28, "distinct": [28, 124], "recogn": 28, "creation": [28, 47, 58, 61, 76, 80, 125, 157, 166, 236, 252], "popul": [28, 196, 250], "verif": [28, 92, 154, 207], "diagram": [28, 258], "anyth": [28, 40, 41, 58, 76, 80, 203, 240, 250, 264, 265, 268, 277, 280], "ordinari": 28, "simpli": [28, 43, 68, 74, 155, 222, 223, 270], "particularli": [28, 124, 137, 139], "identifi": [28, 40, 41, 71, 83, 85, 87, 88, 104, 116, 124, 125, 251, 258, 265, 272, 278], "differenti": [28, 84, 157, 250], "encapsul": [28, 124], "toolchain_triplet": 28, "virtualrunenv": [28, 140, 155, 185, 197, 199, 200, 201, 251, 260, 265], "appropri": [28, 149], "stringio": [28, 149], "testpackageconan": 28, "build_requir": [28, 40, 41, 43, 93, 109, 110, 111, 112, 125, 135, 141, 155, 196, 217, 220, 250, 252, 253, 265, 276], "test_fil": 28, "assert": [28, 40, 41, 167, 197, 201], "elf": [28, 250], "getvalu": 28, "minim": [28, 106, 113, 192, 268], "proce": [28, 32, 43, 251], "gnu14": [28, 155, 157, 214, 250], "20231009": 28, "copyright": 28, "softwar": [28, 46, 103, 222, 240, 280], "foundat": 28, "inc": 28, "emploi": 28, "consequ": [28, 62, 100], "compressor": [28, 30, 36, 57, 196, 249, 250, 251, 253, 254], "lsb": [28, 250], "sysv": [28, 250], "dynam": [28, 58, 61, 87, 88, 107, 124, 125, 142, 143, 155, 157, 166, 168, 184, 226, 250, 251, 253, 279, 280], "interpret": [28, 64, 154, 184, 250], "debug_info": 28, "strip": [28, 92, 100, 154, 188, 194, 205, 209, 226, 236, 250], "procedur": 28, "hasn": 28, "bare": [30, 76, 259], "symbol": [30, 69, 81, 152, 188, 197], "box": [30, 272], "consuming_packag": [30, 249, 250, 251, 252, 253, 254], "simple_cmake_project": [30, 249], "finish": [30, 56], "successfulli": [30, 56, 70, 74, 250, 260, 268, 270], "23": [30, 49, 50, 93, 106, 110, 128, 150, 157, 197, 263, 264, 265, 270, 271, 272, 277], "sln": [30, 61, 74, 229], "solut": [30, 61, 74, 76, 80, 122, 137, 141, 230, 231, 244, 246, 275], "startup": 30, "breakpoint": 30, "void": [30, 43, 54, 57, 249, 251, 256, 267, 277], "deflateinit": [30, 57, 249], "defstream": [30, 57, 249], "z_best_compress": [30, 57, 249], "deflat": [30, 57, 249], "z_finish": [30, 57, 249], "f5": 30, "stop": [30, 106, 197], "Into": 30, "navig": [30, 69, 245], "zlib4f7275ba0a71f": 30, "zexport": 30, "deflateinit_": 30, "strm": 30, "stream_siz": 30, "z_streamp": 30, "const": 30, "deflateinit2_": 30, "z_deflat": 30, "max_wbit": 30, "def_mem_level": 30, "z_default_strategi": 30, "next_in": [30, 57, 249], "inspir": 31, "agnost": [31, 34, 52, 58, 106, 165], "enough": [32, 52, 62, 64, 80, 97, 128, 135, 139, 154, 155, 159, 198, 253, 266, 275], "cmd_clean": 32, "your_conan_hom": [32, 163, 272], "Will": [32, 40, 41, 90, 93, 94, 100, 102, 103, 106, 110, 112, 116, 119, 124, 135, 144, 168, 188, 191, 196, 197, 201, 226, 240], "ye": 32, "31da245c3399e4124e39bd4f77b5261f": 32, "a16985deb2e1aa73a8480faad22b722c": 32, "721995a35b1a8d840ce634ea1ac71161": 32, "9a77cdcff3a539b5b077dd811b2ae3b0": 32, "cee90a74944125e7e9b4f74210bfec3f": 32, "7cddd50952de9935d6c3b5b676a34c48": 32, "conan_api": [32, 163, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "conanoutput": [32, 163], "onceargu": 32, "conan_command": 32, "userio": 32, "userinput": 32, "recipe_color": 32, "bright_blu": 32, "removed_color": 32, "bright_yellow": 32, "add_argu": [32, 163], "store_tru": 32, "parse_arg": [32, 163], "request_boolean": 32, "non_interact": [32, 92, 153, 154, 159], "output_remot": 32, "writeln": 32, "fg": [32, 256, 267], "all_rrev": 32, "recipe_revis": [32, 84, 124, 252], "latest_rrev": 32, "repr_notim": 32, "packages_configur": 32, "package_ref": 32, "all_prev": 32, "package_revis": [32, 84], "latest_prev": 32, "argpars": [32, 163], "argumentpars": [32, 163], "visit": [32, 86, 89, 111, 122, 126, 245], "websit": [32, 163], "translat": [32, 69, 74, 75, 79, 140, 191, 197, 214, 226, 230, 231, 253, 259, 260], "bg": 32, "font": 32, "foreground": 32, "background": [32, 159], "apart": [32, 56, 220], "predefin": [32, 49, 89, 113, 128, 150, 185, 197, 270, 272], "success": [32, 124, 149], "remoteregistri": 32, "searchapi": [32, 169, 182], "listapi": [32, 169, 177], "removeapi": [32, 169, 181], "deserv": [32, 154], "especi": [32, 64, 124, 154, 264, 269, 280], "attent": [32, 154, 266], "tour": [33, 35], "development_deploi": 36, "zlibconfig": 36, "uninstal": [36, 64], "elsewher": [36, 52, 124, 143], "place": [36, 37, 43, 52, 61, 79, 86, 103, 120, 124, 126, 128, 140, 152, 164, 166, 184, 200, 205, 253, 259, 264, 265, 266, 278], "conanbuild": [36, 46, 56, 135, 140, 155, 194, 200, 201, 202, 212, 214, 233, 250, 253, 254, 265, 271], "17": [36, 58, 61, 69, 85, 92, 107, 121, 154, 155, 157, 221, 259, 263, 264], "2022": [36, 69, 74, 81, 107, 121, 157, 252, 263, 264], "big": [36, 122, 133, 157], "blocker": 36, "sed": 36, "old_fold": 36, "new_fold": 36, "dcmake_build_typ": [36, 49, 50, 194, 196, 249, 250, 251, 253, 254, 264, 270, 271, 272], "fact": [36, 52, 122, 258], "ticket": 36, "manual": [36, 46, 61, 69, 74, 91, 108, 109, 111, 122, 135, 141, 276, 279], "cwd": [37, 106, 113, 142, 143, 149, 165, 179], "mcap": 37, "carri": 37, "sources_deploi": 37, "plu": [37, 46, 113, 126, 230], "dependencies_sourc": 37, "preprocess": 37, "accomplish": [37, 197], "source_deploi": 37, "kwarg": [37, 162, 165, 167, 209, 240], "robust": [37, 162], "dependency_sourc": 37, "iter": [37, 106, 111, 161, 165, 167, 197, 199], "said": [37, 258, 276], "advanc": [38, 40, 41, 69, 76, 81, 124, 141, 155, 193, 198, 236, 244, 245, 276, 280], "pkg_macro": 39, "endfunct": [39, 42], "vast": [40, 41], "different_opt": 40, "myoption": [40, 79, 124, 127, 147], "echo": [40, 41, 162, 184, 265], "off": [40, 41, 65, 70, 164, 197, 221, 257, 271], "necho": [40, 41], "mygcc": [40, 41], "chmod": [40, 41], "0o777": [40, 41], "itself": [40, 41, 43, 62, 80, 88, 122, 124, 139, 140, 144, 184, 197, 253, 259, 268, 273], "mygcc1": [40, 41], "mygcc2": [40, 41], "wine": [40, 41], "gcc1": [40, 41], "gcc2": [40, 41], "ext": [40, 41], "tell": [40, 41, 42, 56, 124, 156, 184, 196, 212, 220, 222, 249, 257, 260, 268], "construct": [40, 41], "Of": [40, 41, 76, 275], "cours": [40, 41, 275], "invis": [40, 41], "exactli": [40, 41, 52, 76, 84, 135, 137, 139, 161, 240, 265], "disambigu": [40, 41, 154, 196, 217], "obviou": 41, "different_vers": 41, "myscript": [42, 88], "nice": 42, "myfunct": [42, 124, 184], "cmake_build_modul": [42, 196], "tc": [42, 50, 58, 61, 124, 135, 157, 191, 194, 197, 213, 214, 221, 226, 231, 232, 238, 257, 259, 261, 265, 267, 271], "build_context_activ": 42, "build_context_build_modul": 42, "cmake_find_mod": [42, 52, 140, 196], "build_context": [42, 196, 228], "behav": [43, 212, 251], "protobuf": [43, 124, 128, 140, 196, 217], "perhap": 43, "pb": 43, "nonetheless": [43, 263], "using_protobuf": 43, "myaddress": 43, "addressbook": 43, "proto": 43, "myaddresserrecip": 43, "config_opt": [43, 124, 125, 131, 135, 255, 258, 259, 261], "libprotobuf": 43, "protobuf_generate_cpp": 43, "proto_src": 43, "proto_hdr": 43, "target_include_directori": [43, 52, 266, 267], "build_interfac": [43, 52], "cmake_current_source_dir": 43, "cmake_current_binary_dir": [43, 52], "install_interfac": [43, 52], "set_target_properti": [43, 52, 260, 266, 267], "public_head": [43, 52, 266, 267], "iostream": [43, 124, 267], "fstream": 43, "google_protobuf_verify_vers": 43, "address_book": 43, "person": [43, 154], "add_peopl": 43, "set_id": 43, "1337": 43, "cout": [43, 54, 267, 277], "alloc": [43, 220], "googl": [43, 56, 68, 82, 92, 154, 185, 209, 219, 220, 221], "shutdownprotobuflibrari": 43, "argc": [43, 209], "argv": [43, 209], "71305099cc4dc0b08bb532d4f9196ac1": 43, "c4e35584cc696eb5dd8370a2a6d920fb2a156438": 43, "ac69396cd9fbb796b5b1fc16473ca354": 43, "e60fa1e7fc3000cc7be2a50a507800815e3f45e0": 43, "0af7d905b0df3225a3a56243841e041b": 43, "13c96f538b52e1600c40b88994de240f": [43, 103, 110], "d0599452a426a161e02a297c6e0c5070f99b4909": [43, 98, 107], "69b9ece1cce8bc302b69159b4d437acd": 43, "myser03f790a5a5533": 43, "libmyaddress": 43, "ok": [43, 69, 91, 257, 263], "notic": [43, 52, 69, 92, 124, 156, 163, 214, 217, 219, 220, 225, 226, 251, 256, 257, 258, 267], "mach": 43, "arbitrari": [44, 48, 52, 69, 76, 109, 111, 139, 160, 278], "cygwin": [46, 47, 92, 154, 157], "wsl": [46, 47, 92, 154, 157], "offer": [46, 47, 71, 124, 155], "popular": [46, 56, 57, 65, 72, 76, 157, 240, 249], "fmt": [46, 56, 110, 256, 257, 258, 267, 268], "mac": [46, 192, 268], "string_formatt": [46, 56], "ac": [46, 47], "www": [46, 103, 105, 122, 124, 280], "org": [46, 64, 103, 105, 124, 154, 207], "autoconf": 46, "60": [46, 56], "html_node": 46, "configure_002eac": 46, "cstdlib": [46, 56], "exit_success": [46, 56, 57, 249, 251], "ac_prog_cxx": 46, "pkg_check_modul": 46, "ac_init": 46, "stringformatt": 46, "am_init_automak": 46, "wall": 46, "foreign": 46, "ac_config_srcdir": 46, "ac_config_fil": 46, "ac_output": 46, "automake_opt": 46, "subdir": [46, 47, 122, 205], "aclocal_amflag": 46, "aclocal_flag": 46, "bin_program": 46, "string_formatter_sourc": 46, "string_formatter_cppflag": 46, "fmt_cflag": 46, "string_formatter_ldadd": 46, "fmt_lib": 46, "automak": 46, "pkgconf": [46, 58], "vari": [46, 64, 80, 86], "acloc": 46, "reference_commands_instal": 46, "conanautotoolstoolchain": [46, 47, 214], "conanbuildenv": [46, 202, 265, 271], "conanrun": [46, 56, 140, 146, 155, 194, 201, 203, 251, 268, 271], "conanrunenv": [46, 203, 271], "deactivate_conanbuild": [46, 202, 250, 253, 254, 271], "deactivate_conanrun": [46, 251, 271, 272], "_fmt": 46, "run_exampl": 46, "ldflag": [46, 47, 124, 140, 154, 155, 213, 214, 226, 232], "m4": 46, "second": [46, 62, 85, 92, 122, 124, 138, 154, 190, 207, 258, 265], "haven": [47, 58, 61, 69, 84, 101, 260, 270, 273], "familiar": [47, 58, 61], "concept": [47, 58, 61, 78, 85, 217, 248, 258, 272, 274, 276], "autotools_lib": [47, 113], "mainc": 47, "pp": 47, "libhello_la_sourc": 47, "basic_layout": [47, 58, 185], "at_toolchain": 47, "briefli": [47, 58, 61, 154, 242, 258, 259], "parametr": [47, 58, 61, 113], "util": [47, 64, 69, 79, 87, 96, 120, 124, 144, 188, 197, 201, 205, 212, 240, 250, 266], "rpath": [47, 188, 197, 212, 251], "lc_id_dylib": [47, 188, 212], "lc_load_dylib": [47, 188, 212], "dylib": [47, 135, 140, 188, 205, 212, 251, 258, 266], "unusu": 47, "__x86_64__": [47, 256, 259, 261, 264, 271], "_glibcxx_use_cxx11_abi": [47, 157, 197, 214], "__cplusplus201703": 47, "__gnuc__11": 47, "__gnuc_minor__1": 47, "5b151b3f08144bf25131266eb306ddff": 47, "2024": [47, 58, 61, 88, 107, 157, 259], "03": [47, 58, 61, 88, 157, 252, 259, 277], "52": [47, 58, 61, 85, 87, 259], "8631cf963dbbb4d7a378a64a6fd1dc57558bc2f": 47, "cmake_ex": [49, 85, 113], "foo": [49, 50, 51, 94, 122, 124, 137, 196, 197, 201, 205, 214, 216, 232], "binarydir": 49, "everytim": [49, 50, 250, 270, 271, 272], "cmake_toolchain": [50, 51], "extend_own_cmake_preset": 50, "user_presets_path": 50, "configurepreset": [50, 197], "displaynam": 50, "user_toolchain_profil": 51, "aspect": [51, 88], "characterist": [51, 83, 88, 128], "appconan": 51, "myvar1": [51, 155, 200], "my_user_var1": 51, "myvar": [51, 124, 140, 155, 184, 197, 200, 226, 265], "myprofil": [51, 58, 88, 106, 114, 155], "profile_dir": [51, 155], "myvalue1": [51, 200], "system_nam": [51, 92, 154, 197], "usabl": [52, 157], "aren": 52, "fair": [52, 81], "vendor": [52, 97, 158], "happili": 52, "pkg_config_fil": 52, "pkgrecip": [52, 278, 279], "three": [52, 124, 137, 154, 191, 200, 231, 240], "mylib": [52, 124, 128, 155, 197, 214, 280], "project_source_dir": 52, "cmake_install_includedir": [52, 197], "mypkgconfig": 52, "namespac": [52, 80, 196, 212, 214, 257], "destin": [52, 132, 133, 134, 205, 207, 230, 259], "cmake_install_prefix": [52, 197, 266], "_m_x64": [52, 58, 61], "runtim": [52, 58, 61, 76, 81, 88, 124, 128, 140, 155, 157, 168, 200, 203, 212, 214, 226, 228, 231, 232, 251, 268], "multithreadeddl": [52, 58, 61], "_msc_ver1939": [52, 58, 61], "_msvc_lang201402": [52, 58, 61], "__cplusplus199711": [52, 61, 259, 261, 264], "switch": [52, 140, 168, 190, 230, 231], "viceversa": 52, "inconveni": [52, 270], "trivial": 52, "transtiv": 52, "simplest": [54, 126, 261, 266, 279], "hellorecip": [54, 62, 256, 257, 258, 259, 260, 261, 264, 267, 271, 277], "friend": [54, 257], "rule": [54, 84, 91, 92, 122, 123, 124, 139, 158, 160, 161, 214, 217, 220, 273, 275, 278], "ifdef": [54, 251, 256, 267, 277], "ndebug": [54, 214, 251, 256, 267, 277], "hello_patch": 54, "conan_data": [54, 133, 135, 209, 261], "complex": [54, 81, 124, 136, 155, 184, 205, 228, 278], "bazeltoolchain": [56, 68, 113, 185, 218, 219], "workspac": [56, 68, 95, 220, 265], "demo": [56, 62, 81, 122], "charg": [56, 138], "bzl": [56, 68, 220], "load_conan_depend": [56, 220], "rules_cc": [56, 220], "cc_binari": 56, "bazeldep": [56, 68, 113, 185, 218], "bazel_layout": [56, 150, 220], "conan_bzl": [56, 68, 219, 221], "franchuti": [56, 98], "bazelrc": [56, 92, 154, 219, 221], "38": [56, 103, 264], "272": 56, "lc": 56, "date": 56, "elaps": 56, "180": [56, 157], "critic": [56, 91, 259, 277], "68": [56, 102, 107], "sandbox": 56, "total": [56, 106, 150, 154, 157, 201, 257, 263], "simple_meson_project": 57, "stdlib": [57, 157, 197, 214, 249, 251], "stdio": [57, 249], "buffer_in": [57, 249], "256": [57, 207, 249], "mit": [57, 76, 113, 124, 136, 244, 249, 277], "easili": [57, 62, 79, 86, 88, 122, 126, 127, 140, 144, 158, 165, 197, 198, 249, 257, 279, 280], "buffer_out": [57, 249], "z_stream": [57, 249], "zalloc": [57, 249], "z_null": [57, 249], "zfree": [57, 249], "opaqu": [57, 249], "avail_in": [57, 249], "uint": [57, 249], "strlen": [57, 249], "bytef": [57, 249], "avail_out": [57, 249], "sizeof": [57, 249], "next_out": [57, 249], "deflateend": [57, 249], "printf": [57, 249, 251], "size": [57, 81, 201, 249, 251, 253, 254, 273], "lu": [57, 249], "conan_meson_": 57, "ini": [57, 58, 73, 225, 249], "conan_meson_n": [57, 58, 225], "233": [57, 249, 251, 253, 254], "147": [57, 249, 251, 253, 254], "meson_lib": [58, 113], "vcxproj": [58, 61], "conan_meson_cross": [58, 225], "testhello": 58, "__cplusplus201402": 58, "856c535669f78da11502a119b7d8a6c9": [58, 61], "04": [58, 61, 107, 157, 259], "39": [58, 61, 107, 155, 252, 259, 264], "c13a22a41ecd72caf9e556f68b406569547e0861": [58, 61, 88], "193": [58, 61, 87, 88, 157], "test_hello": [61, 257, 260], "vs_layout": [61, 150, 185, 223, 227], "conantoolchain": [61, 191, 231], "prop": [61, 74, 135, 196, 230, 231], "sheet": [61, 63, 77], "receiv": [61, 62, 79, 86, 108, 128, 161, 162, 163, 166, 167, 168, 198, 226, 236, 259, 265, 273, 278], "act": [61, 163], "accordingli": [61, 124], "importgroup": 61, "label": [61, 76, 98, 103, 105, 219, 220, 231], "propertysheet": 61, "x64": [61, 86, 137, 157, 229], "pragmat": 62, "someon": [62, 276], "coordin": [62, 144, 205, 236], "who": [62, 278], "tri": [62, 102, 168, 249, 252], "capture_scm": 62, "myfold": [62, 106, 205], "m": [62, 64, 92, 94, 107, 116, 120, 154, 194, 202, 203, 216, 229, 230, 233, 257, 263, 279], "wip": 62, "short": [62, 124, 259], "untrack": 62, "rev": [62, 236], "histori": [62, 71], "cb7815a58529130b49da952362ce8b28117dee53": 62, "depth": [62, 74, 79, 269], "buildabl": 62, "toplevel": [62, 236], "hello237d6f9f65bba": 62, "hidden": 62, "checkout": [62, 64, 79, 80, 236, 256, 257, 260, 261, 267, 277], "8e8764c40bebabbe3ec57f9a0816a2c8e691f559": 62, "scm_url": 62, "techniqu": 62, "imposs": [62, 85, 86, 155, 275, 276], "squash": 62, "19": [62, 79, 107, 157, 264], "scm_commit": 62, "xdf": [62, 270], "gitignor": [62, 236], "anywai": [62, 124], "encod": [62, 158, 205, 231, 277], "password": [62, 115, 122, 153, 158, 159, 180, 207, 245], "orthogon": [62, 160, 166, 280], "ssh": [62, 158], "actor": 62, "v3": [62, 157, 254], "secret": [62, 122, 158, 159], "ssh_private_kei": 62, "v4": [62, 157], "webfactori": 62, "v0": [62, 246], "privat": [62, 76, 79, 80, 122, 136, 140, 154, 158, 184, 185, 244, 245, 246, 259, 267], "care": [62, 86], "riski": 62, "disclos": 62, "welcom": 63, "decentr": 63, "blog": [63, 69, 74, 78, 253, 280], "social": 63, "mail": 63, "tracker": [63, 76], "question": [63, 76], "tabl": 63, "introduct": [63, 65, 74, 111, 141, 151, 160, 241, 245, 248, 253, 256, 264, 276, 280], "devop": 63, "clion": [63, 65, 74, 197], "jfrog": [63, 65, 76, 81, 245], "cheat": [63, 77], "faq": [63, 76, 77, 124, 141, 275, 277], "video": [63, 76, 77, 275], "changelog": 63, "solari": [64, 76, 240], "suno": [64, 76, 157], "modern": [64, 79, 135, 209, 267, 280], "carefulli": [64, 79], "sudo": [64, 92, 124, 140, 154, 240], "virtualenv": [64, 92, 154, 201, 202, 203, 233, 254], "virtualenvwrapp": 64, "readthedoc": 64, "en": [64, 79, 205, 280], "venv": 64, "restart": [64, 69], "logout": [64, 89, 180], "termin": [64, 76, 92, 107, 154, 162], "upgrad": [64, 196, 275, 280], "inconsist": 64, "somehow": 64, "userhom": 64, "attempt": [64, 69, 80, 92, 135, 144, 154, 157, 207], "yield": 64, "xyz": 64, "mark": [64, 69, 147], "interfer": 64, "pep": 64, "668": 64, "isol": [64, 80, 271, 276, 278], "isn": [64, 69], "debian": [64, 76, 157, 207, 240], "ensurepath": 64, "number": [64, 71, 76, 92, 120, 139, 154, 157, 192, 195, 207, 209, 228, 229, 240, 263, 264, 278, 279, 280], "gatekeep": 64, "quarantin": 64, "browser": 64, "curl": [64, 69], "wget": 64, "conan_src": 64, "develop2": 64, "beta": [64, 124, 278], "matter": [64, 106, 148, 154, 159, 210, 264, 275, 280], "seamless": 65, "shelf": [65, 70, 164], "though": [65, 93, 107, 122, 124, 138, 154, 246, 252, 278], "yet": [65, 69, 84, 98, 102, 103, 135, 137, 163, 175, 213, 260], "resum": 65, "enhanc": 65, "autotoolsdep": [67, 185, 211], "wrapper": [67, 68, 73, 74, 75, 82, 149, 160, 188, 189, 194, 196, 207, 212, 219, 229, 236, 240, 259], "jetbrain": 69, "marketplac": [69, 74], "brows": [69, 74], "conan_provid": 69, "cmake_project_top_level_includ": 69, "bear": [69, 257], "mind": [69, 249, 257, 268], "24": [69, 106, 155, 157, 212, 246, 264], "button": [69, 74, 245], "appear": [69, 163, 165, 245, 271], "bottom": 69, "toolbar": 69, "wheel": 69, "checkbox": 69, "sequenti": [69, 76], "uncheck": 69, "disappear": 69, "libcurl": [69, 104], "internet": [69, 103, 158, 264, 280], "along": [69, 70, 91, 124, 196, 258], "ey": 69, "icon": [69, 74], "snippet": 69, "project_nam": [69, 196, 249, 254], "cmake_cxx_standard": [69, 197], "reload": [69, 122], "recollect": [71, 144], "down": [71, 84, 85, 257, 263, 277], "segment": 71, "servic": [71, 243], "dedic": [71, 76, 93, 103, 115, 120, 128, 253, 277], "sf": [71, 92], "art": 71, "tf": [71, 85, 92, 93, 97, 257, 258, 266], "create_releas": 71, "mybuildname_releas": 71, "my_artifactori": 71, "mybuildname_aggreg": 71, "readme_build_info": 71, "md": [71, 124, 133, 134, 231, 271, 280], "bsd": 72, "maketoolchain": 72, "myproject": [74, 229, 253], "visualstudio": [74, 228], "menu": 74, "onlin": [74, 81], "gear": 74, "prebuild": 74, "event": 74, "refresh": 74, "circular": 74, "arrow": [74, 103], "xcodebuild": [75, 185, 187, 190], "xcodetoolchain": [75, 185, 187, 190], "xcodeproj": [75, 189], "mobil": 76, "metal": 76, "scon": [76, 82, 185], "acceler": 76, "matur": [76, 124], "polici": [76, 79, 124, 184, 196, 197, 264, 273], "creator": [76, 79, 89, 114, 163, 252], "thousand": [76, 81], "compani": [76, 81, 124, 166, 244, 245], "high": [76, 112, 134, 207], "consol": [76, 149, 226, 233, 236, 251], "logic": [76, 79, 80, 125, 130, 131, 135, 139, 144, 157, 161, 164, 190, 191, 197, 223, 253, 273, 276, 278], "webui": [76, 245], "protocol": [76, 124], "ldap": [76, 122], "topologi": 76, "conan_serv": [76, 122, 246], "boost": [76, 106, 140, 150, 154, 162, 196], "poco": [76, 135, 144, 150], "signific": 76, "truth": [76, 81], "redhat": 76, "archlinux": 76, "raspbian": [76, 240], "desktop": 76, "likewis": [76, 128, 131, 139, 140, 144, 276, 278, 279], "onward": 76, "goal": [76, 127, 139, 146], "evolv": [76, 157, 184, 252, 274], "backward": [76, 100], "incompat": [76, 128, 157, 184, 270], "disrupt": [76, 276], "preview": [76, 107, 129, 152, 161, 165, 167, 196, 205, 273], "year": [76, 81, 280], "life": [76, 81, 279], "eol": 76, "tomtom": 76, "audi": 76, "rti": 76, "continent": 76, "plex": 76, "electrolux": 76, "merced": 76, "benz": 76, "amaz": 76, "5k": 76, "star": 76, "count": 76, "300": 76, "cpplang": [76, 79], "slack": [76, 79], "discord": 76, "plai": [76, 124, 192], "exercis": 76, "narr": 76, "explan": [76, 83, 102, 110, 124, 139, 157], "conduct": 76, "thread": [76, 92, 120, 154, 157], "bad": [76, 144, 226, 261, 277], "confer": [76, 81], "talk": [76, 81], "evolut": [76, 276], "troubleshoot": 77, "handi": [78, 124, 195, 261], "pdf": 78, "png": [78, 105, 113], "post": [78, 160, 166, 253, 266, 280], "goe": [78, 276], "behind": [79, 122], "b1d267f77ddd5d10d06d2ecf5a6bc433fbb7ee": [79, 107, 259, 271], "gnu11": [79, 157, 251, 259], "mayb": [79, 196, 258, 266], "influenc": [79, 82, 83, 124, 251], "overcom": 79, "agre": 79, "spell": [79, 157], "submit": [79, 135, 243], "Such": [79, 80, 252, 280], "httpconnect": 79, "debuglevel": 79, "netrc": 79, "honor": 79, "crlf": [79, 80, 277], "lf": [79, 277], "gitattribut": 79, "gitconfig": 79, "editor": 79, "notepad": 79, "expand": [79, 84, 87, 131, 139, 152], "late": 79, "exhaust": 79, "liba": 79, "playground": 80, "colleagu": 80, "kept": 80, "kind": [80, 111, 122, 133, 134, 157, 158, 159, 166, 245, 264, 278], "unit": [80, 126, 139, 146, 257, 259, 268], "among": [80, 84, 124, 138, 140, 157, 205, 231, 252, 253], "convert": [80, 113, 140, 188, 210, 258, 266], "flat": [80, 184, 205], "strictli": [80, 97, 124, 128, 140, 214, 253, 259, 275], "extrem": [80, 278], "complic": [80, 124, 141], "workaround": [80, 141, 275], "Its": [80, 113, 124, 141, 161, 240], "whenev": [80, 88, 124, 133, 141, 144, 155, 192, 257], "abus": [80, 136, 265], "entrant": 80, "undefin": [80, 86, 109, 111, 168, 205, 259, 261], "indirect": [80, 141], "reserv": [80, 86, 123, 197], "_conan": [80, 122, 123], "sens": [80, 97, 109, 131, 142, 155, 157, 236, 251, 258], "rewritten": 80, "checksum": [80, 87, 91, 124, 185, 204, 207, 277], "educ": 81, "accu": 81, "diego": 81, "rodriguez": 81, "losada": 81, "cppcon": 81, "watch": [81, 280], "grow": [81, 280], "lesson": [81, 280], "challeng": [81, 159], "trend": 81, "ten": 81, "largest": 81, "why": [81, 88, 99, 102, 258, 263, 265], "lui": 81, "caro": 81, "campo": 81, "quick": 81, "overview": [81, 124], "intrins": [81, 133], "visibilitybinari": 81, "half": 81, "battl": 81, "meet": 81, "book": 81, "chri": 81, "mcarthur": 81, "fall": [84, 279], "taken": [84, 88, 124, 138, 157, 184, 197], "eras": [84, 139], "del": [84, 88, 130, 139, 148, 258, 259, 261, 265], "gcc5": 84, "lost": [84, 100], "default_xxx": 84, "default_build_mod": [84, 92, 154], "default_embed_mod": [84, 92, 154], "full_mod": [84, 85, 92, 124, 154, 280], "default_non_embed_mod": [84, 92, 154], "minor_mod": [84, 85, 92, 124, 141, 154, 184, 280], "default_python_mod": [84, 92, 154, 184], "default_unknown_mod": [84, 92, 154], "semver_mod": [84, 92, 124, 154], "confus": [84, 278], "safeti": 84, "emb": [84, 236], "package_id_xxxx_mod": 84, "package_id_embed_mod": [84, 124], "package_id_non_embed_mod": [84, 124], "package_id_unknown_mod": [84, 124], "patch_mod": [84, 124, 184], "package_id_": 84, "non_emb": 84, "_mode": 84, "package_id_mod": [84, 98, 124, 258, 280], "major_mod": [84, 124], "inlin": [85, 87, 263], "pure": [85, 140, 191, 197, 214, 221, 226, 231, 232, 264], "linker": [85, 92, 103, 140, 154, 191, 197, 212, 214, 221, 226, 231, 232, 250, 251], "8879e931d726a8aad7f372e28470faa1": [85, 87], "09": [85, 87, 88, 107, 252], "54": [85, 87], "0348efdcd0e319fb58ea747bb94dbd88850d6dd1": [85, 87], "z": [85, 86, 87, 102, 124, 184, 215, 259], "quickli": [85, 97, 264], "632e236936211ac2293ec33339ce582b": 85, "34": [85, 263, 277], "3ca530d20914cf632eb00efbccc564da48190314": 85, "d125304fb1fb088d5b92d4f8135f4dff": 85, "9bdee485ef71c14ac5f8a657202632bdb8b4482b": [85, 259], "bump": [85, 184, 252, 280], "moon": [85, 163], "1c90e8b8306c359b103da31faeee824c": 85, "ef2b5ed33d26b35b9147c90b27b217e2c7bde2d0": 85, "rebuilt": [85, 275, 277], "wil": 85, "49": [85, 107], "embed_mod": 85, "new_subset": 86, "subvalue1": 86, "subvalue2": 86, "new_root_set": 86, "value1": [86, 124, 155], "value2": [86, 124, 155], "implictli": 86, "explicilti": 86, "implicitli": [86, 124, 157, 184], "build_test": [86, 93, 124, 197, 257], "option2": [86, 124], "option1": [86, 124], "wherebi": 86, "therebi": 86, "comment": [86, 107, 113, 152, 157, 161, 168, 196, 268, 275], "tune": [86, 259], "realli": [86, 93, 131, 157, 270, 275, 279], "retri": [86, 92, 153, 154, 205, 207], "spirit": 86, "myitem": [86, 139], "settings_build": [86, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 135, 265], "outcom": [86, 221], "irrelev": [86, 88, 150], "reflect": [86, 88, 188, 192, 252], "97d5730b529b4224045fe7090592d4c1": [87, 107], "08": [87, 107, 277], "51": [87, 107, 278], "57": [87, 107], "d62dff20d86436b9c58ddc0162499d197be9de1": [87, 100, 107], "abe5e2b04ea92ce2ee91bc9834317dbe66628206": [87, 107], "sha1": [87, 206, 207, 250], "cat": [87, 109, 110, 111, 112, 213, 251, 276], "compilerruntim": 87, "compilerruntime_typ": 87, "sha1sum": [87, 206], "386": 87, "seen": [87, 186, 252, 275, 279], "uniqu": [88, 106, 124, 126, 139, 154, 251, 258, 263, 277], "factor": [88, 251], "476929a74c859bb5f646363a4900f7cf": 88, "07": [88, 107, 121], "43": 88, "diffent": 88, "ebec3dc6d7f6b907b3ada0c3d3cdc83613a2b715": [88, 107], "192": [88, 107, 122, 157, 168, 228], "4f267380690f99b3ef385199826c268f63147457": 88, "f1f48830ecb04f3b328429b390fc5de8": 88, "eventu": [88, 91, 196], "pacakg": 88, "mypythonscript": 88, "my": [88, 136, 137, 140, 155, 157, 166, 184, 207, 214, 226], "particular": [88, 257], "contrast": [88, 226], "1744785cb24e3bdca70e27041dc5abd20476f947": 88, "55c609fe8808aa5308134cb5989d23d3caffccf2": 88, "phase": [88, 271], "advic": 88, "silent": 88, "worthi": 89, "deployer_fold": [90, 103, 106], "nr": [90, 93, 95, 96, 97, 100, 102, 103, 105, 106, 110, 119], "profile_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 175], "profile_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 175], "profile_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "settings_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "settings_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "lockfile_out": [90, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 119], "lockfile_overrid": [90, 93, 97, 100, 102, 103, 106, 110, 119], "posit": [90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 107, 108, 110, 113, 115, 116, 117, 118, 119, 120, 180], "vquiet": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "verror": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vwarn": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vnotic": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vstatu": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vverbos": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vdebug": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "disallow": [90, 93, 100, 102, 103, 106, 110, 119], "fnmatch": [90, 92, 93, 100, 102, 103, 106, 110, 115, 119, 124, 205, 236], "wildcard": [90, 93, 94, 100, 102, 103, 105, 106, 107, 110, 115, 117, 119, 180, 205], "satisfi": [90, 93, 100, 102, 103, 106, 110, 119, 155, 252], "with_qt": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "cdc0d9d0e8f554d3df2388c535137d77": 91, "5cb229164ec1d245": 91, "conanmanifest": [91, 167, 249, 254], "ident": [91, 124, 139, 184, 247, 251], "1cae77d6250c23b7": 91, "al": 91, "extract": [91, 132, 140, 153, 205, 216, 261, 266], "package_queri": [91, 94, 107, 116, 120], "AND": [91, 94, 107, 116, 120, 177], "454923cd42d0da27b9b1294ebc3e4ecc84020747": 91, "6fe7fa69f760aee504e0be85c12b2327c716f9e7": 91, "verify_ssl": [92, 156], "target_fold": 92, "origin2": 92, "target2": 92, "submodul": 92, "conan_config": [92, 190, 191], "recurs": [92, 152, 205], "deduc": [92, 124, 195, 201, 203, 207, 208, 232, 279], "certif": [92, 122, 156, 207], "my_set": 92, "chicken": 92, "egg": 92, "op": 92, "overwritten": [92, 136, 140, 144], "retry_wait": [92, 154, 207], "wait": [92, 154, 207], "gzip": [92, 154, 205], "compresslevel": [92, 154], "cacert_path": [92, 122, 154], "cacert": [92, 122, 154], "clean_system_proxi": [92, 154], "proxi": [92, 122, 154], "client_cert": [92, 154], "cert": [92, 154], "max_retri": [92, 154], "maximum": [92, 122, 124, 154, 192, 229, 259, 267], "no_proxy_match": [92, 154], "timeout": [92, 154], "allow_uppercase_pkg_nam": [92, 154], "temporarili": [92, 154, 155, 159], "uppercas": [92, 154, 159], "default_build_profil": [92, 154, 159], "default_profil": [92, 154, 159], "cmake_android_ndk": [92, 154], "enable_arc": [92, 154, 197], "arc": [92, 154, 197], "enable_bitcod": [92, 154, 197], "bitcod": [92, 154, 197], "enable_vis": [92, 154, 197], "sdk_path": [92, 154, 188, 189, 197, 226], "can_run": [92, 126, 146, 154, 268], "objc": [92, 154, 197, 226], "objcxx": [92, 154], "fortran": [92, 154, 197, 214], "hip": [92, 154, 197], "ispc": [92, 154, 197], "exelinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_exe_linker_flags_init": [92, 154, 197], "jx": [92, 154], "mp": [92, 154, 197], "linker_script": [92, 154, 197, 214, 221, 226], "sharedlinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_shared_linker_flags_init": [92, 154, 197], "skip_test": [92, 126, 154, 197, 219, 257, 263], "sysroot": [92, 98, 103, 154, 188, 197, 214, 226], "find_package_prefer_config": [92, 154], "cmake_find_package_prefer_config": [92, 154, 197], "presets_environ": [92, 154, 197], "wether": [92, 154], "system_processor": [92, 154, 197], "cmake_system_processor": [92, 154, 197], "system_vers": [92, 154, 197], "cmake_system_vers": [92, 154, 197], "toolchain_fil": [92, 154, 155, 197], "toolset_arch": [92, 154, 197], "toolset": [92, 154, 157, 197, 222, 228], "cmake_generator_toolset": [92, 154, 197], "install_strip": [92, 154, 194], "launcher": [92, 154, 201, 202, 203, 213, 214, 233, 265, 268], "define_libcxx11_abi": [92, 154], "glibcxx_use_cxx11_abi": [92, 154], "host_triplet": [92, 154], "pkg_config": [92, 154, 216, 217, 226], "bazelrc_path": [92, 154, 219], "rcpath1": [92, 154, 219], "config1": [92, 154, 219], "installation_path": [92, 154, 222, 233], "setvars_arg": [92, 154, 222], "onto": [92, 154], "setvar": [92, 154, 222], "backend": [92, 122, 154, 226], "vs2010": [92, 154, 226], "vs2012": [92, 154], "vs2013": [92, 154], "vs2015": [92, 154, 226], "vs2017": [92, 154, 222, 226], "extra_machine_fil": [92, 154, 225], "bash": [92, 124, 154, 233, 246], "msy": [92, 154, 157, 246], "sfu": [92, 154], "2019": [92, 154, 157, 222, 233, 253], "max_cpu_count": [92, 140, 154, 155, 194, 229], "vs_version": [92, 154, 155, 157], "exclude_code_analysi": [92, 154, 230], "suppress": [92, 154, 197], "compile_opt": [92, 124, 140, 154, 231], "sudo_askpass": [92, 154, 240], "yum": [92, 154, 239], "pacman": [92, 154, 239], "choco": [92, 154, 240], "zypper": [92, 154, 239], "pkgutil": [92, 154, 239], "30": [92, 100, 107, 264], "serv": [93, 122, 245, 251], "misus": 93, "mutual": [94, 106, 116, 120], "packagelist": [94, 120], "pgkg": 94, "resid": [95, 114], "my_project": [95, 100, 102, 103, 106, 110], "sb": 97, "this_pkg": 97, "slower": [97, 133], "binary_remot": 98, "invalid_build": [98, 103], "homepag": [98, 103, 105, 135], "win_bash_run": 98, "options_descript": 98, "options_definit": [98, 105], "generators_fold": [98, 103, 105, 135, 196, 197, 217, 230], "srcdir": [98, 103, 140], "resdir": [98, 103, 140, 197, 214, 226, 253], "frameworkdir": [98, 103, 140], "framework": [98, 103, 128, 140, 141, 217, 230, 238, 250, 257, 265], "ffa77daf83a57094149707928bdce823": [98, 107], "1440f4f447208c8e6808936b4c6ff282": 98, "dc0e384f0551386cd76dc29cc964c95": [98, 102], "1703667991": 98, "3458598": 98, "1703668372": 98, "8517942": 98, "massiv": [98, 103], "spiffi": [98, 103], "delic": [98, 103], "unobtrus": [98, 103], "unencumb": [98, 103], "patent": [98, 103], "zlib774aa77541f8b": 98, "resolved_rang": 98, "replaced_requir": 98, "closest": [99, 102], "annot": 100, "doesnt": 100, "preserv": 100, "absenc": 100, "order_bi": 100, "06023034579559bb64357db3a53f88a4": 100, "54b9c3efd9ddd25eb6a8cbf01860b499": 100, "build_arg": 100, "ed8593b3f837c6c9aa766f231c917a5b": 100, "60778dfa43503cdcda3636d15124c19bf6546ae3": 100, "ad092d2e4aebcd9d48a5b1f3fd51ba9a": 100, "firstli": 100, "purpous": 100, "pref": [100, 122, 135, 173], "closest_binari": 102, "1692672717": [102, 107], "b647c43bfefae3f830561ca202b6cfd935b56205": 102, "package_filt": [103, 163], "df": 103, "myproject_fold": 103, "binutil": 103, "0dc90586530d3e194d01d17cb70d9461": 103, "5350e016ee8d04f418b50b7be75f5d8be9d79547": 103, "cci": 103, "degrad": 103, "gpl": 103, "assembl": 103, "objcopi": 103, "objdump": 103, "multilib": 103, "target_o": 103, "target_triplet": 103, "with_libquadmath": 103, "binut53bd9b3ee9490": 103, "416618fa04d433c6bd94279ed2e93638": 103, "76f7d863f21b130b4e6527af3b1d430f7f8edbea": 103, "866f53e31e2d9b04d49d0bb18606e88": 103, "zlibbcf9063fcc882": 103, "digraph": 103, "graphviz": 103, "friendli": [103, 124], "tensorflow": 103, "lite": [103, 107], "vi": 103, "trough": 103, "j": [103, 124, 157, 225], "cloudflar": 103, "conan_sourc": [103, 167], "info_graph_html": 103, "95279f20d2443016907657f081a79261": 104, "edbeabd3bfc383d2cca3858aa2a78a0d": 104, "f52e03ae3d251dec704634230cd806a2": [104, 107], "nasm": 104, "05": [104, 107, 252], "058c93b2214a49ca1cfe9f8f26205568": 104, "strawberryperl": 104, "8f83d05a60363a422f9033e52d106b47": 104, "35": [104, 135, 264, 277], "46": [104, 107], "01": [104, 107, 212, 277], "neon": 105, "msa": 105, "sse": 105, "vsx": 105, "api_prefix": 105, "graphic": [105, 253], "redirect": [105, 107, 121, 122, 149, 159, 194, 270, 280], "deployer_packag": 106, "recomput": 106, "myconan": [106, 124], "bzip2": [106, 135, 202, 203, 230, 233], "compound": 106, "left": [106, 122, 259, 272, 278], "highest": 106, "myprofile3": 106, "myprofile1": [106, 155], "myprofile2": [106, 155], "immedi": [106, 140, 146, 154, 155, 230, 268], "strict": [106, 109, 111, 155, 205, 276, 280], "newpkg": 106, "gb": 107, "graph_binari": 107, "gr": 107, "graph_recip": 107, "5d": [107, 116], "dai": [107, 116], "4w": [107, 116, 273], "hour": [107, 116], "26": [107, 253], "mycompani": 107, "20": [107, 155, 157, 168, 202, 256], "shortest": 107, "53": [107, 121], "8b23adc7acd6f1d6e220338a78e3a19": 107, "ce3665ce19f82598aa0f7ac0b71ee966": 107, "31ee767cb2828e539c42913a471e821a": 107, "d77ee68739fcbe5bf37b8a4690eea6ea": 107, "implicit": [107, 209, 276], "e4e1703f72ed07c15d73a555ec3a2fa1": 107, "45": [107, 252, 263, 278], "fdb823f07bc228621617c6397210a5c6c4c8807b": 107, "4834a9b0d050d7cf58c3ab391fe32e25": 107, "33": [107, 263, 264], "31": [107, 128, 277], "6a6451bbfcb0e591333827e9784d7dfa": 107, "29": [107, 252, 277], "67bb089d9d968cbc4ef69e657a03de84": 107, "47": [107, 252], "36": [107, 264], "5e196dbea832f1efee1e70e058a7eead": 107, "26475a416fa5b61cb962041623748d73": 107, "d15c4f81b5de757b13ca26b636246edff7bdbf24": [107, 259], "a2eb7f4c8f2243b6e80ec9e7ee0e1b25": 107, "fo": 107, "24612164eb0760405fcd237df0102e554ed1cb2f": 107, "a3c9d80d887539fac38b81ff8cd4585fe42027e0": 107, "human": 107, "zli": 107, "b58eeddfe2fd25ac3a105f72836b3360": 107, "d9b1e9044ee265092e81db7028ae10e0": 107, "denomin": 107, "deviat": [107, 124], "mypytool": 109, "manipul": [109, 111, 144, 205, 266], "moreov": 109, "scratch": [110, 269, 270], "ca4ae2047ef0ccd7d2210d8d91bd0e02": 110, "1675126491": 110, "773": 110, "5f184bc602682bcea668356d75e7563b": 110, "1676913225": 110, "027": [110, 280], "733": 110, "e747928f85b03f48aaf227ff897d9634": 110, "1675126490": 110, "952": 110, "lock1": 111, "lock2": 111, "consolid": 111, "diverg": 111, "simplic": 111, "pkgb": 111, "app1": 111, "pkgawin": 111, "pkganix": 111, "gone": [111, 257, 268], "nix": [111, 205], "math": [112, 113, 141, 205, 275], "85d927a4a067a531b1a9c7619522c015": 112, "1702683583": 112, "3411012": 112, "fd2b006646a54397c16a1478ac4111ac": 112, "3544693": 112, "mytool": [112, 220], "othertool": 112, "downgrad": 112, "unlock": 112, "meson_ex": 113, "msbuild_ex": 113, "bazel_lib": 113, "bazel_ex": 113, "autotools_ex": 113, "basi": 113, "aid": 113, "boilerpl": [113, 124], "requires1": 113, "requires2": 113, "tool_requires1": 113, "tool_requires2": 113, "magic": 113, "mygam": 113, "mytempl": 113, "full_path": 113, "conan_vers": [113, 154], "brack": 113, "not_templ": 113, "image2": 113, "guess": [114, 155, 179, 249], "Be": [114, 130, 131, 152, 197, 236, 258], "carlosz": 114, "ios_bas": 114, "ios_simul": 114, "clang_15": 114, "package_set": 114, "build_env": 114, "registri": [115, 245], "usernam": [115, 122, 155, 159, 180], "insert": [115, 180], "conan_login_": 115, "expos": [115, 122, 135, 155, 236], "new_nam": [115, 180], "intact": 116, "smell": [116, 277], "manifest": [120, 124, 267], "sys_vers": 121, "1316": 121, "mainli": [122, 246], "pro": [122, 244, 246], "conan_server_hom": 122, "server_dir": 122, "server_directori": 122, "prior": [122, 166], "hot": 122, "relaunch": 122, "jwt_secret": 122, "ijkhyoiouinmxcrtytrr": 122, "jwt_expire_minut": 122, "120": 122, "ssl_enabl": 122, "port": [122, 246], "9300": [122, 246], "public_port": 122, "host_nam": 122, "localhost": [122, 207, 245, 246], "authorize_timeout": 122, "1800": 122, "disk_storage_path": 122, "disk_authorize_timeout": 122, "updown_secret": 122, "hjhjujkjkjkjkluyyuuyhj": 122, "write_permiss": 122, "lasot": 122, "default_us": 122, "default_user2": 122, "read_permiss": 122, "jwt": 122, "random": [122, 196], "safe": [122, 124, 144, 192], "anytim": 122, "amount": 122, "ip": [122, 207], "domain": 122, "168": 122, "docker": [122, 245], "9999": 122, "p9300": 122, "traffic": 122, "somedir": [122, 216], "crt": 122, "pem": [122, 154], "reject": 122, "regist": 122, "plain": [122, 124], "premis": 122, "firewal": 122, "trust": 122, "sysadmin": 122, "restrict": [122, 124, 157], "comma": [122, 124], "allowed_user1": 122, "allowed_user2": 122, "packagea": 122, "john": [122, 124], "peter": 122, "custom_authent": 122, "authenticator_nam": 122, "collabor": [122, 172], "htpasswd": 122, "schiffner": 122, "uilianri": 122, "my_authent": 122, "get_class": 122, "myauthent": 122, "valid_us": 122, "plain_password": 122, "factori": 122, "custom_author": 122, "authorizer_nam": 122, "my_author": 122, "authenticationexcept": 122, "forbiddenexcept": 122, "myauthor": 122, "_check_conan": 122, "deni": [122, 205], "_check_packag": 122, "_check": 122, "check_read_conan": 122, "check_write_conan": 122, "check_delete_conan": 122, "check_read_packag": 122, "check_write_packag": 122, "check_delete_packag": 122, "conform": 122, "check_": 122, "conanfilerefer": 122, "meanwhil": 122, "_packag": 122, "packagerefer": 122, "443": 122, "server_nam": 122, "myservernam": 122, "mydomain": 122, "proxy_pass": 122, "ssl_certif": 122, "ssl_certificate_kei": 122, "mod_wsgi": 122, "apache2": 122, "site": [122, 124], "0_conan": 122, "virtualhost": 122, "80": 122, "wsgiscriptalia": 122, "dist": 122, "server_launch": 122, "wsgicallableobject": 122, "wsgipassauthor": 122, "grant": 122, "srv": 122, "helloconan": [123, 124, 188, 212, 264], "varieti": 123, "member": [123, 124, 135, 184], "_my_data": 123, "_my_help": 123, "lowercas": [124, 259, 278], "101": 124, "charact": [124, 159, 200, 201, 259], "shorter": [124, 201], "z0": 124, "9_": 124, "alphanumer": [124, 259], "ing": 124, "pkgname": [124, 230, 252], "pre1": [124, 259, 278], "build2": [124, 259], "pkgversion": 124, "programmat": 124, "mychannel": 124, "incred": 124, "spdx": 124, "peopl": 124, "smith": 124, "protocinstallerconan": 124, "protoc_instal": 124, "buffer": 124, "rpc": 124, "eigenconan": 124, "eigen": 124, "tuxfamili": 124, "mylibconan": 124, "otherlib": 124, "otherus": 124, "bracket": [124, 278], "alpha": [124, 278], "tool_a": 124, "tool_b": 124, "gtest": [124, 128, 135, 141, 150, 230, 250, 257, 263, 268], "downstream": [124, 128, 140, 141, 184, 196, 275], "other_test_tool": 124, "pyreq": [124, 136, 164, 184], "myconanfilebas": [124, 136], "utilsbas": 124, "got": [124, 265, 271, 276], "shutil": [124, 144], "emul": [124, 157, 231, 276], "mistak": 124, "yaml": 124, "8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9": 124, "15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a": 124, "opt": [124, 201, 221, 222, 278, 280], "7zip": [124, 150, 155], "7z": 124, "determin": [124, 141, 155, 200, 251], "gnu20": [124, 157], "get_saf": [124, 130, 131, 223, 253], "compiler_vers": [124, 155, 192], "feasibl": [124, 140], "is_android": 124, "option3": 124, "option4": 124, "comparison": [124, 244, 278], "zwave": 124, "reference_pattern": 124, "option_nam": 124, "condition": [124, 126, 127, 131, 135, 144, 230, 231, 253, 255, 260, 267], "otherpkg": 124, "some_opt": 124, "overridden": [124, 184, 207], "123": [124, 155, 184], "word": [124, 136, 157, 277], "freez": 124, "overriden": [124, 207], "234": [124, 184], "explanatori": 124, "reference_conanfile_methods_package_id": 124, "package_id_python_mod": 124, "semver": [124, 237, 278, 280], "modif": [124, 139, 157, 197, 200, 252, 277, 280], "unrelated_mod": 124, "ever": 124, "pocotimerconan": 124, "foorecip": 124, "myrecip": 124, "methodconan": 124, "export_fold": [124, 133], "codebas": 124, "androidndk": [124, 140], "define_path": [124, 137, 140, 200], "fill": [124, 166, 183, 216], "append_path": [124, 140, 200], "runtime_var": 124, "flag3": [124, 140], "flag1": [124, 140, 154, 155, 221], "flag2": [124, 140, 154, 155], "expandattributedsourc": [124, 140], "unset": [124, 140, 154, 155, 157, 200, 213], "flag0": [124, 140], "pop": [124, 226, 251], "emit": 124, "taskflow": 124, "odr": [124, 141], "violat": [124, 141], "libressl": 124, "boringssl": 124, "libav": 124, "ffmpeg": [124, 162], "mariadb": 124, "mysql": 124, "libjpeg": 124, "9d": 124, "turbo": 124, "libjpegturbo": 124, "openbla": 124, "cbla": 124, "lapack": 124, "redund": 124, "myconsum": [124, 265], "my_android_ndk": 124, "var1": [124, 155], "green": 124, "neutral": 124, "white": [124, 159], "yellow": 124, "red": 124, "tend": 124, "auto_shared_fp": 124, "auto_header_onli": 124, "parenthes": 124, "extensions_properti": 124, "abi": [124, 157, 186, 250], "validate_build": 125, "mybuildsystem": 126, "interrupt": 126, "lift": 126, "info_build": 127, "myvalu": [127, 197, 200, 226], "fullsourc": 127, "theori": [128, 253], "parameter": 128, "ran": [128, 145, 165, 257, 263], "nutshel": [128, 214], "mylibrecip": 128, "myapprecip": 128, "myapp": [128, 280], "gettext": 128, "libgettext": 128, "constrain": [130, 258], "sse2": 130, "with_sse2": 130, "elif": 131, "deploy_fold": [132, 176, 200], "myfil": [134, 184, 205, 280], "export_conandata_patch": [134, 204], "conanvcvar": [135, 197, 226, 231, 232, 233], "repetit": [135, 140], "mygener": [135, 164], "mygen": [135, 164], "xxxdir": 135, "indirectli": 135, "buildenv_info": [135, 137, 200, 202, 260, 265], "runenv_info": [135, 137, 200, 202, 203, 260, 265], "is_build_context": 135, "fashion": 135, "pcre": 135, "44": 135, "expat": 135, "1k": 135, "criteria": 135, "direct_host": 135, "direct_build": 135, "heavili": 135, "mycomp": 135, "mylicens": 136, "baseconan": 136, "derivedconan": 136, "deriv": [136, 144], "uncondition": 136, "datafil": 136, "awesom": 136, "me": 136, "__init__": [136, 164, 166, 189, 232], "constructor": [136, 198, 209, 212, 214, 227, 236, 240], "subdirectori": 137, "classic": [137, 157, 222, 262], "hopefulli": 137, "release64": 137, "stub": 137, "my_includ": 137, "sayconan": [137, 272], "mydata_path": 137, "obvious": 137, "mydata_path2": 137, "my_conf_fold": 137, "creating_packages_package_method": 138, "relax": [139, 276], "assumpt": [139, 253, 276], "couldn": 139, "disadvantag": [139, 279], "lose": 139, "although": [139, 201, 268], "predict": 139, "obj": 140, "preprocessor": [140, 191, 197, 214, 226, 231, 232], "property_nam": 140, "property_valu": 140, "xml": [140, 231], "pkg_config_nam": [140, 217], "zmq": 140, "zmq_static": 140, "ws2_32": 140, "get_properti": 140, "crypto": [140, 217, 220], "define_crypto": 140, "headers_ssl": 140, "obj_ext": 140, "prepend_path": [140, 200], "mypath": [140, 200, 265], "myarmarch": 140, "otherarch": 140, "my_android_arch": 140, "myrunpath": 140, "mypkghom": 140, "ti": 140, "former": [140, 276], "transmit": [140, 280], "exceptionhandl": [140, 154], "async": [140, 154, 209], "bundl": [140, 245], "android_ndk": 140, "albeit": 140, "adequ": 140, "claus": 141, "catch2": [141, 257], "seem": 141, "ambigu": [141, 280], "dep_opt": 141, "priorit": [142, 143, 198, 205, 275, 276], "tarbal": [144, 236, 244, 277], "check_sha1": [144, 204], "pococonan": 144, "zip_nam": 144, "pocoproject": 144, "8d87812ce591ced8ce3a022beec1df1c8b2fac87": 144, "unlink": 144, "bypass": 144, "appar": 144, "problemat": [144, 278], "destroi": [144, 157, 168], "lead": [144, 253], "frozen": 144, "realiz": [145, 252, 276], "gtk": 145, "undesir": 145, "libgtk": 145, "pkg1": [145, 196, 240], "pkg2": [145, 196, 240], "prove": [146, 268], "succe": [147, 240], "cfc18fcc7a50ead278a7c1820be74e56": 147, "warn_tag": 149, "custom_tag": 149, "ignore_error": 149, "unnot": 149, "ninja_stdout": 149, "pin": [150, 252, 277, 279], "revision1": 150, "70": 150, "revision2": 150, "00": [150, 212, 277], "inde": 150, "aka": [151, 188], "project1": [152, 230], "project2": [152, 230], "unauthor": 153, "ask": [153, 159], "conan_login_usernam": [153, 159], "conan_login_username_": [153, 159], "conan_password": [153, 159], "conan_password_": [153, 159], "admin": [153, 245], "emptiv": 153, "getenv": [153, 155, 158, 201], "mytk": [153, 158], "mytoken": [153, 158], "whatev": [154, 155, 163, 222], "heaviest": 154, "dowload": 154, "danielm": 154, "my_conan_storage_fold": 154, "recurr": 154, "my_download_cach": 154, "confvar": [154, 155], "hint": [154, 155], "yyi": [154, 155], "ins": 154, "zzz": [154, 155], "everywher": [154, 155], "discret": 154, "establish": 154, "packagenam": [154, 196], "orgnam": 154, "_must_": 154, "cpu_count": 154, "myconf1": 154, "detect_o": [154, 155], "myconf2": 154, "detect_arch": [154, 155], "eval": 154, "integ": [154, 180, 237], "unmodifi": 154, "rid": [154, 155], "f1": 154, "f2": 154, "f0": 154, "pai": [154, 266], "tl": [154, 156, 207], "constitut": 154, "implic": [154, 258], "tool1": 155, "tool4": 155, "environmentvar1": 155, "dlib": 155, "ab": 155, "relpath": 155, "my_pkg_opt": 155, "myvalue12": 155, "mypath1": [155, 200], "path11": 155, "path12": 155, "comp": [155, 217], "chanel": 155, "ration": 155, "kitwar": 155, "3488ec5c2829b44387152a6c4b013767": 155, "20496b332552131b67fb99bf425f95f64d0d0818": 155, "profile_var": 155, "my_build_typ": 155, "referenc": [155, 196, 207], "meant": [155, 217, 259, 268], "judici": 155, "compiler_ex": 155, "default_msvc_runtim": 155, "default_compiler_vers": 155, "default_cppstd": 155, "detect_libcxx": 155, "ldd": 155, "musl": 155, "v143": [155, 157], "default_msvc_ide_vers": 155, "digit": [155, 157, 278, 280], "zlib_clang_profil": 155, "my_var": [155, 265], "statement": 155, "gcc_49": 155, "my_remote_nam": 156, "windowsstor": 157, "windowsc": 157, "ios_vers": 157, "iphoneo": [157, 226], "iphonesimul": 157, "watchsimul": 157, "appletvo": 157, "appletvsimul": 157, "xrsimul": 157, "catalyst": 157, "aix": 157, "arduino": 157, "board": 157, "emscripten": 157, "neutrino": 157, "vxwork": 157, "ppc32be": 157, "ppc32": [157, 192, 240], "ppc64le": [157, 240], "ppc64": [157, 192], "armv4": 157, "armv4i": 157, "armv5el": [157, 186], "armv5hf": [157, 186], "armv7k": 157, "armv8_32": 157, "sparc": [157, 192, 197], "sparcv9": [157, 192], "mip": 157, "mips64": 157, "avr": 157, "s390": 157, "s390x": [157, 240], "wasm": 157, "sh4le": 157, "e2k": 157, "v5": 157, "v6": [157, 186], "v7": 157, "xtensalx6": 157, "xtensalx106": 157, "xtensalx7": 157, "sun": 157, "posix": 157, "libcstd": 157, "libstdcxx": 157, "libstlport": 157, "win32": 157, "dwarf2": 157, "sjlj": 157, "seh": 157, "98": 157, "gnu23": 157, "170": 157, "190": 157, "191": 157, "v110_xp": 157, "v120_xp": 157, "v140_xp": 157, "v141_xp": 157, "runtime_vers": 157, "v140": 157, "v141": 157, "v142": 157, "2021": [157, 222], "icx": [157, 222], "dpcpp": [157, 222], "gnu03": 157, "gpp": 157, "ne": 157, "accp": 157, "acpp": 157, "ecpp": 157, "mcst": [157, 192], "lcc": [157, 192], "relwithdebinfo": 157, "minsizerel": 157, "hardwar": 157, "microprocessor": 157, "microcontrol": 157, "famili": 157, "2015": 157, "2017": [157, 222, 249, 251, 253, 254], "finer": 157, "1913": 157, "dpc": [157, 222], "suppos": 157, "311": 157, "brief": [157, 245, 248], "arch_build": 157, "arch_target": 157, "powerpc": [157, 240], "endian": 157, "littl": [157, 163], "soft": 157, "float": 157, "swift": 157, "a6": 157, "a6x": 157, "chip": 157, "iphon": 157, "5c": 157, "ipad": 157, "k": 157, "aarch32": 157, "ilp32": 157, "a12": 157, "chipset": 157, "xr": [157, 205], "scalabl": [157, 244, 245], "microsystem": 157, "interlock": 157, "pipelin": [157, 159], "formerli": 157, "atmel": 157, "microchip": 157, "390": 157, "ibm": 157, "javascript": 157, "low": 157, "assembli": 157, "byte": [157, 205], "hitachi": 157, "superh": 157, "2000": 157, "512": 157, "vliw": 157, "2cm": 157, "2c": 157, "moscow": 157, "4c": 157, "8c": 157, "8c1": 157, "1c": 157, "1ck": 157, "8c2": 157, "8cb": 157, "2c3": 157, "12c": 157, "16c": 157, "32c": 157, "xtensa": 157, "lx6": 157, "dpu": 157, "esp32": 157, "esp8266": 157, "lx7": 157, "s2": 157, "s3": 157, "wise": 157, "cento": [157, 240], "rogu": 157, "wave": 157, "stlport": 157, "apach": 157, "dinkum": 157, "abridg": 157, "rhel6": 157, "cache_vari": 157, "some_centos_flag": 157, "anymor": 157, "myo": 157, "mycompil": 157, "my_custom_compil": 157, "sync": [157, 209], "tarballnam": 158, "bearer": 158, "mypassword": 158, "hardcod": [158, 268, 278], "difficult": [158, 184, 257, 279], "remote_nam": [159, 180], "unauthent": 159, "unattend": 159, "stuck": 159, "autodetect": [159, 197], "tty": 159, "no_color": 159, "conan_color_dark": 159, "scheme": [159, 278, 280], "light": 159, "dark": 159, "mypythoncod": [160, 273], "altogeth": [160, 163, 197], "pre_build": [160, 166], "complement": 160, "qualiti": [160, 166], "facilit": [160, 165], "variat": [161, 275], "intercept": 162, "commmand": 162, "startswith": 162, "caller": 162, "heavy_pkg": 162, "qt": 162, "abseil": 162, "_commands_": 163, "cmd_": 163, "your_command_nam": 163, "cmd_hello": 163, "cmd_bye": 163, "topic_nam": 163, "topic1": 163, "topic2": 163, "cmd_command": 163, "output_json": 163, "parser": 163, "hello_moon": 163, "subpars": 163, "narg": 163, "mygroup": 163, "mycommand": 163, "mycommand_mysubcommand": 163, "add_my_common_arg": 163, "chose": 163, "format_graph_html": 163, "format_graph_info": 163, "field_filt": 163, "format_graph_json": 163, "dot": [163, 278], "format_graph_dot": 163, "graph_info": 163, "deps_graph": [163, 176], "command_subcommand": 163, "child": 163, "arg1": [163, 194, 222], "arg2": [163, 194, 222], "arg3": 163, "_conanfil": 164, "deps_info": 164, "repeatedli": [165, 280], "my_custom_deploy": 165, "hook_exampl": 166, "pre_export": 166, "field_valu": 166, "getattr": 166, "abort": 166, "hook_": 166, "replace_in_fil": [166, 204, 257], "post_packag": 166, "isdir": 166, "custom_modul": 166, "hook_print": 166, "my_print": 166, "hook_ful": 166, "pre_sourc": 166, "pre_packag": 166, "pre_package_info": 166, "post_package_info": 166, "artifacts_fold": 167, "signature_fold": 167, "conan_packag": [167, 249, 254], "written": [167, 260, 280], "twice": 167, "signer": 167, "asc": 167, "listdir": 167, "isfil": 167, "profile_plugin": 168, "ordereddict": [168, 198], "profilesapi": [169, 179], "installapi": [169, 176], "graphapi": [169, 175], "exportapi": [169, 174], "newapi": [169, 178], "downloadapi": [169, 173], "cache_fold": 171, "global_conf": 172, "settings_yml": 172, "pkgrefer": [173, 177], "download_ful": 173, "package_list": [173, 183], "load_root_test_conanfil": 175, "tested_refer": 175, "tested_python_requir": 175, "recipe_consum": 175, "load_graph": 175, "root_nod": 175, "check_upd": 175, "load_root_nod": 175, "analyze_binari": 175, "build_mod": 175, "build_modes_test": 175, "tested_graph": 175, "buildmod": 175, "install_binari": 176, "intal": 176, "install_system_requir": 176, "only_info": 176, "install_sourc": 176, "install_consum": 176, "deploy_packag": 176, "filter_packages_configur": 177, "pkg_configur": 177, "pkgconfigur": 177, "get_templ": 178, "template_fold": 178, "get_home_templ": 178, "template_nam": 178, "get_default_host": 179, "get_default_build": 179, "get_profil": 179, "get_path": 179, "sin": 179, "alphabet": [179, 278], "contact": 180, "user_xxx": 180, "only_en": 180, "allowed_packag": 180, "user_login": 180, "user_logout": 180, "check_upstream": 183, "enabled_remot": 183, "upload_data": 183, "upload_ful": 183, "check_integr": 183, "dry_run": 183, "mybas": 184, "cool": 184, "super": [184, 214], "pyreq_path": 184, "myfile_path": 184, "mynumb": 184, "gradual": 184, "hierarchi": 184, "is_apple_o": [185, 187], "to_apple_arch": [185, 187], "envvar": [185, 199, 200, 202, 203], "intelcc": 185, "nmaketoolchain": [185, 227], "sconsdep": 185, "armv5": 186, "lc_rpath": [188, 212], "outlin": 188, "libnam": 188, "my_execut": 188, "add_rpath": 188, "executable_path": 188, "use_settings_target": 188, "ranlib": 188, "lipo": 188, "codesign": 188, "isysroot": [188, 226], "sdk_platform_path": 188, "sdk_platform_vers": 188, "libtool": 188, "alltarget": 189, "i386": [189, 226], "sdkroot": 189, "ios8": 189, "skd": 189, "conan_libpng": 190, "conan_libpng_libpng": 190, "conan_libpng_libpng_debug_x86_64": 190, "conan_libpng_libpng_release_x86_64": 190, "conan_zlib": [190, 230], "conan_zlib_zlib": 190, "conan_zlib_zlib_debug_x86_64": 190, "conan_zlib_zlib_release_x86_64": 190, "system_header_search_path": 190, "gcc_preprocessor_definit": 190, "other_cflag": 190, "other_cplusplusflag": 190, "framework_search_path": 190, "library_search_path": 190, "other_ldflag": 190, "conan_libpng_debug_x86_64": 190, "package_root_": 190, "releaseshar": [190, 196, 230, 267], "mycustomconfig": [190, 230], "conantoolchain_release_x86_64": 191, "conantoolchain_debug_x86_64": 191, "conan_global_flag": 191, "conantoolchain_": [191, 231], "_x86_64": 191, "clang_cxx_librari": 191, "clang_cxx_language_standard": 191, "macosx_deployment_target": 191, "mmacosx": 191, "_cpu_count": 192, "cgroup": 192, "skip_x64_x86": 192, "m1": [192, 226, 268], "gnu_extens": 192, "cppstd_default": 192, "appleclang": 192, "dxxx": 194, "dvar": 194, "build_tool_arg": 194, "barg1": 194, "barg2": 194, "underli": 194, "diagnost": 194, "dcmake_verbose_makefil": 194, "maxcpucount": 194, "cmake_gener": 195, "shared_fals": 195, "shared_tru": 195, "chosen": [195, 222], "cmake_prefix_path": [196, 197], "cmake_module_path": [196, 197], "findxxx": 196, "conandeps_legaci": 196, "cmake_binary_dir": 196, "enumer": 196, "overal": 196, "releasedshar": 196, "my_tool": [196, 217, 220], "collid": [196, 217, 280], "capnproto": [196, 217], "_build": [196, 217], "81": 196, "fakecomp": 196, "cmake_module_file_nam": 196, "cmake_module_target_nam": 196, "dep_nam": [196, 253], "get_cmake_package_nam": 196, "module_mod": 196, "get_find_mod": 196, "cmake_target_alias": 196, "rout": 196, "cmake_set_interface_link_directori": 196, "pragma": 196, "nosonam": 196, "sonam": 196, "cmake_config_version_compat": 196, "samemajorvers": 196, "sameminorvers": 196, "exactvers": 196, "configvers": 196, "myfilenam": [196, 207], "myfooalia": 196, "mycompon": [196, 217, 220], "varcompon": 196, "myfilenameconfig": 196, "findmyfilenam": 196, "zlibconan": 196, "alter": 196, "colon": 196, "new_component_target_nam": 196, "buildir": 196, "cmake_map_imported_config_": 196, "dcmake_map_imported_config_coverag": 196, "myvar_valu": 197, "mydefin": [197, 226], "mydef_valu": [197, 226], "cmake_path": 197, "cmake_position_independent_cod": 197, "nmake": [197, 198, 232], "easier": [197, 280], "schema": [197, 205, 231], "testpreset": 197, "jon": 197, "mydef": [197, 226], "myconfigdef": 197, "mydebugvalu": 197, "myreleasevalu": 197, "novalue_def": 197, "add_compile_definit": 197, "cachevari": 197, "foo2": 197, "ON": [197, 250, 271], "myconfigvar": 197, "sentenc": 197, "buildenv": [197, 200, 222, 250], "my_build_var": 197, "my_buildvar_value_overridden": 197, "runenv": [197, 200], "my_run_var": 197, "my_runvar_set_in_gener": 197, "my_env_var": 197, "my_env_var_valu": 197, "save_script": [197, 201], "other_env": 197, "compose_env": [197, 200], "extra_cxxflag": [197, 214, 232], "extra_cflag": [197, 214, 232], "extra_sharedlinkflag": 197, "extra_exelinkflag": 197, "clash": 197, "filepath": 197, "mytoolchainpackag": 197, "mytoolchain": 197, "mytoolrequir": 197, "toolchain1": 197, "toolchain2": 197, "yyyi": 197, "ninclud": 197, "generic_system": 197, "lang": 197, "_compil": 197, "android_system": 197, "android_platform": 197, "android_stl": 197, "android_ndk_path": 197, "apple_system": 197, "cmake_osx_architectur": 197, "cmake_osx_sysroot": 197, "arch_flag": [197, 214], "m32": 197, "m64": 197, "vs_runtim": 197, "cmake_msvc_runtime_librari": 197, "cmake_cxx_extens": 197, "cmake_flags_init": 197, "cmake_xxx_flag": 197, "conan_xxx": 197, "cmake_cxx_flags_init": 197, "conan_cxx_flag": 197, "try_compil": 197, "in_try_compil": 197, "find_path": 197, "cmake_skip_rpath": 197, "skip_rpath": 197, "build_shared_lib": [197, 260, 271], "output_dir": 197, "cmake_install_xxx": 197, "cmake_install_bindir": 197, "cmake_install_sbindir": 197, "cmake_install_libexecdir": 197, "cmake_install_libdir": 197, "cmake_install_oldincludedir": 197, "cmake_install_datarootdir": 197, "mybin": [197, 214], "myinclud": [197, 214], "myre": [197, 214], "block_nam": 197, "new_tmp": 197, "other_toolset": 197, "generic_block": 197, "methodtyp": 197, "mygenericblock": 197, "helloworld": 197, "myblock": 197, "mynewblock": 197, "64bit": [197, 276], "32bit": [197, 276], "ppc": 197, "mylibrari": 197, "primarili": 197, "benefici": 197, "univer": 197, "reliabl": 197, "troubl": 197, "cautiou": 197, "overli": 197, "broader": 197, "r23c": 197, "toolset_cuda": 197, "cmake_c_flags_init": 197, "add_definit": 197, "cmake_xcode_attribute_enable_bitcod": 197, "cmake_xcode_attribute_clang_enable_objc_arc": 197, "cmake_xcode_attribute_gcc_symbols_private_extern": 197, "cmake_sysroot": 197, "cmp0149": 197, "cmake_c_compil": 197, "cmake_cxx_compil": 197, "cmake_rc_compil": 197, "cmake_objc_compil": 197, "objcpp": [197, 226], "cmake_objcxx_compil": 197, "cmake_cuda_compil": 197, "cmake_fortran_compil": 197, "cmake_asm_compil": 197, "cmake_hip_compil": 197, "cmake_ispc_compil": 197, "collaps": 198, "aggregated_cpp_info": 198, "topological_sort": 198, "revers": 198, "dep_cppinfo": 198, "get_sorted_compon": 198, "fewer": 198, "other_cppinfo": 198, "myvar2": 200, "myvalue2": 200, "myvar3": 200, "myvalue3": 200, "myvar4": 200, "mypath2": 200, "mypath3": 200, "env1": [200, 201], "env2": 200, "prevail": [200, 275], "autootoolsdep": 200, "mypkg_data_dir": 200, "datadir": [200, 217, 226], "filesystem": [200, 207], "deploy_base_fold": 200, "my_env_fil": 201, "ps1": [201, 202, 203, 233, 254], "var2": 201, "variable_refer": 201, "penv": 201, "32k": 201, "2048": 201, "closer": 201, "varnam": 201, "ld_library_path": [202, 203, 251, 260, 265], "deactivate_conanbuildenv": [202, 250, 253, 254, 257], "accumul": [202, 203, 213, 238], "auto_gener": [202, 203], "dyld_library_path": [203, 251], "dyld_framework_path": [203, 251], "deactivate_conanrunenv": 203, "rm": 204, "rmdir": 204, "chdir": 204, "update_conandata": 204, "collect_lib": 204, "check_md5": 204, "check_sha256": 204, "absolute_to_relative_symlink": [204, 266], "remove_external_symlink": 204, "remove_broken_symlink": 204, "ignore_cas": 205, "insensit": 205, "utf": [205, 231], "otherfil": 205, "robocopi": 205, "abe2h9f": 205, "file_path": [205, 206], "mydir": 205, "newdir": 205, "do_someth": 205, "tzb2": 205, "bz2": 205, "txz": 205, "keep_permiss": [205, 207], "bigfil": 205, "danger": 205, "raise_if_miss": 205, "inter": 205, "libmylib": [205, 212], "stare": 205, "libmath": 205, "other_libdir": 205, "rwxr": 205, "lrwxr": 205, "md5sum": 206, "sha256sum": 206, "md5": 207, "ftp": 207, "impli": [207, 277, 280], "httpbasic": 207, "someurl": 207, "somefil": 207, "e5d695597e9fa520209d1b41edad2a27": 207, "ia64": 207, "5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6": 207, "base_path": 209, "patch_str": 209, "fuzz": 209, "fuzzi": 209, "0001": 209, "buildflatbuff": 209, "0002": 209, "patch_typ": 209, "patch_sourc": 209, "flatbuff": 209, "5650": 209, "patch_descript": 209, "misc": 209, "1232": 209, "1292": 209, "g_test_add_func": 209, "paus": 209, "cancel": 209, "do_pause_cancel_test": 209, "g_test_add_data_func": 209, "steal": 209, "gint_to_point": 209, "do_stealing_test": 209, "length": 209, "do_response_informational_content_length_test": 209, "ret": 209, "g_test_run": 209, "0003": 209, "base_fold": 210, "configure_arg": 212, "make_arg": 212, "_conanbuild": [212, 214], "destdir": [212, 225], "unix_path": [212, 227], "install_nam": 212, "cmdsize": 212, "48": 212, "offset": 212, "stamp": 212, "jan": 212, "1970": 212, "loader": 212, "wl": [212, 216], "conanautotoolsdep": 213, "undesired_valu": 213, "seamlessli": 214, "precalcul": 214, "my_argu": 214, "sbindir": [214, 226], "oldincludedir": 214, "datarootdir": 214, "he": 214, "extra_defin": [214, 232], "extra_ldflag": [214, 232], "gcc_cxx11_abi": 214, "build_type_flag": 214, "sysroot_flag": 214, "apple_arch_flag": [214, 226], "apple_isysroot_flag": [214, 226], "msvc_runtime_flag": [214, 227], "myflag": 214, "update_configure_arg": 214, "updated_flag": 214, "update_make_arg": 214, "update_autoreconf_arg": 214, "xxxxxx_arg": 214, "prune": [214, 276], "gold": [214, 226], "lld": [214, 226], "nvcc": 214, "fc": 214, "mk": 215, "conan_dep": 215, "conan_name_zlib": 215, "conan_version_zlib": 215, "conan_reference_zlib": 215, "conan_root_zlib": 215, "zlib273508b343e8c": 215, "conan_include_dirs_zlib": 215, "conan_include_dir_flag": 215, "conan_lib_dirs_zlib": 215, "conan_lib_dir_flag": 215, "conan_bin_dirs_zlib": 215, "conan_bin_dir_flag": 215, "conan_libs_zlib": 215, "conan_lib_flag": 215, "conan_include_dir": 215, "conan_lib_dir": 215, "conan_bin_dir": 215, "conan_lib": [215, 272], "conan_define_flag": 215, "conan_system_lib_flag": 215, "lz": [215, 217], "libastr": 216, "_use_libastr": 216, "astral": 216, "linkflag": [216, 238], "tmp_dir": 216, "is_system": 216, "rt": 216, "your_us": 217, "647afeb69d3b0a2d3d316e80b24d38c714cc6900": 217, "pkg_config_alias": 217, "xxxxx": [217, 221, 226], "freeform": 217, "component_vers": 217, "custom_cont": 217, "mynam": 217, "componentnam": 217, "alias1": 217, "alias2": 217, "rcpath": 219, "bz": [219, 220], "fresh": 219, "new_local_repositori": 220, "build_fil": 220, "cc_import": 220, "cc_librari": 220, "z_precompil": 220, "static_librari": 220, "libz": [220, 251], "hdr": 220, "glob": 220, "filegroup": 220, "zlib_binari": 220, "bazel_target_nam": 220, "bazel_repository_nam": 220, "my_target": 220, "my_repo": 220, "cxxopt": 221, "dynamic_mod": 221, "compilation_mod": 221, "force_p": 221, "copt": 221, "flagn": 221, "conlyopt": 221, "linkopt": 221, "dbg": 221, "crosstool_top": 221, "icpx": 222, "conanintelsetvar": 222, "intelprofil": 222, "ms_toolset": 222, "batch": 222, "argn": 222, "intel64": 222, "ia32": 222, "ia": 222, "mysrcfold": 223, "reconfigur": 225, "dprefix": 225, "n_job": 225, "55": [226, 252], "default_librari": 226, "buildtyp": 226, "libexecdir": 226, "localedir": 226, "mandir": 226, "infodir": 226, "wrap_mod": 226, "nofallback": 226, "cpp_arg": 226, "c_arg": 226, "c_link_arg": 226, "cpp_link_arg": 226, "conan_meson_xxxx": 226, "with_msg": 226, "hi": 226, "everyon": 226, "packageopt": 226, "upon": 226, "mio": 226, "ios_host_profil": 226, "objc_arg": 226, "objc_link_arg": 226, "objcpp_arg": 226, "objcpp_link_arg": 226, "android_host_profil": 226, "c_ld": 226, "cc_ld": 226, "cpp_ld": 226, "cxx_ld": 226, "as_": 226, "AS": [226, 232], "windr": 226, "macosx": 226, "objcflag": 226, "objcxxflag": 226, "check_min_v": 227, "is_msvc": 227, "is_msvc_static_runtim": 227, "msvs_toolset": 227, "raise_invalid": 228, "worth": 228, "mt": [228, 231], "neither": 228, "myreleas": 229, "myplatform": 229, "conan_zlib_vars_release_x64": 230, "conanzlibxxxx": 230, "conanzlibincludedir": 230, "conanzliblib": 230, "conan_zlib_vars_debug_x64": 230, "conanzlib": 230, "conan_zlib_release_x64": 230, "conan_zlib_debug_x64": 230, "conan_bzip": 230, "bzip": 230, "conan_bzip2": 230, "conan_pkgname_compname_vars_release_x64": 230, "compnam": 230, "conan_pkgname_compname_release_x64": 230, "conan_pkgname_compnam": 230, "conan_pkgnam": 230, "conan_pkgname_vars_release_x64": 230, "gather": [230, 278], "catch": 230, "executablepath": 230, "binarydirectori": 230, "custombuild": 230, "caexcludepath": 230, "uncondit": 230, "conan_": 230, "_var": 230, "conantoolchain_release_x86": 231, "mtd": 231, "mdd": 231, "clcompil": 231, "windowstargetplatformvers": 231, "additionalopt": 231, "preprocessordefinit": 231, "vcvarsal": [231, 233], "includeextern": 231, "xmln": 231, "2003": 231, "itemdefinitiongroup": 231, "propertygroup": 231, "conannmakedep": 232, "_link_": 232, "conannmaketoolchain": 232, "my_flag": 232, "env_var": 232, "cl_env_var": 232, "winsdk": 233, "thin": [236, 259], "repourl": 236, "children": 236, "hidden_output": 236, "get_remote_url": 236, "commit_in_remot": 236, "occurr": 236, "get_repo_root": 236, "fetch_commit": 236, "qualifi": [237, 278], "sconscript_conandep": 238, "cpppath": 238, "binpath": 238, "frameworkpath": 238, "cppdefin": 238, "ccflag": 238, "shlinkflag": 238, "sconscript": 238, "mergeflag": 238, "chocolatei": 239, "libgl": 240, "libglvnd": 240, "devel": 240, "mesa": 240, "linuxmint": 240, "pidora": 240, "scientif": 240, "xenserv": 240, "amazon": 240, "oracl": 240, "amzn": 240, "almalinux": 240, "rocki": 240, "fedora": 240, "rhel": 240, "mageia": 240, "manjaro": 240, "opensus": 240, "sle": 240, "host_packag": 240, "install_substitut": 240, "packages_substitut": 240, "pkg3": 240, "_arch_nam": 240, "multiarch": 240, "arch_nam": 240, "libxcb": 240, "util0": 240, "packages_altern": 240, "amd64": 240, "conan_arch_set": 240, "apt_arch_set": 240, "86": 240, "armv7hl": 240, "lib32": 240, "c3i": 243, "profession": 244, "matrix": [244, 275, 276], "8081": 245, "8082": 245, "bintrai": 245, "jdk": 245, "dialog": 245, "bottl": 246, "wsgirefserv": 246, "ctrl": 246, "my_local_serv": 247, "lan": 247, "easiest": 249, "conan_export": 249, "f1fadf0d3b196dc0332750354ad8ab7b": [249, 254], "cdc9a35e010a17fc90bb845108cf86cfcbce64bf": 249, "dd7bf2a1ab4eb5d1943598c09b616121": 249, "someprofil": 250, "compressorrecip": [250, 252, 253], "identif": 250, "eabi5": 250, "armhf": 250, "buildid": 250, "2a216076864a1b1f30211debf297ac37a9195196": 250, "different_configur": 251, "anywher": 251, "tutorial_us": 251, "zlib1": 251, "reinstal": 251, "dyld": 251, "41259": 251, "wonder": 251, "answer": 251, "li": [251, 278], "breakdown": 251, "approxim": [252, 278], "87a7211557b6690ef5bf7fc599dd8349": 252, "f305019023c2db74d1001c5afa5cf362": 252, "82202701ea360c0863f1db5008067122": 252, "bd533fb124387a214816ab72c8d1df28": 252, "59": 252, "58": 252, "3b9e037ae1c615d045a06c67d88491a": 252, "chronolog": 252, "tediou": [252, 270, 279], "occas": 252, "4524fcdd41f33e8df88ece6e755a5dcc": 252, "1650538915": 252, "154": 252, "stai": 252, "conanfile_pi": 253, "neater": 253, "base64": 253, "auxiliari": 253, "v8": 253, "asset": 253, "dear": 253, "imgui": 253, "bind": 253, "clarifi": 253, "cmake_vers": 254, "3e3d8f3a848b2a60afafbe7a0955085a": 254, "2a823fda5c9d8b4f682cb27c30caf4124c5726c8": 254, "48bc7191ec1ee467f1e951033d7d41b2": 254, "f2f48d9745706caf77ea883a5855538256e7f2d4": 254, "6c519070f013da19afd56b52c465b596": 254, "scaffold": 255, "walkthrough": 255, "peculiar": 255, "fanci": 256, "colour": [256, 267], "creating_packag": [256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268], "add_requir": 256, "check_max_cppstd": [256, 267], "check_min_cppstd": [256, 263, 267], "require_fmt": 256, "crimson": [256, 267], "emphasi": [256, 267], "bold": [256, 267], "__cplusplu": 256, "201103": 256, "__gnuc__": 256, "__gnuc_minor__": 256, "__clang_major__": 256, "__clang_minor__": 256, "__apple_build_version__": 256, "13160021": 256, "build_method": 257, "with_test": 257, "with_fmt": [257, 258, 267], "novelti": 257, "compose_messag": 257, "add_subdirectori": 257, "googletest": [257, 263], "gtest_main": [257, 263], "hellotest": 257, "composemessag": 257, "expect_eq": 257, "c51d80ef47661865": 257, "3ad4c6873a47059c": 257, "tear": [257, 263], "82b6c0c858e739929f74f59c25c187b927d514f3": 257, "uncommon": 257, "configure_options_set": 258, "met": 258, "ng": 258, "738feca714b7251063cc51448da0cf4811424e7c": 258, "7fe7f5af0ef27552": 258, "3bd9faedc711cbb4fdf10b295268246": 258, "e6b11fb0cb64e3777f8d62f4543cd6b3": 258, "5c497cbb5421cbda": 258, "3d27635e4dd04a258d180fe03cfa07ae1186a828": 258, "19a2e552db727a2b": 258, "67b887a0805c2a535b58be404529c1f": 258, "c7796386fcad5369": 258, "depict": 258, "intuit": 258, "2a899fd0da3125064bf9328b8db681cd82899d56": 258, "f0d1385f4f90ae465341c15740552d7": 258, "8a55286c6595f662": 258, "601209640bd378c906638a8de90070f7": 258, "d1b3f3666400710fec06446a697f9eeddd1235aa": 258, "24a2edf207deeed4151bd87bca4af51c": 258, "concret": 259, "email": 259, "constraint": [259, 276, 280], "completitud": 259, "leverag": 259, "dcbfe21e5250264b26595d151796be70": 259, "__gnuc__4": [259, 261, 264, 271], "__gnuc_minor__2": [259, 261, 264, 271], "__clang_major__13": [259, 261, 264], "__clang_minor__1": [259, 261, 264], "__apple_build_version__13160021": [259, 261, 264], "6679492451b5d0750f14f9024fdbf84e19d2941b": 259, "customis": 259, "breakag": [259, 261], "package_inform": 260, "output_nam": 260, "a311fcf8a63f3206": 260, "fd7c4113dad406f7d8211b3470c16627b54ff3af": [260, 266, 268], "44d78a68b16b25c5e6d7e8884b8f58b8": 260, "a8cb81b31dc10d96": 260, "handle_sourc": 261, "mutabl": 261, "0fcb5ffd11025446": 261, "update_sourc": 261, "369786d0fb355069": 261, "7bc71c682895758a996ccf33b70b91611f51252832b01ef3b4675371510ee466": 261, "saw": [262, 263, 276], "other_packag": [263, 264, 265], "sumconan": 263, "sum": 263, "8d9f1fb3655adcb348befcd8374c5292": 263, "pid": [263, 264], "header_only_gtest": 263, "test_sum": 263, "9bf83ef65d5ff0d6": 263, "sumtest": 263, "basicsum": 263, "lack": 263, "3rd": 264, "circumst": 264, "54a3ab9b777a90a13e500dd311d9cd70316e9d55": 264, "deep": 264, "local_include_fold": 264, "local_lib_fold": 264, "prebuilt_binari": 264, "vendor_hello_librari": 264, "_o": 264, "_arch": 264, "9c7634dfe0369907f569c4e583f9bc50": 264, "522dcea5982a3f8a5b624c16477e47195da2f84f": 264, "63fead0844576fc02943e16909f08fcdddd6f44b": 264, "82339cc4d6db7990c1830d274cd12e7c91ab18a1": [264, 265], "28": 264, "a0cd51c51fe9010370187244af885b0efcc5b69b": 264, "c93719558cf197f1df5a7f1d071093e26f0e44a0": 264, "dcf68e932572755309a5f69f3cee1bede410e907": 264, "somewher": 264, "prebuilt_remote_binari": 264, "base_url": 264, "d8e4debf31f0b7b5ec7ff910f76f1e2a": 264, "secure_scannerrecip": 265, "secure_scann": 265, "scanner": 265, "secure_scannertestconan": 265, "my_consum": 265, "enviorn": 265, "overwrot": 265, "package_method": 266, "predetermin": 266, "b5857f2e70d1b2fd": 266, "bf7f5b9a3bb2c957742be4be216dfcbb": 266, "25e0b5c00ae41ef9fbfbbb1e5ac86e1": [266, 268], "47b4c4c61c8616e5": 266, "222db0532bba7cbc": 266, "50f91e204d09b64b24b29df3b87a2f3a": 266, "96ed9fb1f78bc96708b1abf4841523b0": 266, "21ec37b931782de8": 266, "preparing_the_build": 267, "optional_fmt": 267, "target_compile_definit": 267, "using_fmt": 267, "endl": 267, "debugshar": 267, "testing_packag": 268, "hellotestconan": 268, "cd132b054cf999f31bd2fd2424053ddc": 268, "ff7a496f48fca9a88dc478962881e015f4a5b98f": 268, "1d9bb4c015de50bcb4a338c07229b3bc": 268, "4ff3fd65a1d37b52436bf62ea6eaac04": 268, "d136b3379fdb29bdfe31404b916b29e1": 268, "656efb9d626073d4ffa0dda2cc8178bc408b1be": 268, "ee8cbd2bf32d1c89e553bdd9d5606127": 268, "costli": 269, "entir": 269, "developing_packag": [270, 271, 272], "editable_packag": 270, "fledg": 270, "perspect": 270, "increment": 270, "trial": 271, "local_package_development_flow": 271, "ve": 271, "cmakedeps_macro": 271, "f09ef573c22f3919ba26ee91ae444eaa": 271, "__cplusplus201103": 271, "__clang_major__14": 271, "__apple_build_version__14000029": 271, "po": 271, "examin": 272, "package_layout": 272, "sayb3ea744527a91": 272, "say830097e941e10": 272, "libsai": 272, "say8938ceae216fc": 272, "say_say_releas": 272, "local_fold": 272, "expir": 273, "increas": [273, 274], "oppos": [273, 280], "intent": 273, "intro": [275, 276], "credit": 275, "videogam": 275, "0fe4e6890766f7b8e21f764f0049aec7": 275, "d639998c2e55cf36d261ab319801c322": 275, "905c3f0babc520684c84127378fefdd0": [275, 276], "converg": 275, "mathemat": 276, "sound32": 276, "sound": 276, "1675278126": 276, "0552447": 276, "83d4b7bf607b3b60a6546f8b58b5cdd7": 276, "1675278904": 276, "0791488": 276, "1675278900": 276, "0103245": 276, "enforc": 276, "paramount": 276, "1675278901": 276, "7527816": 276, "harm": 276, "1675294635": 276, "6049662": 276, "1675294637": 276, "9775107": 276, "2475ece651f666f42c155623228c75d2": 277, "2b547b7f20f5541c16d0b5cbcf207502": 277, "licenc": 277, "1d674b4349d2b1ea06aa6419f5f99dd9": 277, "chat": 277, "17b45a168519b8e0ed178d822b7ad8c8": 277, "12f87e1b8a881da6b19cc7f229e16c76": 277, "ago": 277, "determinist": 277, "subsequ": 277, "8b8c3deef5ef47a8009d4afaebfe952": 277, "8e8d380347e6d067240c4c00132d42b1": 277, "c347faaedc1e7e3282d3bfed31700019": 277, "wast": 277, "apprecip": [278, 279], "newest": 278, "hold": 278, "letter": [278, 280], "becam": 278, "evid": 278, "demand": 278, "entiti": 278, "numer": 278, "tild": 278, "caret": 278, "include_prereleas": 278, "henc": 278, "fast": 279, "blown": 279, "intervent": 279, "excit": 280, "youtub": 280, "kkgglzm5ou": 280, "tribe": 280, "026": 280, "requirements_trait": 280, "modular": 280, "redesign": 280, "send": 280, "thorough": 280, "mydeploi": 280, "meaning": 280, "mylib_a": 280, "mylib_b": 280, "034": 280, "new_lockfil": 280, "enviro": 280, "shorten": 280, "short_path": 280, "incredibuild": 280, "sigstor": 280, "accur": 280, "bulk": 280, "myvers": 280}, "objects": {"conan.api.conan_api": [[171, 0, 1, "", "ConanAPI"]], "conan.api.subapi.command": [[170, 0, 1, "", "CommandAPI"]], "conan.api.subapi.config": [[172, 0, 1, "", "ConfigAPI"]], "conan.api.subapi.config.ConfigAPI": [[172, 1, 1, "", "global_conf"], [172, 1, 1, "", "settings_yml"]], "conan.api.subapi.download": [[173, 0, 1, "", "DownloadAPI"]], "conan.api.subapi.download.DownloadAPI": [[173, 2, 1, "", "download_full"], [173, 2, 1, "", "package"], [173, 2, 1, "", "recipe"]], "conan.api.subapi.export": [[174, 0, 1, "", "ExportAPI"]], "conan.api.subapi.graph": [[175, 0, 1, "", "GraphAPI"]], "conan.api.subapi.graph.GraphAPI": [[175, 2, 1, "", "analyze_binaries"], [175, 2, 1, "", "load_graph"], [175, 2, 1, "", "load_root_test_conanfile"]], "conan.api.subapi.install": [[176, 0, 1, "", "InstallAPI"]], "conan.api.subapi.install.InstallAPI": [[176, 2, 1, "", "install_binaries"], [176, 2, 1, "", "install_consumer"], [176, 2, 1, "", "install_sources"], [176, 2, 1, "", "install_system_requires"]], "conan.api.subapi.list": [[177, 0, 1, "", "ListAPI"]], "conan.api.subapi.list.ListAPI": [[177, 2, 1, "", "filter_packages_configurations"]], "conan.api.subapi.new": [[178, 0, 1, "", "NewAPI"]], "conan.api.subapi.new.NewAPI": [[178, 2, 1, "", "get_home_template"], [178, 2, 1, "", "get_template"]], "conan.api.subapi.profiles": [[179, 0, 1, "", "ProfilesAPI"]], "conan.api.subapi.profiles.ProfilesAPI": [[179, 2, 1, "", "detect"], [179, 2, 1, "", "get_default_build"], [179, 2, 1, "", "get_default_host"], [179, 2, 1, "", "get_path"], [179, 2, 1, "", "get_profile"], [179, 2, 1, "", "list"]], "conan.api.subapi.remotes": [[180, 0, 1, "", "RemotesAPI"]], "conan.api.subapi.remotes.RemotesAPI": [[180, 2, 1, "", "add"], [180, 2, 1, "", "disable"], [180, 2, 1, "", "enable"], [180, 2, 1, "", "get"], [180, 2, 1, "", "list"], [180, 2, 1, "", "remove"], [180, 2, 1, "", "rename"], [180, 2, 1, "", "update"], [180, 2, 1, "", "user_login"], [180, 2, 1, "", "user_logout"]], "conan.api.subapi.remove": [[181, 0, 1, "", "RemoveAPI"]], "conan.api.subapi.search": [[182, 0, 1, "", "SearchAPI"]], "conan.api.subapi.upload": [[183, 0, 1, "", "UploadAPI"]], "conan.api.subapi.upload.UploadAPI": [[183, 2, 1, "", "check_upstream"], [183, 2, 1, "", "prepare"], [183, 2, 1, "", "upload_full"]], "conan.tools.android": [[186, 3, 1, "", "android_abi"]], "conan.tools.apple": [[188, 0, 1, "", "XCRun"], [188, 3, 1, "", "fix_apple_shared_install_name"], [188, 3, 1, "", "is_apple_os"], [188, 3, 1, "", "to_apple_arch"]], "conan.tools.apple.XCRun": [[188, 1, 1, "", "ar"], [188, 1, 1, "", "cc"], [188, 1, 1, "", "cxx"], [188, 2, 1, "", "find"], [188, 1, 1, "", "install_name_tool"], [188, 1, 1, "", "libtool"], [188, 1, 1, "", "otool"], [188, 1, 1, "", "ranlib"], [188, 1, 1, "", "sdk_path"], [188, 1, 1, "", "sdk_platform_path"], [188, 1, 1, "", "sdk_platform_version"], [188, 1, 1, "", "sdk_version"], [188, 1, 1, "", "strip"]], "conan.tools.apple.xcodebuild": [[189, 0, 1, "", "XcodeBuild"]], "conan.tools.apple.xcodebuild.XcodeBuild": [[189, 2, 1, "", "__init__"], [189, 2, 1, "", "build"]], "conan.tools.build.cppstd": [[192, 3, 1, "", "check_max_cppstd"], [192, 3, 1, "", "check_min_cppstd"], [192, 3, 1, "", "default_cppstd"], [192, 3, 1, "", "supported_cppstd"], [192, 3, 1, "", "valid_max_cppstd"], [192, 3, 1, "", "valid_min_cppstd"]], "conan.tools.build.cpu": [[192, 3, 1, "", "build_jobs"]], "conan.tools.build.cross_building": [[192, 3, 1, "", "can_run"], [192, 3, 1, "", "cross_building"]], "conan.tools.build.flags": [[192, 3, 1, "", "cppstd_flag"]], "conan.tools.cmake.cmake": [[194, 0, 1, "", "CMake"]], "conan.tools.cmake.cmake.CMake": [[194, 2, 1, "", "build"], [194, 2, 1, "", "configure"], [194, 2, 1, "", "ctest"], [194, 2, 1, "", "install"], [194, 2, 1, "", "test"]], "conan.tools.cmake.cmakedeps.cmakedeps": [[196, 0, 1, "", "CMakeDeps"]], "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps": [[196, 2, 1, "", "generate"], [196, 2, 1, "", "get_cmake_package_name"], [196, 2, 1, "", "get_find_mode"], [196, 2, 1, "", "set_property"]], "conan.tools.cmake.layout": [[195, 3, 1, "", "cmake_layout"]], "conan.tools.cmake.toolchain.toolchain": [[197, 0, 1, "", "CMakeToolchain"]], "conan.tools.cmake.toolchain.toolchain.CMakeToolchain": [[197, 2, 1, "", "generate"]], "conan.tools.env.environment": [[201, 0, 1, "", "EnvVars"], [200, 0, 1, "", "Environment"]], "conan.tools.env.environment.EnvVars": [[201, 2, 1, "", "apply"], [201, 2, 1, "", "get"], [201, 2, 1, "", "items"], [201, 2, 1, "", "save_script"]], "conan.tools.env.environment.Environment": [[200, 2, 1, "", "append"], [200, 2, 1, "", "append_path"], [200, 2, 1, "", "compose_env"], [200, 2, 1, "", "define"], [200, 2, 1, "", "deploy_base_folder"], [200, 2, 1, "", "dumps"], [200, 2, 1, "", "prepend"], [200, 2, 1, "", "prepend_path"], [200, 2, 1, "", "remove"], [200, 2, 1, "", "unset"], [200, 2, 1, "", "vars"]], "conan.tools.env.virtualbuildenv": [[202, 0, 1, "", "VirtualBuildEnv"]], "conan.tools.env.virtualbuildenv.VirtualBuildEnv": [[202, 2, 1, "", "environment"], [202, 2, 1, "", "generate"], [202, 2, 1, "", "vars"]], "conan.tools.env.virtualrunenv": [[203, 0, 1, "", "VirtualRunEnv"]], "conan.tools.env.virtualrunenv.VirtualRunEnv": [[203, 2, 1, "", "environment"], [203, 2, 1, "", "generate"], [203, 2, 1, "", "vars"]], "conan.tools.files": [[205, 3, 1, "", "collect_libs"]], "conan.tools.files.conandata": [[205, 3, 1, "", "trim_conandata"], [205, 3, 1, "", "update_conandata"]], "conan.tools.files.copy_pattern": [[205, 3, 1, "", "copy"]], "conan.tools.files.files": [[205, 3, 1, "", "chdir"], [206, 3, 1, "", "check_md5"], [206, 3, 1, "", "check_sha1"], [206, 3, 1, "", "check_sha256"], [207, 3, 1, "", "download"], [207, 3, 1, "", "ftp_download"], [207, 3, 1, "", "get"], [205, 3, 1, "", "load"], [205, 3, 1, "", "mkdir"], [205, 3, 1, "", "rename"], [205, 3, 1, "", "replace_in_file"], [205, 3, 1, "", "rm"], [205, 3, 1, "", "rmdir"], [205, 3, 1, "", "save"], [205, 3, 1, "", "unzip"]], "conan.tools.files.patches": [[209, 3, 1, "", "apply_conandata_patches"], [209, 3, 1, "", "export_conandata_patches"], [209, 3, 1, "", "patch"]], "conan.tools.files.symlinks": [[210, 3, 1, "", "absolute_to_relative_symlinks"], [210, 3, 1, "", "remove_broken_symlinks"], [210, 3, 1, "", "remove_external_symlinks"]], "conan.tools.gnu": [[215, 0, 1, "", "MakeDeps"], [216, 0, 1, "", "PkgConfig"], [217, 0, 1, "", "PkgConfigDeps"]], "conan.tools.gnu.MakeDeps": [[215, 2, 1, "", "generate"]], "conan.tools.gnu.PkgConfig": [[216, 2, 1, "", "fill_cpp_info"]], "conan.tools.gnu.PkgConfigDeps": [[217, 1, 1, "", "content"], [217, 2, 1, "", "generate"]], "conan.tools.gnu.autotools": [[212, 0, 1, "", "Autotools"]], "conan.tools.gnu.autotools.Autotools": [[212, 2, 1, "", "autoreconf"], [212, 2, 1, "", "configure"], [212, 2, 1, "", "install"], [212, 2, 1, "", "make"]], "conan.tools.gnu.autotoolsdeps": [[213, 0, 1, "", "AutotoolsDeps"]], "conan.tools.gnu.autotoolsdeps.AutotoolsDeps": [[213, 1, 1, "", "environment"]], "conan.tools.gnu.autotoolstoolchain": [[214, 0, 1, "", "AutotoolsToolchain"]], "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain": [[214, 2, 1, "", "update_autoreconf_args"], [214, 2, 1, "", "update_configure_args"], [214, 2, 1, "", "update_make_args"]], "conan.tools.google": [[219, 0, 1, "", "Bazel"], [220, 0, 1, "", "BazelDeps"], [221, 0, 1, "", "BazelToolchain"]], "conan.tools.google.Bazel": [[219, 2, 1, "", "build"], [219, 2, 1, "", "test"]], "conan.tools.google.BazelDeps": [[220, 4, 1, "", "build_context_activated"], [220, 2, 1, "", "generate"]], "conan.tools.google.BazelToolchain": [[221, 4, 1, "", "compilation_mode"], [221, 4, 1, "", "compiler"], [221, 4, 1, "", "conlyopt"], [221, 4, 1, "", "copt"], [221, 4, 1, "", "cppstd"], [221, 4, 1, "", "cpu"], [221, 4, 1, "", "crosstool_top"], [221, 4, 1, "", "cxxopt"], [221, 4, 1, "", "dynamic_mode"], [221, 4, 1, "", "force_pic"], [221, 2, 1, "", "generate"], [221, 4, 1, "", "linkopt"]], "conan.tools.intel": [[222, 0, 1, "", "IntelCC"]], "conan.tools.intel.IntelCC": [[222, 4, 1, "", "arch"], [222, 1, 1, "", "command"], [222, 2, 1, "", "generate"], [222, 1, 1, "", "installation_path"], [222, 1, 1, "", "ms_toolset"]], "conan.tools.meson": [[225, 0, 1, "", "Meson"], [226, 0, 1, "", "MesonToolchain"]], "conan.tools.meson.Meson": [[225, 2, 1, "", "build"], [225, 2, 1, "", "configure"], [225, 2, 1, "", "install"], [225, 2, 1, "", "test"]], "conan.tools.meson.MesonToolchain": [[226, 4, 1, "", "apple_arch_flag"], [226, 4, 1, "", "apple_isysroot_flag"], [226, 4, 1, "", "apple_min_version_flag"], [226, 4, 1, "", "ar"], [226, 4, 1, "", "as_"], [226, 4, 1, "", "c"], [226, 4, 1, "", "c_args"], [226, 4, 1, "", "c_ld"], [226, 4, 1, "", "c_link_args"], [226, 4, 1, "", "cpp"], [226, 4, 1, "", "cpp_args"], [226, 4, 1, "", "cpp_ld"], [226, 4, 1, "", "cpp_link_args"], [226, 4, 1, "", "cross_build"], [226, 2, 1, "", "generate"], [226, 4, 1, "", "ld"], [226, 4, 1, "", "objc"], [226, 4, 1, "", "objc_args"], [226, 4, 1, "", "objc_link_args"], [226, 4, 1, "", "objcpp"], [226, 4, 1, "", "objcpp_args"], [226, 4, 1, "", "objcpp_link_args"], [226, 4, 1, "", "pkg_config_path"], [226, 4, 1, "", "pkgconfig"], [226, 4, 1, "", "preprocessor_definitions"], [226, 4, 1, "", "project_options"], [226, 4, 1, "", "properties"], [226, 4, 1, "", "strip"], [226, 4, 1, "", "windres"]], "conan.tools.microsoft": [[229, 0, 1, "", "MSBuild"], [230, 0, 1, "", "MSBuildDeps"], [231, 0, 1, "", "MSBuildToolchain"], [233, 0, 1, "", "VCVars"], [228, 3, 1, "", "unix_path"], [234, 3, 1, "", "vs_layout"]], "conan.tools.microsoft.MSBuild": [[229, 2, 1, "", "build"], [229, 2, 1, "", "command"]], "conan.tools.microsoft.MSBuildDeps": [[230, 2, 1, "", "generate"]], "conan.tools.microsoft.MSBuildToolchain": [[231, 2, 1, "", "generate"]], "conan.tools.microsoft.VCVars": [[233, 2, 1, "", "generate"]], "conan.tools.microsoft.visual": [[228, 3, 1, "", "check_min_vs"], [228, 3, 1, "", "is_msvc"], [228, 3, 1, "", "is_msvc_static_runtime"], [228, 3, 1, "", "msvc_runtime_flag"], [228, 3, 1, "", "msvs_toolset"]], "conan.tools.scm": [[237, 0, 1, "", "Version"]], "conan.tools.scm.git": [[236, 0, 1, "", "Git"]], "conan.tools.scm.git.Git": [[236, 2, 1, "", "checkout"], [236, 2, 1, "", "checkout_from_conandata_coordinates"], [236, 2, 1, "", "clone"], [236, 2, 1, "", "commit_in_remote"], [236, 2, 1, "", "coordinates_to_conandata"], [236, 2, 1, "", "fetch_commit"], [236, 2, 1, "", "get_commit"], [236, 2, 1, "", "get_remote_url"], [236, 2, 1, "", "get_repo_root"], [236, 2, 1, "", "get_url_and_commit"], [236, 2, 1, "", "included_files"], [236, 2, 1, "", "is_dirty"], [236, 2, 1, "", "run"]], "conan.tools.system.package_manager": [[240, 0, 1, "", "Apk"], [240, 0, 1, "", "Apt"], [240, 0, 1, "", "Brew"], [240, 0, 1, "", "Chocolatey"], [240, 0, 1, "", "PacMan"], [240, 0, 1, "", "Pkg"], [240, 0, 1, "", "PkgUtil"], [240, 0, 1, "", "Yum"], [240, 0, 1, "", "Zypper"]], "conan.tools.system.package_manager.Apk": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Apt": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Brew": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Chocolatey": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PacMan": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Pkg": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PkgUtil": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Yum": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Zypper": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conans.model.conf.Conf": [[140, 2, 1, "", "append"], [140, 2, 1, "", "define"], [140, 2, 1, "", "prepend"], [140, 2, 1, "", "remove"], [140, 2, 1, "", "unset"], [140, 2, 1, "", "update"]]}, "objtypes": {"0": "py:class", "1": "py:property", "2": "py:method", "3": "py:function", "4": "py:attribute"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "property", "Python property"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"page": 0, "Not": 0, "found": 0, "changelog": 1, "2": [1, 63, 280], "25": 1, "mar": 1, "2024": 1, "1": [1, 270], "20": 1, "0": [1, 270], "15": 1, "feb": 1, "17": 1, "10": 1, "jan": 1, "16": 1, "21": 1, "dec": 1, "2023": 1, "14": 1, "nov": 1, "13": 1, "28": 1, "sept": 1, "12": 1, "26": 1, "11": 1, "18": 1, "29": 1, "aug": 1, "9": 1, "19": 1, "jul": 1, "8": 1, "7": 1, "jun": 1, "6": 1, "mai": 1, "5": 1, "4": 1, "apr": 1, "3": 1, "03": 1, "22": 1, "beta10": 1, "beta9": 1, "31": 1, "beta8": 1, "beta7": 1, "2022": 1, "beta6": 1, "02": 1, "beta5": 1, "beta4": 1, "oct": 1, "beta3": 1, "beta2": 1, "27": 1, "beta1": 1, "devop": 2, "guid": [2, 280], "creat": [3, 4, 5, 6, 19, 24, 26, 28, 36, 47, 58, 61, 64, 93, 110, 122, 201, 245, 255, 259, 277], "an": [3, 28, 253], "artifactori": [3, 71, 245], "backup": [3, 4, 91, 280], "repo": [3, 245], "your": [3, 5, 24, 37, 47, 49, 50, 58, 61, 122, 250, 257, 259], "sourc": [3, 4, 30, 37, 54, 64, 76, 118, 124, 144, 257, 260, 261, 271, 272, 280], "back": 4, "up": [4, 244, 246], "third": [4, 19, 280], "parti": [4, 19, 280], "conan": [4, 12, 21, 26, 28, 31, 32, 36, 44, 46, 47, 50, 56, 57, 58, 61, 63, 74, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 164, 171, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 212, 218, 222, 223, 224, 226, 227, 228, 235, 238, 239, 240, 242, 243, 244, 245, 246, 249, 250, 254, 258, 259, 260, 266, 268, 271, 272, 273, 280], "configur": [4, 22, 23, 69, 74, 86, 122, 131, 137, 151, 154, 165, 190, 196, 222, 230, 240, 251, 253, 258, 260, 276, 280], "overview": 4, "usag": 4, "set": [4, 24, 28, 79, 84, 86, 88, 106, 115, 124, 155, 157, 195, 244, 246, 251, 258, 260, 265], "necessari": 4, "config": [4, 52, 92, 172], "run": [4, 32, 37, 122, 141, 149, 201, 245, 257], "normal": 4, "upload": [4, 6, 13, 91, 120, 183, 247, 277], "packag": [4, 6, 7, 8, 13, 17, 19, 21, 28, 32, 39, 47, 52, 58, 61, 63, 76, 79, 88, 107, 124, 138, 167, 240, 247, 248, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 277, 280], "repositori": [4, 242, 261], "host": [5, 250], "own": [5, 122], "conancent": [5, 8], "binari": [5, 28, 76, 83, 84, 86, 124, 161, 197, 258, 264], "updat": [5, 64, 106, 115], "from": [5, 7, 13, 30, 37, 64, 84, 149, 166, 196, 253, 261, 273, 280], "upstream": 5, "manag": [6, 62, 63, 76, 214, 240, 266, 280], "metadata": [6, 94, 124, 280], "file": [6, 23, 52, 53, 151, 154, 184, 196, 197, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 214, 215, 217, 220, 221, 226, 230, 261, 266, 280], "recip": [6, 32, 44, 74, 79, 84, 88, 107, 149, 185, 257, 258, 260, 265], "hook": [6, 166], "ad": [6, 28, 74, 139, 157], "command": [6, 12, 32, 33, 71, 89, 149, 162, 163, 170, 280], "download": [6, 13, 28, 94, 154, 173, 207, 264], "remov": [6, 13, 88, 95, 112, 115, 116, 181, 265, 273], "test_packag": 6, "save": [7, 91, 205], "restor": [7, 91], "cach": [7, 91, 144, 154, 259, 273, 280], "us": [8, 13, 17, 24, 28, 36, 39, 42, 43, 49, 52, 54, 56, 57, 64, 69, 88, 93, 122, 164, 196, 197, 212, 226, 245, 249, 250, 251, 253, 254, 261, 266, 270, 277], "product": 8, "environ": [8, 22, 137, 159, 200, 201, 214, 232, 260, 280], "repeat": 8, "reproduc": 8, "servic": 8, "reliabl": 8, "complianc": 8, "secur": 8, "control": 8, "custom": [8, 24, 32, 33, 35, 84, 86, 113, 122, 157, 163, 164, 165, 190, 196, 197, 198, 213, 214, 215, 217, 220, 222, 226, 229, 230, 231, 232, 233, 280], "version": [9, 10, 40, 41, 84, 106, 121, 124, 237, 252, 274, 278, 279], "handl": [10, 261], "rang": [10, 252, 278], "pre": [10, 264], "releas": [10, 251], "exampl": [11, 12, 14, 15, 20, 23, 25, 31, 38, 44, 113], "list": [13, 92, 95, 107, 114, 115, 177, 273, 280], "them": 13, "one": 13, "remot": [13, 115, 156, 159, 180, 244, 261], "differ": [13, 40, 41, 79, 251, 277], "build": [13, 25, 26, 27, 28, 30, 46, 49, 54, 56, 57, 71, 76, 86, 90, 93, 100, 101, 124, 126, 140, 141, 192, 197, 212, 226, 249, 250, 251, 254, 257, 264, 267, 270, 271, 272, 280], "conanfil": [14, 15, 16, 20, 26, 79, 106, 123, 150, 253], "method": [14, 54, 84, 125, 240, 253, 257, 260, 266], "layout": [15, 16, 18, 19, 124, 137, 150, 223, 253, 272], "declar": [16, 18, 19, 200], "when": [16, 18, 19, 212], "i": [16, 87, 212], "insid": [16, 42, 52], "subfold": 16, "compon": [17, 21, 140, 190, 260], "edit": [17, 95, 245, 270], "we": 18, "have": 18, "multipl": [18, 21, 251, 260], "subproject": 18, "librari": [19, 21, 74, 140, 157, 212, 251, 257, 258, 260, 263], "package_info": [20, 140, 260], "defin": [21, 28, 79, 190, 260], "provid": [21, 124, 260], "propag": [22, 260], "inform": [22, 28, 62, 84, 124, 139, 140, 154, 198, 260], "consum": [22, 28, 84, 124, 196, 248, 260], "settings_us": [24, 157], "yml": [24, 157, 261], "locat": [24, 32, 37, 163], "new": [24, 26, 113, 157, 178, 279, 280], "cross": [25, 27, 28, 86, 197, 226, 250], "integr": [26, 65, 91, 280], "android": [26, 27, 66, 186, 226], "studio": [26, 30, 61, 74], "project": [26, 46, 49, 56, 57, 196, 249, 257], "introduc": [26, 251, 257, 260], "depend": [26, 30, 36, 37, 39, 40, 41, 46, 51, 79, 84, 85, 124, 135, 230, 251, 256, 260, 270, 275], "txt": [26, 150, 253], "gradl": 26, "conan_android_toolchain": 26, "cmake": [26, 39, 42, 48, 51, 52, 70, 193, 194, 196, 249, 266], "cmakelist": 26, "applic": [26, 28, 250, 251], "ndk": 27, "toolchain": [28, 49, 197], "valid": [28, 147, 253], "settings_build": 28, "settings_target": 28, "id": [28, 88, 107, 251, 258], "test": [28, 119, 141, 146, 184, 257, 263, 268], "develop": [29, 36, 269, 271], "tool": [29, 40, 41, 44, 54, 74, 154, 185, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 218, 222, 223, 224, 227, 228, 235, 238, 239, 240, 254, 265, 266], "flow": [29, 271], "debug": [30, 251], "step": [30, 266], "visual": [30, 61, 74, 228], "extens": [31, 71, 74, 160, 280], "clean": [32, 91], "old": 32, "revis": [32, 79, 107, 252, 277, 280], "code": [32, 37, 257], "tour": [32, 37], "parser": 32, "user": [32, 106, 115, 124, 154, 280], "input": 32, "output": [32, 93, 96, 107, 124, 149], "public": [32, 280], "api": [32, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 280], "builtin": 34, "deploy": [34, 35, 37, 106, 165, 280], "agnost": 36, "deploi": [36, 37, 132], "copi": [37, 205, 253, 266], "all": [37, 76], "graph": [38, 98, 99, 100, 101, 102, 103, 104, 107, 175, 280], "macro": 39, "same": [40, 41, 43], "requir": [40, 41, 43, 93, 106, 124, 141, 145, 150, 184, 230, 253, 265, 279], "option": [40, 79, 84, 86, 88, 106, 124, 141, 150, 155, 195, 226, 251, 258, 260, 275], "modul": [42, 166], "tool_requir": [42, 43, 88, 124, 128, 150, 155], "transpar": 42, "autotool": [45, 46, 47, 67, 212], "simpl": [46, 56, 57, 249, 265], "linux": [46, 79], "maco": [46, 197, 212], "first": [47, 58, 61, 259], "cmaketoolchain": [49, 50, 51, 52, 197], "cmakepreset": [49, 50], "gener": [49, 50, 71, 106, 124, 135, 150, 164, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 226, 230, 253, 260], "extend": [50, 86, 184, 197], "ones": 50, "inject": 51, "arbitrari": 51, "variabl": [51, 137, 159, 190, 197, 200, 201], "xxx": 52, "import": [52, 166, 196, 273], "consider": 52, "interact": 53, "patch": [54, 209, 257], "replace_in_fil": [54, 205], "apply_conandata_patch": [54, 209], "bazel": [55, 56, 68, 219], "meson": [57, 58, 59, 73, 224, 225, 226], "msbuild": [60, 61, 229], "captur": 62, "git": [62, 236, 261], "scm": [62, 235], "credenti": [62, 153], "c": [63, 157, 226, 245, 258], "document": [63, 76], "instal": [64, 69, 71, 74, 92, 106, 176, 196, 266, 271, 280], "pip": 64, "recommend": 64, "known": 64, "issu": 64, "pipx": 64, "system": [64, 76, 145, 157, 239, 240, 257, 280], "self": [64, 135, 137, 272], "contain": 64, "execut": 64, "android_logo": 66, "autotools_logo": 67, "bazel_logo": 68, "clion_logo": 69, "clion": 69, "introduct": [69, 76, 154, 155, 184, 252], "plugin": [69, 84, 168, 280], "cmake_logo": 70, "jfrog_logo": 71, "jfrog": 71, "info": [71, 98, 103, 124], "how": [71, 87, 88, 212, 240, 250], "gnu_make_logo": 72, "makefil": 72, "meson_logo": 73, "visual_studio_logo": 74, "initi": 74, "search": [74, 117, 182], "xcode_logo": 75, "xcode": 75, "open": 76, "decentr": 76, "platform": 76, "compil": [76, 157, 197, 250], "stabl": 76, "commun": [76, 245], "navig": 76, "knowledg": 77, "cheat": 78, "sheet": 78, "faq": 79, "troubleshoot": 79, "error": [79, 253], "miss": 79, "prebuilt": [79, 264], "invalid": 79, "authenticationexcept": 79, "obtain": [79, 200], "window": 79, "py": [79, 84, 123, 253, 280], "doesn": 79, "t": 79, "work": [79, 242, 270], "core": [80, 154], "guidelin": 80, "good": 80, "practic": 80, "forbidden": 80, "video": 81, "refer": [82, 107, 124, 171, 189, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 233, 240], "The": [83, 84, 85], "model": [83, 86, 124, 250, 260, 280], "compat": [84, 129, 161, 258, 280], "erasur": [84, 139], "package_id": [84, 85, 87, 139, 184, 265, 280], "global": [84, 154, 164], "default": [84, 141, 226], "mode": [84, 85, 270], "effect": [85, 184], "non": [85, 253], "emb": [85, 124], "v": [86, 253], "conf": [86, 106, 124, 154, 155, 189, 191, 194, 195, 197, 207, 214, 216, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233], "target": [86, 196], "comput": 87, "influenc": 88, "its": [88, 251], "formatt": [89, 98, 103, 163], "path": [91, 106, 114], "check": 91, "home": 92, "pkg": [92, 97, 240, 271], "show": [92, 114], "add": [95, 109, 115, 157, 256], "export": [96, 97, 124, 133, 174, 271], "format": [96, 107], "json": [98, 103, 107, 153, 156, 158], "order": [100, 101], "merg": [101, 111], "explain": 102, "avail": [103, 130, 131, 139, 240], "dot": 103, "html": [103, 107], "outdat": 104, "inspect": 105, "profil": [106, 114, 155, 168, 179, 250, 280], "name": [106, 124, 163, 217, 220], "channel": [106, 124], "lockfil": [106, 252, 276, 280], "artifact": 107, "filter": 107, "compact": 107, "lock": [108, 109, 110, 111, 112], "templat": [113, 154], "detect": 114, "auth": 115, "disabl": [115, 196], "enabl": 115, "login": [115, 159], "logout": 115, "renam": [115, 205], "server": [122, 246], "paramet": [122, 163], "permiss": 122, "authent": 122, "author": [122, 124], "ssl": 122, "nginx": 122, "subdirectori": 122, "apach": 122, "attribut": [124, 214, 217, 226, 229, 231, 232], "descript": [124, 154], "licens": [124, 266], "topic": 124, "homepag": 124, "url": 124, "build_requir": [124, 128], "test_requir": [124, 128, 150], "python_requir": [124, 164, 184, 273], "python_requires_extend": 124, "exports_sourc": 124, "conan_data": 124, "source_buildenv": 124, "package_typ": [124, 141], "default_opt": 124, "default_build_opt": 124, "options_descript": 124, "package_id_": 124, "non_emb": 124, "python": [124, 169, 184, 280], "unknown": 124, "_mode": 124, "build_polici": 124, "win_bash": 124, "win_bash_run": 124, "folder": [124, 137, 272], "source_fold": 124, "export_sources_fold": 124, "build_fold": 124, "package_fold": 124, "recipe_fold": 124, "recipe_metadata_fold": 124, "package_metadata_fold": 124, "no_copy_sourc": 124, "cpp": [124, 137, 272], "cpp_info": [124, 135, 140], "buildenv_info": [124, 140], "runenv_info": [124, 140], "conf_info": [124, 140], "deprec": [124, 155], "other": [124, 262, 273], "content": [124, 197, 242, 248, 255, 262, 274], "revision_mod": 124, "upload_polici": 124, "required_conan_vers": 124, "implement": [124, 130, 131, 139], "alia": 124, "extension_properti": 124, "build_id": 127, "host_vers": 128, "config_opt": 130, "automat": [130, 131, 139], "auto_shared_fp": [130, 131], "export_sourc": 134, "interfac": [135, 166], "iter": [135, 201], "init": 136, "auto_header_onli": 139, "partial": 139, "properti": [140, 196, 217, 219, 220, 240, 260], "trait": [141, 230], "header": [141, 258, 263], "lib": 141, "visibl": 141, "transitive_head": 141, "transitive_lib": 141, "package_id_mod": 141, "forc": [141, 144], "overrid": [141, 275], "direct": 141, "infer": 141, "each": 141, "kind": 141, "set_nam": 142, "set_vers": 143, "retriev": 144, "system_requir": 145, "collect": 145, "validate_build": 148, "text": 149, "conanrc": 152, "storage_path": 154, "download_cach": 154, "data": [154, 226], "type": [154, 226, 262], "oper": [154, 157, 205], "pattern": [154, 155], "about": [154, 212, 259], "built": [154, 165, 212, 264], "network": 154, "client": 154, "certif": 154, "ux": 154, "skip": 154, "warn": 154, "section": 155, "system_tool": 155, "buildenv": 155, "runenv": 155, "replace_requir": 155, "replace_tool_requir": 155, "platform_requir": 155, "platform_tool_requir": 155, "render": 155, "includ": 155, "msvc": 157, "intel": [157, 222], "cc": 157, "architectur": 157, "standard": 157, "aka": 157, "libcxx": 157, "sub": 157, "valu": 157, "source_credenti": 158, "conan_hom": 159, "conan_default_profil": 159, "termin": 159, "color": 159, "log": 159, "wrapper": [162, 280], "scope": 163, "decor": 163, "conan_command": 163, "group": 163, "none": 163, "conan_subcommand": 163, "argument": [163, 226], "definit": [163, 200], "pars": 163, "full_deploi": 165, "direct_deploi": 165, "structur": 166, "storag": 166, "activ": 166, "share": [166, 212, 251], "offici": 166, "sign": [167, 280], "base": 184, "class": 184, "reus": 184, "resolut": 184, "android_abi": 186, "appl": [187, 188, 226], "fix_apple_shared_install_nam": 188, "is_apple_o": 188, "to_apple_arch": 188, "xcrun": 188, "xcodebuild": 189, "xcodedep": 190, "addit": 190, "support": [190, 197, 230, 253], "xcodetoolchain": 191, "build_job": 192, "cross_build": 192, "can_run": 192, "cppstd": 192, "check_min_cppstd": 192, "check_max_cppstd": 192, "valid_min_cppstd": 192, "valid_max_cppstd": 192, "default_cppstd": 192, "supported_cppstd": 192, "cppstd_flag": 192, "cmake_layout": 195, "multi": [195, 276, 280], "cmakedep": 196, "build_context_activ": [196, 217, 220], "build_context_suffix": [196, 217], "build_context_build_modul": 196, "check_components_exist": 196, "overwrit": 196, "side": 196, "set_properti": 196, "For": 196, "map": 196, "": [196, 280], "preprocessor_definit": [197, 226], "cache_vari": 197, "user_presets_path": 197, "presets_build_environ": 197, "presets_run_environ": 197, "extra": 197, "flag": [197, 215], "presets_prefix": 197, "advanc": 197, "block": 197, "univers": 197, "cppinfo": 198, "aggreg": 198, "env": 199, "composit": 200, "envvar": 201, "appli": 201, "virtualbuildenv": 202, "virtualrunenv": 203, "basic": 205, "load": 205, "rm": 205, "mkdir": 205, "rmdir": 205, "chdir": 205, "unzip": 205, "update_conandata": 205, "trim_conandata": 205, "collect_lib": 205, "checksum": 206, "check_md5": 206, "check_sha1": 206, "check_sha256": 206, "get": 207, "ftp_download": 207, "autopackag": 208, "export_conandata_patch": 209, "symlink": [210, 266], "absolute_to_relative_symlink": 210, "remove_external_symlink": 210, "remove_broken_symlink": 210, "gnu": 211, "A": [212, 259, 265], "note": [212, 259], "relocat": 212, "helper": 212, "why": 212, "thi": 212, "problem": 212, "address": 212, "autotoolsdep": 213, "autotoolstoolchain": 214, "configure_arg": 214, "make_arg": 214, "autoreconf_arg": 214, "makedep": 215, "pkgconfig": 216, "pkgconfigdep": 217, "build_context_fold": 217, "googl": 218, "bazeldep": 220, "bazeltoolchain": 221, "intelcc": 222, "predefin": 223, "basic_layout": 223, "mesontoolchain": 226, "conan_meson_n": 226, "ini": 226, "conan_meson_cross": 226, "directori": 226, "project_opt": 226, "proper": 226, "object": 226, "microsoft": [227, 228], "check_min_v": 228, "msvc_runtime_flag": 228, "is_msvc": 228, "is_msvc_static_runtim": 228, "msvs_toolset": 228, "subsystem": 228, "unix_path": 228, "msbuilddep": 230, "msbuildtoolchain": 231, "nmakedep": 232, "nmaketoolchain": 232, "constructor": 232, "vcvar": 233, "vs_layout": 234, "scon": 238, "sconsdep": 238, "package_manag": 240, "affect": 240, "ar": 240, "invok": 240, "apk": 240, "apt": 240, "yum": 240, "dnf": 240, "pacman": 240, "zypper": 240, "brew": 240, "pkgutil": 240, "chocolatei": 240, "tutori": 241, "tabl": [242, 248, 255, 262, 274], "contribut": 243, "center": 243, "ce": 245, "context": 250, "two": 250, "static": 251, "modifi": 251, "link": 251, "between": 251, "concept": 251, "understand": [253, 272], "flexibl": 253, "rais": 253, "condit": 253, "resourc": 253, "chang": [257, 260], "condition": 257, "select": 257, "onli": [258, 263], "specif": 260, "zip": 261, "store": 261, "branch": 261, "conandata": 261, "local": [264, 269], "alreadi": 264, "prepar": 267, "put": 270, "sai": 270, "revert": 270, "featur": 273, "unus": 273, "conflict": 275, "resolv": 275, "evolv": 276, "semant": 278, "express": 278, "autom": 279, "what": 280, "migrat": 280, "cli": 280, "checker": 280, "immut": 280, "optim": 280}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 60}, "alltitles": {"Page Not Found": [[0, "page-not-found"]], "Changelog": [[1, "changelog"]], "2.2.2 (25-Mar-2024)": [[1, "mar-2024"]], "2.2.1 (20-Mar-2024)": [[1, "id4"]], "2.2.0 (20-Mar-2024)": [[1, "id6"]], "2.1.0 (15-Feb-2024)": [[1, "feb-2024"]], "2.0.17 (10-Jan-2024)": [[1, "jan-2024"]], "2.0.16 (21-Dec-2023)": [[1, "dec-2023"]], "2.0.15 (20-Dec-2023)": [[1, "id133"]], "2.0.14 (14-Nov-2023)": [[1, "nov-2023"]], "2.0.13 (28-Sept-2023)": [[1, "sept-2023"]], "2.0.12 (26-Sept-2023)": [[1, "id215"]], "2.0.11 (18-Sept-2023)": [[1, "id227"]], "2.0.10 (29-Aug-2023)": [[1, "aug-2023"]], "2.0.9 (19-Jul-2023)": [[1, "jul-2023"]], "2.0.8 (13-Jul-2023)": [[1, "id313"]], "2.0.7 (21-Jun-2023)": [[1, "jun-2023"]], "2.0.6 (26-May-2023)": [[1, "may-2023"]], "2.0.5 (18-May-2023)": [[1, "id382"]], "2.0.4 (11-Apr-2023)": [[1, "apr-2023"]], "2.0.3 (03-Apr-2023)": [[1, "id442"]], "2.0.2 (15-Mar-2023)": [[1, "mar-2023"]], "2.0.1 (03-Mar-2023)": [[1, "id491"]], "2.0.0 (22-Feb-2023)": [[1, "feb-2023"]], "2.0.0-beta10 (16-Feb-2023)": [[1, "beta10-16-feb-2023"]], "2.0.0-beta9 (31-Jan-2023)": [[1, "beta9-31-jan-2023"]], "2.0.0-beta8 (12-Jan-2023)": [[1, "beta8-12-jan-2023"]], "2.0.0-beta7 (22-Dec-2022)": [[1, "beta7-22-dec-2022"]], "2.0.0-beta6 (02-Dec-2022)": [[1, "beta6-02-dec-2022"]], "2.0.0-beta5 (11-Nov-2022)": [[1, "beta5-11-nov-2022"]], "2.0.0-beta4 (11-Oct-2022)": [[1, "beta4-11-oct-2022"]], "2.0.0-beta3 (12-Sept-2022)": [[1, "beta3-12-sept-2022"]], "2.0.0-beta2 (27-Jul-2022)": [[1, "beta2-27-jul-2022"]], "2.0.0-beta1 (20-Jun-2022)": [[1, "beta1-20-jun-2022"]], "Devops guide": [[2, "devops-guide"]], "Creating an Artifactory backup repo for your sources": [[3, "creating-an-artifactory-backup-repo-for-your-sources"]], "Backing up third-party sources with Conan": [[4, "backing-up-third-party-sources-with-conan"]], "Configuration overview": [[4, "configuration-overview"]], "Usage": [[4, "usage"]], "Setting up the necessary configs": [[4, "setting-up-the-necessary-configs"]], "Run Conan as normal": [[4, "run-conan-as-normal"]], "Upload the packages": [[4, "upload-the-packages"]], "Creating the backup repository": [[4, "creating-the-backup-repository"]], "Creating and hosting your own ConanCenter binaries": [[5, "creating-and-hosting-your-own-conancenter-binaries"]], "Updating from upstream": [[5, "updating-from-upstream"]], "Managing package metadata files": [[6, "managing-package-metadata-files"]], "Creating metadata in recipes": [[6, "creating-metadata-in-recipes"]], "Creating metadata with hooks": [[6, "creating-metadata-with-hooks"]], "Adding metadata with commands": [[6, "adding-metadata-with-commands"]], "Uploading metadata": [[6, "uploading-metadata"]], "Downloading metadata": [[6, "downloading-metadata"], [94, "downloading-metadata"]], "Removing metadata": [[6, "removing-metadata"]], "test_package as metadata": [[6, "test-package-as-metadata"]], "Save and restore packages from/to the cache": [[7, "save-and-restore-packages-from-to-the-cache"]], "Using ConanCenter packages in production environments": [[8, "using-conancenter-packages-in-production-environments"]], "Repeatability and reproducibility": [[8, "repeatability-and-reproducibility"]], "Service reliability": [[8, "service-reliability"]], "Compliance and security": [[8, "compliance-and-security"]], "Control and customization": [[8, "control-and-customization"]], "Versioning": [[9, "versioning"], [274, "versioning"]], "Handling version ranges and pre-releases": [[10, "handling-version-ranges-and-pre-releases"]], "Examples": [[11, "examples"], [113, "examples"]], "Conan commands examples": [[12, "conan-commands-examples"]], "Using packages-lists": [[13, "using-packages-lists"]], "Listing packages and downloading them": [[13, "listing-packages-and-downloading-them"]], "Downloading from one remote and uploading to a different remote": [[13, "downloading-from-one-remote-and-uploading-to-a-different-remote"]], "Building and uploading packages": [[13, "building-and-uploading-packages"]], "Removing packages lists": [[13, "removing-packages-lists"]], "ConanFile methods examples": [[14, "conanfile-methods-examples"]], "ConanFile layout() examples": [[15, "conanfile-layout-examples"]], "Declaring the layout when the Conanfile is inside a subfolder": [[16, "declaring-the-layout-when-the-conanfile-is-inside-a-subfolder"]], "Using components and editable packages": [[17, "using-components-and-editable-packages"]], "Declaring the layout when we have multiple subprojects": [[18, "declaring-the-layout-when-we-have-multiple-subprojects"]], "Declaring the layout when creating packages for third-party libraries": [[19, "declaring-the-layout-when-creating-packages-for-third-party-libraries"]], "ConanFile package_info() examples": [[20, "conanfile-package-info-examples"]], "Define components for Conan packages that provide multiple libraries": [[21, "define-components-for-conan-packages-that-provide-multiple-libraries"], [260, "define-components-for-conan-packages-that-provide-multiple-libraries"]], "Propagating environment or configuration information to consumers": [[22, "propagating-environment-or-configuration-information-to-consumers"], [260, "propagating-environment-or-configuration-information-to-consumers"]], "Configuration files examples": [[23, "configuration-files-examples"]], "Customize your settings: create your settings_user.yml": [[24, "customize-your-settings-create-your-settings-user-yml"]], "Locate the settings_user.yml": [[24, "locate-the-settings-user-yml"]], "Use your new settings": [[24, "use-your-new-settings"]], "Cross-building examples": [[25, "cross-building-examples"]], "Integrating Conan in Android Studio": [[26, "integrating-conan-in-android-studio"]], "Creating a new project": [[26, "creating-a-new-project"]], "Introducing dependencies with Conan": [[26, "introducing-dependencies-with-conan"]], "conanfile.txt": [[26, "conanfile-txt"], [150, "conanfile-txt"]], "build.gradle": [[26, "build-gradle"]], "conan_android_toolchain.cmake": [[26, "conan-android-toolchain-cmake"]], "CMakeLists.txt": [[26, "cmakelists-txt"]], "Building the application": [[26, "building-the-application"]], "Cross building to Android with the NDK": [[27, "cross-building-to-android-with-the-ndk"]], "Creating a Conan package for a toolchain": [[28, "creating-a-conan-package-for-a-toolchain"]], "Validating the toolchain package: settings, settings_build and settings_target": [[28, "validating-the-toolchain-package-settings-settings-build-and-settings-target"]], "Downloading the binaries for the toolchain and packaging it": [[28, "downloading-the-binaries-for-the-toolchain-and-packaging-it"]], "Adding settings_target to the Package ID information": [[28, "adding-settings-target-to-the-package-id-information"]], "Define information for consumers": [[28, "define-information-for-consumers"]], "Testing the Conan toolchain package": [[28, "testing-the-conan-toolchain-package"]], "Cross-build an application using the toolchain": [[28, "cross-build-an-application-using-the-toolchain"]], "Developer tools and flows": [[29, "developer-tools-and-flows"]], "Debugging and stepping into dependencies": [[30, "debugging-and-stepping-into-dependencies"]], "Building from source": [[30, "building-from-source"]], "Step into a dependency with Visual Studio": [[30, "step-into-a-dependency-with-visual-studio"]], "Conan extensions examples": [[31, "conan-extensions-examples"]], "Custom command: Clean old recipe and package revisions": [[32, "custom-command-clean-old-recipe-and-package-revisions"]], "Locate the command": [[32, "locate-the-command"]], "Run it": [[32, "run-it"], [37, "run-it"]], "Code tour": [[32, "code-tour"], [37, "code-tour"]], "parser": [[32, "parser"]], "User input and user output": [[32, "user-input-and-user-output"]], "Conan public API": [[32, "conan-public-api"]], "Custom commands": [[33, "custom-commands"], [163, "custom-commands"]], "Builtin deployers": [[34, "builtin-deployers"]], "Custom deployers": [[35, "custom-deployers"], [165, "custom-deployers"]], "Creating a Conan-agnostic deploy of dependencies for developer use": [[36, "creating-a-conan-agnostic-deploy-of-dependencies-for-developer-use"]], "Copy sources from all your dependencies": [[37, "copy-sources-from-all-your-dependencies"]], "Locate the deployer": [[37, "locate-the-deployer"]], "deploy()": [[37, "deploy"], [132, "deploy"]], "Graph examples": [[38, "graph-examples"]], "Use a CMake macro packaged in a dependency": [[39, "use-a-cmake-macro-packaged-in-a-dependency"]], "Depending on same version of a tool-require with different options": [[40, "depending-on-same-version-of-a-tool-require-with-different-options"]], "Depending on different versions of the same tool-require": [[41, "depending-on-different-versions-of-the-same-tool-require"]], "Use cmake modules inside a tool_requires transparently": [[42, "use-cmake-modules-inside-a-tool-requires-transparently"]], "Using the same requirement as a requires and as a tool_requires": [[43, "using-the-same-requirement-as-a-requires-and-as-a-tool-requires"]], "Conan recipe tools examples": [[44, "conan-recipe-tools-examples"]], "Autotools": [[45, "autotools"], [212, "autotools"]], "Build a simple Autotools project with Conan dependencies": [[46, "build-a-simple-autotools-project-with-conan-dependencies"]], "Building on Linux and macOS": [[46, "building-on-linux-and-macos"]], "Create your first Conan package with Autotools": [[47, "create-your-first-conan-package-with-autotools"]], "CMake": [[48, "cmake"], [194, "cmake"]], "CMakeToolchain: Building your project using CMakePresets": [[49, "cmaketoolchain-building-your-project-using-cmakepresets"]], "Generating the toolchain": [[49, "generating-the-toolchain"]], "Building the project using CMakePresets": [[49, "building-the-project-using-cmakepresets"]], "CMakeToolchain: Extending your CMakePresets with Conan generated ones": [[50, "cmaketoolchain-extending-your-cmakepresets-with-conan-generated-ones"]], "CMakeToolchain: Inject arbitrary CMake variables into dependencies": [[51, "cmaketoolchain-inject-arbitrary-cmake-variables-into-dependencies"]], "CMakeToolchain: Using xxx-config.cmake files inside packages": [[52, "cmaketoolchain-using-xxx-config-cmake-files-inside-packages"]], "Important considerations": [[52, "important-considerations"]], "File interaction": [[53, "file-interaction"]], "Patching sources": [[54, "patching-sources"]], "Patching using \u2018replace_in_file\u2019": [[54, "patching-using-replace-in-file"]], "in source() method": [[54, "in-source-method"]], "in build() method": [[54, "in-build-method"]], "Patching using \u201cpatch\u201d tool": [[54, "patching-using-patch-tool"]], "Patching using \u201capply_conandata_patches\u201d tool": [[54, "patching-using-apply-conandata-patches-tool"]], "Bazel": [[55, "bazel"], [219, "bazel"]], "Build a simple Bazel project using Conan": [[56, "build-a-simple-bazel-project-using-conan"]], "Build a simple Meson project using Conan": [[57, "build-a-simple-meson-project-using-conan"]], "Create your first Conan package with Meson": [[58, "create-your-first-conan-package-with-meson"]], "Meson": [[59, "meson"], [225, "meson"]], "MSBuild": [[60, "msbuild"], [229, "msbuild"]], "Create your first Conan package with Visual Studio/MSBuild": [[61, "create-your-first-conan-package-with-visual-studio-msbuild"]], "Capturing Git scm information": [[62, "capturing-git-scm-information"]], "Credentials management": [[62, "credentials-management"]], "Conan 2 - C and C++ Package Manager Documentation": [[63, "conan-2-c-and-c-package-manager-documentation"]], "Install": [[64, "install"]], "Install with pip (recommended)": [[64, "install-with-pip-recommended"]], "Known installation issues with pip": [[64, "known-installation-issues-with-pip"]], "Update": [[64, "update"], [106, "update"]], "Install with pipx": [[64, "install-with-pipx"]], "Use a system installer or create a self-contained executable": [[64, "use-a-system-installer-or-create-a-self-contained-executable"]], "Install from source": [[64, "install-from-source"]], "Integrations": [[65, "integrations"]], "android_logo Android": [[66, "android-logo-android"]], "autotools_logo Autotools": [[67, "autotools-logo-autotools"]], "bazel_logo Bazel": [[68, "bazel-logo-bazel"]], "clion_logo CLion": [[69, "clion-logo-clion"]], "Introduction": [[69, "introduction"], [76, "introduction"], [184, "introduction"]], "Installing the plugin": [[69, "installing-the-plugin"]], "Configuring the plugin": [[69, "configuring-the-plugin"]], "Using the plugin": [[69, "using-the-plugin"]], "cmake_logo CMake": [[70, "cmake-logo-cmake"]], "jfrog_logo JFrog": [[71, "jfrog-logo-jfrog"]], "Artifactory Build Info": [[71, "artifactory-build-info"]], "How to install the build info extension commands": [[71, "how-to-install-the-build-info-extension-commands"]], "Generating a Build Info": [[71, "generating-a-build-info"]], "gnu_make_logo Makefile": [[72, "gnu-make-logo-makefile"]], "meson_logo Meson": [[73, "meson-logo-meson"]], "visual_studio_logo Visual Studio": [[74, "visual-studio-logo-visual-studio"]], "Recipe tools for Visual Studio": [[74, "recipe-tools-for-visual-studio"]], "Conan extension for Visual Studio": [[74, "conan-extension-for-visual-studio"]], "Installation": [[74, "installation"]], "Initial Configuration": [[74, "initial-configuration"]], "Searching and Adding Libraries": [[74, "searching-and-adding-libraries"]], "xcode_logo Xcode": [[75, "xcode-logo-xcode"]], "Open Source": [[76, "open-source"]], "Decentralized package manager": [[76, "decentralized-package-manager"]], "Binary management": [[76, "binary-management"]], "All platforms, all build systems and compilers": [[76, "all-platforms-all-build-systems-and-compilers"]], "Stable": [[76, "stable"]], "Community": [[76, "community"]], "Navigating the documentation": [[76, "navigating-the-documentation"]], "Knowledge": [[77, "knowledge"]], "Cheat sheet": [[78, "cheat-sheet"]], "FAQ": [[79, "faq"]], "Troubleshooting": [[79, "troubleshooting"]], "ERROR: Missing prebuilt package": [[79, "error-missing-prebuilt-package"]], "ERROR: Invalid setting": [[79, "error-invalid-setting"]], "ERROR: AuthenticationException:": [[79, "error-authenticationexception"]], "ERROR: Obtaining different revisions in Linux and Windows": [[79, "error-obtaining-different-revisions-in-linux-and-windows"]], "Defining options for dependencies in conanfile.py recipes doesn\u2019t work": [[79, "defining-options-for-dependencies-in-conanfile-py-recipes-doesn-t-work"]], "Core guidelines": [[80, "core-guidelines"]], "Good practices": [[80, "good-practices"]], "Forbidden practices": [[80, "forbidden-practices"]], "Videos": [[81, "videos"]], "Reference": [[82, "reference"], [189, "reference"], [194, "reference"], [195, "reference"], [196, "reference"], [197, "reference"], [200, "reference"], [201, "reference"], [202, "reference"], [203, "reference"], [212, "reference"], [213, "reference"], [214, "reference"], [215, "reference"], [216, "reference"], [217, "reference"], [219, "reference"], [220, "reference"], [221, "reference"], [222, "reference"], [225, "reference"], [226, "reference"], [229, "reference"], [230, "reference"], [231, "reference"], [233, "reference"], [240, "reference"], [240, "id4"], [240, "id6"], [240, "id7"], [240, "id8"], [240, "id9"], [240, "id10"], [240, "id11"], [240, "id12"]], "The binary model": [[83, "the-binary-model"]], "Customizing the binary compatibility": [[84, "customizing-the-binary-compatibility"]], "Customizing binary compatibility of settings and options": [[84, "customizing-binary-compatibility-of-settings-and-options"]], "Information erasure in package_id() method": [[84, "information-erasure-in-package-id-method"]], "The compatibility() method": [[84, "the-compatibility-method"]], "The compatibility.py plugin": [[84, "the-compatibility-py-plugin"]], "Customizing binary compatibility of dependencies versions": [[84, "customizing-binary-compatibility-of-dependencies-versions"]], "Global default package_id modes": [[84, "global-default-package-id-modes"]], "Custom package_id modes for recipe consumers": [[84, "custom-package-id-modes-for-recipe-consumers"]], "Custom package_id from recipe dependencies": [[84, "custom-package-id-from-recipe-dependencies"]], "The effect of dependencies on package_id": [[85, "the-effect-of-dependencies-on-package-id"]], "Non-embed mode": [[85, "non-embed-mode"]], "Embed mode": [[85, "embed-mode"]], "Extending the binary model": [[86, "extending-the-binary-model"]], "Custom settings": [[86, "custom-settings"]], "Custom options": [[86, "custom-options"]], "Settings vs options vs conf": [[86, "settings-vs-options-vs-conf"]], "Custom configuration": [[86, "custom-configuration"]], "Cross build target settings": [[86, "cross-build-target-settings"]], "How the package_id is computed": [[87, "how-the-package-id-is-computed"]], "How settings and options of a recipe influence its package ID": [[88, "how-settings-and-options-of-a-recipe-influence-its-package-id"]], "How settings influence the package ID": [[88, "how-settings-influence-the-package-id"]], "Removing settings for a package used as a tool_require": [[88, "removing-settings-for-a-package-used-as-a-tool-require"]], "How options influence the package ID": [[88, "how-options-influence-the-package-id"]], "Commands": [[89, "commands"]], "Command formatters": [[89, "command-formatters"]], "conan build": [[90, "conan-build"], [271, "conan-build"]], "conan cache": [[91, "conan-cache"]], "conan cache path": [[91, "conan-cache-path"]], "conan cache clean": [[91, "conan-cache-clean"]], "conan cache check-integrity": [[91, "conan-cache-check-integrity"]], "conan cache backup-upload": [[91, "conan-cache-backup-upload"]], "conan cache save": [[91, "conan-cache-save"]], "conan cache restore": [[91, "conan-cache-restore"]], "conan config": [[92, "conan-config"]], "conan config home": [[92, "conan-config-home"]], "conan config install": [[92, "conan-config-install"]], "conan config install-pkg": [[92, "conan-config-install-pkg"]], "conan config list": [[92, "conan-config-list"]], "conan config show": [[92, "conan-config-show"]], "conan create": [[93, "conan-create"]], "Using conan create with build requirements": [[93, "using-conan-create-with-build-requirements"]], "Conan create output": [[93, "conan-create-output"]], "conan download": [[94, "conan-download"]], "conan editable": [[95, "conan-editable"]], "conan editable add": [[95, "conan-editable-add"]], "conan editable remove": [[95, "conan-editable-remove"]], "conan editable list": [[95, "conan-editable-list"]], "conan export": [[96, "conan-export"]], "Output Formats": [[96, "output-formats"]], "conan export-pkg": [[97, "conan-export-pkg"], [271, "conan-export-pkg"]], "Formatter: Graph-info JSON": [[98, "formatter-graph-info-json"]], "conan graph": [[99, "conan-graph"]], "conan graph build-order": [[100, "conan-graph-build-order"]], "conan graph build-order-merge": [[101, "conan-graph-build-order-merge"]], "conan graph explain": [[102, "conan-graph-explain"]], "conan graph info": [[103, "conan-graph-info"]], "Available formatters": [[103, "available-formatters"]], "json formatter": [[103, "json-formatter"]], "dot formatter": [[103, "dot-formatter"]], "html formatter": [[103, "html-formatter"]], "conan graph outdated": [[104, "conan-graph-outdated"]], "conan inspect": [[105, "conan-inspect"]], "conan install": [[106, "conan-install"], [271, "conan-install"]], "Conanfile path or \u2013requires": [[106, "conanfile-path-or-requires"]], "Profiles, Settings, Options, Conf": [[106, "profiles-settings-options-conf"]], "Generators and deployers": [[106, "generators-and-deployers"]], "Name, version, user, channel": [[106, "name-version-user-channel"]], "Lockfiles": [[106, "lockfiles"], [252, "lockfiles"], [276, "lockfiles"]], "conan list": [[107, "conan-list"]], "Listing recipe references": [[107, "listing-recipe-references"]], "Listing recipe revisions": [[107, "listing-recipe-revisions"]], "Listing package IDs": [[107, "listing-package-ids"]], "Listing package revisions": [[107, "listing-package-revisions"]], "Listing graph artifacts": [[107, "listing-graph-artifacts"]], "Filtering packages": [[107, "filtering-packages"]], "List json output format": [[107, "list-json-output-format"]], "List html output format": [[107, "list-html-output-format"]], "List compact output format": [[107, "list-compact-output-format"]], "conan lock": [[108, "conan-lock"]], "conan lock add": [[109, "conan-lock-add"]], "conan lock create": [[110, "conan-lock-create"]], "conan lock merge": [[111, "conan-lock-merge"]], "conan lock remove": [[112, "conan-lock-remove"]], "conan new": [[113, "conan-new"], [113, "id1"]], "Custom templates": [[113, "custom-templates"]], "conan profile": [[114, "conan-profile"]], "conan profile detect": [[114, "conan-profile-detect"]], "conan profile list": [[114, "conan-profile-list"]], "conan profile path": [[114, "conan-profile-path"]], "conan profile show": [[114, "conan-profile-show"]], "conan remote": [[115, "conan-remote"]], "conan remote add": [[115, "conan-remote-add"]], "conan remote auth": [[115, "conan-remote-auth"]], "conan remote disable": [[115, "conan-remote-disable"]], "conan remote enable": [[115, "conan-remote-enable"]], "conan remote list": [[115, "conan-remote-list"]], "conan remote list-users": [[115, "conan-remote-list-users"]], "conan remote login": [[115, "conan-remote-login"]], "conan remote logout": [[115, "conan-remote-logout"]], "conan remote remove": [[115, "conan-remote-remove"]], "conan remote rename": [[115, "conan-remote-rename"]], "conan remote set-user": [[115, "conan-remote-set-user"]], "conan remote update": [[115, "conan-remote-update"]], "conan remove": [[116, "conan-remove"]], "conan search": [[117, "conan-search"]], "conan source": [[118, "conan-source"], [271, "conan-source"]], "conan test": [[119, "conan-test"]], "conan upload": [[120, "conan-upload"]], "conan version": [[121, "conan-version"]], "Conan Server": [[122, "conan-server"]], "Configuration": [[122, "configuration"]], "Server Parameters": [[122, "server-parameters"]], "Permissions Parameters": [[122, "permissions-parameters"]], "Authentication": [[122, "authentication"]], "Create Your Own Custom Authenticator": [[122, "create-your-own-custom-authenticator"]], "Authorizations": [[122, "authorizations"]], "Create Your Own Custom Authorizer": [[122, "create-your-own-custom-authorizer"]], "Running the Conan Server with SSL using Nginx": [[122, "running-the-conan-server-with-ssl-using-nginx"]], "Running the Conan Server with SSL using Nginx in a Subdirectory": [[122, "running-the-conan-server-with-ssl-using-nginx-in-a-subdirectory"]], "Running Conan Server using Apache": [[122, "running-conan-server-using-apache"]], "conanfile.py": [[123, "conanfile-py"]], "Attributes": [[124, "attributes"], [217, "attributes"], [226, "attributes"], [231, "attributes"], [232, "attributes"]], "Package reference": [[124, "package-reference"]], "name": [[124, "name"]], "version": [[124, "version"]], "user": [[124, "user"]], "channel": [[124, "channel"]], "Metadata": [[124, "metadata"]], "description": [[124, "description"]], "license": [[124, "license"]], "author": [[124, "author"]], "topics": [[124, "topics"]], "homepage": [[124, "homepage"]], "url": [[124, "url"]], "Requirements": [[124, "requirements"]], "requires": [[124, "requires"]], "tool_requires": [[124, "tool-requires"]], "build_requires": [[124, "build-requires"]], "test_requires": [[124, "test-requires"], [128, "test-requires"]], "python_requires": [[124, "python-requires"], [273, "python-requires"]], "python_requires_extend": [[124, "python-requires-extend"]], "Sources": [[124, "sources"]], "exports": [[124, "exports"]], "exports_sources": [[124, "exports-sources"]], "conan_data": [[124, "conan-data"]], "source_buildenv": [[124, "source-buildenv"]], "Binary model": [[124, "binary-model"]], "package_type": [[124, "package-type"]], "settings": [[124, "settings"]], "options": [[124, "options"], [141, "options"]], "default_options": [[124, "default-options"]], "default_build_options": [[124, "default-build-options"]], "options_description": [[124, "options-description"]], "info": [[124, "info"]], "package_id_{embed,non_embed,python,unknown}_mode": [[124, "package-id-embed-non-embed-python-unknown-mode"]], "Build": [[124, "build"]], "generators": [[124, "generators"]], "build_policy": [[124, "build-policy"]], "win_bash": [[124, "win-bash"]], "win_bash_run": [[124, "win-bash-run"]], "Folders and layout": [[124, "folders-and-layout"]], "source_folder": [[124, "source-folder"]], "export_sources_folder": [[124, "export-sources-folder"]], "build_folder": [[124, "build-folder"]], "package_folder": [[124, "package-folder"]], "recipe_folder": [[124, "recipe-folder"]], "recipe_metadata_folder": [[124, "recipe-metadata-folder"]], "package_metadata_folder": [[124, "package-metadata-folder"]], "no_copy_source": [[124, "no-copy-source"]], "Layout": [[124, "layout"]], "folders": [[124, "folders"]], "cpp": [[124, "cpp"]], "layouts": [[124, "layouts"]], "Package information for consumers": [[124, "package-information-for-consumers"]], "cpp_info": [[124, "cpp-info"]], "buildenv_info": [[124, "buildenv-info"]], "runenv_info": [[124, "runenv-info"]], "conf_info": [[124, "conf-info"], [140, "conf-info"]], "deprecated": [[124, "deprecated"]], "provides": [[124, "provides"]], "Other": [[124, "other"]], "dependencies": [[124, "dependencies"]], "conf": [[124, "conf"], [189, "conf"], [191, "conf"], [194, "conf"], [195, "conf"], [197, "conf"], [207, "conf"], [214, "conf"], [216, "conf"], [219, "conf"], [221, "conf"], [222, "conf"], [225, "conf"], [226, "conf"], [229, "conf"], [230, "conf"], [231, "conf"], [232, "conf"], [233, "conf"]], "Output": [[124, "output"]], "Output contents": [[124, "output-contents"]], "revision_mode": [[124, "revision-mode"]], "upload_policy": [[124, "upload-policy"]], "required_conan_version": [[124, "required-conan-version"]], "implements": [[124, "implements"]], "alias": [[124, "alias"]], "extension_properties": [[124, "extension-properties"]], "Methods": [[125, "methods"]], "build()": [[126, "build"]], "build_id()": [[127, "build-id"]], "build_requirements()": [[128, "build-requirements"]], "tool_requires()": [[128, "tool-requires"]], "": [[128, "host-version"]], "compatibility()": [[129, "compatibility"]], "config_options()": [[130, "config-options"]], "Available automatic implementations": [[130, "available-automatic-implementations"], [131, "available-automatic-implementations"], [139, "available-automatic-implementations"]], "auto_shared_fpic": [[130, "auto-shared-fpic"], [131, "auto-shared-fpic"]], "configure()": [[131, "configure"]], "export()": [[133, "export"]], "export_sources()": [[134, "export-sources"]], "generate()": [[135, "generate"]], "self.dependencies": [[135, "self-dependencies"]], "Dependencies interface": [[135, "dependencies-interface"]], "Iterating dependencies": [[135, "iterating-dependencies"]], "Dependencies cpp_info interface": [[135, "dependencies-cpp-info-interface"]], "init()": [[136, "init"]], "layout()": [[137, "layout"]], "self.folders": [[137, "self-folders"], [272, "self-folders"]], "self.cpp": [[137, "self-cpp"], [272, "self-cpp"]], "Environment variables and configuration": [[137, "environment-variables-and-configuration"]], "package()": [[138, "package"]], "package_id()": [[139, "package-id"]], "auto_header_only": [[139, "auto-header-only"]], "Information erasure": [[139, "information-erasure"]], "Partial information erasure": [[139, "partial-information-erasure"]], "Adding information": [[139, "adding-information"]], "package_info()": [[140, "package-info"]], "cpp_info: Library and build information": [[140, "cpp-info-library-and-build-information"]], "Properties": [[140, "properties"], [196, "properties"], [217, "properties"], [219, "properties"], [220, "properties"]], "Components": [[140, "components"]], "buildenv_info, runenv_info": [[140, "buildenv-info-runenv-info"]], "requirements()": [[141, "requirements"]], "Requirement traits": [[141, "requirement-traits"]], "headers": [[141, "headers"]], "libs": [[141, "libs"]], "build": [[141, "build"]], "run": [[141, "run"]], "visible": [[141, "visible"]], "transitive_headers": [[141, "transitive-headers"]], "transitive_libs": [[141, "transitive-libs"]], "test": [[141, "test"]], "package_id_mode": [[141, "package-id-mode"]], "force": [[141, "force"]], "override": [[141, "override"]], "direct": [[141, "direct"]], "package_type trait inferring": [[141, "package-type-trait-inferring"]], "Default traits for each kind of requires": [[141, "default-traits-for-each-kind-of-requires"]], "set_name()": [[142, "set-name"]], "set_version()": [[143, "set-version"]], "source()": [[144, "source"]], "Source caching": [[144, "source-caching"]], "Forced retrieval of sources": [[144, "forced-retrieval-of-sources"]], "system_requirements()": [[145, "system-requirements"]], "Collecting system requirements": [[145, "collecting-system-requirements"]], "test()": [[146, "test"]], "validate()": [[147, "validate"]], "validate_build()": [[148, "validate-build"]], "Running and output": [[149, "running-and-output"]], "Output text from recipes": [[149, "output-text-from-recipes"]], "Running commands": [[149, "running-commands"]], "[requires]": [[150, "requires"]], "[tool_requires]": [[150, "tool-requires"], [155, "tool-requires"]], "[test_requires]": [[150, "test-requires"]], "[generators]": [[150, "generators"]], "[options]": [[150, "options"], [155, "options"]], "[layout]": [[150, "layout"]], "Configuration files": [[151, "configuration-files"]], ".conanrc": [[152, "conanrc"]], "credentials.json": [[153, "credentials-json"]], "global.conf": [[154, "global-conf"]], "Introduction to configuration": [[154, "introduction-to-configuration"]], "Description of configurations": [[154, "description-of-configurations"]], "core.cache:storage_path": [[154, "core-cache-storage-path"]], "core.download:download_cache": [[154, "core-download-download-cache"]], "User/Tools configurations": [[154, "user-tools-configurations"]], "Configuration file template": [[154, "configuration-file-template"]], "Configuration data types": [[154, "configuration-data-types"]], "Configuration data operators": [[154, "configuration-data-operators"]], "Configuration patterns": [[154, "configuration-patterns"]], "Information about built-in confs": [[154, "information-about-built-in-confs"]], "Networking confs": [[154, "networking-confs"]], "Configuration of client certificates": [[154, "configuration-of-client-certificates"]], "UX confs": [[154, "ux-confs"]], "Skip warnings": [[154, "skip-warnings"]], "profiles": [[155, "profiles"]], "Introduction to profiles": [[155, "introduction-to-profiles"]], "Profile sections": [[155, "profile-sections"]], "[settings]": [[155, "settings"]], "[system_tools] (DEPRECATED)": [[155, "system-tools-deprecated"]], "[buildenv]": [[155, "buildenv"]], "[runenv]": [[155, "runenv"]], "[conf]": [[155, "conf"]], "[replace_requires]": [[155, "replace-requires"]], "[replace_tool_requires]": [[155, "replace-tool-requires"]], "[platform_requires]": [[155, "platform-requires"]], "[platform_tool_requires]": [[155, "platform-tool-requires"]], "Profile rendering": [[155, "profile-rendering"]], "Profile patterns": [[155, "profile-patterns"]], "Profile includes": [[155, "profile-includes"]], "remotes.json": [[156, "remotes-json"]], "settings.yml": [[157, "settings-yml"]], "Operating systems": [[157, "operating-systems"]], "Compilers": [[157, "compilers"]], "msvc": [[157, "msvc"]], "intel-cc": [[157, "intel-cc"]], "Architectures": [[157, "architectures"]], "C++ standard libraries (aka compiler.libcxx)": [[157, "c-standard-libraries-aka-compiler-libcxx"]], "Customizing settings": [[157, "customizing-settings"]], "Adding new settings": [[157, "adding-new-settings"]], "Adding new sub-settings": [[157, "adding-new-sub-settings"]], "Add new values": [[157, "add-new-values"]], "settings_user.yml": [[157, "settings-user-yml"]], "source_credentials.json": [[158, "source-credentials-json"]], "Environment variables": [[159, "environment-variables"]], "CONAN_HOME": [[159, "conan-home"]], "CONAN_DEFAULT_PROFILE": [[159, "conan-default-profile"]], "Remote login variables": [[159, "remote-login-variables"]], "Terminal color variables": [[159, "terminal-color-variables"]], "Logging": [[159, "logging"]], "Extensions": [[160, "extensions"]], "Binary compatibility": [[161, "binary-compatibility"]], "Command wrapper": [[162, "command-wrapper"], [280, "command-wrapper"]], "Location and naming": [[163, "location-and-naming"]], "Scoping": [[163, "scoping"]], "Decorators": [[163, "decorators"]], "conan_command(group=None, formatters=None)": [[163, "conan-command-group-none-formatters-none"]], "conan_subcommand(formatters=None)": [[163, "conan-subcommand-formatters-none"]], "Argument definition and parsing": [[163, "argument-definition-and-parsing"]], "Formatters": [[163, "formatters"]], "Commands parameters": [[163, "commands-parameters"]], "Custom Conan generators": [[164, "custom-conan-generators"]], "Custom generators as python_requires": [[164, "custom-generators-as-python-requires"]], "Using global custom generators": [[164, "using-global-custom-generators"]], "Deployers": [[165, "deployers"]], "Built-in deployers": [[165, "built-in-deployers"]], "full_deploy": [[165, "full-deploy"]], "direct_deploy": [[165, "direct-deploy"]], "configuration": [[165, "configuration"], [196, "configuration"]], "Hooks": [[166, "hooks"]], "Hook structure": [[166, "hook-structure"]], "Importing from a module": [[166, "importing-from-a-module"]], "Hook interface": [[166, "hook-interface"]], "Storage, activation and sharing": [[166, "storage-activation-and-sharing"]], "Official Hooks": [[166, "official-hooks"]], "Package signing": [[167, "package-signing"], [280, "package-signing"]], "Profile plugin": [[168, "profile-plugin"]], "Python API": [[169, "python-api"]], "Command API": [[170, "command-api"]], "Conan API Reference": [[171, "conan-api-reference"]], "Config API": [[172, "config-api"]], "Download API": [[173, "download-api"]], "Export API": [[174, "export-api"]], "Graph API": [[175, "graph-api"]], "Install API": [[176, "install-api"]], "List API": [[177, "list-api"]], "New API": [[178, "new-api"]], "Profiles API": [[179, "profiles-api"]], "Remotes API": [[180, "remotes-api"]], "Remove API": [[181, "remove-api"]], "Search API": [[182, "search-api"]], "Upload API": [[183, "upload-api"]], "Python requires": [[184, "python-requires"]], "Extending base classes": [[184, "extending-base-classes"]], "Reusing files": [[184, "reusing-files"]], "Testing python-requires": [[184, "testing-python-requires"]], "Effect in package_id": [[184, "effect-in-package-id"]], "Resolution of python_requires": [[184, "resolution-of-python-requires"]], "Recipe tools": [[185, "recipe-tools"]], "conan.tools.android": [[186, "conan-tools-android"]], "android_abi()": [[186, "android-abi"]], "conan.tools.apple": [[187, "conan-tools-apple"]], "conan.tools.apple.fix_apple_shared_install_name()": [[188, "conan-tools-apple-fix-apple-shared-install-name"]], "conan.tools.apple.is_apple_os()": [[188, "conan-tools-apple-is-apple-os"]], "conan.tools.apple.to_apple_arch()": [[188, "conan-tools-apple-to-apple-arch"]], "conan.tools.apple.XCRun()": [[188, "conan-tools-apple-xcrun"]], "XcodeBuild": [[189, "xcodebuild"]], "XcodeDeps": [[190, "xcodedeps"]], "Additional variables defined": [[190, "additional-variables-defined"]], "Components support": [[190, "components-support"]], "Custom configurations": [[190, "custom-configurations"], [222, "custom-configurations"]], "XcodeToolchain": [[191, "xcodetoolchain"]], "conan.tools.build": [[192, "conan-tools-build"]], "Building": [[192, "building"]], "conan.tools.build.build_jobs()": [[192, "conan-tools-build-build-jobs"]], "conan.tools.build.cross_building()": [[192, "conan-tools-build-cross-building"]], "conan.tools.build.can_run()": [[192, "conan-tools-build-can-run"]], "Cppstd": [[192, "cppstd"]], "conan.tools.build.check_min_cppstd()": [[192, "conan-tools-build-check-min-cppstd"]], "conan.tools.build.check_max_cppstd()": [[192, "conan-tools-build-check-max-cppstd"]], "conan.tools.build.valid_min_cppstd()": [[192, "conan-tools-build-valid-min-cppstd"]], "conan.tools.build.valid_max_cppstd()": [[192, "conan-tools-build-valid-max-cppstd"]], "conan.tools.build.default_cppstd()": [[192, "conan-tools-build-default-cppstd"]], "conan.tools.build.supported_cppstd()": [[192, "conan-tools-build-supported-cppstd"]], "conan.tools.build.cppstd_flag()": [[192, "conan-tools-build-cppstd-flag"]], "conan.tools.cmake": [[193, "conan-tools-cmake"]], "cmake_layout": [[195, "cmake-layout"]], "Multi-setting/option cmake_layout": [[195, "multi-setting-option-cmake-layout"]], "CMakeDeps": [[196, "cmakedeps"]], "Generated files": [[196, "generated-files"], [197, "generated-files"], [202, "generated-files"], [203, "generated-files"], [213, "generated-files"], [214, "generated-files"], [215, "generated-files"], [217, "generated-files"], [220, "generated-files"], [221, "generated-files"], [226, "generated-files"], [230, "generated-files"]], "Customization": [[196, "customization"], [197, "customization"], [213, "customization"], [214, "customization"], [215, "customization"], [217, "customization"], [220, "customization"], [226, "customization"], [229, "customization"], [230, "customization"], [231, "customization"], [233, "customization"]], "build_context_activated": [[196, "build-context-activated"], [217, "build-context-activated"], [220, "build-context-activated"]], "build_context_suffix": [[196, "build-context-suffix"], [217, "build-context-suffix"]], "build_context_build_modules": [[196, "build-context-build-modules"]], "check_components_exist": [[196, "check-components-exist"]], "Overwrite properties from the consumer side using CMakeDeps.set_property()": [[196, "overwrite-properties-from-the-consumer-side-using-cmakedeps-set-property"]], "Disable CMakeDeps For Installed CMake configuration files": [[196, "disable-cmakedeps-for-installed-cmake-configuration-files"]], "Map from project configuration to imported target\u2019s configuration": [[196, "map-from-project-configuration-to-imported-target-s-configuration"]], "CMakeToolchain": [[197, "cmaketoolchain"]], "preprocessor_definitions": [[197, "preprocessor-definitions"], [226, "preprocessor-definitions"]], "cache_variables": [[197, "cache-variables"]], "variables": [[197, "variables"]], "user_presets_path": [[197, "user-presets-path"]], "presets_build_environment, presets_run_environment": [[197, "presets-build-environment-presets-run-environment"]], "Extra compilation flags": [[197, "extra-compilation-flags"]], "presets_prefix": [[197, "presets-prefix"]], "Using a custom toolchain file": [[197, "using-a-custom-toolchain-file"]], "Extending and advanced customization": [[197, "extending-and-advanced-customization"]], "Customizing the content blocks": [[197, "customizing-the-content-blocks"]], "Cross building": [[197, "cross-building"]], "Support for Universal Binaries in macOS": [[197, "support-for-universal-binaries-in-macos"]], "conan.tools.CppInfo": [[198, "conan-tools-cppinfo"]], "Aggregating information in custom generators": [[198, "aggregating-information-in-custom-generators"]], "conan.tools.env": [[199, "conan-tools-env"]], "Environment": [[200, "environment"]], "Variable declaration": [[200, "variable-declaration"]], "Composition": [[200, "composition"]], "Obtaining environment variables": [[200, "obtaining-environment-variables"]], "Environment definition": [[200, "environment-definition"]], "EnvVars": [[201, "envvars"]], "Creating environment files": [[201, "creating-environment-files"]], "Running with environment files": [[201, "running-with-environment-files"]], "Applying the environment variables": [[201, "applying-the-environment-variables"]], "Iterating the variables": [[201, "iterating-the-variables"]], "VirtualBuildEnv": [[202, "virtualbuildenv"]], "VirtualRunEnv": [[203, "virtualrunenv"]], "conan.tools.files": [[204, "conan-tools-files"]], "conan.tools.files basic operations": [[205, "conan-tools-files-basic-operations"]], "conan.tools.files.copy()": [[205, "conan-tools-files-copy"]], "conan.tools.files.load()": [[205, "conan-tools-files-load"]], "conan.tools.files.save()": [[205, "conan-tools-files-save"]], "conan.tools.files.rename()": [[205, "conan-tools-files-rename"]], "conan.tools.files.replace_in_file()": [[205, "conan-tools-files-replace-in-file"]], "conan.tools.files.rm()": [[205, "conan-tools-files-rm"]], "conan.tools.files.mkdir()": [[205, "conan-tools-files-mkdir"]], "conan.tools.files.rmdir()": [[205, "conan-tools-files-rmdir"]], "conan.tools.files.chdir()": [[205, "conan-tools-files-chdir"]], "conan.tools.files.unzip()": [[205, "conan-tools-files-unzip"]], "conan.tools.files.update_conandata()": [[205, "conan-tools-files-update-conandata"]], "conan.tools.files.trim_conandata()": [[205, "conan-tools-files-trim-conandata"]], "conan.tools.files.collect_libs()": [[205, "conan-tools-files-collect-libs"]], "conan.tools.files checksums": [[206, "conan-tools-files-checksums"]], "conan.tools.files.check_md5()": [[206, "conan-tools-files-check-md5"]], "conan.tools.files.check_sha1()": [[206, "conan-tools-files-check-sha1"]], "conan.tools.files.check_sha256()": [[206, "conan-tools-files-check-sha256"]], "conan.tools.files downloads": [[207, "conan-tools-files-downloads"]], "conan.tools.files.get()": [[207, "conan-tools-files-get"]], "conan.tools.files.ftp_download()": [[207, "conan-tools-files-ftp-download"]], "conan.tools.files.download()": [[207, "conan-tools-files-download"]], "conan.tools.files AutoPackager": [[208, "conan-tools-files-autopackager"]], "conan.tools.files patches": [[209, "conan-tools-files-patches"]], "conan.tools.files.patch()": [[209, "conan-tools-files-patch"]], "conan.tools.files.apply_conandata_patches()": [[209, "conan-tools-files-apply-conandata-patches"]], "conan.tools.files.export_conandata_patches()": [[209, "conan-tools-files-export-conandata-patches"]], "conan.tools.files.symlinks": [[210, "conan-tools-files-symlinks"]], "conan.tools.files.symlinks.absolute_to_relative_symlinks()": [[210, "conan-tools-files-symlinks-absolute-to-relative-symlinks"]], "conan.tools.files.symlinks.remove_external_symlinks()": [[210, "conan-tools-files-symlinks-remove-external-symlinks"]], "conan.tools.files.symlinks.remove_broken_symlinks()": [[210, "conan-tools-files-symlinks-remove-broken-symlinks"]], "conan.tools.gnu": [[211, "conan-tools-gnu"]], "A note about relocatable shared libraries in macOS built the Autotools build helper": [[212, "a-note-about-relocatable-shared-libraries-in-macos-built-the-autotools-build-helper"]], "Why is this a problem when using Conan?": [[212, "why-is-this-a-problem-when-using-conan"]], "How to address this problem in Conan": [[212, "how-to-address-this-problem-in-conan"]], "AutotoolsDeps": [[213, "autotoolsdeps"]], "AutotoolsToolchain": [[214, "autotoolstoolchain"]], "Customizing the environment": [[214, "customizing-the-environment"], [232, "customizing-the-environment"]], "Managing the configure_args, make_args and autoreconf_args attributes": [[214, "managing-the-configure-args-make-args-and-autoreconf-args-attributes"]], "MakeDeps": [[215, "makedeps"]], "Flags": [[215, "flags"]], "PkgConfig": [[216, "pkgconfig"]], "PkgConfigDeps": [[217, "pkgconfigdeps"]], "Naming": [[217, "naming"], [220, "naming"]], "build_context_folder": [[217, "build-context-folder"]], "conan.tools.google": [[218, "conan-tools-google"]], "BazelDeps": [[220, "bazeldeps"]], "BazelToolchain": [[221, "bazeltoolchain"]], "conan.tools.intel": [[222, "conan-tools-intel"]], "IntelCC": [[222, "intelcc"]], "conan.tools.layout": [[223, "conan-tools-layout"]], "Predefined layouts": [[223, "predefined-layouts"]], "basic_layout": [[223, "basic-layout"]], "conan.tools.meson": [[224, "conan-tools-meson"]], "MesonToolchain": [[226, "mesontoolchain"]], "conan_meson_native.ini": [[226, "conan-meson-native-ini"]], "conan_meson_cross.ini": [[226, "conan-meson-cross-ini"]], "Default directories": [[226, "default-directories"]], "project_options": [[226, "project-options"]], "Using Proper Data Types for Conan Options in Meson": [[226, "using-proper-data-types-for-conan-options-in-meson"]], "Cross-building for Apple and Android": [[226, "cross-building-for-apple-and-android"]], "Objective-C arguments": [[226, "objective-c-arguments"]], "conan.tools.microsoft": [[227, "conan-tools-microsoft"]], "conan.tools.microsoft.visual": [[228, "conan-tools-microsoft-visual"]], "check_min_vs": [[228, "check-min-vs"]], "msvc_runtime_flag": [[228, "msvc-runtime-flag"]], "is_msvc": [[228, "is-msvc"]], "is_msvc_static_runtime": [[228, "is-msvc-static-runtime"]], "msvs_toolset": [[228, "msvs-toolset"]], "conan.tools.microsoft.subsystems": [[228, "conan-tools-microsoft-subsystems"]], "unix_path": [[228, "unix-path"]], "attributes": [[229, "attributes"]], "MSBuildDeps": [[230, "msbuilddeps"]], "Requirement traits support": [[230, "requirement-traits-support"]], "Configurations": [[230, "configurations"]], "Dependencies": [[230, "dependencies"]], "MSBuildToolchain": [[231, "msbuildtoolchain"]], "NMakeDeps": [[232, "nmakedeps"]], "NMakeToolchain": [[232, "nmaketoolchain"]], "constructor": [[232, "constructor"]], "VCVars": [[233, "vcvars"]], "vs_layout": [[234, "vs-layout"]], "conan.tools.scm": [[235, "conan-tools-scm"]], "Git": [[236, "git"]], "Version": [[237, "version"]], "conan.tools.scons": [[238, "conan-tools-scons"]], "SConsDeps": [[238, "sconsdeps"]], "conan.tools.system": [[239, "conan-tools-system"]], "conan.tools.system.package_manager": [[240, "conan-tools-system-package-manager"]], "Methods available for system package manager tools": [[240, "methods-available-for-system-package-manager-tools"]], "Configuration properties that affect how system package managers are invoked": [[240, "configuration-properties-that-affect-how-system-package-managers-are-invoked"]], "conan.tools.system.package_manager.Apk": [[240, "conan-tools-system-package-manager-apk"]], "conan.tools.system.package_manager.Apt": [[240, "conan-tools-system-package-manager-apt"]], "conan.tools.system.package_manager.Yum": [[240, "conan-tools-system-package-manager-yum"]], "conan.tools.system.package_manager.Dnf": [[240, "conan-tools-system-package-manager-dnf"]], "conan.tools.system.package_manager.PacMan": [[240, "conan-tools-system-package-manager-pacman"]], "conan.tools.system.package_manager.Zypper": [[240, "conan-tools-system-package-manager-zypper"]], "conan.tools.system.package_manager.Brew": [[240, "conan-tools-system-package-manager-brew"]], "conan.tools.system.package_manager.Pkg": [[240, "conan-tools-system-package-manager-pkg"]], "conan.tools.system.package_manager.PkgUtil": [[240, "conan-tools-system-package-manager-pkgutil"]], "conan.tools.system.package_manager.Chocolatey": [[240, "conan-tools-system-package-manager-chocolatey"]], "Tutorial": [[241, "tutorial"]], "Working with Conan repositories": [[242, "working-with-conan-repositories"]], "Table of contents": [[242, null], [248, null], [255, null], [262, null], [274, null]], "Contributing to Conan Center": [[243, "contributing-to-conan-center"]], "Setting up a Conan remote": [[244, "setting-up-a-conan-remote"]], "Artifactory Community Edition for C/C++": [[245, "artifactory-community-edition-for-c-c"]], "Running Artifactory CE": [[245, "running-artifactory-ce"]], "Creating and Using a Conan Repo": [[245, "creating-and-using-a-conan-repo"]], "Setting-up a Conan Server": [[246, "setting-up-a-conan-server"]], "Uploading Packages": [[247, "uploading-packages"]], "Consuming packages": [[248, "consuming-packages"]], "Build a simple CMake project using Conan": [[249, "build-a-simple-cmake-project-using-conan"]], "How to cross-compile your applications using Conan: host and build contexts": [[250, "how-to-cross-compile-your-applications-using-conan-host-and-build-contexts"]], "Conan two profiles model: build and host profiles": [[250, "conan-two-profiles-model-build-and-host-profiles"]], "Build and host contexts": [[250, "build-and-host-contexts"]], "Building for multiple configurations: Release, Debug, Static and Shared": [[251, "building-for-multiple-configurations-release-debug-static-and-shared"]], "Modifying settings: use Debug configuration for the application and its dependencies": [[251, "modifying-settings-use-debug-configuration-for-the-application-and-its-dependencies"]], "Modifying options: linking the application dependencies as shared libraries": [[251, "modifying-options-linking-the-application-dependencies-as-shared-libraries"]], "Difference between settings and options": [[251, "difference-between-settings-and-options"]], "Introducing the concept of Package ID": [[251, "introducing-the-concept-of-package-id"]], "Introduction to versioning": [[252, "introduction-to-versioning"]], "Version ranges": [[252, "version-ranges"], [278, "version-ranges"]], "Revisions": [[252, "revisions"], [277, "revisions"]], "Understanding the flexibility of using conanfile.py vs conanfile.txt": [[253, "understanding-the-flexibility-of-using-conanfile-py-vs-conanfile-txt"]], "Use the layout() method": [[253, "use-the-layout-method"]], "Use the validate() method to raise an error for non-supported configurations": [[253, "use-the-validate-method-to-raise-an-error-for-non-supported-configurations"]], "Conditional requirements using a conanfile.py": [[253, "conditional-requirements-using-a-conanfile-py"]], "Use the generate() method to copy resources from packages": [[253, "use-the-generate-method-to-copy-resources-from-packages"]], "Using build tools as Conan packages": [[254, "using-build-tools-as-conan-packages"]], "Creating packages": [[255, "creating-packages"]], "Add dependencies to packages": [[256, "add-dependencies-to-packages"]], "Build packages: the build() method": [[257, "build-packages-the-build-method"]], "Build and run tests for your project": [[257, "build-and-run-tests-for-your-project"]], "Changes introduced in the recipe": [[257, "changes-introduced-in-the-recipe"], [260, "changes-introduced-in-the-recipe"]], "Changes introduced in the library sources": [[257, "changes-introduced-in-the-library-sources"], [260, "changes-introduced-in-the-library-sources"]], "Conditionally patching the source code": [[257, "conditionally-patching-the-source-code"]], "Conditionally select your build system": [[257, "conditionally-select-your-build-system"]], "Configure settings and options in recipes": [[258, "configure-settings-and-options-in-recipes"]], "Conan packages binary compatibility: the package ID": [[258, "conan-packages-binary-compatibility-the-package-id"]], "C libraries": [[258, "c-libraries"]], "Header-only libraries": [[258, "header-only-libraries"]], "Create your first Conan package": [[259, "create-your-first-conan-package"]], "A note about the Conan cache": [[259, "a-note-about-the-conan-cache"]], "Define information for consumers: the package_info() method": [[260, "define-information-for-consumers-the-package-info-method"]], "Setting information in the package_info() method": [[260, "setting-information-in-the-package-info-method"]], "Define information for consumers depending on settings or options": [[260, "define-information-for-consumers-depending-on-settings-or-options"]], "Properties model: setting information for specific generators": [[260, "properties-model-setting-information-for-specific-generators"]], "Handle sources in packages": [[261, "handle-sources-in-packages"]], "Sources from a zip file stored in a remote repository": [[261, "sources-from-a-zip-file-stored-in-a-remote-repository"]], "Sources from a branch in a git repository": [[261, "sources-from-a-branch-in-a-git-repository"]], "Using the conandata.yml file": [[261, "using-the-conandata-yml-file"]], "Other types of packages": [[262, "other-types-of-packages"]], "Header-only packages": [[263, "header-only-packages"]], "Header-only library with tests": [[263, "header-only-library-with-tests"]], "Package prebuilt binaries": [[264, "package-prebuilt-binaries"]], "Locally building binaries": [[264, "locally-building-binaries"]], "Packaging already Pre-built Binaries": [[264, "packaging-already-pre-built-binaries"]], "Downloading and Packaging Pre-built Binaries": [[264, "downloading-and-packaging-pre-built-binaries"]], "Tool requires packages": [[265, "tool-requires-packages"]], "A simple tool require recipe": [[265, "a-simple-tool-require-recipe"]], "Removing settings in package_id()": [[265, "removing-settings-in-package-id"]], "Package files: the package() method": [[266, "package-files-the-package-method"]], "Using CMake install step in the package() method": [[266, "using-cmake-install-step-in-the-package-method"]], "Use conan.tools.files.copy() in the package() method and packaging licenses": [[266, "use-conan-tools-files-copy-in-the-package-method-and-packaging-licenses"]], "Managing symlinks in the package() method": [[266, "managing-symlinks-in-the-package-method"]], "Preparing the build": [[267, "preparing-the-build"]], "Testing Conan packages": [[268, "testing-conan-packages"]], "Developing packages locally": [[269, "developing-packages-locally"]], "Packages in editable mode": [[270, "packages-in-editable-mode"]], "Put say/1.0 package in editable mode": [[270, "put-say-1-0-package-in-editable-mode"]], "Using say/1.0 package in editable mode": [[270, "using-say-1-0-package-in-editable-mode"]], "Working with editable packages": [[270, "working-with-editable-packages"]], "Building editable dependencies": [[270, "building-editable-dependencies"]], "Revert the editable mode": [[270, "revert-the-editable-mode"]], "Package Development Flow": [[271, "package-development-flow"]], "Understanding the Conan Package layout": [[272, "understanding-the-conan-package-layout"]], "cpp.package": [[272, "cpp-package"]], "cpp.source and cpp.build": [[272, "cpp-source-and-cpp-build"]], "Other important Conan features": [[273, "other-important-conan-features"]], "Packages lists": [[273, "packages-lists"]], "Removing unused packages from the cache": [[273, "removing-unused-packages-from-the-cache"]], "Dependencies conflicts": [[275, "dependencies-conflicts"]], "Resolving conflicts": [[275, "resolving-conflicts"]], "Overriding options": [[275, "overriding-options"]], "Multi-configuration lockfiles": [[276, "multi-configuration-lockfiles"]], "Evolving lockfiles": [[276, "evolving-lockfiles"]], "Creating different revisions": [[277, "creating-different-revisions"]], "Using revisions": [[277, "using-revisions"]], "Uploading revisions": [[277, "uploading-revisions"]], "Package revisions": [[277, "package-revisions"]], "Semantic versioning": [[278, "semantic-versioning"]], "Range expressions": [[278, "range-expressions"]], "Versions": [[279, "versions"]], "Automating versions": [[279, "automating-versions"]], "Requiring the new versions": [[279, "requiring-the-new-versions"]], "What\u2019s new in Conan 2": [[280, "what-s-new-in-conan-2"]], "Conan 2 migration guide": [[280, "conan-2-migration-guide"]], "New graph model": [[280, "new-graph-model"]], "New public Python API": [[280, "new-public-python-api"]], "New build system integrations": [[280, "new-build-system-integrations"]], "New custom user commands": [[280, "new-custom-user-commands"]], "New CLI": [[280, "new-cli"]], "New deployers": [[280, "new-deployers"]], "New package_id": [[280, "new-package-id"]], "compatibility.py": [[280, "compatibility-py"]], "New lockfiles": [[280, "new-lockfiles"]], "New configuration and environment management": [[280, "new-configuration-and-environment-management"]], "Multi-revision cache": [[280, "multi-revision-cache"]], "New extensions plugins": [[280, "new-extensions-plugins"]], "Profile checker": [[280, "profile-checker"]], "Package immutability optimizations": [[280, "package-immutability-optimizations"]], "Package lists": [[280, "package-lists"]], "Metadata files": [[280, "metadata-files"]], "Third party backup sources": [[280, "third-party-backup-sources"]], "Installing configuration from Conan packages": [[280, "installing-configuration-from-conan-packages"]]}, "indexentries": {"append() (conf method)": [[140, "conans.model.conf.Conf.append"]], "define() (conf method)": [[140, "conans.model.conf.Conf.define"]], "prepend() (conf method)": [[140, "conans.model.conf.Conf.prepend"]], "remove() (conf method)": [[140, "conans.model.conf.Conf.remove"]], "unset() (conf method)": [[140, "conans.model.conf.Conf.unset"]], "update() (conf method)": [[140, "conans.model.conf.Conf.update"]], "commandapi (class in conan.api.subapi.command)": [[170, "conan.api.subapi.command.CommandAPI"]], "conanapi (class in conan.api.conan_api)": [[171, "conan.api.conan_api.ConanAPI"]], "configapi (class in conan.api.subapi.config)": [[172, "conan.api.subapi.config.ConfigAPI"]], "global_conf (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.global_conf"]], "settings_yml (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.settings_yml"]], "downloadapi (class in conan.api.subapi.download)": [[173, "conan.api.subapi.download.DownloadAPI"]], "download_full() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.download_full"]], "package() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.package"]], "recipe() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.recipe"]], "exportapi (class in conan.api.subapi.export)": [[174, "conan.api.subapi.export.ExportAPI"]], "graphapi (class in conan.api.subapi.graph)": [[175, "conan.api.subapi.graph.GraphAPI"]], "analyze_binaries() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.analyze_binaries"]], "load_graph() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_graph"]], "load_root_test_conanfile() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_root_test_conanfile"]], "installapi (class in conan.api.subapi.install)": [[176, "conan.api.subapi.install.InstallAPI"]], "install_binaries() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_binaries"]], "install_consumer() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_consumer"]], "install_sources() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_sources"]], "install_system_requires() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_system_requires"]], "listapi (class in conan.api.subapi.list)": [[177, "conan.api.subapi.list.ListAPI"]], "filter_packages_configurations() (listapi static method)": [[177, "conan.api.subapi.list.ListAPI.filter_packages_configurations"]], "newapi (class in conan.api.subapi.new)": [[178, "conan.api.subapi.new.NewAPI"]], "get_home_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_home_template"]], "get_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_template"]], "profilesapi (class in conan.api.subapi.profiles)": [[179, "conan.api.subapi.profiles.ProfilesAPI"]], "detect() (profilesapi static method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.detect"]], "get_default_build() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_build"]], "get_default_host() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_host"]], "get_path() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_path"]], "get_profile() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_profile"]], "list() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.list"]], "remotesapi (class in conan.api.subapi.remotes)": [[180, "conan.api.subapi.remotes.RemotesAPI"]], "add() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.add"]], "disable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.disable"]], "enable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.enable"]], "get() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.get"]], "list() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.list"]], "remove() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.remove"]], "rename() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.rename"]], "update() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.update"]], "user_login() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_login"]], "user_logout() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_logout"]], "removeapi (class in conan.api.subapi.remove)": [[181, "conan.api.subapi.remove.RemoveAPI"]], "searchapi (class in conan.api.subapi.search)": [[182, "conan.api.subapi.search.SearchAPI"]], "uploadapi (class in conan.api.subapi.upload)": [[183, "conan.api.subapi.upload.UploadAPI"]], "check_upstream() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.check_upstream"]], "prepare() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.prepare"]], "upload_full() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.upload_full"]], "android_abi() (in module conan.tools.android)": [[186, "conan.tools.android.android_abi"]], "xcrun (class in conan.tools.apple)": [[188, "conan.tools.apple.XCRun"]], "ar (xcrun property)": [[188, "conan.tools.apple.XCRun.ar"]], "cc (xcrun property)": [[188, "conan.tools.apple.XCRun.cc"]], "cxx (xcrun property)": [[188, "conan.tools.apple.XCRun.cxx"]], "find() (xcrun method)": [[188, "conan.tools.apple.XCRun.find"]], "fix_apple_shared_install_name() (in module conan.tools.apple)": [[188, "conan.tools.apple.fix_apple_shared_install_name"]], "install_name_tool (xcrun property)": [[188, "conan.tools.apple.XCRun.install_name_tool"]], "is_apple_os() (in module conan.tools.apple)": [[188, "conan.tools.apple.is_apple_os"]], "libtool (xcrun property)": [[188, "conan.tools.apple.XCRun.libtool"]], "otool (xcrun property)": [[188, "conan.tools.apple.XCRun.otool"]], "ranlib (xcrun property)": [[188, "conan.tools.apple.XCRun.ranlib"]], "sdk_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_path"]], "sdk_platform_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_path"]], "sdk_platform_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_version"]], "sdk_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_version"]], "strip (xcrun property)": [[188, "conan.tools.apple.XCRun.strip"]], "to_apple_arch() (in module conan.tools.apple)": [[188, "conan.tools.apple.to_apple_arch"]], "xcodebuild (class in conan.tools.apple.xcodebuild)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild"]], "__init__() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.__init__"]], "build() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.build"]], "build_jobs() (in module conan.tools.build.cpu)": [[192, "conan.tools.build.cpu.build_jobs"]], "can_run() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.can_run"]], "check_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_max_cppstd"]], "check_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_min_cppstd"]], "cppstd_flag() (in module conan.tools.build.flags)": [[192, "conan.tools.build.flags.cppstd_flag"]], "cross_building() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.cross_building"]], "default_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.default_cppstd"]], "supported_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.supported_cppstd"]], "valid_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_max_cppstd"]], "valid_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_min_cppstd"]], "cmake (class in conan.tools.cmake.cmake)": [[194, "conan.tools.cmake.cmake.CMake"]], "build() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.build"]], "configure() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.configure"]], "ctest() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.ctest"]], "install() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.install"]], "test() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.test"]], "cmake_layout() (in module conan.tools.cmake.layout)": [[195, "conan.tools.cmake.layout.cmake_layout"]], "cmakedeps (class in conan.tools.cmake.cmakedeps.cmakedeps)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps"]], "generate() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.generate"]], "get_cmake_package_name() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_cmake_package_name"]], "get_find_mode() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_find_mode"]], "set_property() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.set_property"]], "cmaketoolchain (class in conan.tools.cmake.toolchain.toolchain)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain"]], "generate() (cmaketoolchain method)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain.generate"]], "environment (class in conan.tools.env.environment)": [[200, "conan.tools.env.environment.Environment"]], "append() (environment method)": [[200, "conan.tools.env.environment.Environment.append"]], "append_path() (environment method)": [[200, "conan.tools.env.environment.Environment.append_path"]], "compose_env() (environment method)": [[200, "conan.tools.env.environment.Environment.compose_env"]], "define() (environment method)": [[200, "conan.tools.env.environment.Environment.define"]], "deploy_base_folder() (environment method)": [[200, "conan.tools.env.environment.Environment.deploy_base_folder"]], "dumps() (environment method)": [[200, "conan.tools.env.environment.Environment.dumps"]], "prepend() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend"]], "prepend_path() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend_path"]], "remove() (environment method)": [[200, "conan.tools.env.environment.Environment.remove"]], "unset() (environment method)": [[200, "conan.tools.env.environment.Environment.unset"]], "vars() (environment method)": [[200, "conan.tools.env.environment.Environment.vars"]], "envvars (class in conan.tools.env.environment)": [[201, "conan.tools.env.environment.EnvVars"]], "apply() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.apply"]], "get() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.get"]], "items() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.items"]], "save_script() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.save_script"]], "virtualbuildenv (class in conan.tools.env.virtualbuildenv)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv"]], "environment() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.environment"]], "generate() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.generate"]], "vars() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.vars"]], "virtualrunenv (class in conan.tools.env.virtualrunenv)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv"]], "environment() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.environment"]], "generate() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.generate"]], "vars() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.vars"]], "chdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.chdir"]], "collect_libs() (in module conan.tools.files)": [[205, "conan.tools.files.collect_libs"]], "copy() (in module conan.tools.files.copy_pattern)": [[205, "conan.tools.files.copy_pattern.copy"]], "load() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.load"]], "mkdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.mkdir"]], "rename() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rename"]], "replace_in_file() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.replace_in_file"]], "rm() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rm"]], "rmdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rmdir"]], "save() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.save"]], "trim_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.trim_conandata"]], "unzip() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.unzip"]], "update_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.update_conandata"]], "check_md5() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_md5"]], "check_sha1() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha1"]], "check_sha256() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha256"]], "download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.download"]], "ftp_download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.ftp_download"]], "get() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.get"]], "apply_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.apply_conandata_patches"]], "export_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.export_conandata_patches"]], "patch() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.patch"]], "absolute_to_relative_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.absolute_to_relative_symlinks"]], "remove_broken_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_broken_symlinks"]], "remove_external_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_external_symlinks"]], "autotools (class in conan.tools.gnu.autotools)": [[212, "conan.tools.gnu.autotools.Autotools"]], "autoreconf() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.autoreconf"]], "configure() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.configure"]], "install() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.install"]], "make() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.make"]], "autotoolsdeps (class in conan.tools.gnu.autotoolsdeps)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps"]], "environment (autotoolsdeps property)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps.environment"]], "autotoolstoolchain (class in conan.tools.gnu.autotoolstoolchain)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain"]], "update_autoreconf_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_autoreconf_args"]], "update_configure_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_configure_args"]], "update_make_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_make_args"]], "makedeps (class in conan.tools.gnu)": [[215, "conan.tools.gnu.MakeDeps"]], "generate() (makedeps method)": [[215, "conan.tools.gnu.MakeDeps.generate"]], "pkgconfig (class in conan.tools.gnu)": [[216, "conan.tools.gnu.PkgConfig"]], "fill_cpp_info() (pkgconfig method)": [[216, "conan.tools.gnu.PkgConfig.fill_cpp_info"]], "pkgconfigdeps (class in conan.tools.gnu)": [[217, "conan.tools.gnu.PkgConfigDeps"]], "content (pkgconfigdeps property)": [[217, "conan.tools.gnu.PkgConfigDeps.content"]], "generate() (pkgconfigdeps method)": [[217, "conan.tools.gnu.PkgConfigDeps.generate"]], "bazel (class in conan.tools.google)": [[219, "conan.tools.google.Bazel"]], "build() (bazel method)": [[219, "conan.tools.google.Bazel.build"]], "test() (bazel method)": [[219, "conan.tools.google.Bazel.test"]], "bazeldeps (class in conan.tools.google)": [[220, "conan.tools.google.BazelDeps"]], "build_context_activated (bazeldeps attribute)": [[220, "conan.tools.google.BazelDeps.build_context_activated"]], "generate() (bazeldeps method)": [[220, "conan.tools.google.BazelDeps.generate"]], "bazeltoolchain (class in conan.tools.google)": [[221, "conan.tools.google.BazelToolchain"]], "compilation_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compilation_mode"]], "compiler (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compiler"]], "conlyopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.conlyopt"]], "copt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.copt"]], "cppstd (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cppstd"]], "cpu (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cpu"]], "crosstool_top (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.crosstool_top"]], "cxxopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cxxopt"]], "dynamic_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.dynamic_mode"]], "force_pic (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.force_pic"]], "generate() (bazeltoolchain method)": [[221, "conan.tools.google.BazelToolchain.generate"]], "linkopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.linkopt"]], "intelcc (class in conan.tools.intel)": [[222, "conan.tools.intel.IntelCC"]], "arch (intelcc attribute)": [[222, "conan.tools.intel.IntelCC.arch"]], "command (intelcc property)": [[222, "conan.tools.intel.IntelCC.command"]], "generate() (intelcc method)": [[222, "conan.tools.intel.IntelCC.generate"]], "installation_path (intelcc property)": [[222, "conan.tools.intel.IntelCC.installation_path"]], "ms_toolset (intelcc property)": [[222, "conan.tools.intel.IntelCC.ms_toolset"]], "meson (class in conan.tools.meson)": [[225, "conan.tools.meson.Meson"]], "build() (meson method)": [[225, "conan.tools.meson.Meson.build"]], "configure() (meson method)": [[225, "conan.tools.meson.Meson.configure"]], "install() (meson method)": [[225, "conan.tools.meson.Meson.install"]], "test() (meson method)": [[225, "conan.tools.meson.Meson.test"]], "mesontoolchain (class in conan.tools.meson)": [[226, "conan.tools.meson.MesonToolchain"]], "apple_arch_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_arch_flag"]], "apple_isysroot_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_isysroot_flag"]], "apple_min_version_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_min_version_flag"]], "ar (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ar"]], "as_ (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.as_"]], "c (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c"]], "c_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_args"]], "c_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_ld"]], "c_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_link_args"]], "cpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp"]], "cpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_args"]], "cpp_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_ld"]], "cpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_link_args"]], "cross_build (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cross_build"]], "generate() (mesontoolchain method)": [[226, "conan.tools.meson.MesonToolchain.generate"]], "ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ld"]], "objc (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc"]], "objc_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_args"]], "objc_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_link_args"]], "objcpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp"]], "objcpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_args"]], "objcpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_link_args"]], "pkg_config_path (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkg_config_path"]], "pkgconfig (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkgconfig"]], "preprocessor_definitions (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.preprocessor_definitions"]], "project_options (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.project_options"]], "properties (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.properties"]], "strip (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.strip"]], "windres (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.windres"]], "check_min_vs() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.check_min_vs"]], "is_msvc() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc"]], "is_msvc_static_runtime() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc_static_runtime"]], "msvc_runtime_flag() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvc_runtime_flag"]], "msvs_toolset() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvs_toolset"]], "unix_path() (in module conan.tools.microsoft)": [[228, "conan.tools.microsoft.unix_path"]], "msbuild (class in conan.tools.microsoft)": [[229, "conan.tools.microsoft.MSBuild"]], "build() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.build"]], "command() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.command"]], "msbuilddeps (class in conan.tools.microsoft)": [[230, "conan.tools.microsoft.MSBuildDeps"]], "generate() (msbuilddeps method)": [[230, "conan.tools.microsoft.MSBuildDeps.generate"]], "msbuildtoolchain (class in conan.tools.microsoft)": [[231, "conan.tools.microsoft.MSBuildToolchain"]], "generate() (msbuildtoolchain method)": [[231, "conan.tools.microsoft.MSBuildToolchain.generate"]], "vcvars (class in conan.tools.microsoft)": [[233, "conan.tools.microsoft.VCVars"]], "generate() (vcvars method)": [[233, "conan.tools.microsoft.VCVars.generate"]], "vs_layout() (in module conan.tools.microsoft)": [[234, "conan.tools.microsoft.vs_layout"]], "git (class in conan.tools.scm.git)": [[236, "conan.tools.scm.git.Git"]], "checkout() (git method)": [[236, "conan.tools.scm.git.Git.checkout"]], "checkout_from_conandata_coordinates() (git method)": [[236, "conan.tools.scm.git.Git.checkout_from_conandata_coordinates"]], "clone() (git method)": [[236, "conan.tools.scm.git.Git.clone"]], "commit_in_remote() (git method)": [[236, "conan.tools.scm.git.Git.commit_in_remote"]], "coordinates_to_conandata() (git method)": [[236, "conan.tools.scm.git.Git.coordinates_to_conandata"]], "fetch_commit() (git method)": [[236, "conan.tools.scm.git.Git.fetch_commit"]], "get_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_commit"]], "get_remote_url() (git method)": [[236, "conan.tools.scm.git.Git.get_remote_url"]], "get_repo_root() (git method)": [[236, "conan.tools.scm.git.Git.get_repo_root"]], "get_url_and_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_url_and_commit"]], "included_files() (git method)": [[236, "conan.tools.scm.git.Git.included_files"]], "is_dirty() (git method)": [[236, "conan.tools.scm.git.Git.is_dirty"]], "run() (git method)": [[236, "conan.tools.scm.git.Git.run"]], "version (class in conan.tools.scm)": [[237, "conan.tools.scm.Version"]], "apk (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apk"]], "apt (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apt"]], "brew (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Brew"]], "chocolatey (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Chocolatey"]], "pacman (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PacMan"]], "pkg (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Pkg"]], "pkgutil (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PkgUtil"]], "yum (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Yum"]], "zypper (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Zypper"]], "check() (apk method)": [[240, "conan.tools.system.package_manager.Apk.check"]], "check() (apt method)": [[240, "conan.tools.system.package_manager.Apt.check"]], "check() (brew method)": [[240, "conan.tools.system.package_manager.Brew.check"]], "check() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.check"]], "check() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.check"]], "check() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.check"]], "check() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.check"]], "check() (yum method)": [[240, "conan.tools.system.package_manager.Yum.check"]], "check() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.check"]], "install() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install"]], "install() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install"]], "install() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install"]], "install() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install"]], "install() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install"]], "install() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install"]], "install() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install"]], "install() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install"]], "install() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install"]], "install_substitutes() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install_substitutes"]], "install_substitutes() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install_substitutes"]], "install_substitutes() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install_substitutes"]], "install_substitutes() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install_substitutes"]], "install_substitutes() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install_substitutes"]], "install_substitutes() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install_substitutes"]], "install_substitutes() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install_substitutes"]], "install_substitutes() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install_substitutes"]], "install_substitutes() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install_substitutes"]], "update() (apk method)": [[240, "conan.tools.system.package_manager.Apk.update"]], "update() (apt method)": [[240, "conan.tools.system.package_manager.Apt.update"]], "update() (brew method)": [[240, "conan.tools.system.package_manager.Brew.update"]], "update() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.update"]], "update() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.update"]], "update() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.update"]], "update() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.update"]], "update() (yum method)": [[240, "conan.tools.system.package_manager.Yum.update"]], "update() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.update"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["404", "changelog", "devops", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo", "devops/backup_sources/sources_backup", "devops/conancenter/hosting_binaries", "devops/metadata", "devops/save_restore", "devops/using_conancenter", "devops/versioning", "devops/versioning/resolve_prereleases", "examples", "examples/commands", "examples/commands/pkglists", "examples/conanfile", "examples/conanfile/layout", "examples/conanfile/layout/conanfile_in_subfolder", "examples/conanfile/layout/editable_components", "examples/conanfile/layout/multiple_subprojects", "examples/conanfile/layout/third_party_libraries", "examples/conanfile/package_info", "examples/conanfile/package_info/components", "examples/conanfile/package_info/package_info_conf_and_env", "examples/config_files", "examples/config_files/settings/settings_user", "examples/cross_build", "examples/cross_build/android/android_studio", "examples/cross_build/android/ndk", "examples/cross_build/toolchain_packages", "examples/dev_flow", "examples/dev_flow/debug/step_into_dependencies", "examples/extensions", "examples/extensions/commands/clean/custom_command_clean_revisions", "examples/extensions/commands/custom_commands", "examples/extensions/deployers/builtin_deployers", "examples/extensions/deployers/custom_deployers", "examples/extensions/deployers/dev/development_deploy", "examples/extensions/deployers/sources/custom_deployer_sources", "examples/graph", "examples/graph/requires/consume_cmake_macro", "examples/graph/tool_requires/different_options", "examples/graph/tool_requires/different_versions", "examples/graph/tool_requires/use_cmake_modules", "examples/graph/tool_requires/using_protobuf", "examples/tools", "examples/tools/autotools/autotools", "examples/tools/autotools/build_project_autotools_toolchain", "examples/tools/autotools/create_your_first_package", "examples/tools/cmake/cmake", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake", "examples/tools/files/files", "examples/tools/files/patches/patch_sources", "examples/tools/google/bazel", "examples/tools/google/bazeltoolchain/build_simple_bazel_project", "examples/tools/meson/build_simple_meson_project", "examples/tools/meson/create_your_first_package", "examples/tools/meson/meson", "examples/tools/microsoft/msbuild", "examples/tools/microsoft/msbuild/create_your_first_package", "examples/tools/scm/git/capture_scm/git_capture_scm", "index", "installation", "integrations", "integrations/android", "integrations/autotools", "integrations/bazel", "integrations/clion", "integrations/cmake", "integrations/jfrog", "integrations/makefile", "integrations/meson", "integrations/visual_studio", "integrations/xcode", "introduction", "knowledge", "knowledge/cheatsheet", "knowledge/faq", "knowledge/guidelines", "knowledge/videos", "reference", "reference/binary_model", "reference/binary_model/custom_compatibility", "reference/binary_model/dependencies", "reference/binary_model/extending", "reference/binary_model/package_id", "reference/binary_model/settings_and_options", "reference/commands", "reference/commands/build", "reference/commands/cache", "reference/commands/config", "reference/commands/create", "reference/commands/download", "reference/commands/editable", "reference/commands/export", "reference/commands/export-pkg", "reference/commands/formatters/graph_info_json_formatter", "reference/commands/graph", "reference/commands/graph/build_order", "reference/commands/graph/build_order_merge", "reference/commands/graph/explain", "reference/commands/graph/info", "reference/commands/graph/outdated", "reference/commands/inspect", "reference/commands/install", "reference/commands/list", "reference/commands/lock", "reference/commands/lock/add", "reference/commands/lock/create", "reference/commands/lock/merge", "reference/commands/lock/remove", "reference/commands/new", "reference/commands/profile", "reference/commands/remote", "reference/commands/remove", "reference/commands/search", "reference/commands/source", "reference/commands/test", "reference/commands/upload", "reference/commands/version", "reference/conan_server", "reference/conanfile", "reference/conanfile/attributes", "reference/conanfile/methods", "reference/conanfile/methods/build", "reference/conanfile/methods/build_id", "reference/conanfile/methods/build_requirements", "reference/conanfile/methods/compatibility", "reference/conanfile/methods/config_options", "reference/conanfile/methods/configure", "reference/conanfile/methods/deploy", "reference/conanfile/methods/export", "reference/conanfile/methods/export_sources", "reference/conanfile/methods/generate", "reference/conanfile/methods/init", "reference/conanfile/methods/layout", "reference/conanfile/methods/package", "reference/conanfile/methods/package_id", "reference/conanfile/methods/package_info", "reference/conanfile/methods/requirements", "reference/conanfile/methods/set_name", "reference/conanfile/methods/set_version", "reference/conanfile/methods/source", "reference/conanfile/methods/system_requirements", "reference/conanfile/methods/test", "reference/conanfile/methods/validate", "reference/conanfile/methods/validate_build", "reference/conanfile/running_and_output", "reference/conanfile_txt", "reference/config_files", "reference/config_files/conanrc", "reference/config_files/credentials", "reference/config_files/global_conf", "reference/config_files/profiles", "reference/config_files/remotes", "reference/config_files/settings", "reference/config_files/source_credentials", "reference/environment", "reference/extensions", "reference/extensions/binary_compatibility", "reference/extensions/command_wrapper", "reference/extensions/custom_commands", "reference/extensions/custom_generators", "reference/extensions/deployers", "reference/extensions/hooks", "reference/extensions/package_signing", "reference/extensions/profile_plugin", "reference/extensions/python_api", "reference/extensions/python_api/CommandAPI", "reference/extensions/python_api/ConanAPI", "reference/extensions/python_api/ConfigAPI", "reference/extensions/python_api/DownloadAPI", "reference/extensions/python_api/ExportAPI", "reference/extensions/python_api/GraphAPI", "reference/extensions/python_api/InstallAPI", "reference/extensions/python_api/ListAPI", "reference/extensions/python_api/NewAPI", "reference/extensions/python_api/ProfilesAPI", "reference/extensions/python_api/RemotesAPI", "reference/extensions/python_api/RemoveAPI", "reference/extensions/python_api/SearchAPI", "reference/extensions/python_api/UploadAPI", "reference/extensions/python_requires", "reference/tools", "reference/tools/android", "reference/tools/apple", "reference/tools/apple/other", "reference/tools/apple/xcodebuild", "reference/tools/apple/xcodedeps", "reference/tools/apple/xcodetoolchain", "reference/tools/build", "reference/tools/cmake", "reference/tools/cmake/cmake", "reference/tools/cmake/cmake_layout", "reference/tools/cmake/cmakedeps", "reference/tools/cmake/cmaketoolchain", "reference/tools/cpp_info", "reference/tools/env", "reference/tools/env/environment", "reference/tools/env/envvars", "reference/tools/env/virtualbuildenv", "reference/tools/env/virtualrunenv", "reference/tools/files", "reference/tools/files/basic", "reference/tools/files/checksum", "reference/tools/files/downloads", "reference/tools/files/packaging", "reference/tools/files/patches", "reference/tools/files/symlinks", "reference/tools/gnu", "reference/tools/gnu/autotools", "reference/tools/gnu/autotoolsdeps", "reference/tools/gnu/autotoolstoolchain", "reference/tools/gnu/makedeps", "reference/tools/gnu/pkgconfig", "reference/tools/gnu/pkgconfigdeps", "reference/tools/google", "reference/tools/google/bazel", "reference/tools/google/bazeldeps", "reference/tools/google/bazeltoolchain", "reference/tools/intel", "reference/tools/layout", "reference/tools/meson", "reference/tools/meson/meson", "reference/tools/meson/mesontoolchain", "reference/tools/microsoft", "reference/tools/microsoft/helpers", "reference/tools/microsoft/msbuild", "reference/tools/microsoft/msbuilddeps", "reference/tools/microsoft/msbuildtoolchain", "reference/tools/microsoft/nmake", "reference/tools/microsoft/vcvars", "reference/tools/microsoft/visual_layout", "reference/tools/scm", "reference/tools/scm/git", "reference/tools/scm/version", "reference/tools/scons", "reference/tools/system", "reference/tools/system/package_manager", "tutorial", "tutorial/conan_repositories", "tutorial/conan_repositories/conan_center", "tutorial/conan_repositories/setting_up_conan_remotes", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server", "tutorial/conan_repositories/uploading_packages", "tutorial/consuming_packages", "tutorial/consuming_packages/build_simple_cmake_project", "tutorial/consuming_packages/cross_building_with_conan", "tutorial/consuming_packages/different_configurations", "tutorial/consuming_packages/intro_to_versioning", "tutorial/consuming_packages/the_flexibility_of_conanfile_py", "tutorial/consuming_packages/use_tools_as_conan_packages", "tutorial/creating_packages", "tutorial/creating_packages/add_dependencies_to_packages", "tutorial/creating_packages/build_packages", "tutorial/creating_packages/configure_options_settings", "tutorial/creating_packages/create_your_first_package", "tutorial/creating_packages/define_package_information", "tutorial/creating_packages/handle_sources_in_packages", "tutorial/creating_packages/other_types_of_packages", "tutorial/creating_packages/other_types_of_packages/header_only_packages", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages", "tutorial/creating_packages/package_method", "tutorial/creating_packages/preparing_the_build", "tutorial/creating_packages/test_conan_packages", "tutorial/developing_packages", "tutorial/developing_packages/editable_packages", "tutorial/developing_packages/local_package_development_flow", "tutorial/developing_packages/package_layout", "tutorial/other_features", "tutorial/versioning", "tutorial/versioning/conflicts", "tutorial/versioning/lockfiles", "tutorial/versioning/revisions", "tutorial/versioning/version_ranges", "tutorial/versioning/versions", "whatsnew"], "filenames": ["404.rst", "changelog.rst", "devops.rst", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.rst", "devops/backup_sources/sources_backup.rst", "devops/conancenter/hosting_binaries.rst", "devops/metadata.rst", "devops/save_restore.rst", "devops/using_conancenter.rst", "devops/versioning.rst", "devops/versioning/resolve_prereleases.rst", "examples.rst", "examples/commands.rst", "examples/commands/pkglists.rst", "examples/conanfile.rst", "examples/conanfile/layout.rst", "examples/conanfile/layout/conanfile_in_subfolder.rst", "examples/conanfile/layout/editable_components.rst", "examples/conanfile/layout/multiple_subprojects.rst", "examples/conanfile/layout/third_party_libraries.rst", "examples/conanfile/package_info.rst", "examples/conanfile/package_info/components.rst", "examples/conanfile/package_info/package_info_conf_and_env.rst", "examples/config_files.rst", "examples/config_files/settings/settings_user.rst", "examples/cross_build.rst", "examples/cross_build/android/android_studio.rst", "examples/cross_build/android/ndk.rst", "examples/cross_build/toolchain_packages.rst", "examples/dev_flow.rst", "examples/dev_flow/debug/step_into_dependencies.rst", "examples/extensions.rst", "examples/extensions/commands/clean/custom_command_clean_revisions.rst", "examples/extensions/commands/custom_commands.rst", "examples/extensions/deployers/builtin_deployers.rst", "examples/extensions/deployers/custom_deployers.rst", "examples/extensions/deployers/dev/development_deploy.rst", "examples/extensions/deployers/sources/custom_deployer_sources.rst", "examples/graph.rst", "examples/graph/requires/consume_cmake_macro.rst", "examples/graph/tool_requires/different_options.rst", "examples/graph/tool_requires/different_versions.rst", "examples/graph/tool_requires/use_cmake_modules.rst", "examples/graph/tool_requires/using_protobuf.rst", "examples/tools.rst", "examples/tools/autotools/autotools.rst", "examples/tools/autotools/build_project_autotools_toolchain.rst", "examples/tools/autotools/create_your_first_package.rst", "examples/tools/cmake/cmake.rst", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables.rst", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake.rst", "examples/tools/files/files.rst", "examples/tools/files/patches/patch_sources.rst", "examples/tools/google/bazel.rst", "examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst", "examples/tools/meson/build_simple_meson_project.rst", "examples/tools/meson/create_your_first_package.rst", "examples/tools/meson/meson.rst", "examples/tools/microsoft/msbuild.rst", "examples/tools/microsoft/msbuild/create_your_first_package.rst", "examples/tools/scm/git/capture_scm/git_capture_scm.rst", "index.rst", "installation.rst", "integrations.rst", "integrations/android.rst", "integrations/autotools.rst", "integrations/bazel.rst", "integrations/clion.rst", "integrations/cmake.rst", "integrations/jfrog.rst", "integrations/makefile.rst", "integrations/meson.rst", "integrations/visual_studio.rst", "integrations/xcode.rst", "introduction.rst", "knowledge.rst", "knowledge/cheatsheet.rst", "knowledge/faq.rst", "knowledge/guidelines.rst", "knowledge/videos.rst", "reference.rst", "reference/binary_model.rst", "reference/binary_model/custom_compatibility.rst", "reference/binary_model/dependencies.rst", "reference/binary_model/extending.rst", "reference/binary_model/package_id.rst", "reference/binary_model/settings_and_options.rst", "reference/commands.rst", "reference/commands/build.rst", "reference/commands/cache.rst", "reference/commands/config.rst", "reference/commands/create.rst", "reference/commands/download.rst", "reference/commands/editable.rst", "reference/commands/export.rst", "reference/commands/export-pkg.rst", "reference/commands/formatters/graph_info_json_formatter.rst", "reference/commands/graph.rst", "reference/commands/graph/build_order.rst", "reference/commands/graph/build_order_merge.rst", "reference/commands/graph/explain.rst", "reference/commands/graph/info.rst", "reference/commands/graph/outdated.rst", "reference/commands/inspect.rst", "reference/commands/install.rst", "reference/commands/list.rst", "reference/commands/lock.rst", "reference/commands/lock/add.rst", "reference/commands/lock/create.rst", "reference/commands/lock/merge.rst", "reference/commands/lock/remove.rst", "reference/commands/new.rst", "reference/commands/profile.rst", "reference/commands/remote.rst", "reference/commands/remove.rst", "reference/commands/search.rst", "reference/commands/source.rst", "reference/commands/test.rst", "reference/commands/upload.rst", "reference/commands/version.rst", "reference/conan_server.rst", "reference/conanfile.rst", "reference/conanfile/attributes.rst", "reference/conanfile/methods.rst", "reference/conanfile/methods/build.rst", "reference/conanfile/methods/build_id.rst", "reference/conanfile/methods/build_requirements.rst", "reference/conanfile/methods/compatibility.rst", "reference/conanfile/methods/config_options.rst", "reference/conanfile/methods/configure.rst", "reference/conanfile/methods/deploy.rst", "reference/conanfile/methods/export.rst", "reference/conanfile/methods/export_sources.rst", "reference/conanfile/methods/generate.rst", "reference/conanfile/methods/init.rst", "reference/conanfile/methods/layout.rst", "reference/conanfile/methods/package.rst", "reference/conanfile/methods/package_id.rst", "reference/conanfile/methods/package_info.rst", "reference/conanfile/methods/requirements.rst", "reference/conanfile/methods/set_name.rst", "reference/conanfile/methods/set_version.rst", "reference/conanfile/methods/source.rst", "reference/conanfile/methods/system_requirements.rst", "reference/conanfile/methods/test.rst", "reference/conanfile/methods/validate.rst", "reference/conanfile/methods/validate_build.rst", "reference/conanfile/running_and_output.rst", "reference/conanfile_txt.rst", "reference/config_files.rst", "reference/config_files/conanrc.rst", "reference/config_files/credentials.rst", "reference/config_files/global_conf.rst", "reference/config_files/profiles.rst", "reference/config_files/remotes.rst", "reference/config_files/settings.rst", "reference/config_files/source_credentials.rst", "reference/environment.rst", "reference/extensions.rst", "reference/extensions/binary_compatibility.rst", "reference/extensions/command_wrapper.rst", "reference/extensions/custom_commands.rst", "reference/extensions/custom_generators.rst", "reference/extensions/deployers.rst", "reference/extensions/hooks.rst", "reference/extensions/package_signing.rst", "reference/extensions/profile_plugin.rst", "reference/extensions/python_api.rst", "reference/extensions/python_api/CommandAPI.rst", "reference/extensions/python_api/ConanAPI.rst", "reference/extensions/python_api/ConfigAPI.rst", "reference/extensions/python_api/DownloadAPI.rst", "reference/extensions/python_api/ExportAPI.rst", "reference/extensions/python_api/GraphAPI.rst", "reference/extensions/python_api/InstallAPI.rst", "reference/extensions/python_api/ListAPI.rst", "reference/extensions/python_api/NewAPI.rst", "reference/extensions/python_api/ProfilesAPI.rst", "reference/extensions/python_api/RemotesAPI.rst", "reference/extensions/python_api/RemoveAPI.rst", "reference/extensions/python_api/SearchAPI.rst", "reference/extensions/python_api/UploadAPI.rst", "reference/extensions/python_requires.rst", "reference/tools.rst", "reference/tools/android.rst", "reference/tools/apple.rst", "reference/tools/apple/other.rst", "reference/tools/apple/xcodebuild.rst", "reference/tools/apple/xcodedeps.rst", "reference/tools/apple/xcodetoolchain.rst", "reference/tools/build.rst", "reference/tools/cmake.rst", "reference/tools/cmake/cmake.rst", "reference/tools/cmake/cmake_layout.rst", "reference/tools/cmake/cmakedeps.rst", "reference/tools/cmake/cmaketoolchain.rst", "reference/tools/cpp_info.rst", "reference/tools/env.rst", "reference/tools/env/environment.rst", "reference/tools/env/envvars.rst", "reference/tools/env/virtualbuildenv.rst", "reference/tools/env/virtualrunenv.rst", "reference/tools/files.rst", "reference/tools/files/basic.rst", "reference/tools/files/checksum.rst", "reference/tools/files/downloads.rst", "reference/tools/files/packaging.rst", "reference/tools/files/patches.rst", "reference/tools/files/symlinks.rst", "reference/tools/gnu.rst", "reference/tools/gnu/autotools.rst", "reference/tools/gnu/autotoolsdeps.rst", "reference/tools/gnu/autotoolstoolchain.rst", "reference/tools/gnu/makedeps.rst", "reference/tools/gnu/pkgconfig.rst", "reference/tools/gnu/pkgconfigdeps.rst", "reference/tools/google.rst", "reference/tools/google/bazel.rst", "reference/tools/google/bazeldeps.rst", "reference/tools/google/bazeltoolchain.rst", "reference/tools/intel.rst", "reference/tools/layout.rst", "reference/tools/meson.rst", "reference/tools/meson/meson.rst", "reference/tools/meson/mesontoolchain.rst", "reference/tools/microsoft.rst", "reference/tools/microsoft/helpers.rst", "reference/tools/microsoft/msbuild.rst", "reference/tools/microsoft/msbuilddeps.rst", "reference/tools/microsoft/msbuildtoolchain.rst", "reference/tools/microsoft/nmake.rst", "reference/tools/microsoft/vcvars.rst", "reference/tools/microsoft/visual_layout.rst", "reference/tools/scm.rst", "reference/tools/scm/git.rst", "reference/tools/scm/version.rst", "reference/tools/scons.rst", "reference/tools/system.rst", "reference/tools/system/package_manager.rst", "tutorial.rst", "tutorial/conan_repositories.rst", "tutorial/conan_repositories/conan_center.rst", "tutorial/conan_repositories/setting_up_conan_remotes.rst", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.rst", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server.rst", "tutorial/conan_repositories/uploading_packages.rst", "tutorial/consuming_packages.rst", "tutorial/consuming_packages/build_simple_cmake_project.rst", "tutorial/consuming_packages/cross_building_with_conan.rst", "tutorial/consuming_packages/different_configurations.rst", "tutorial/consuming_packages/intro_to_versioning.rst", "tutorial/consuming_packages/the_flexibility_of_conanfile_py.rst", "tutorial/consuming_packages/use_tools_as_conan_packages.rst", "tutorial/creating_packages.rst", "tutorial/creating_packages/add_dependencies_to_packages.rst", "tutorial/creating_packages/build_packages.rst", "tutorial/creating_packages/configure_options_settings.rst", "tutorial/creating_packages/create_your_first_package.rst", "tutorial/creating_packages/define_package_information.rst", "tutorial/creating_packages/handle_sources_in_packages.rst", "tutorial/creating_packages/other_types_of_packages.rst", "tutorial/creating_packages/other_types_of_packages/header_only_packages.rst", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages.rst", "tutorial/creating_packages/package_method.rst", "tutorial/creating_packages/preparing_the_build.rst", "tutorial/creating_packages/test_conan_packages.rst", "tutorial/developing_packages.rst", "tutorial/developing_packages/editable_packages.rst", "tutorial/developing_packages/local_package_development_flow.rst", "tutorial/developing_packages/package_layout.rst", "tutorial/other_features.rst", "tutorial/versioning.rst", "tutorial/versioning/conflicts.rst", "tutorial/versioning/lockfiles.rst", "tutorial/versioning/revisions.rst", "tutorial/versioning/version_ranges.rst", "tutorial/versioning/versions.rst", "whatsnew.rst"], "titles": ["Page Not Found", "Changelog", "Devops guide", "Creating an Artifactory backup repo for your sources", "Backing up third-party sources with Conan", "Creating and hosting your own ConanCenter binaries", "Managing package metadata files", "Save and restore packages from/to the cache", "Using ConanCenter packages in production environments", "Versioning", "Handling version ranges and pre-releases", "Examples", "Conan commands examples", "Using packages-lists", "ConanFile methods examples", "ConanFile layout() examples", "Declaring the layout when the Conanfile is inside a subfolder", "Using components and editable packages", "Declaring the layout when we have multiple subprojects", "Declaring the layout when creating packages for third-party libraries", "ConanFile package_info() examples", "Define components for Conan packages that provide multiple libraries", "Propagating environment or configuration information to consumers", "Configuration files examples", "Customize your settings: create your settings_user.yml", "Cross-building examples", "Integrating Conan in Android Studio", "Cross building to Android with the NDK", "Creating a Conan package for a toolchain", "Developer tools and flows", "Debugging and stepping into dependencies", "Conan extensions examples", "Custom command: Clean old recipe and package revisions", "Custom commands", "Builtin deployers", "Custom deployers", "Creating a Conan-agnostic deploy of dependencies for developer use", "Copy sources from all your dependencies", "Graph examples", "Use a CMake macro packaged in a dependency", "Depending on same version of a tool-require with different options", "Depending on different versions of the same tool-require", "Use cmake modules inside a tool_requires transparently", "Using the same requirement as a requires and as a tool_requires", "Conan recipe tools examples", "Autotools", "Build a simple Autotools project with Conan dependencies", "Create your first Conan package with Autotools", "CMake", "CMakeToolchain: Building your project using CMakePresets", "CMakeToolchain: Extending your CMakePresets with Conan generated ones", "CMakeToolchain: Inject arbitrary CMake variables into dependencies", "CMakeToolchain: Using xxx-config.cmake files inside packages", "File interaction", "Patching sources", "Bazel", "Build a simple Bazel project using Conan", "Build a simple Meson project using Conan", "Create your first Conan package with Meson", "Meson", "MSBuild", "Create your first Conan package with Visual Studio/MSBuild", "Capturing Git scm information", "Conan 2 - C and C++ Package Manager Documentation", "Install", "Integrations", " Android", " Autotools", " Bazel", " CLion", " CMake", " JFrog", " Makefile", " Meson", " Visual Studio", " Xcode", "Introduction", "Knowledge", "Cheat sheet", "FAQ", "Core guidelines", "Videos", "Reference", "The binary model", "Customizing the binary compatibility", "The effect of dependencies on package_id", "Extending the binary model", "How the package_id is computed", "How settings and options of a recipe influence its package ID", "Commands", "conan build", "conan cache", "conan config", "conan create", "conan download", "conan editable", "conan export", "conan export-pkg", "Formatter: Graph-info JSON", "conan graph", "conan graph build-order", "conan graph build-order-merge", "conan graph explain", "conan graph info", "conan graph outdated", "conan inspect", "conan install", "conan list", "conan lock", "conan lock add", "conan lock create", "conan lock merge", "conan lock remove", "conan new", "conan profile", "conan remote", "conan remove", "conan search", "conan source", "conan test", "conan upload", "conan version", "Conan Server", "conanfile.py", "Attributes", "Methods", "build()", "build_id()", "build_requirements()", "compatibility()", "config_options()", "configure()", "deploy()", "export()", "export_sources()", "generate()", "init()", "layout()", "package()", "package_id()", "package_info()", "requirements()", "set_name()", "set_version()", "source()", "system_requirements()", "test()", "validate()", "validate_build()", "Running and output", "conanfile.txt", "Configuration files", ".conanrc", "credentials.json", "global.conf", "profiles", "remotes.json", "settings.yml", "source_credentials.json", "Environment variables", "Extensions", "Binary compatibility", "Command wrapper", "Custom commands", "Custom Conan generators", "Deployers", "Hooks", "Package signing", "Profile plugin", "Python API", "Command API", "Conan API Reference", "Config API", "Download API", "Export API", "Graph API", "Install API", "List API", "New API", "Profiles API", "Remotes API", "Remove API", "Search API", "Upload API", "Python requires", "Recipe tools", "conan.tools.android", "conan.tools.apple", "conan.tools.apple.fix_apple_shared_install_name()", "XcodeBuild", "XcodeDeps", "XcodeToolchain", "conan.tools.build", "conan.tools.cmake", "CMake", "cmake_layout", "CMakeDeps", "CMakeToolchain", "conan.tools.CppInfo", "conan.tools.env", "Environment", "EnvVars", "VirtualBuildEnv", "VirtualRunEnv", "conan.tools.files", "conan.tools.files basic operations", "conan.tools.files checksums", "conan.tools.files downloads", "conan.tools.files AutoPackager", "conan.tools.files patches", "conan.tools.files.symlinks", "conan.tools.gnu", "Autotools", "AutotoolsDeps", "AutotoolsToolchain", "MakeDeps", "PkgConfig", "PkgConfigDeps", "conan.tools.google", "Bazel", "BazelDeps", "BazelToolchain", "conan.tools.intel", "conan.tools.layout", "conan.tools.meson", "Meson", "MesonToolchain", "conan.tools.microsoft", "conan.tools.microsoft.visual", "MSBuild", "MSBuildDeps", "MSBuildToolchain", "NMakeDeps", "VCVars", "vs_layout", "conan.tools.scm", "Git", "Version", "conan.tools.scons", "conan.tools.system", "conan.tools.system.package_manager", "Tutorial", "Working with Conan repositories", "Contributing to Conan Center", "Setting up a Conan remote", "Artifactory Community Edition for C/C++", "Setting-up a Conan Server", "Uploading Packages", "Consuming packages", "Build a simple CMake project using Conan", "How to cross-compile your applications using Conan: host and build contexts", "Building for multiple configurations: Release, Debug, Static and Shared", "Introduction to versioning", "Understanding the flexibility of using conanfile.py vs conanfile.txt", "Using build tools as Conan packages", "Creating packages", "Add dependencies to packages", "Build packages: the build() method", "Configure settings and options in recipes", "Create your first Conan package", "Define information for consumers: the package_info() method", "Handle sources in packages", "Other types of packages", "Header-only packages", "Package prebuilt binaries", "Tool requires packages", "Package files: the package() method", "Preparing the build", "Testing Conan packages", "Developing packages locally", "Packages in editable mode", "Package Development Flow", "Understanding the Conan Package layout", "Other important Conan features", "Versioning", "Dependencies conflicts", "Lockfiles", "Revisions", "Version ranges", "Versions", "What\u2019s new in Conan 2"], "terms": {"unfortun": 0, "you": [0, 1, 2, 4, 5, 6, 8, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 74, 76, 79, 80, 81, 86, 87, 91, 92, 93, 94, 100, 103, 107, 113, 114, 116, 120, 122, 124, 125, 126, 127, 128, 130, 131, 135, 136, 137, 139, 140, 144, 149, 150, 152, 154, 155, 157, 159, 160, 163, 164, 165, 166, 168, 184, 189, 190, 191, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 217, 220, 222, 223, 225, 226, 229, 230, 231, 232, 236, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 278, 279, 280], "ar": [0, 1, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 71, 72, 73, 74, 75, 76, 79, 80, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 97, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 163, 165, 166, 167, 175, 176, 180, 183, 184, 185, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 210, 212, 214, 217, 219, 220, 222, 223, 226, 230, 236, 239, 244, 245, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "look": [0, 1, 4, 6, 13, 16, 18, 19, 21, 24, 36, 37, 42, 43, 46, 47, 52, 54, 56, 57, 58, 61, 69, 87, 90, 92, 93, 95, 96, 97, 100, 102, 103, 104, 106, 107, 109, 110, 111, 119, 124, 153, 154, 155, 156, 157, 162, 163, 165, 175, 197, 220, 221, 240, 249, 250, 253, 254, 259, 260, 261, 268, 271], "doe": [0, 1, 6, 8, 10, 21, 24, 36, 40, 41, 46, 47, 52, 56, 62, 64, 70, 71, 74, 80, 84, 85, 86, 88, 90, 91, 92, 93, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 119, 122, 124, 127, 128, 134, 135, 141, 144, 145, 153, 154, 155, 168, 180, 183, 184, 196, 201, 205, 212, 214, 236, 240, 252, 253, 254, 256, 258, 273, 275, 278, 280], "exist": [0, 1, 6, 7, 8, 21, 28, 62, 64, 76, 79, 84, 86, 90, 91, 92, 93, 97, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 120, 124, 126, 128, 129, 130, 131, 133, 135, 139, 141, 144, 152, 153, 154, 155, 157, 161, 163, 173, 175, 179, 180, 183, 188, 192, 196, 197, 200, 201, 205, 212, 214, 216, 226, 236, 247, 252, 258, 259, 264, 268, 275, 276, 277, 279, 280], "wa": [0, 1, 2, 4, 24, 40, 41, 43, 47, 54, 58, 61, 62, 71, 81, 84, 85, 88, 91, 92, 93, 102, 104, 106, 111, 127, 138, 139, 142, 143, 149, 157, 161, 168, 190, 191, 197, 205, 208, 212, 236, 251, 254, 256, 257, 259, 260, 263, 268, 271, 275, 276, 277, 278, 279], "remov": [0, 1, 5, 7, 10, 12, 28, 32, 36, 64, 76, 84, 86, 89, 90, 91, 92, 93, 96, 97, 100, 102, 103, 104, 106, 108, 110, 111, 114, 119, 120, 124, 130, 131, 139, 140, 154, 157, 160, 161, 163, 166, 168, 169, 180, 184, 188, 197, 200, 205, 207, 208, 210, 213, 214, 226, 241, 247, 253, 258, 259, 262, 263, 264, 266, 267, 270, 272, 276, 277, 278, 279, 280], "can": [0, 1, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 172, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 236, 238, 240, 242, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "our": [0, 3, 6, 10, 13, 26, 27, 30, 37, 46, 49, 50, 56, 57, 62, 69, 74, 76, 85, 88, 91, 100, 111, 144, 157, 184, 190, 195, 222, 223, 230, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 271, 272, 276, 279], "refer": [0, 1, 3, 4, 8, 13, 18, 24, 28, 32, 37, 41, 47, 49, 58, 61, 62, 63, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 81, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 115, 116, 117, 119, 120, 123, 128, 129, 132, 135, 138, 139, 140, 145, 150, 154, 155, 157, 160, 161, 163, 167, 169, 175, 177, 184, 185, 187, 193, 199, 205, 211, 218, 223, 224, 227, 246, 247, 250, 251, 253, 254, 256, 258, 259, 260, 261, 266, 267, 270, 271, 278, 280], "tree": [0, 71, 155, 165, 196], "us": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 18, 19, 21, 23, 26, 27, 30, 31, 32, 34, 37, 38, 40, 41, 44, 46, 47, 48, 50, 51, 55, 58, 59, 61, 62, 63, 65, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 175, 180, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 198, 200, 201, 202, 203, 205, 206, 207, 208, 210, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 236, 237, 238, 240, 241, 242, 246, 247, 248, 252, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 269, 271, 272, 273, 274, 275, 276, 278, 279, 280], "search": [0, 1, 32, 36, 54, 69, 80, 89, 107, 114, 122, 124, 152, 156, 160, 169, 188, 205, 212, 245, 247, 249, 251, 258, 260, 272, 280], "bar": [0, 74, 122, 205, 214, 232], "desir": [0, 1, 4, 41, 47, 51, 58, 61, 86, 94, 106, 113, 122, 124, 125, 139, 157, 165, 201, 202, 203, 238], "topic": [0, 1, 9, 76, 98, 103, 105, 163, 259], "If": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 19, 21, 24, 26, 27, 30, 32, 37, 40, 41, 42, 43, 47, 49, 50, 51, 52, 54, 58, 61, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 100, 102, 106, 107, 109, 110, 111, 113, 115, 116, 117, 120, 122, 124, 127, 129, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 147, 152, 153, 154, 155, 156, 157, 158, 159, 161, 163, 173, 180, 183, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 212, 213, 214, 216, 217, 222, 223, 226, 228, 230, 232, 236, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 270, 271, 272, 273, 275, 276, 277, 279, 280], "think": [0, 43, 79], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 237, 238, 240, 241, 242, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "an": [0, 1, 4, 6, 7, 8, 18, 19, 21, 27, 32, 36, 37, 40, 41, 47, 49, 52, 58, 61, 62, 63, 69, 74, 76, 79, 80, 84, 85, 88, 89, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 119, 120, 122, 124, 127, 130, 135, 136, 137, 138, 139, 141, 142, 143, 147, 149, 150, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 166, 167, 168, 175, 179, 180, 188, 191, 192, 194, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 220, 222, 226, 229, 232, 233, 236, 237, 240, 248, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 273, 275, 276, 277, 278, 280], "error": [0, 1, 6, 21, 28, 32, 40, 41, 62, 64, 85, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 110, 114, 119, 122, 124, 126, 135, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 157, 159, 166, 168, 175, 180, 196, 205, 207, 212, 226, 240, 248, 251, 256, 258, 270, 271, 274, 275, 276, 280], "should": [0, 1, 3, 4, 6, 7, 17, 24, 26, 28, 30, 32, 36, 37, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 64, 69, 72, 74, 76, 80, 84, 86, 87, 88, 93, 100, 106, 107, 113, 122, 124, 126, 127, 128, 129, 130, 131, 132, 133, 135, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 153, 158, 159, 165, 166, 167, 168, 175, 183, 184, 189, 191, 194, 196, 197, 202, 205, 209, 215, 217, 220, 225, 226, 232, 236, 245, 249, 250, 251, 253, 256, 257, 258, 259, 260, 263, 270, 271, 272, 275, 276, 277, 278, 279, 280], "pleas": [0, 1, 6, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 54, 56, 57, 62, 64, 66, 67, 70, 72, 74, 75, 76, 79, 80, 81, 94, 100, 103, 109, 114, 115, 120, 122, 124, 135, 141, 154, 155, 161, 166, 167, 197, 223, 226, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 277, 280], "open": [0, 4, 5, 8, 26, 30, 50, 57, 61, 62, 63, 69, 74, 79, 124, 126, 149, 154, 158, 167, 205, 231, 236, 242, 244, 246, 249, 251, 270], "issu": [0, 1, 6, 8, 40, 41, 52, 63, 76, 79, 86, 122, 135, 136, 137, 154, 157, 161, 196, 259, 261, 276, 277], "For": [1, 3, 4, 7, 8, 13, 21, 28, 30, 36, 37, 46, 52, 62, 64, 67, 69, 71, 72, 74, 75, 80, 84, 85, 86, 88, 91, 92, 94, 100, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 120, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 150, 152, 153, 154, 155, 157, 158, 159, 162, 163, 165, 166, 168, 175, 184, 188, 189, 190, 191, 192, 195, 197, 198, 201, 205, 209, 214, 215, 217, 220, 222, 223, 226, 229, 230, 233, 240, 244, 245, 247, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 266, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "more": [1, 4, 6, 7, 8, 13, 18, 19, 27, 28, 32, 37, 43, 46, 49, 54, 62, 64, 66, 69, 71, 74, 76, 79, 81, 83, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 126, 128, 130, 131, 132, 136, 137, 138, 139, 140, 144, 146, 150, 152, 153, 154, 155, 157, 158, 160, 161, 162, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 191, 192, 196, 197, 198, 202, 203, 205, 212, 215, 217, 219, 220, 221, 223, 225, 226, 230, 232, 243, 244, 248, 249, 252, 253, 254, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 273, 276, 277, 278, 280], "detail": [1, 8, 28, 43, 52, 54, 64, 69, 71, 74, 76, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 157, 191, 205, 226, 229, 254, 258, 259, 261, 264, 266, 268, 272], "descript": [1, 98, 103, 105, 113, 135, 136, 166, 217, 259], "major": [1, 5, 36, 40, 41, 62, 76, 81, 106, 114, 124, 155, 184, 197, 244, 249, 275, 278, 280], "chang": [1, 5, 6, 7, 8, 10, 13, 17, 19, 21, 26, 28, 32, 36, 37, 50, 52, 54, 62, 76, 78, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 98, 100, 105, 109, 110, 111, 113, 114, 121, 122, 124, 127, 128, 130, 131, 132, 139, 140, 144, 153, 154, 155, 157, 158, 159, 161, 162, 163, 165, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 195, 196, 197, 198, 201, 205, 212, 214, 215, 217, 219, 220, 221, 222, 226, 229, 232, 236, 240, 249, 251, 252, 253, 256, 258, 259, 261, 263, 264, 266, 267, 269, 270, 272, 274, 275, 276, 277, 279, 280], "conan": [1, 2, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 18, 19, 20, 24, 25, 27, 30, 34, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 98, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 213, 214, 215, 217, 219, 220, 221, 225, 229, 230, 231, 232, 233, 236, 241, 247, 248, 251, 252, 253, 255, 256, 257, 261, 263, 264, 265, 267, 269, 270, 274, 275, 276, 277, 278, 279], "bring": [1, 65, 155, 261], "compar": [1, 157, 192, 237, 277, 278], "x": [1, 28, 64, 76, 78, 92, 97, 124, 154, 157, 166, 196, 205, 208, 228, 259, 263, 276, 278, 280], "read": [1, 3, 4, 6, 8, 18, 19, 24, 32, 37, 43, 46, 47, 49, 56, 57, 58, 61, 64, 69, 76, 79, 80, 84, 86, 90, 91, 92, 93, 95, 97, 106, 107, 110, 114, 118, 119, 122, 124, 128, 129, 131, 134, 135, 137, 139, 140, 142, 143, 145, 149, 150, 154, 155, 161, 167, 184, 192, 194, 205, 209, 212, 214, 216, 222, 236, 243, 245, 247, 249, 258, 261, 265, 270, 271, 279, 280], "what": [1, 4, 5, 13, 24, 62, 63, 76, 81, 84, 99, 100, 102, 106, 107, 120, 124, 125, 159, 197, 200, 201, 208, 250, 252, 253, 254, 258, 259, 260, 263, 264, 267, 272, 275, 276, 277], "": [1, 3, 4, 6, 8, 10, 13, 17, 18, 21, 24, 26, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 54, 56, 57, 58, 61, 62, 63, 64, 66, 68, 69, 71, 74, 76, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 100, 102, 103, 104, 106, 107, 110, 111, 113, 114, 115, 119, 120, 122, 124, 128, 129, 139, 140, 141, 147, 148, 149, 152, 154, 155, 156, 157, 160, 162, 163, 165, 168, 188, 190, 191, 192, 197, 207, 212, 214, 219, 220, 221, 222, 226, 230, 231, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "new": [1, 3, 5, 6, 8, 10, 13, 23, 27, 32, 37, 46, 47, 49, 58, 61, 63, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 89, 91, 106, 108, 109, 110, 111, 112, 114, 115, 124, 138, 139, 155, 160, 162, 163, 165, 167, 169, 172, 180, 184, 188, 190, 191, 195, 196, 197, 198, 200, 202, 203, 214, 217, 222, 230, 231, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 267, 271, 272, 274, 275, 276, 277, 278], "fix": [1, 5, 8, 36, 47, 76, 124, 144, 158, 184, 188, 209, 251, 252, 275], "to_apple_arch": [1, 185, 187], "method": [1, 4, 6, 11, 16, 17, 18, 19, 21, 28, 32, 37, 40, 41, 46, 47, 49, 52, 58, 61, 62, 63, 67, 74, 76, 79, 80, 82, 86, 88, 89, 90, 91, 97, 105, 106, 113, 114, 118, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 155, 160, 161, 164, 165, 166, 167, 180, 184, 188, 189, 190, 191, 194, 196, 197, 200, 201, 202, 203, 205, 208, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 239, 241, 248, 255, 256, 258, 259, 261, 263, 264, 265, 267, 268, 270, 271, 272, 275, 279], "when": [1, 4, 5, 6, 8, 10, 13, 14, 15, 28, 30, 39, 40, 41, 42, 46, 49, 51, 52, 54, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 115, 119, 120, 122, 124, 125, 128, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 155, 157, 158, 159, 163, 165, 167, 168, 180, 184, 186, 188, 190, 191, 192, 194, 196, 197, 201, 202, 203, 205, 207, 214, 217, 219, 220, 222, 225, 226, 228, 230, 231, 237, 240, 242, 245, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "architectur": [1, 8, 24, 26, 27, 28, 36, 43, 54, 70, 76, 86, 87, 88, 92, 107, 127, 130, 139, 151, 154, 155, 188, 189, 191, 192, 197, 214, 222, 226, 229, 240, 249, 250, 251, 253, 264, 268, 276], "from": [1, 2, 3, 4, 6, 8, 12, 16, 18, 21, 24, 26, 27, 28, 29, 31, 32, 35, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 160, 163, 164, 165, 167, 173, 175, 177, 178, 180, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 242, 243, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 277, 278, 279], "settings_us": [1, 11, 23, 79, 86, 151], "16090": 1, "avoid": [1, 5, 6, 10, 52, 62, 64, 76, 80, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 110, 113, 116, 119, 122, 123, 124, 127, 128, 131, 135, 136, 141, 144, 154, 158, 159, 161, 167, 184, 196, 197, 201, 205, 212, 214, 223, 254, 257, 258, 263, 268, 270, 275, 276, 277, 278], "recip": [1, 4, 5, 7, 8, 10, 11, 13, 17, 21, 24, 28, 30, 31, 33, 37, 39, 40, 41, 42, 43, 47, 49, 51, 52, 54, 58, 61, 62, 63, 65, 70, 75, 76, 80, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 113, 114, 115, 116, 117, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 139, 140, 141, 142, 143, 144, 145, 147, 150, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 173, 175, 177, 183, 184, 188, 192, 194, 195, 196, 197, 200, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 217, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 241, 242, 247, 249, 251, 252, 253, 254, 255, 256, 259, 261, 262, 263, 264, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "print": [1, 4, 26, 40, 41, 46, 51, 56, 78, 85, 103, 107, 113, 116, 124, 149, 159, 163, 167, 168, 216, 226, 256, 265, 267], "file": [1, 2, 3, 4, 7, 8, 10, 11, 13, 16, 17, 18, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 114, 116, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 179, 180, 183, 185, 188, 189, 190, 191, 193, 194, 195, 198, 199, 200, 211, 212, 216, 218, 219, 222, 223, 224, 225, 227, 229, 231, 233, 236, 238, 241, 245, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "fileobj": 1, "15934": 1, "broken": [1, 5, 71, 76, 100, 137, 144, 210, 266, 277], "call": [1, 3, 4, 13, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 49, 52, 54, 56, 58, 61, 62, 67, 69, 74, 75, 80, 85, 89, 90, 94, 97, 106, 113, 114, 118, 122, 125, 126, 127, 128, 130, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 158, 161, 162, 163, 165, 166, 167, 183, 184, 189, 194, 196, 197, 198, 201, 202, 203, 208, 212, 214, 219, 221, 222, 225, 229, 231, 232, 233, 236, 240, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 274, 275, 277, 280], "y": [1, 97, 102, 124, 259], "duplic": [1, 40, 41, 56, 115, 140], "keyword": [1, 116, 162, 209, 212], "argument": [1, 6, 7, 10, 26, 28, 30, 32, 36, 37, 49, 51, 70, 79, 80, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 132, 142, 143, 149, 153, 154, 159, 160, 161, 162, 164, 165, 167, 175, 179, 189, 190, 194, 195, 196, 197, 198, 200, 201, 205, 212, 214, 219, 222, 223, 229, 236, 240, 250, 251, 253, 257, 258, 259, 261, 264, 270, 271, 273, 276, 278, 279], "15912": 1, "bugfix": [1, 8, 76], "handl": [1, 6, 9, 62, 79, 122, 124, 140, 157, 200, 209, 241, 255, 257, 272], "tool": [1, 5, 6, 11, 16, 18, 26, 27, 28, 36, 37, 38, 39, 42, 43, 46, 50, 51, 52, 56, 57, 58, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 76, 79, 81, 82, 84, 86, 88, 90, 92, 93, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 114, 119, 124, 126, 128, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 150, 151, 155, 157, 160, 162, 164, 165, 166, 184, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 236, 241, 245, 248, 249, 250, 251, 253, 255, 256, 257, 259, 261, 262, 263, 264, 267, 268, 271, 272, 279, 280], "build": [1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 16, 17, 18, 19, 21, 24, 29, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 79, 80, 81, 82, 84, 85, 87, 88, 89, 91, 92, 95, 96, 97, 98, 99, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 114, 119, 123, 125, 127, 128, 131, 132, 133, 135, 137, 138, 139, 143, 144, 146, 147, 148, 149, 150, 154, 155, 157, 160, 162, 163, 164, 165, 166, 175, 179, 184, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 198, 200, 201, 202, 203, 205, 209, 211, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 243, 248, 252, 253, 255, 256, 258, 259, 260, 261, 262, 263, 265, 266, 268, 269, 273, 275, 276, 277, 278, 279], "defin": [1, 4, 6, 10, 14, 17, 19, 20, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 51, 52, 56, 58, 61, 62, 76, 80, 83, 84, 86, 88, 91, 92, 95, 97, 98, 103, 106, 107, 109, 111, 113, 114, 115, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 150, 152, 153, 154, 155, 157, 158, 159, 160, 161, 163, 165, 168, 172, 179, 180, 184, 187, 189, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 212, 213, 214, 215, 216, 217, 220, 222, 223, 226, 230, 231, 232, 233, 236, 241, 248, 249, 250, 251, 253, 255, 256, 257, 258, 259, 261, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "multiconfig": 1, "cmake": [1, 10, 11, 16, 17, 18, 19, 21, 27, 28, 30, 36, 38, 43, 44, 47, 49, 50, 54, 56, 57, 58, 61, 62, 63, 65, 69, 74, 75, 76, 79, 80, 81, 82, 86, 88, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 112, 113, 114, 119, 124, 126, 128, 135, 137, 138, 139, 140, 141, 150, 154, 155, 157, 162, 185, 195, 197, 202, 209, 223, 241, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271, 272, 280], "15924": 1, "add": [1, 4, 5, 6, 17, 21, 24, 28, 30, 46, 47, 54, 58, 61, 62, 69, 74, 79, 86, 88, 89, 91, 92, 108, 110, 111, 112, 113, 116, 122, 124, 139, 140, 154, 158, 163, 166, 167, 180, 189, 190, 194, 196, 197, 200, 205, 207, 212, 214, 215, 217, 219, 220, 221, 225, 226, 230, 232, 240, 241, 245, 250, 252, 253, 254, 255, 257, 258, 260, 265, 267, 268, 270, 272, 275, 276, 279], "copytree_compat": 1, "compat": [1, 8, 24, 27, 28, 46, 69, 74, 76, 81, 82, 83, 85, 86, 88, 90, 93, 94, 100, 102, 103, 104, 106, 110, 119, 120, 124, 125, 139, 155, 157, 160, 166, 196, 197, 212, 217, 226, 251, 253, 255, 265], "python": [1, 8, 32, 54, 62, 64, 67, 74, 76, 80, 82, 84, 88, 90, 92, 108, 109, 112, 121, 122, 136, 149, 154, 155, 160, 162, 163, 164, 166, 168, 175, 194, 197, 201, 212, 214, 217, 219, 226, 229, 232, 253], "after": [1, 6, 10, 24, 26, 28, 37, 43, 46, 64, 65, 69, 74, 76, 106, 128, 130, 135, 140, 146, 147, 154, 163, 166, 191, 194, 196, 197, 201, 202, 203, 212, 221, 226, 231, 238, 248, 249, 251, 253, 254, 255, 257, 259, 263, 266, 268, 270, 271, 272, 280], "distutil": 1, "15906": 1, "featur": [1, 4, 6, 7, 13, 27, 32, 49, 50, 51, 63, 64, 69, 70, 71, 76, 92, 93, 103, 105, 121, 124, 128, 129, 130, 131, 132, 139, 140, 152, 153, 154, 155, 157, 158, 161, 166, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 192, 194, 197, 198, 208, 215, 219, 220, 221, 241, 245, 250, 253, 260, 263, 268, 269, 270, 271, 272, 280], "rais": [1, 6, 21, 28, 37, 62, 79, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 119, 122, 124, 126, 135, 144, 145, 147, 148, 149, 154, 157, 166, 168, 180, 192, 196, 205, 206, 207, 228, 236, 240, 248, 256, 258, 275], "toolchain": [1, 11, 25, 26, 27, 46, 48, 58, 61, 67, 68, 70, 74, 75, 86, 92, 126, 135, 137, 154, 155, 157, 191, 194, 212, 214, 221, 226, 231, 249, 250, 251, 253, 254, 255, 258, 259, 265, 267, 271], "differ": [1, 4, 6, 7, 8, 9, 11, 12, 18, 21, 24, 26, 28, 30, 32, 36, 38, 42, 43, 46, 47, 51, 52, 54, 58, 61, 62, 64, 67, 68, 70, 71, 72, 73, 75, 76, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 120, 122, 124, 125, 126, 127, 128, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 150, 154, 155, 157, 159, 160, 161, 163, 164, 165, 166, 184, 190, 191, 195, 196, 197, 201, 202, 203, 205, 209, 217, 222, 223, 228, 230, 231, 236, 240, 245, 248, 249, 250, 253, 254, 255, 258, 259, 260, 263, 264, 265, 267, 268, 270, 272, 273, 274, 275, 276, 278, 279, 280], "than": [1, 8, 47, 52, 58, 61, 62, 69, 76, 79, 84, 86, 92, 93, 94, 101, 106, 109, 116, 120, 124, 127, 129, 130, 136, 139, 140, 142, 143, 148, 149, 154, 157, 158, 165, 184, 191, 192, 196, 197, 214, 217, 231, 232, 240, 249, 252, 258, 262, 268, 277, 278, 280], "cmaketoolchain": [1, 16, 17, 18, 26, 27, 28, 36, 39, 42, 43, 44, 48, 54, 62, 70, 75, 79, 86, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 135, 140, 150, 154, 155, 157, 185, 193, 194, 195, 196, 249, 250, 251, 252, 253, 254, 257, 259, 261, 263, 265, 267, 268, 271, 272, 280], "univers": [1, 8, 124, 193], "binari": [1, 4, 6, 7, 8, 13, 24, 36, 40, 41, 46, 47, 51, 54, 56, 58, 61, 62, 63, 64, 66, 79, 80, 81, 82, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 123, 125, 126, 127, 128, 129, 132, 135, 138, 139, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 157, 160, 165, 173, 176, 184, 188, 191, 193, 196, 205, 212, 217, 226, 241, 242, 243, 244, 245, 247, 249, 250, 251, 253, 254, 255, 257, 259, 260, 261, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "syntax": [1, 32, 74, 75, 79, 106, 113, 124, 128, 135, 141, 153, 161, 172, 184, 191, 196, 197, 201, 215, 217, 231, 249, 252, 259, 275, 279], "15896": 1, "warn": [1, 24, 56, 62, 69, 79, 85, 92, 114, 116, 124, 142, 143, 149, 155, 166, 205, 226, 236, 258, 280], "misplac": 1, "requir": [1, 6, 7, 8, 10, 11, 21, 26, 27, 28, 36, 37, 38, 39, 42, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 69, 70, 71, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 122, 123, 125, 128, 129, 135, 136, 137, 139, 140, 147, 148, 154, 155, 156, 157, 158, 160, 163, 164, 165, 166, 175, 190, 192, 194, 196, 197, 202, 203, 205, 213, 215, 216, 217, 220, 222, 226, 231, 232, 233, 238, 240, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 262, 263, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "function": [1, 6, 8, 21, 26, 28, 39, 42, 43, 47, 58, 61, 62, 65, 68, 76, 80, 85, 93, 113, 122, 124, 128, 134, 138, 142, 143, 146, 149, 150, 154, 155, 158, 160, 161, 163, 165, 166, 167, 168, 184, 186, 192, 195, 196, 201, 205, 209, 212, 220, 226, 253, 257, 259, 260, 261, 263, 266, 275, 276, 280], "15888": 1, "option": [1, 4, 7, 8, 11, 32, 38, 43, 47, 51, 54, 61, 62, 69, 73, 74, 75, 82, 83, 85, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 125, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 147, 148, 154, 156, 160, 161, 163, 165, 166, 179, 180, 190, 191, 192, 193, 194, 196, 197, 205, 207, 212, 214, 221, 222, 224, 229, 230, 231, 241, 244, 248, 253, 255, 257, 259, 261, 263, 265, 267, 274, 277, 278, 280], "conflict": [1, 40, 41, 64, 79, 80, 106, 123, 124, 128, 141, 155, 175, 196, 200, 217, 226, 241, 263, 274], "graph": [1, 6, 8, 10, 11, 13, 37, 40, 41, 43, 63, 79, 80, 84, 86, 89, 92, 93, 105, 106, 108, 109, 110, 111, 114, 124, 125, 131, 135, 140, 141, 144, 145, 147, 150, 154, 155, 160, 163, 165, 169, 176, 190, 201, 230, 240, 248, 249, 250, 252, 254, 258, 273, 274, 275, 276, 277, 279], "caus": [1, 8, 80, 124, 128, 141, 147, 196, 217, 259, 261, 275, 276, 277], "branch": [1, 19, 62, 64, 79, 80, 143, 144, 236, 255, 256, 257, 260, 267, 271, 274, 277, 279], "valu": [1, 21, 26, 27, 40, 51, 79, 80, 84, 86, 88, 90, 92, 93, 100, 102, 103, 104, 106, 107, 110, 113, 114, 119, 120, 122, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 139, 140, 141, 142, 143, 144, 147, 148, 149, 150, 152, 153, 154, 155, 156, 159, 161, 163, 168, 172, 186, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 205, 207, 212, 213, 214, 221, 223, 225, 226, 228, 229, 230, 231, 232, 237, 240, 251, 253, 257, 258, 259, 260, 263, 265, 267, 268, 271, 272, 275, 277], "15876": 1, "doc": [1, 8, 63, 64, 76, 79, 122, 161, 212, 245, 253, 254, 280], "here": [1, 4, 19, 27, 28, 42, 43, 52, 63, 88, 89, 100, 107, 124, 131, 135, 136, 137, 141, 157, 166, 184, 196, 197, 201, 205, 217, 220, 240, 251, 253, 256, 258, 259, 261, 264, 271, 272], "maco": [1, 8, 24, 26, 27, 36, 43, 45, 57, 64, 65, 79, 87, 98, 103, 107, 114, 155, 157, 188, 193, 211, 222, 226, 240, 249, 251, 253, 254, 257, 259, 260, 264, 270, 272], "version": [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 36, 38, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 63, 64, 65, 69, 71, 74, 76, 79, 80, 81, 83, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119, 120, 122, 125, 128, 129, 135, 136, 137, 139, 141, 143, 144, 145, 147, 148, 150, 154, 155, 157, 158, 160, 161, 162, 164, 165, 168, 175, 184, 185, 188, 191, 192, 195, 196, 197, 200, 205, 208, 209, 212, 216, 217, 222, 226, 228, 231, 232, 233, 235, 236, 240, 241, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 280], "set": [1, 7, 8, 10, 11, 13, 16, 17, 18, 21, 23, 26, 27, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 69, 70, 73, 74, 75, 80, 82, 83, 85, 87, 89, 90, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 107, 110, 114, 116, 119, 120, 122, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 149, 151, 152, 153, 154, 158, 160, 161, 163, 165, 168, 172, 179, 186, 188, 189, 190, 191, 192, 193, 194, 196, 197, 200, 201, 202, 203, 207, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 238, 240, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 266, 267, 268, 271, 272, 276, 277], "yml": [1, 4, 7, 11, 23, 54, 62, 69, 74, 79, 80, 82, 86, 92, 124, 133, 134, 135, 136, 144, 151, 155, 167, 205, 209, 236, 255], "15859": 1, "html": [1, 46, 64, 79, 163, 253, 280], "inform": [1, 2, 4, 6, 7, 8, 11, 13, 14, 18, 20, 21, 32, 44, 46, 49, 52, 56, 57, 64, 66, 69, 70, 74, 75, 79, 80, 81, 82, 87, 88, 89, 92, 93, 94, 96, 98, 99, 100, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 120, 121, 123, 125, 126, 127, 128, 130, 131, 132, 135, 136, 137, 138, 144, 145, 146, 147, 150, 151, 152, 153, 155, 157, 158, 160, 161, 163, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 190, 194, 197, 200, 203, 205, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 230, 236, 238, 241, 244, 247, 249, 250, 251, 253, 254, 255, 258, 259, 261, 263, 267, 268, 271, 272, 273, 277, 278, 280], "test": [1, 5, 6, 7, 10, 13, 21, 26, 27, 42, 43, 47, 52, 54, 58, 61, 64, 76, 79, 80, 89, 92, 93, 94, 97, 98, 103, 107, 111, 114, 122, 124, 125, 126, 127, 128, 135, 139, 150, 154, 160, 175, 194, 197, 209, 219, 225, 230, 236, 241, 246, 250, 255, 256, 259, 260, 261, 262, 264, 265, 267, 270, 271, 276, 280], "hide": 1, "show": [1, 21, 28, 32, 40, 41, 43, 49, 50, 62, 79, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 128, 154, 155, 223, 236, 248, 251, 253, 255, 259, 261, 267, 269, 270, 271, 272], "packag": [1, 2, 5, 10, 11, 12, 14, 15, 16, 18, 20, 24, 25, 26, 27, 30, 31, 33, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 54, 56, 57, 59, 60, 62, 64, 67, 69, 70, 71, 73, 74, 75, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 102, 103, 104, 106, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 173, 175, 176, 177, 180, 183, 184, 188, 190, 191, 194, 196, 197, 198, 200, 201, 203, 205, 208, 212, 214, 216, 217, 219, 220, 223, 225, 226, 230, 231, 236, 239, 241, 242, 243, 244, 245, 246, 249, 250, 252, 267, 274, 275, 276, 278, 279], "15846": 1, "backup": [1, 7, 92, 122, 154, 183], "sourc": [1, 2, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 29, 31, 32, 35, 36, 39, 40, 41, 43, 44, 46, 47, 50, 51, 52, 53, 56, 57, 58, 61, 62, 63, 79, 80, 81, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 104, 106, 107, 110, 113, 114, 119, 122, 123, 125, 126, 133, 134, 135, 137, 140, 147, 154, 155, 158, 166, 167, 175, 176, 183, 184, 194, 195, 196, 197, 201, 202, 205, 207, 209, 213, 214, 217, 223, 236, 241, 242, 243, 244, 245, 246, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 263, 264, 265, 266, 267, 268, 269, 270, 274, 277, 279], "flag": [1, 28, 47, 51, 91, 92, 103, 130, 139, 140, 154, 157, 188, 189, 191, 192, 196, 212, 213, 214, 217, 221, 225, 226, 228, 231, 232, 238, 258], "cach": [1, 2, 4, 6, 10, 13, 18, 19, 24, 28, 30, 32, 36, 43, 47, 49, 52, 54, 58, 61, 62, 63, 64, 69, 76, 80, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 119, 124, 127, 132, 133, 134, 135, 137, 138, 142, 143, 153, 155, 158, 159, 160, 161, 162, 165, 166, 167, 168, 173, 175, 177, 179, 191, 194, 197, 201, 205, 212, 219, 226, 231, 236, 241, 242, 247, 249, 251, 252, 253, 254, 255, 258, 260, 263, 264, 266, 268, 269, 270, 271, 272, 275, 276, 277, 278, 279], "clean": [1, 6, 7, 31, 33, 62, 64, 90, 93, 97, 100, 102, 103, 104, 106, 110, 111, 119, 124, 205, 219, 264, 270, 276, 277], "15845": 1, "outdat": [1, 81, 99], "command": [1, 4, 7, 10, 11, 13, 24, 26, 27, 31, 37, 46, 47, 49, 50, 51, 56, 58, 61, 63, 64, 67, 68, 73, 74, 75, 76, 78, 79, 80, 82, 85, 86, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 137, 138, 142, 143, 144, 147, 153, 155, 156, 157, 159, 160, 164, 166, 168, 169, 171, 175, 178, 189, 190, 191, 194, 196, 197, 201, 212, 219, 220, 221, 222, 225, 229, 230, 231, 233, 236, 238, 240, 247, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 276, 277, 278, 279], "list": [1, 4, 5, 6, 7, 8, 11, 12, 19, 24, 32, 37, 46, 47, 51, 56, 58, 61, 62, 63, 67, 69, 72, 74, 75, 79, 85, 86, 87, 88, 89, 91, 94, 99, 100, 104, 105, 109, 111, 113, 116, 117, 120, 122, 124, 125, 129, 135, 136, 139, 140, 149, 150, 153, 154, 155, 156, 160, 161, 163, 169, 173, 175, 179, 180, 183, 191, 192, 194, 195, 196, 197, 201, 205, 207, 212, 214, 215, 217, 219, 221, 226, 229, 230, 231, 232, 236, 238, 240, 241, 247, 252, 259, 260, 263, 264, 270, 271, 276, 277, 279], "depend": [1, 6, 8, 10, 11, 13, 17, 21, 28, 29, 31, 34, 35, 38, 42, 43, 44, 45, 47, 48, 52, 54, 56, 57, 58, 61, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 125, 128, 131, 133, 136, 139, 140, 141, 144, 145, 147, 150, 154, 155, 162, 164, 165, 166, 175, 176, 179, 184, 188, 190, 191, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 215, 217, 220, 221, 222, 225, 226, 227, 232, 238, 240, 241, 245, 248, 249, 250, 252, 253, 254, 255, 257, 258, 259, 264, 265, 267, 268, 271, 272, 273, 274, 276, 277, 278, 279, 280], "have": [1, 4, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 128, 131, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 159, 163, 164, 166, 175, 184, 188, 190, 191, 196, 197, 205, 207, 212, 214, 217, 220, 222, 223, 226, 230, 231, 240, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "newer": [1, 8, 76, 90, 93, 99, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 124, 157, 175, 265, 278, 279], "remot": [1, 3, 4, 6, 7, 8, 12, 32, 46, 56, 62, 76, 79, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 117, 119, 120, 122, 151, 153, 154, 155, 160, 169, 173, 175, 176, 177, 183, 205, 236, 241, 242, 245, 246, 247, 249, 251, 254, 255, 258, 264, 271, 278, 280], "15838": 1, "cmake_vs_debugger_environ": [1, 197], "point": [1, 4, 8, 30, 36, 40, 41, 62, 63, 69, 74, 76, 86, 92, 103, 106, 111, 113, 124, 135, 155, 165, 166, 175, 188, 197, 205, 210, 212, 236, 250, 252, 264, 266, 272, 275, 280], "all": [1, 5, 6, 7, 8, 13, 24, 26, 27, 28, 30, 31, 32, 35, 36, 43, 46, 52, 54, 56, 62, 63, 64, 67, 68, 69, 70, 71, 73, 75, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117, 119, 120, 122, 124, 127, 131, 132, 133, 134, 135, 137, 139, 140, 142, 143, 144, 150, 152, 153, 154, 155, 157, 159, 162, 163, 164, 165, 166, 172, 175, 179, 180, 183, 184, 185, 188, 189, 190, 191, 196, 197, 198, 201, 202, 203, 205, 207, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 226, 230, 231, 233, 238, 240, 241, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 267, 268, 270, 271, 272, 273, 275, 277, 280], "directori": [1, 26, 27, 28, 36, 37, 39, 49, 64, 92, 106, 113, 122, 124, 133, 134, 135, 137, 140, 142, 143, 144, 152, 154, 155, 156, 163, 196, 197, 205, 209, 210, 220, 223, 236, 251, 253, 257, 263, 264, 269, 270, 271], "visual": [1, 29, 36, 44, 52, 60, 63, 65, 76, 78, 86, 92, 103, 135, 140, 154, 157, 185, 194, 195, 196, 197, 214, 222, 223, 226, 227, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "studio": [1, 11, 25, 27, 29, 36, 44, 52, 60, 63, 65, 66, 76, 86, 92, 135, 140, 154, 157, 194, 195, 196, 197, 214, 222, 223, 226, 228, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "negat": 1, "need": [1, 3, 4, 5, 6, 8, 13, 17, 18, 21, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 62, 64, 69, 70, 74, 76, 80, 83, 84, 85, 88, 89, 92, 97, 99, 100, 101, 103, 105, 109, 110, 113, 116, 120, 122, 124, 128, 130, 131, 136, 137, 139, 140, 141, 142, 143, 145, 149, 150, 154, 157, 158, 159, 160, 163, 164, 184, 188, 195, 196, 197, 198, 200, 209, 213, 214, 215, 222, 226, 229, 232, 236, 240, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 267, 270, 271, 272, 275, 277, 278, 279, 280], "copi": [1, 4, 5, 6, 8, 13, 16, 17, 18, 19, 24, 26, 28, 31, 32, 35, 36, 39, 42, 43, 47, 58, 61, 62, 64, 76, 80, 85, 91, 92, 106, 107, 113, 122, 124, 125, 132, 133, 134, 135, 137, 138, 144, 154, 160, 165, 184, 197, 204, 208, 209, 247, 248, 255, 259, 260, 261, 263, 264, 265, 267, 269, 280], "dll": [1, 135, 138, 140, 197, 201, 251, 266], "launch": [1, 21, 122, 149, 153, 189, 222, 245, 246, 255, 257], "execut": [1, 6, 17, 21, 26, 27, 28, 32, 36, 40, 41, 42, 43, 46, 47, 52, 57, 58, 61, 62, 69, 74, 80, 84, 85, 86, 88, 91, 92, 97, 103, 105, 106, 113, 120, 124, 127, 128, 130, 131, 132, 136, 138, 139, 140, 141, 142, 143, 144, 146, 149, 150, 154, 155, 159, 162, 163, 166, 167, 183, 188, 191, 194, 197, 201, 202, 203, 212, 214, 216, 219, 225, 226, 230, 232, 236, 238, 240, 251, 253, 254, 257, 258, 259, 260, 263, 265, 268, 270, 271, 272, 280], "id": [1, 13, 24, 26, 30, 43, 49, 52, 61, 65, 69, 70, 75, 79, 82, 83, 84, 85, 86, 87, 92, 98, 103, 124, 126, 127, 139, 140, 145, 154, 155, 157, 184, 188, 190, 196, 197, 230, 231, 248, 253, 255, 263, 264, 265, 270, 280], "15830": 1, "paramet": [1, 32, 56, 68, 89, 140, 160, 165, 175, 177, 180, 186, 188, 189, 192, 194, 195, 196, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 233, 234, 236, 240, 259], "trim_conandata": [1, 204], "except": [1, 26, 32, 40, 41, 51, 84, 86, 92, 122, 124, 128, 129, 131, 137, 144, 149, 150, 154, 155, 157, 159, 180, 184, 192, 194, 205, 236, 240, 249, 253, 258, 275], "conandata": [1, 4, 54, 62, 69, 74, 80, 124, 133, 134, 135, 136, 144, 167, 205, 209, 236, 255], "doesn": [1, 6, 7, 28, 36, 47, 51, 52, 58, 61, 62, 80, 86, 97, 100, 103, 110, 111, 122, 124, 128, 130, 131, 135, 139, 141, 147, 148, 153, 157, 161, 166, 183, 184, 192, 195, 197, 201, 205, 206, 207, 223, 230, 236, 251, 252, 258, 259, 261, 263, 265, 268, 275, 276, 277, 280], "t": [1, 4, 5, 6, 7, 10, 13, 21, 24, 28, 30, 32, 36, 40, 41, 46, 47, 49, 50, 51, 52, 58, 61, 62, 64, 69, 76, 80, 81, 84, 85, 86, 88, 91, 92, 97, 100, 101, 102, 103, 106, 107, 109, 110, 111, 115, 116, 122, 123, 124, 128, 130, 131, 135, 138, 139, 140, 141, 144, 147, 148, 153, 155, 157, 161, 163, 166, 183, 184, 185, 192, 194, 195, 196, 197, 198, 201, 205, 206, 207, 214, 221, 223, 226, 230, 236, 249, 250, 251, 252, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 275, 276, 277, 280], "15829": 1, "ad": [1, 3, 5, 8, 10, 24, 58, 62, 69, 72, 75, 76, 79, 93, 106, 109, 110, 113, 124, 130, 131, 136, 138, 141, 154, 155, 161, 162, 163, 165, 167, 179, 180, 184, 188, 190, 191, 197, 200, 209, 212, 214, 221, 230, 231, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 265, 266, 267, 276, 280], "build_context_fold": 1, "pkgconfigdep": [1, 46, 47, 57, 58, 67, 73, 140, 185, 211, 226, 257], "15813": 1, "includ": [1, 4, 13, 16, 17, 18, 21, 26, 27, 28, 30, 36, 37, 39, 42, 43, 46, 47, 49, 50, 51, 52, 56, 57, 58, 61, 64, 65, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 91, 92, 93, 98, 103, 106, 107, 108, 109, 116, 124, 128, 135, 137, 138, 139, 140, 141, 151, 157, 165, 183, 184, 190, 191, 195, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 222, 226, 230, 231, 249, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pkg_config_path": [1, 46, 214, 216, 226], "built": [1, 4, 6, 7, 8, 13, 17, 18, 19, 21, 24, 27, 30, 32, 37, 43, 46, 47, 52, 56, 58, 61, 62, 64, 71, 76, 79, 80, 82, 84, 86, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 104, 106, 107, 110, 113, 116, 119, 124, 126, 129, 133, 134, 135, 137, 140, 144, 145, 148, 150, 151, 160, 161, 167, 175, 184, 186, 190, 194, 196, 198, 205, 211, 219, 225, 230, 249, 250, 251, 253, 254, 255, 257, 258, 259, 260, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "section": [1, 2, 3, 4, 6, 7, 9, 13, 21, 26, 28, 32, 38, 47, 58, 61, 67, 70, 72, 74, 75, 76, 81, 83, 84, 86, 87, 88, 89, 92, 93, 94, 98, 103, 105, 107, 110, 114, 115, 120, 121, 122, 124, 128, 130, 131, 132, 135, 139, 141, 150, 151, 152, 153, 154, 157, 158, 159, 161, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 191, 195, 197, 198, 200, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 241, 242, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279], "mesontoolchain": [1, 28, 57, 58, 73, 92, 154, 185, 224, 225], "templat": [1, 26, 47, 49, 51, 76, 87, 89, 103, 114, 124, 151, 155, 158, 178, 195, 197, 201], "updat": [1, 4, 6, 8, 26, 40, 41, 65, 69, 74, 76, 80, 90, 92, 93, 96, 97, 100, 102, 103, 104, 109, 110, 119, 122, 124, 136, 140, 141, 145, 154, 155, 157, 161, 175, 180, 188, 198, 205, 214, 240, 252, 260, 274, 278, 279, 280], "_meson_cpu_family_map": 1, "support": [1, 8, 17, 26, 27, 28, 46, 47, 49, 50, 51, 54, 63, 65, 66, 69, 70, 71, 72, 76, 79, 86, 103, 107, 113, 122, 128, 137, 140, 142, 143, 147, 150, 154, 155, 157, 159, 160, 161, 164, 165, 168, 180, 187, 192, 193, 196, 214, 217, 222, 226, 228, 240, 248, 256, 261, 267, 270, 271, 272, 280], "arm64ec": [1, 157], "15812": 1, "clang": [1, 24, 26, 27, 43, 46, 76, 79, 86, 87, 92, 98, 103, 107, 114, 116, 121, 148, 154, 155, 157, 168, 188, 192, 195, 197, 209, 226, 249, 251, 259], "15806": 1, "basic": [1, 5, 28, 32, 43, 46, 49, 57, 69, 76, 78, 80, 103, 109, 111, 113, 122, 124, 132, 158, 166, 185, 197, 198, 204, 207, 223, 248, 249, 255, 257, 263, 276, 277], "15775": 1, "cmake_layout": [1, 6, 17, 18, 19, 26, 28, 36, 43, 49, 54, 62, 92, 150, 154, 185, 193, 197, 223, 250, 253, 259, 261, 263, 265, 268, 270, 271, 272], "build_fold": [1, 6, 17, 28, 61, 80, 92, 98, 103, 105, 135, 137, 138, 154, 166, 195, 205, 220, 225, 263, 264, 265, 266], "config": [1, 7, 17, 24, 26, 27, 32, 36, 42, 43, 44, 46, 48, 50, 56, 57, 58, 67, 68, 70, 71, 75, 79, 80, 84, 89, 109, 112, 113, 114, 122, 135, 140, 150, 154, 155, 157, 160, 162, 163, 164, 165, 168, 169, 189, 191, 194, 195, 196, 197, 216, 217, 219, 221, 222, 230, 231, 246, 249, 251, 253, 254, 256, 257, 260, 264, 268, 270, 272, 280], "allow": [1, 3, 4, 6, 13, 47, 51, 52, 57, 58, 61, 69, 74, 76, 80, 81, 86, 89, 90, 92, 93, 95, 100, 102, 103, 104, 106, 107, 109, 110, 114, 115, 119, 122, 124, 125, 126, 127, 128, 133, 134, 137, 139, 140, 153, 154, 155, 157, 158, 159, 160, 161, 162, 168, 176, 180, 184, 195, 196, 197, 198, 200, 205, 212, 226, 228, 230, 231, 240, 249, 252, 253, 259, 261, 271, 273, 276, 278, 279, 280], "re": [1, 6, 13, 32, 37, 43, 62, 69, 80, 84, 85, 92, 106, 124, 127, 128, 154, 155, 184, 197, 214, 220, 226, 260, 270, 271, 280], "local": [1, 4, 6, 13, 17, 18, 19, 24, 27, 30, 32, 36, 39, 47, 56, 58, 61, 62, 63, 76, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 115, 116, 118, 119, 122, 124, 126, 135, 137, 140, 142, 143, 144, 154, 155, 165, 166, 175, 179, 191, 195, 205, 207, 212, 216, 222, 223, 231, 236, 241, 242, 245, 247, 249, 250, 251, 253, 254, 257, 258, 259, 260, 262, 263, 266, 270, 271, 272, 277, 278, 279, 280], "folder": [1, 4, 6, 7, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 46, 47, 49, 51, 52, 56, 57, 58, 61, 62, 64, 69, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 114, 118, 119, 122, 123, 125, 127, 132, 133, 134, 135, 138, 144, 152, 154, 155, 159, 160, 162, 163, 164, 165, 166, 167, 168, 178, 188, 194, 195, 196, 197, 200, 205, 207, 209, 210, 212, 214, 217, 220, 223, 225, 226, 233, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 275, 276, 280], "15767": 1, "test_fold": [1, 92, 93, 97, 154, 195, 257], "output": [1, 6, 10, 13, 17, 36, 37, 46, 49, 54, 57, 69, 71, 76, 79, 80, 82, 88, 89, 90, 91, 92, 94, 95, 97, 98, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 135, 139, 144, 154, 155, 159, 163, 165, 166, 184, 205, 207, 209, 216, 223, 226, 236, 249, 251, 253, 254, 256, 257, 260, 267, 268, 272, 277, 280], "test_packag": [1, 21, 27, 28, 43, 47, 52, 58, 61, 62, 80, 92, 93, 97, 113, 114, 119, 125, 146, 154, 175, 184, 195, 255, 256, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271], "tmp": [1, 124, 195, 197, 205, 257, 258, 260, 261, 263, 266], "placehold": [1, 107, 120, 200, 201], "creat": [1, 7, 8, 10, 11, 13, 14, 15, 16, 18, 21, 23, 25, 27, 30, 31, 32, 34, 37, 39, 40, 41, 42, 43, 44, 45, 46, 49, 51, 52, 54, 56, 57, 59, 60, 62, 63, 69, 71, 75, 76, 79, 80, 81, 84, 85, 86, 88, 89, 91, 92, 96, 97, 98, 103, 106, 107, 108, 109, 111, 112, 113, 114, 124, 125, 126, 127, 128, 133, 134, 135, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 156, 157, 160, 163, 164, 165, 166, 171, 175, 184, 190, 191, 194, 195, 196, 197, 198, 199, 202, 203, 205, 207, 216, 217, 219, 220, 221, 222, 226, 231, 232, 233, 236, 238, 241, 242, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 278, 279, 280], "temporari": [1, 6, 7, 24, 80, 91, 124, 138, 141, 205, 207, 258, 266, 271, 275], "system": [1, 5, 7, 8, 27, 28, 36, 40, 41, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 65, 67, 69, 70, 74, 79, 82, 86, 92, 106, 114, 121, 122, 124, 125, 126, 128, 135, 138, 140, 141, 144, 149, 151, 152, 154, 155, 158, 160, 164, 165, 166, 179, 185, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 205, 213, 214, 216, 230, 249, 250, 251, 253, 254, 255, 258, 259, 260, 264, 266, 267, 270, 271, 276, 277], "experiment": [1, 6, 7, 13, 32, 76, 92, 98, 105, 113, 120, 121, 124, 128, 130, 131, 132, 139, 140, 150, 153, 154, 155, 157, 158, 161, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 195, 196, 197, 198, 215, 219, 220, 221, 222, 236, 280], "instal": [1, 4, 6, 7, 13, 16, 18, 24, 26, 27, 28, 30, 36, 37, 43, 46, 47, 49, 50, 52, 56, 57, 58, 61, 62, 63, 65, 76, 79, 80, 84, 85, 86, 87, 89, 90, 93, 94, 97, 98, 100, 102, 103, 104, 107, 108, 109, 110, 113, 114, 119, 122, 124, 125, 126, 132, 135, 137, 138, 141, 142, 143, 144, 145, 147, 148, 150, 154, 155, 157, 160, 162, 164, 165, 166, 167, 168, 169, 175, 188, 189, 190, 191, 194, 195, 197, 202, 203, 212, 213, 214, 216, 219, 220, 221, 222, 225, 226, 230, 231, 233, 238, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 261, 263, 264, 265, 267, 270, 272, 275, 276, 278, 279], "pkg": [1, 6, 7, 19, 24, 39, 40, 41, 46, 52, 57, 58, 67, 84, 86, 88, 89, 90, 91, 93, 94, 98, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 147, 148, 154, 155, 157, 164, 183, 184, 186, 190, 191, 196, 197, 202, 203, 205, 213, 214, 215, 216, 217, 220, 221, 222, 230, 231, 232, 233, 238, 239, 260, 264, 270, 278, 279, 280], "myconf": [1, 86, 92, 124, 137, 139, 140, 154, 155, 280], "configur": [1, 3, 6, 7, 8, 11, 14, 16, 17, 18, 19, 20, 21, 26, 28, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 63, 64, 65, 67, 68, 75, 76, 79, 80, 82, 83, 84, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 129, 130, 133, 134, 135, 138, 139, 140, 144, 147, 148, 155, 157, 158, 159, 166, 172, 175, 179, 184, 187, 189, 191, 192, 194, 195, 197, 202, 203, 207, 212, 214, 216, 219, 221, 225, 226, 227, 228, 229, 231, 233, 236, 239, 241, 242, 245, 248, 249, 250, 254, 255, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 277, 278, 279], "insid": [1, 6, 11, 14, 15, 17, 18, 19, 30, 36, 38, 40, 41, 44, 48, 62, 80, 85, 87, 92, 107, 113, 124, 128, 137, 140, 152, 154, 157, 163, 164, 166, 188, 197, 201, 205, 210, 223, 240, 246, 253, 255, 258, 259, 266, 270, 272, 276, 280], "package_typ": [1, 28, 39, 43, 92, 98, 103, 105, 136, 139, 147, 164, 184, 265, 280], "15748": 1, "core": [1, 3, 4, 10, 32, 46, 56, 63, 77, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 139, 149, 153, 155, 159, 173, 183, 184, 236, 278], "package_id": [1, 6, 7, 13, 28, 32, 80, 82, 83, 86, 88, 91, 92, 94, 98, 100, 102, 103, 107, 116, 120, 124, 125, 127, 131, 135, 141, 147, 148, 154, 160, 175, 251, 258, 262, 263, 275, 277], "config_mod": [1, 92, 154], "affect": [1, 5, 6, 10, 64, 84, 86, 87, 88, 92, 100, 106, 124, 130, 131, 139, 141, 154, 155, 157, 184, 191, 194, 195, 196, 197, 205, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 239, 250, 253, 255, 257, 258, 260, 263, 270, 272], "make": [1, 6, 8, 26, 27, 28, 30, 39, 40, 41, 46, 47, 52, 62, 64, 65, 67, 72, 76, 92, 97, 106, 107, 109, 124, 131, 133, 135, 138, 139, 142, 145, 149, 154, 155, 157, 160, 162, 167, 184, 191, 196, 200, 212, 214, 215, 226, 236, 251, 253, 256, 257, 258, 266, 269, 270, 272, 279, 280], "cppstd_flag": 1, "public": [1, 3, 4, 43, 52, 56, 62, 76, 80, 89, 105, 114, 122, 123, 160, 163, 185, 196, 198, 220, 226, 246, 266, 267], "return": [1, 6, 26, 28, 30, 32, 43, 46, 56, 57, 84, 87, 89, 91, 92, 99, 100, 101, 105, 107, 114, 121, 122, 124, 129, 135, 149, 155, 161, 162, 163, 172, 175, 177, 179, 180, 184, 186, 188, 189, 192, 196, 197, 198, 200, 201, 202, 203, 205, 213, 214, 222, 228, 229, 232, 236, 240, 249, 251, 253, 263, 265, 268, 277], "correspond": [1, 28, 49, 69, 124, 197, 202, 203, 214, 217, 228, 251, 258, 260], "c": [1, 4, 6, 13, 26, 27, 28, 30, 37, 46, 47, 49, 51, 56, 57, 58, 61, 71, 74, 76, 79, 81, 84, 87, 90, 92, 93, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 122, 124, 131, 139, 140, 144, 145, 151, 154, 155, 161, 188, 191, 192, 195, 196, 197, 198, 201, 209, 214, 221, 222, 225, 230, 231, 232, 233, 244, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 267, 271, 273, 277, 278, 280], "standard": [1, 26, 27, 36, 52, 76, 124, 127, 137, 151, 154, 155, 186, 191, 192, 196, 197, 226, 230, 231, 236, 249, 250, 256, 258, 263, 267, 271, 278], "base": [1, 4, 8, 28, 36, 37, 40, 43, 49, 56, 57, 64, 74, 76, 85, 86, 90, 92, 94, 103, 105, 106, 107, 110, 116, 120, 124, 135, 136, 138, 141, 154, 155, 160, 163, 165, 173, 183, 186, 189, 191, 192, 195, 197, 222, 226, 228, 229, 231, 249, 251, 257, 267, 280], "15710": 1, "self": [1, 6, 16, 17, 18, 19, 21, 28, 36, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 79, 80, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 158, 160, 162, 163, 164, 165, 166, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 275, 276, 277, 279, 280], "name": [1, 3, 4, 6, 7, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 64, 71, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 107, 109, 110, 113, 114, 115, 117, 118, 122, 125, 128, 135, 136, 137, 139, 140, 142, 143, 144, 145, 147, 148, 150, 153, 154, 155, 156, 157, 159, 160, 162, 164, 165, 166, 179, 180, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 215, 216, 221, 222, 226, 229, 230, 231, 233, 236, 238, 240, 245, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 275, 276, 277, 278, 279, 280], "build_folder_var": [1, 26, 50, 92, 137, 154, 195, 197], "attribut": [1, 19, 21, 50, 80, 82, 84, 86, 88, 105, 123, 126, 128, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 149, 150, 161, 166, 184, 190, 195, 196, 197, 209, 220, 223, 227, 251, 253, 256, 259, 260, 261, 263, 266, 268, 271, 272, 279], "conf": [1, 3, 4, 7, 10, 26, 27, 37, 46, 51, 74, 80, 82, 84, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 131, 135, 136, 139, 140, 149, 151, 157, 159, 165, 172, 179, 187, 193, 201, 202, 203, 212, 224, 227, 240, 246, 254, 257, 263, 280], "15705": 1, "filter": [1, 6, 92, 103, 116, 124, 135, 147, 163, 205, 276], "xxx": [1, 6, 13, 44, 48, 94, 140, 142, 143, 154, 155, 194, 196, 197, 200, 226], "match": [1, 4, 10, 17, 26, 28, 32, 36, 46, 56, 64, 84, 86, 88, 89, 90, 91, 92, 93, 94, 99, 100, 102, 103, 104, 106, 107, 110, 115, 116, 119, 120, 122, 124, 128, 139, 140, 144, 149, 153, 154, 155, 157, 158, 168, 180, 192, 196, 205, 206, 207, 209, 229, 232, 249, 251, 252, 253, 254, 258, 259, 265, 272, 276], "15697": 1, "detect_libc": [1, 155], "detect_api": [1, 154, 155], "get": [1, 4, 6, 10, 19, 28, 32, 37, 40, 46, 54, 56, 57, 62, 64, 76, 79, 80, 86, 88, 91, 92, 103, 114, 116, 122, 124, 139, 144, 145, 153, 154, 155, 158, 166, 177, 180, 186, 188, 192, 194, 195, 196, 198, 201, 204, 209, 212, 217, 220, 222, 226, 228, 229, 232, 236, 238, 240, 249, 251, 252, 257, 261, 263, 264, 265, 270, 271, 272, 275, 277, 280], "librari": [1, 4, 6, 8, 10, 14, 15, 17, 20, 26, 27, 36, 37, 39, 40, 41, 43, 46, 47, 54, 56, 57, 58, 61, 62, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 103, 104, 105, 106, 113, 124, 125, 127, 128, 131, 135, 136, 137, 138, 139, 141, 144, 145, 146, 147, 150, 151, 154, 155, 158, 163, 188, 190, 191, 196, 197, 198, 201, 205, 211, 216, 217, 220, 222, 230, 241, 248, 249, 250, 253, 254, 255, 256, 259, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 279, 280], "15683": 1, "commandapi": [1, 169, 170], "subapi": [1, 280], "conanapi": [1, 32, 163, 169, 171], "other": [1, 3, 6, 7, 8, 13, 18, 21, 24, 28, 32, 36, 39, 43, 46, 47, 50, 52, 58, 61, 62, 63, 64, 72, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 101, 102, 103, 104, 106, 107, 110, 111, 113, 114, 116, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 148, 154, 155, 157, 158, 159, 160, 163, 184, 185, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 219, 226, 231, 232, 236, 240, 241, 245, 247, 249, 250, 252, 253, 254, 255, 256, 258, 259, 261, 265, 267, 269, 270, 271, 272, 276, 277, 279, 280], "15630": 1, "unnecessari": [1, 62, 127], "tool_requir": [1, 11, 27, 28, 36, 38, 40, 41, 58, 80, 85, 86, 93, 97, 100, 102, 103, 104, 106, 110, 113, 114, 125, 135, 139, 140, 141, 144, 184, 196, 197, 202, 213, 217, 220, 230, 250, 251, 252, 253, 254, 265, 268, 278], "miss": [1, 5, 26, 28, 36, 37, 43, 46, 56, 57, 84, 85, 86, 87, 90, 91, 93, 98, 99, 100, 102, 103, 104, 106, 110, 119, 124, 145, 155, 166, 240, 249, 250, 251, 253, 254, 256, 257, 258, 260, 263, 264, 266, 267, 275, 277, 280], "repeat": [1, 62, 76, 124, 195, 202, 203, 264, 273], "15885": 1, "cmakedep": [1, 17, 21, 26, 36, 42, 43, 52, 62, 70, 75, 106, 124, 135, 140, 150, 165, 185, 193, 194, 197, 249, 250, 252, 253, 254, 256, 257, 259, 260, 263, 268, 271, 280], "set_properti": [1, 17, 21, 42, 52, 140, 217, 220, 260], "append": [1, 6, 26, 28, 51, 64, 92, 122, 124, 140, 142, 143, 154, 155, 161, 167, 194, 196, 197, 200, 201, 205, 213, 214, 215, 231, 232, 265], "order": [1, 4, 8, 13, 32, 37, 99, 106, 108, 109, 112, 122, 123, 124, 126, 139, 140, 154, 157, 158, 161, 165, 179, 180, 184, 197, 198, 201, 205, 214, 250, 252, 270, 276, 277, 278], "15877": 1, "infinit": 1, "loop": [1, 155], "found": [1, 4, 21, 26, 27, 28, 40, 41, 51, 52, 56, 64, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 114, 119, 137, 140, 145, 146, 152, 155, 158, 161, 165, 180, 194, 196, 197, 205, 212, 223, 226, 249, 251, 254, 263, 272, 276], "ill": [1, 84], "form": [1, 84, 91, 94, 102, 107, 113, 116, 120, 122, 124, 128, 133, 134, 140, 144, 146, 240, 252, 253, 259, 277, 278], "15835": 1, "sure": [1, 8, 24, 30, 39, 43, 52, 64, 107, 135, 138, 145, 149, 167, 184, 205, 226, 279], "detect_default_compil": [1, 155], "alwai": [1, 8, 26, 30, 32, 58, 61, 62, 76, 79, 80, 81, 86, 88, 92, 106, 107, 112, 113, 124, 127, 128, 133, 135, 139, 141, 142, 143, 144, 150, 155, 157, 158, 166, 185, 192, 194, 195, 197, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 232, 233, 234, 240, 249, 251, 252, 253, 263, 264, 273, 275, 277, 278, 280], "tupl": [1, 92, 124, 136, 154, 155, 205, 207, 236], "15832": 1, "clear": [1, 115, 124, 139, 140, 147, 200, 253, 258, 263, 276], "messag": [1, 4, 17, 26, 32, 39, 42, 43, 46, 51, 54, 79, 85, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 149, 154, 166, 254, 256, 257, 258, 261, 265, 267, 270, 277, 280], "explain": [1, 5, 47, 58, 61, 62, 69, 76, 79, 84, 87, 99, 144, 154, 155, 157, 191, 198, 208, 240, 242, 248, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 269, 272, 274, 276, 279], "one": [1, 3, 4, 7, 12, 16, 17, 18, 21, 24, 27, 30, 32, 40, 41, 43, 46, 47, 50, 52, 56, 57, 58, 61, 69, 74, 76, 79, 80, 81, 84, 85, 86, 87, 90, 91, 92, 93, 94, 98, 99, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 116, 119, 120, 122, 124, 126, 127, 128, 131, 135, 137, 138, 139, 140, 141, 144, 147, 150, 154, 155, 158, 160, 161, 162, 163, 165, 168, 180, 184, 188, 190, 192, 194, 195, 196, 197, 198, 200, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 222, 225, 229, 230, 231, 232, 238, 240, 249, 250, 251, 252, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 275, 276, 277, 278, 279, 280], "revis": [1, 6, 7, 8, 13, 24, 31, 33, 47, 58, 61, 62, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 108, 109, 110, 111, 112, 114, 116, 119, 120, 124, 135, 139, 150, 157, 163, 175, 183, 184, 205, 241, 248, 249, 254, 258, 259, 260, 263, 265, 266, 271, 273, 274, 276], "15823": 1, "static": [1, 8, 19, 21, 27, 39, 54, 61, 79, 81, 84, 85, 86, 87, 98, 103, 110, 124, 131, 138, 140, 141, 157, 177, 179, 190, 195, 214, 230, 241, 248, 249, 253, 257, 258, 259, 260, 272, 275, 280], "msbuild_lib": [1, 61, 113], "15807": 1, "platform_requir": 1, "fail": [1, 4, 6, 21, 52, 62, 64, 74, 79, 85, 90, 93, 100, 102, 103, 104, 106, 110, 114, 119, 124, 126, 145, 147, 159, 161, 162, 165, 175, 180, 194, 228, 240, 258, 263, 264, 270, 275, 276], "explicit": [1, 42, 91, 106, 138, 153, 208, 232, 273, 274, 276, 279, 280], "being": [1, 6, 8, 10, 13, 32, 52, 76, 80, 84, 85, 86, 87, 90, 93, 100, 102, 103, 104, 106, 109, 110, 119, 124, 128, 133, 134, 135, 137, 140, 141, 142, 143, 144, 157, 159, 161, 166, 167, 175, 184, 188, 194, 195, 205, 219, 220, 225, 251, 259, 264, 268, 275, 279, 280], "pass": [1, 4, 13, 26, 37, 40, 46, 51, 56, 57, 70, 86, 91, 92, 93, 100, 106, 113, 114, 122, 124, 131, 136, 137, 144, 149, 153, 154, 162, 163, 165, 172, 180, 188, 189, 190, 191, 194, 195, 197, 198, 207, 209, 212, 214, 215, 219, 222, 226, 229, 236, 240, 249, 257, 258, 259, 260, 261, 263, 267, 268, 270, 276, 280], "via": [1, 4, 7, 10, 13, 32, 39, 51, 52, 64, 70, 71, 76, 80, 84, 86, 88, 92, 97, 124, 135, 137, 141, 154, 163, 165, 168, 184, 194, 196, 197, 198, 200, 243, 249, 250, 278, 280], "15804": 1, "end": [1, 4, 28, 76, 79, 80, 128, 141, 154, 155, 165, 166, 197, 201, 225, 251, 260, 268, 277, 278], "newlin": 1, "15788": 1, "do": [1, 4, 5, 6, 7, 13, 21, 26, 28, 30, 32, 37, 40, 41, 42, 47, 51, 52, 57, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 109, 110, 112, 116, 119, 120, 124, 126, 127, 131, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 149, 153, 154, 155, 157, 158, 159, 163, 165, 180, 184, 192, 196, 197, 200, 205, 212, 226, 236, 240, 247, 249, 250, 251, 252, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 272, 273, 275, 276, 277, 279, 280], "queri": [1, 91, 92, 94, 103, 107, 116, 117, 120, 177], "pattern": [1, 6, 7, 13, 28, 32, 86, 90, 91, 92, 93, 94, 95, 100, 102, 103, 104, 106, 107, 110, 112, 115, 116, 119, 120, 122, 124, 138, 139, 144, 149, 150, 151, 180, 183, 196, 205, 207, 230, 236, 237, 251, 258, 266, 273], "provid": [1, 4, 6, 8, 10, 13, 14, 19, 20, 26, 36, 39, 40, 41, 46, 47, 50, 51, 52, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 86, 90, 91, 93, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 113, 116, 117, 118, 119, 122, 125, 126, 132, 135, 138, 140, 141, 142, 143, 150, 153, 154, 155, 157, 158, 161, 162, 165, 175, 180, 194, 196, 197, 198, 200, 201, 205, 207, 209, 214, 216, 217, 226, 238, 251, 252, 253, 255, 264, 266, 267, 274, 276, 279, 280], "15781": 1, "preprocessor_definit": 1, "definit": [1, 17, 47, 67, 69, 70, 72, 73, 76, 79, 81, 86, 92, 97, 106, 113, 114, 115, 124, 131, 140, 144, 154, 155, 157, 160, 180, 191, 197, 199, 201, 202, 203, 213, 214, 226, 230, 231, 232, 236, 253, 267, 270, 272, 279], "none": [1, 28, 32, 37, 39, 51, 52, 84, 92, 98, 103, 105, 106, 124, 135, 137, 147, 149, 154, 155, 166, 171, 173, 175, 176, 179, 180, 183, 188, 189, 192, 194, 195, 196, 197, 200, 201, 205, 207, 209, 210, 212, 214, 215, 216, 219, 225, 226, 228, 229, 236, 240], "liter": [1, 91, 113, 155, 184], "string": [1, 6, 26, 43, 46, 54, 57, 86, 92, 107, 113, 122, 124, 139, 142, 143, 149, 154, 155, 156, 183, 192, 194, 195, 197, 200, 201, 205, 209, 214, 217, 221, 226, 249, 250, 257, 259, 279, 280], "ha": [1, 4, 5, 6, 8, 10, 19, 21, 24, 26, 28, 32, 36, 37, 39, 40, 41, 52, 54, 58, 64, 65, 71, 76, 80, 86, 91, 93, 94, 102, 106, 110, 113, 116, 120, 122, 124, 128, 135, 139, 140, 141, 144, 146, 147, 148, 149, 153, 154, 155, 157, 158, 159, 161, 164, 166, 168, 176, 179, 184, 188, 190, 196, 200, 201, 202, 214, 216, 226, 230, 236, 240, 244, 245, 251, 252, 253, 257, 258, 259, 261, 264, 265, 268, 271, 273, 276, 277, 280], "15756": 1, "improv": [1, 6, 76, 126, 280], "path": [1, 4, 6, 16, 18, 19, 26, 27, 28, 30, 36, 37, 40, 41, 49, 50, 51, 52, 54, 56, 61, 62, 64, 74, 80, 87, 89, 90, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 107, 110, 111, 113, 118, 119, 122, 124, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 152, 154, 155, 163, 165, 166, 167, 175, 179, 184, 185, 188, 189, 194, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 216, 219, 220, 221, 222, 223, 226, 228, 232, 233, 249, 251, 253, 254, 257, 259, 260, 263, 264, 265, 266, 268, 270, 271, 272, 280], "deploy": [1, 6, 11, 31, 36, 80, 82, 90, 91, 92, 94, 103, 132, 144, 154, 160, 201, 226], "case": [1, 4, 6, 13, 17, 21, 26, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 79, 81, 84, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 116, 119, 122, 124, 126, 127, 128, 129, 130, 135, 137, 138, 139, 140, 141, 142, 143, 144, 152, 154, 155, 157, 158, 160, 162, 164, 165, 166, 168, 175, 183, 184, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 202, 205, 207, 212, 226, 228, 229, 230, 231, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "crash": [1, 6, 80, 275], "package_fold": [1, 17, 28, 39, 40, 41, 42, 61, 98, 103, 105, 123, 132, 135, 137, 138, 140, 166, 188, 190, 197, 200, 205, 212, 215, 217, 263, 264, 265, 266], "15737": 1, "info": [1, 6, 13, 24, 28, 32, 37, 47, 56, 58, 61, 65, 79, 84, 85, 86, 87, 88, 89, 92, 93, 99, 102, 105, 107, 110, 135, 139, 140, 141, 144, 145, 147, 148, 149, 154, 163, 166, 175, 184, 207, 226, 238, 240, 250, 258, 259, 263, 265, 276, 277], "format": [1, 6, 7, 13, 54, 71, 78, 89, 90, 91, 92, 93, 94, 95, 97, 98, 100, 101, 102, 103, 104, 105, 106, 114, 115, 116, 117, 119, 120, 121, 124, 129, 135, 140, 144, 145, 153, 157, 158, 162, 184, 198, 201, 205, 207, 215, 217, 223, 226, 231, 244, 257, 264, 265, 273, 280], "larg": [1, 6, 10, 122, 124, 139, 155, 201, 269, 279], "15724": 1, "plugin": [1, 26, 52, 65, 74, 76, 80, 82, 89, 92, 122, 129, 139, 149, 160, 161, 162, 167, 265], "stderr": [1, 76, 149, 194, 280], "so": [1, 4, 5, 6, 10, 13, 17, 18, 21, 26, 27, 28, 32, 36, 37, 39, 40, 41, 43, 46, 47, 49, 51, 52, 54, 56, 57, 58, 61, 62, 64, 74, 76, 79, 83, 84, 85, 86, 88, 91, 94, 95, 97, 105, 106, 107, 109, 111, 112, 113, 116, 120, 122, 124, 126, 130, 131, 133, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 162, 163, 165, 166, 184, 189, 190, 191, 195, 196, 197, 198, 201, 202, 203, 205, 212, 214, 216, 217, 220, 230, 233, 236, 240, 249, 250, 251, 252, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 272, 273, 275, 276, 277, 278, 279, 280], "json": [1, 3, 4, 6, 13, 21, 49, 50, 62, 71, 82, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 104, 105, 106, 109, 111, 114, 115, 116, 117, 119, 120, 121, 135, 136, 144, 145, 151, 163, 180, 194, 195, 197, 264, 270, 271, 272, 273, 280], "stdout": [1, 28, 76, 105, 107, 113, 121, 124, 149, 194, 280], "15704": 1, "gnu": [1, 28, 46, 47, 67, 72, 82, 86, 92, 103, 154, 155, 157, 185, 192, 200, 201, 207, 212, 213, 214, 215, 216, 217, 221, 250], "triplet": [1, 28, 92, 154, 214], "linux": [1, 8, 26, 27, 28, 36, 45, 47, 50, 57, 64, 65, 76, 86, 87, 88, 92, 94, 102, 107, 110, 111, 145, 147, 154, 155, 157, 192, 207, 222, 240, 249, 250, 251, 253, 254, 257, 259, 260, 264, 270, 272, 277], "x86": [1, 26, 27, 91, 92, 94, 107, 116, 120, 154, 157, 177, 192, 205, 229, 233, 240, 276], "15699": 1, "solv": [1, 30, 62, 64, 80, 81, 141, 155, 160, 163, 196, 217, 275, 277], "backslash": 1, "conan_home_fold": [1, 154], "global": [1, 3, 4, 7, 10, 43, 64, 79, 82, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 129, 135, 139, 151, 155, 159, 160, 166, 172, 184, 197, 198, 216, 217, 220, 230, 257, 263, 280], "15870": 1, "multi": [1, 49, 50, 52, 111, 140, 165, 190, 193, 194, 196, 230, 251, 253, 264, 270, 272, 274], "condit": [1, 6, 8, 28, 80, 106, 111, 124, 128, 133, 134, 136, 138, 144, 150, 190, 191, 248, 257, 258, 276, 278], "build_typ": [1, 16, 17, 18, 24, 26, 28, 30, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 71, 79, 84, 86, 87, 88, 98, 102, 103, 105, 106, 107, 114, 124, 127, 131, 139, 140, 148, 155, 157, 161, 168, 189, 190, 191, 194, 195, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 249, 250, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 272, 277], "15853": 1, "move": [1, 7, 36, 76, 80, 144, 184, 205, 259, 261, 266, 271, 272, 275, 276, 277, 279], "get_backup_sourc": 1, "expect": [1, 7, 10, 28, 43, 46, 62, 80, 97, 102, 106, 124, 126, 144, 154, 157, 206, 223, 259, 261, 271, 277], "cacheapi": 1, "uploadapi": [1, 169, 183], "typeerror": 1, "patch": [1, 6, 19, 44, 53, 76, 80, 84, 85, 91, 124, 126, 134, 144, 155, 157, 184, 185, 188, 204, 212, 255, 261, 278, 280], "15842": 1, "script": [1, 4, 5, 18, 26, 36, 39, 40, 41, 42, 43, 46, 47, 52, 54, 58, 61, 67, 80, 88, 92, 124, 126, 127, 135, 138, 140, 141, 143, 154, 162, 166, 168, 196, 197, 200, 201, 202, 203, 212, 213, 214, 221, 222, 226, 231, 232, 233, 245, 250, 251, 259, 267, 268, 276], "lockfil": [1, 8, 89, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 114, 119, 175, 184, 241, 248, 274], "15802": 1, "channel": [1, 5, 63, 76, 79, 90, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 118, 122, 135, 155, 252], "line": [1, 8, 10, 21, 26, 30, 32, 51, 62, 67, 68, 73, 74, 75, 76, 79, 80, 86, 90, 93, 100, 102, 103, 104, 106, 110, 113, 114, 119, 122, 124, 126, 142, 143, 153, 154, 159, 162, 163, 164, 168, 189, 190, 194, 196, 197, 205, 212, 219, 220, 225, 229, 231, 233, 249, 251, 254, 256, 257, 259, 261, 266, 277, 278, 279, 280], "specifi": [1, 6, 10, 13, 18, 26, 27, 28, 32, 37, 41, 46, 54, 74, 79, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 107, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 124, 128, 130, 131, 135, 137, 139, 140, 141, 149, 150, 154, 155, 156, 157, 165, 173, 183, 192, 194, 195, 196, 197, 201, 205, 206, 207, 212, 214, 215, 217, 220, 222, 225, 226, 232, 236, 247, 249, 250, 251, 252, 253, 261, 263, 278, 279], "user": [1, 2, 3, 4, 5, 7, 8, 18, 21, 24, 26, 30, 36, 40, 41, 43, 52, 56, 62, 63, 64, 76, 78, 79, 80, 81, 83, 84, 86, 88, 89, 90, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 112, 113, 114, 118, 122, 125, 128, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 151, 152, 153, 155, 156, 157, 158, 159, 160, 165, 166, 168, 178, 179, 180, 196, 197, 200, 205, 207, 209, 214, 217, 226, 230, 236, 237, 245, 246, 249, 251, 252, 254, 257, 258, 259, 260, 261, 263, 265, 266, 270, 271, 275, 278], "15794": 1, "cross": [1, 11, 26, 43, 57, 58, 63, 64, 66, 76, 92, 126, 139, 140, 144, 154, 155, 192, 193, 196, 214, 217, 221, 224, 225, 240, 241, 248, 251, 268], "compil": [1, 6, 8, 16, 17, 18, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 63, 70, 74, 79, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 113, 114, 116, 119, 120, 124, 127, 129, 131, 135, 138, 139, 140, 141, 144, 148, 151, 154, 155, 161, 168, 177, 188, 189, 190, 191, 192, 194, 195, 196, 200, 202, 203, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 225, 226, 228, 229, 230, 231, 232, 233, 238, 241, 248, 249, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 280], "android": [1, 8, 11, 25, 63, 65, 76, 82, 92, 124, 140, 154, 157, 185, 197, 224, 250], "window": [1, 8, 13, 17, 26, 27, 30, 36, 40, 41, 43, 46, 47, 50, 57, 58, 61, 64, 65, 74, 76, 80, 86, 87, 88, 91, 92, 94, 107, 110, 111, 116, 120, 124, 127, 130, 135, 138, 140, 144, 147, 154, 155, 157, 161, 168, 177, 197, 201, 203, 205, 213, 214, 222, 226, 240, 245, 246, 249, 251, 253, 254, 257, 258, 259, 260, 261, 264, 265, 270, 272, 277, 280], "15790": 1, "generator_toolset": 1, "15789": 1, "evalu": [1, 51, 84, 105, 106, 108, 110, 114, 122, 124, 133, 135, 141, 147, 154, 158, 175, 253, 276], "item": [1, 4, 37, 76, 86, 92, 106, 108, 112, 116, 135, 139, 154, 157, 159, 164, 197, 201, 278], "thei": [1, 6, 7, 13, 17, 21, 24, 28, 30, 36, 40, 41, 58, 62, 67, 68, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 85, 86, 88, 91, 92, 93, 94, 97, 99, 105, 106, 108, 109, 111, 122, 124, 126, 128, 129, 131, 135, 137, 140, 141, 144, 145, 150, 153, 154, 155, 157, 158, 159, 163, 165, 166, 175, 180, 184, 186, 188, 191, 194, 197, 205, 210, 219, 223, 226, 231, 236, 240, 247, 251, 252, 253, 255, 258, 259, 260, 261, 263, 264, 265, 272, 273, 275, 276, 277, 278, 280], "modul": [1, 11, 38, 46, 64, 71, 122, 124, 135, 136, 155, 160, 164, 184, 196, 220], "15779": 1, "gener": [1, 2, 3, 4, 6, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 44, 46, 47, 48, 51, 52, 56, 57, 58, 61, 62, 67, 68, 70, 72, 73, 74, 75, 76, 79, 80, 82, 84, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 107, 109, 110, 111, 113, 114, 119, 120, 122, 125, 126, 127, 129, 131, 136, 137, 139, 140, 141, 144, 145, 154, 155, 157, 158, 159, 160, 161, 162, 165, 166, 167, 168, 176, 184, 185, 186, 190, 191, 193, 194, 195, 199, 200, 201, 205, 211, 212, 218, 222, 223, 224, 225, 227, 231, 232, 233, 236, 238, 244, 245, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 278, 280], "pc": [1, 46, 57, 215, 216, 217], "its": [1, 4, 13, 24, 28, 30, 32, 37, 40, 41, 52, 61, 62, 64, 65, 74, 76, 79, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 100, 105, 106, 107, 114, 116, 124, 127, 135, 139, 140, 141, 144, 146, 153, 154, 155, 163, 165, 166, 184, 195, 196, 197, 200, 212, 217, 231, 248, 250, 252, 253, 259, 268, 270, 272, 273, 276], "context": [1, 6, 13, 28, 43, 80, 86, 90, 93, 97, 98, 100, 102, 103, 104, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 150, 154, 155, 165, 186, 196, 197, 200, 201, 202, 203, 205, 217, 220, 226, 228, 230, 241, 248, 251, 265], "alreadi": [1, 4, 6, 7, 24, 28, 56, 76, 80, 92, 94, 97, 100, 106, 111, 113, 114, 115, 120, 124, 130, 131, 136, 154, 155, 173, 175, 180, 183, 186, 190, 196, 197, 205, 214, 217, 240, 241, 242, 247, 251, 253, 254, 256, 257, 258, 259, 262, 265, 266, 268, 272, 275, 277, 279, 280], "15763": 1, "visibl": [1, 40, 41, 81, 85, 92, 98, 103, 122, 128, 154, 197, 220], "conan_c_flag": 1, "too": [1, 5, 8, 18, 30, 32, 46, 47, 58, 61, 62, 76, 79, 80, 86, 113, 122, 124, 140, 150, 155, 166, 184, 190, 200, 201, 230, 252, 270, 276], "15762": 1, "profil": [1, 24, 26, 27, 28, 40, 41, 43, 46, 51, 56, 58, 62, 64, 69, 76, 79, 80, 82, 84, 86, 88, 89, 90, 92, 93, 97, 100, 102, 103, 104, 107, 110, 119, 124, 128, 131, 140, 141, 151, 154, 157, 159, 160, 161, 165, 169, 172, 175, 192, 197, 200, 214, 221, 222, 225, 226, 228, 232, 248, 249, 251, 253, 254, 258, 263, 275, 276, 277, 278], "scope": [1, 124, 137, 149, 150, 154, 155, 197, 200, 201, 202, 203, 222, 228, 233], "15747": 1, "legaci": [1, 127, 154, 197, 228], "usag": [1, 6, 27, 28, 32, 36, 38, 40, 41, 42, 52, 69, 76, 80, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 127, 137, 140, 141, 153, 154, 155, 157, 159, 165, 198, 205, 207, 209, 212, 216, 223, 232, 252, 265, 270, 280], "api": [1, 6, 27, 71, 76, 80, 82, 124, 155, 160, 163, 166, 244, 245, 253], "15743": 1, "contain": [1, 2, 4, 6, 7, 8, 17, 18, 19, 26, 27, 28, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 56, 57, 58, 61, 62, 67, 68, 72, 76, 84, 85, 86, 87, 90, 92, 93, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 108, 109, 110, 111, 113, 117, 118, 119, 122, 124, 125, 127, 131, 135, 136, 137, 140, 141, 152, 154, 157, 159, 160, 165, 167, 168, 172, 180, 184, 188, 190, 196, 197, 198, 202, 203, 209, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 236, 238, 249, 250, 252, 256, 259, 263, 264, 265, 267, 268, 270, 271, 272, 276, 278, 279, 280], "15727": 1, "precend": 1, "metadata": [1, 2, 7, 63, 71, 91, 120, 123, 139, 173, 183, 259, 277], "rang": [1, 8, 9, 76, 80, 84, 86, 90, 92, 93, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 119, 124, 139, 141, 150, 154, 155, 157, 184, 241, 248, 253, 259, 274, 276, 279, 280], "15653": 1, "implement": [1, 2, 7, 8, 42, 52, 76, 79, 80, 85, 91, 97, 113, 122, 129, 135, 138, 144, 157, 161, 165, 168, 184, 185, 189, 197, 223, 229, 237, 244, 246, 259, 261, 263, 264, 273, 275, 280], "xxxx": [1, 7, 52, 74, 86, 89, 92, 98, 124, 135, 142, 143, 197, 219, 221, 230, 280], "15654": 1, "abil": 1, "15652": 1, "formatt": [1, 46, 94, 120, 160], "15651": 1, "cross_build": [1, 28, 92, 154, 226, 250, 268], "decid": [1, 28, 84, 92, 122, 124, 128, 139, 142, 143, 154, 253, 257, 275, 277, 278], "whether": [1, 90, 92, 93, 96, 97, 102, 103, 104, 106, 110, 122, 135, 145, 154, 190, 192, 228, 253, 257, 260, 267, 272, 280], "regardless": [1, 91, 92, 107, 154, 258], "intern": [1, 52, 56, 62, 80, 92, 122, 144, 155, 157, 158, 188, 189, 226, 229, 240, 250, 252, 263, 277], "mechan": [1, 7, 13, 62, 76, 79, 80, 86, 122, 124, 129, 135, 143, 144, 155, 158, 160, 165, 184, 198, 201, 236, 251, 252, 258, 274, 276, 277, 279, 280], "15616": 1, "15613": 1, "15602": 1, "reduc": [1, 80, 100, 101, 145], "exclus": [1, 36, 90, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 107, 110, 111, 116, 119, 120, 124, 125, 128, 140, 141, 144, 230], "15573": 1, "cuda": [1, 92, 154, 197, 214], "toolkit": 1, "15572": 1, "import": [1, 6, 7, 8, 16, 17, 18, 24, 26, 28, 32, 37, 39, 40, 41, 42, 43, 48, 51, 54, 61, 62, 63, 64, 65, 67, 68, 72, 73, 74, 75, 76, 79, 84, 86, 88, 89, 100, 103, 106, 110, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 151, 153, 155, 157, 160, 161, 163, 164, 167, 184, 185, 186, 188, 189, 190, 191, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 238, 240, 241, 250, 252, 253, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 272, 276, 278, 279, 280], "higher": [1, 69, 86, 106, 140, 141, 149, 153, 236, 276, 278], "preced": [1, 79, 124, 152, 185, 197, 200, 214, 217], "over": [1, 6, 8, 10, 78, 79, 80, 86, 91, 92, 94, 106, 124, 136, 139, 144, 152, 154, 155, 159, 161, 162, 165, 179, 184, 189, 197, 207, 214, 216, 217, 236, 257, 260, 261, 266, 273, 275, 278, 280], "regular": [1, 42, 124, 135, 137, 140, 155, 159, 166, 184, 196, 207, 217, 230, 246, 248, 250, 263], "15571": 1, "displai": [1, 13, 69, 87, 89, 92, 99, 103, 104, 107, 124, 145, 162, 168, 259, 276], "deactivate_conanvcvar": 1, "15557": 1, "serial": [1, 7, 124], "forward": [1, 6, 46, 56, 57, 76, 184, 207, 275, 279], "15553": 1, "log": [1, 6, 26, 62, 94, 115, 122, 149, 158, 160, 272, 280], "git": [1, 11, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 44, 46, 50, 51, 52, 54, 56, 57, 64, 71, 76, 79, 80, 92, 106, 113, 114, 124, 143, 144, 154, 158, 185, 205, 235, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 279, 280], "run": [1, 6, 10, 13, 17, 18, 19, 21, 26, 27, 28, 33, 35, 39, 40, 41, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 76, 80, 82, 86, 92, 93, 98, 102, 103, 104, 110, 116, 120, 123, 124, 125, 126, 127, 128, 135, 137, 139, 140, 143, 146, 152, 154, 155, 157, 160, 162, 163, 165, 166, 191, 192, 194, 196, 197, 199, 200, 203, 212, 217, 219, 220, 221, 222, 225, 229, 230, 232, 233, 236, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 276, 277, 279, 280], "verbos": [1, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 140, 149, 154, 155, 159, 189, 194, 214, 225, 229, 272], "mode": [1, 17, 21, 76, 79, 92, 95, 107, 124, 135, 137, 144, 145, 154, 157, 222, 240, 241, 251, 269, 272, 280], "15514": 1, "debug": [1, 6, 11, 17, 26, 29, 36, 49, 50, 52, 54, 69, 79, 80, 106, 110, 113, 114, 124, 127, 140, 149, 155, 157, 161, 168, 189, 190, 191, 195, 196, 197, 202, 203, 205, 214, 226, 229, 230, 231, 241, 248, 253, 256, 258, 259, 263, 264, 265, 267, 270, 271, 272], "vvv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "15513": 1, "python_requir": [1, 80, 98, 105, 109, 110, 111, 112, 125, 135, 136, 160, 175, 197, 223, 241, 252, 276, 278], "tested_reference_str": [1, 28, 184, 265, 268], "15485": 1, "presets_build": 1, "run_environ": 1, "modifi": [1, 3, 4, 6, 10, 17, 26, 27, 28, 30, 50, 54, 69, 79, 80, 86, 91, 122, 124, 127, 128, 135, 140, 157, 159, 162, 166, 168, 190, 197, 198, 205, 213, 248, 252, 253, 257, 258, 259, 261, 266, 267, 275, 277, 278, 279, 280], "cmakepreset": [1, 44, 48, 70, 92, 135, 154, 194, 195, 197, 253, 270, 271, 272, 280], "environ": [1, 2, 6, 13, 14, 20, 28, 36, 46, 47, 57, 63, 64, 67, 82, 86, 88, 92, 103, 113, 114, 122, 124, 135, 140, 149, 152, 153, 154, 155, 158, 185, 194, 196, 197, 199, 202, 203, 213, 216, 222, 226, 227, 231, 233, 249, 250, 251, 253, 254, 255, 257, 263, 265, 267, 268, 271], "15470": 1, "packg": 1, "limit": [1, 28, 36, 52, 107, 116, 124, 140, 192, 201, 205, 226, 249, 280], "suppli": [1, 4, 5, 90, 91, 93, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 165, 280], "15464": 1, "initi": [1, 6, 62, 69, 125, 136, 140, 142, 143, 175, 226, 234, 279], "document": [1, 3, 4, 26, 27, 64, 71, 80, 81, 86, 94, 103, 116, 124, 132, 135, 140, 145, 157, 160, 168, 184, 185, 197, 198, 205, 208, 222, 226, 244, 245, 253, 254, 258, 272, 280], "remotesapi": [1, 32, 169, 180], "publicli": [1, 4], "avail": [1, 3, 4, 8, 24, 26, 28, 37, 54, 58, 69, 74, 76, 78, 79, 92, 97, 102, 104, 105, 107, 112, 113, 116, 122, 124, 129, 137, 141, 150, 154, 155, 166, 180, 184, 188, 192, 197, 239, 249, 250, 252, 253, 258, 259, 263, 264, 265, 270, 271, 278, 280], "15462": 1, "vcvar": [1, 92, 135, 154, 157, 185, 227, 229, 231], "env": [1, 24, 26, 40, 41, 56, 80, 82, 92, 115, 140, 141, 146, 149, 154, 155, 159, 185, 194, 197, 200, 201, 202, 203, 214, 231, 232, 233, 238, 249, 251, 254, 265, 268, 271], "variabl": [1, 26, 36, 37, 44, 46, 47, 48, 63, 67, 82, 84, 86, 88, 92, 113, 122, 124, 135, 139, 140, 152, 153, 154, 155, 158, 187, 191, 194, 195, 196, 198, 199, 202, 203, 213, 214, 215, 216, 217, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233, 240, 250, 251, 253, 254, 257, 265, 266, 267, 268, 277, 278, 280], "powershel": [1, 92, 154, 201, 202, 203, 233, 254], "15461": 1, "exclud": [1, 40, 41, 90, 91, 92, 93, 100, 102, 103, 104, 106, 110, 119, 124, 154, 205, 230, 236, 252, 278], "dirti": [1, 6, 62, 92, 124, 154, 236], "helper": [1, 18, 46, 47, 56, 57, 58, 61, 67, 68, 70, 73, 74, 75, 76, 79, 92, 124, 126, 134, 135, 144, 145, 149, 154, 157, 158, 163, 189, 192, 194, 196, 197, 200, 201, 205, 211, 214, 216, 219, 221, 225, 228, 229, 236, 237, 263], "15457": 1, "scm": [1, 11, 28, 44, 82, 92, 106, 124, 143, 154, 185, 205, 236, 256, 261, 277, 279], "revision_mod": [1, 98, 103, 105, 277], "python_package_id_mod": 1, "per": [1, 6, 74, 76, 86, 113, 126, 135, 138, 140, 144, 155, 183, 184, 190, 197, 219, 220, 230], "effect": [1, 6, 8, 51, 79, 82, 83, 84, 106, 124, 135, 139, 144, 154, 160, 230, 240, 258, 276], "consum": [1, 6, 8, 14, 20, 21, 36, 39, 42, 46, 47, 52, 58, 61, 62, 63, 70, 74, 75, 85, 88, 89, 93, 114, 123, 125, 128, 135, 137, 140, 141, 148, 150, 155, 175, 176, 184, 190, 198, 200, 212, 215, 217, 220, 230, 238, 241, 251, 252, 253, 254, 255, 256, 259, 263, 264, 265, 268, 269, 270, 272, 275, 277, 279, 280], "15453": 1, "cmakeexecut": [1, 197], "preset": [1, 28, 30, 49, 50, 70, 92, 126, 137, 154, 195, 197, 270, 271, 272], "15447": 1, "cli": [1, 10, 13, 32, 76, 98, 103, 104, 154, 156, 159, 163, 194, 219, 245, 279], "15441": 1, "detect_msvc_upd": [1, 155], "15435": 1, "job": [1, 7, 62, 80, 92, 154, 155, 192, 194, 225, 280], "buildpreset": [1, 50, 197], "15422": 1, "nest": [1, 79, 157, 205, 270], "ani": [1, 4, 6, 7, 8, 10, 13, 21, 24, 36, 37, 43, 47, 52, 58, 61, 62, 74, 76, 79, 80, 84, 85, 86, 91, 92, 93, 94, 98, 103, 105, 106, 107, 109, 111, 113, 114, 116, 117, 120, 122, 124, 126, 127, 128, 133, 134, 135, 136, 140, 142, 143, 144, 145, 149, 152, 154, 155, 157, 159, 160, 161, 163, 166, 184, 185, 191, 194, 195, 196, 197, 202, 205, 207, 210, 212, 215, 217, 219, 220, 222, 226, 230, 231, 237, 240, 245, 247, 249, 251, 252, 256, 258, 259, 263, 264, 265, 269, 270, 273, 275, 276, 277, 278, 279, 280], "15415": 1, "coordinates_to_conandata": [1, 62, 236], "checkout_from_conandata_coordin": [1, 62, 236], "simplifi": [1, 13, 28, 111, 150, 258, 259, 280], "flow": [1, 5, 6, 11, 13, 18, 30, 36, 62, 63, 76, 90, 97, 106, 118, 135, 140, 191, 196, 231, 241, 245, 257, 269, 276, 280], "15377": 1, "autotoolstoolchain": [1, 28, 46, 47, 67, 92, 154, 185, 200, 211, 212, 257], "automat": [1, 3, 6, 32, 42, 49, 64, 69, 74, 76, 86, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 119, 122, 124, 133, 140, 141, 144, 153, 154, 155, 157, 166, 179, 184, 188, 194, 195, 196, 197, 200, 201, 203, 208, 209, 212, 215, 216, 217, 219, 221, 222, 225, 231, 240, 243, 249, 251, 252, 254, 257, 258, 260, 261, 265, 268, 273, 274, 275, 276, 277, 278, 280], "inject": [1, 40, 41, 44, 48, 68, 69, 74, 92, 124, 139, 140, 149, 153, 154, 155, 158, 160, 162, 184, 221, 232, 254, 257, 267], "f": [1, 28, 32, 37, 40, 41, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 113, 114, 115, 116, 117, 119, 120, 121, 124, 140, 144, 158, 164, 166, 167, 184, 197, 217, 232], "v": [1, 26, 50, 52, 61, 62, 81, 84, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 129, 139, 150, 154, 157, 159, 184, 225, 226, 230, 231, 232, 236, 241, 248, 249, 251, 254, 259, 280], "15375": 1, "upload": [1, 3, 5, 7, 12, 30, 62, 71, 76, 79, 80, 86, 89, 92, 94, 96, 114, 115, 116, 122, 124, 133, 134, 154, 156, 160, 167, 169, 212, 241, 242, 243, 245, 252, 263, 264, 270, 273, 274, 280], "parallel": [1, 69, 80, 86, 92, 100, 120, 154, 159, 160, 162, 173, 183, 192, 197, 280], "faster": [1, 13, 86, 236, 252, 279], "15360": 1, "intel": [1, 43, 76, 82, 92, 154, 185, 192, 228], "oneapi": [1, 92, 154, 157, 222], "detect": [1, 6, 62, 76, 80, 92, 154, 155, 179, 192, 197, 216, 226, 249, 250, 251, 260], "15358": 1, "progress": 1, "long": [1, 4, 7, 76, 79, 124, 137, 157, 184, 276, 278, 280], "15354": 1, "extension_properti": [1, 161], "extens": [1, 4, 11, 32, 36, 37, 39, 61, 63, 64, 65, 76, 80, 82, 83, 84, 92, 106, 124, 161, 162, 163, 164, 165, 166, 167, 168, 192, 201, 205, 250, 258, 265, 271], "15348": 1, "compatibility_cppstd": [1, 124, 161], "py": [1, 6, 16, 17, 18, 19, 21, 24, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 63, 64, 69, 74, 76, 80, 82, 86, 89, 90, 91, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 114, 118, 119, 122, 124, 129, 133, 135, 136, 137, 142, 143, 144, 145, 146, 147, 150, 155, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 175, 176, 184, 190, 191, 196, 202, 203, 209, 213, 214, 215, 217, 219, 220, 221, 222, 230, 231, 233, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 277, 278, 279], "disabl": [1, 52, 92, 93, 122, 124, 154, 156, 159, 161, 165, 180, 197, 207, 214, 263], "fallback": [1, 106, 157, 189, 280], "cppstd": [1, 24, 26, 27, 28, 47, 58, 61, 79, 84, 88, 98, 103, 114, 124, 131, 139, 155, 157, 161, 168, 185, 191, 197, 214, 221, 232, 249, 250, 251, 258, 259, 263, 280], "get_commit": [1, 236], "repositori": [1, 3, 5, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 30, 31, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 79, 80, 92, 94, 104, 106, 115, 120, 124, 144, 158, 160, 163, 166, 220, 236, 240, 241, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "true": [1, 6, 10, 19, 21, 28, 37, 40, 41, 42, 43, 46, 47, 54, 62, 79, 85, 86, 87, 88, 90, 92, 93, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 119, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 141, 144, 145, 149, 150, 153, 154, 155, 156, 179, 180, 188, 190, 192, 194, 195, 196, 197, 201, 202, 203, 205, 207, 209, 214, 216, 219, 221, 226, 228, 230, 231, 236, 240, 251, 253, 254, 257, 258, 259, 261, 263, 267, 271, 275, 276, 278], "obtain": [1, 40, 41, 62, 87, 89, 91, 125, 139, 145, 155, 180, 188, 189, 194, 199, 201, 202, 203, 226, 229, 231, 236, 251, 279], "commit": [1, 19, 62, 71, 76, 80, 124, 137, 144, 205, 236, 256, 257, 260, 261, 267, 271, 272, 277, 279], "15304": 1, "ensur": [1, 4, 8, 28, 37, 43, 64, 69, 84, 93, 128, 157, 197, 205, 219, 222, 251, 253, 278], "edit": [1, 3, 14, 15, 21, 26, 30, 54, 64, 76, 79, 80, 89, 114, 115, 122, 124, 135, 137, 140, 144, 155, 157, 168, 184, 241, 244, 246, 249, 252, 269, 272, 277], "cascad": [1, 90, 93, 100, 102, 103, 104, 106, 110, 119, 270], "work": [1, 4, 7, 16, 18, 19, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 52, 54, 62, 63, 64, 65, 73, 74, 76, 80, 89, 94, 95, 106, 111, 113, 114, 115, 116, 120, 122, 124, 125, 133, 134, 135, 137, 144, 147, 148, 153, 155, 157, 161, 163, 166, 184, 192, 194, 196, 197, 201, 220, 223, 226, 236, 241, 246, 249, 250, 251, 253, 258, 259, 261, 264, 266, 269, 271, 272, 275, 280], "togeth": [1, 62, 73, 76, 91, 101, 107, 114, 124, 133, 134, 144, 161, 183, 184, 194, 197, 225, 232, 252, 259, 273, 280], "15300": 1, "sort": [1, 100, 109, 111, 112, 140, 167, 198, 205, 276, 280], "group": [1, 32, 92, 124, 280], "15270": 1, "past": [1, 26, 81, 91, 107], "timestamp": [1, 13, 102, 107, 109, 111], "compact": [1, 91], "lock": [1, 8, 76, 89, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 114, 119, 175, 184, 252, 276], "15262": 1, "guarante": [1, 4, 7, 62, 79, 86, 92, 111, 114, 124, 139, 141, 155, 184, 261, 274, 275, 277], "15678": 1, "platform_tool_requir": 1, "discard": [1, 92, 141, 154], "15665": 1, "gcc": [1, 24, 28, 40, 41, 46, 47, 76, 80, 84, 86, 87, 90, 91, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 124, 129, 139, 144, 148, 155, 157, 168, 177, 192, 207, 214, 250], "conda": 1, "15664": 1, "download": [1, 4, 5, 7, 12, 19, 24, 26, 27, 30, 62, 63, 64, 69, 74, 76, 80, 89, 91, 92, 96, 97, 99, 100, 103, 106, 107, 114, 116, 122, 124, 133, 134, 144, 155, 156, 158, 160, 167, 169, 175, 185, 204, 236, 242, 245, 247, 249, 252, 253, 254, 258, 261, 262, 265, 269, 271, 273, 275, 277, 280], "15601": 1, "relativ": 1, "15592": 1, "map": [1, 47, 85, 135, 140, 184, 189, 194, 197, 214, 226, 229, 232, 240, 264, 272], "without": [1, 4, 5, 6, 13, 24, 32, 36, 37, 40, 41, 52, 62, 74, 76, 80, 86, 88, 89, 92, 94, 97, 99, 103, 106, 107, 108, 109, 112, 114, 115, 116, 120, 122, 124, 127, 128, 133, 135, 139, 141, 142, 143, 145, 147, 149, 154, 155, 157, 159, 161, 166, 172, 180, 184, 196, 197, 200, 205, 209, 228, 240, 252, 253, 259, 261, 266, 267, 269, 270, 271, 276, 277, 278, 279], "15545": 1, "text": [1, 107, 122, 123, 124, 143, 154, 155, 163, 184, 205, 279], "15538": 1, "help": [1, 8, 32, 37, 46, 50, 52, 64, 67, 68, 72, 73, 74, 76, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 163, 191, 200, 214, 222, 231, 253, 254, 265, 273, 274], "reachabl": 1, "want": [1, 3, 4, 5, 6, 7, 13, 16, 17, 21, 24, 26, 28, 30, 32, 39, 40, 41, 42, 43, 50, 51, 54, 64, 69, 79, 84, 86, 88, 93, 94, 100, 102, 107, 110, 111, 122, 124, 126, 127, 128, 129, 139, 140, 141, 142, 143, 144, 145, 154, 155, 157, 175, 184, 190, 195, 196, 197, 198, 205, 214, 222, 230, 232, 236, 238, 240, 244, 247, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 266, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offlin": [1, 76], "15516": 1, "stacktrac": 1, "15501": 1, "intend": [1, 2, 4, 6, 7, 16, 17, 18, 19, 28, 30, 42, 65, 76, 80, 86, 91, 92, 106, 107, 124, 128, 132, 133, 134, 135, 146, 155, 166, 184, 194, 196, 197, 201, 219, 225, 236, 240, 251, 254, 257, 265, 276], "15499": 1, "check_typ": 1, "int": [1, 30, 43, 46, 56, 57, 192, 209, 249, 251, 263, 268], "bool": [1, 156, 192, 219, 225, 226, 228], "15378": 1, "entri": [1, 63, 69, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 119, 124, 135, 153, 158, 188, 195, 196, 197, 207, 209, 222, 278], "machin": [1, 6, 28, 30, 64, 86, 97, 114, 122, 124, 132, 157, 159, 192, 196, 212, 217, 225, 226, 230, 240, 242, 247, 250, 251, 268, 277], "due": [1, 28, 87, 124, 272], "pkgconfig": [1, 58, 92, 154, 185, 211, 226], "deprec": [1, 76, 92, 98, 100, 149, 154, 157, 184, 208, 214, 217, 226], "sinc": [1, 28, 46, 47, 49, 50, 69, 81, 103, 195, 197, 212, 217, 240, 247, 270, 271, 272, 277], "meson": [1, 11, 44, 63, 65, 76, 80, 82, 92, 113, 154, 155, 185, 249, 257, 259], "15369": 1, "some": [1, 4, 5, 6, 7, 8, 13, 18, 21, 30, 32, 36, 40, 41, 42, 43, 46, 47, 51, 52, 64, 65, 70, 71, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 107, 110, 111, 113, 119, 124, 125, 126, 127, 128, 130, 131, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 164, 166, 180, 184, 190, 196, 197, 198, 200, 205, 207, 212, 213, 214, 216, 217, 221, 222, 223, 226, 232, 236, 240, 250, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "15355": 1, "did": [1, 49, 91, 184, 250, 251, 254, 256, 259, 261, 272, 279], "15353": 1, "upload_polici": [1, 98], "skip": [1, 4, 37, 92, 93, 94, 97, 98, 103, 124, 126, 149, 173, 183, 188, 196, 197, 236, 242, 250, 257, 258, 263, 268], "15336": 1, "accept": [1, 5, 7, 96, 105, 106, 107, 110, 115, 117, 124, 149, 152, 155, 157, 189, 194, 197, 205, 209, 217, 222, 225, 229, 240], "onli": [1, 4, 6, 7, 8, 13, 17, 21, 26, 28, 30, 32, 36, 46, 47, 49, 50, 52, 54, 56, 58, 61, 62, 69, 74, 76, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 110, 113, 115, 116, 119, 120, 123, 124, 127, 128, 129, 131, 132, 133, 135, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 149, 150, 154, 155, 157, 159, 162, 163, 165, 166, 167, 175, 176, 180, 184, 185, 190, 191, 192, 194, 195, 196, 197, 198, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 221, 226, 230, 238, 240, 248, 250, 251, 252, 254, 255, 257, 259, 260, 261, 262, 264, 265, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "15312": 1, "releas": [1, 4, 5, 9, 17, 21, 24, 26, 28, 36, 43, 46, 47, 49, 50, 52, 54, 58, 61, 63, 65, 71, 74, 76, 79, 81, 85, 87, 88, 92, 98, 102, 103, 106, 107, 110, 113, 114, 124, 127, 137, 139, 140, 144, 154, 155, 157, 161, 165, 168, 184, 189, 190, 191, 194, 195, 196, 197, 202, 203, 207, 213, 214, 222, 226, 229, 230, 231, 236, 241, 248, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278], "14780": 1, "msbuilddep": [1, 61, 74, 92, 135, 154, 185, 227], "compon": [1, 14, 15, 20, 135, 137, 187, 194, 196, 198, 215, 216, 217, 220, 230, 255], "15626": 1, "themselv": [1, 8, 113, 184, 258], "15575": 1, "o": [1, 6, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 37, 39, 40, 41, 42, 43, 47, 51, 54, 58, 61, 62, 79, 80, 86, 87, 88, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 111, 114, 116, 119, 120, 124, 127, 130, 131, 134, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 153, 154, 155, 157, 158, 166, 167, 168, 177, 184, 188, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 245, 249, 250, 251, 252, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275], "microsoft": [1, 74, 82, 92, 124, 135, 140, 154, 155, 157, 185, 194, 197, 212, 222, 229, 230, 231, 232, 233], "15568": 1, "wrong": [1, 99, 102, 138, 144], "propag": [1, 8, 14, 20, 52, 79, 81, 124, 128, 140, 141, 150, 200, 217, 255, 263, 275], "fals": [1, 13, 17, 28, 32, 37, 40, 41, 43, 47, 54, 61, 62, 79, 86, 87, 88, 92, 98, 100, 102, 103, 105, 107, 114, 116, 122, 124, 128, 130, 131, 135, 136, 138, 140, 141, 149, 154, 155, 156, 161, 165, 175, 176, 180, 183, 188, 190, 192, 194, 196, 197, 202, 203, 205, 207, 209, 214, 216, 225, 226, 228, 230, 236, 237, 240, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 275, 278], "header": [1, 6, 17, 36, 40, 41, 43, 52, 79, 80, 81, 85, 86, 87, 98, 124, 128, 137, 138, 139, 140, 146, 147, 158, 188, 196, 198, 207, 230, 255, 259, 260, 262, 264, 265, 266, 270, 272, 280], "15564": 1, "store": [1, 4, 6, 13, 28, 62, 69, 71, 76, 84, 91, 92, 104, 106, 113, 114, 122, 124, 140, 153, 154, 164, 166, 197, 205, 209, 212, 236, 241, 242, 247, 249, 251, 255, 258, 259, 260, 264, 270, 272, 276, 279, 280], "storage_path": [1, 92], "also": [1, 3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 27, 28, 36, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 70, 72, 74, 75, 76, 79, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 126, 127, 128, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 154, 155, 157, 158, 159, 160, 164, 166, 167, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 232, 233, 238, 240, 242, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 271, 272, 274, 275, 276, 277, 278, 279, 280], "find": [1, 4, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 79, 85, 86, 102, 106, 124, 138, 140, 157, 160, 188, 196, 198, 212, 216, 222, 226, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276], "them": [1, 3, 5, 6, 7, 8, 12, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 37, 40, 41, 43, 46, 50, 54, 56, 57, 61, 62, 64, 69, 74, 75, 76, 79, 80, 81, 85, 86, 87, 91, 92, 94, 97, 111, 113, 114, 115, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 145, 150, 155, 157, 162, 163, 164, 166, 179, 180, 183, 184, 189, 190, 191, 195, 196, 197, 201, 205, 207, 212, 214, 223, 226, 229, 230, 231, 240, 241, 242, 243, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 276, 278, 279], "correctli": [1, 17, 18, 24, 28, 30, 43, 52, 58, 69, 80, 93, 111, 146, 196, 197, 198, 205, 212, 251, 253, 255, 259, 263, 264, 268], "15505": 1, "The": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 26, 27, 28, 30, 32, 36, 37, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 56, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 173, 175, 180, 184, 185, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 243, 245, 246, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "export": [1, 5, 6, 7, 10, 16, 28, 39, 52, 62, 80, 89, 91, 92, 93, 98, 109, 114, 125, 134, 135, 136, 137, 138, 142, 143, 144, 160, 166, 167, 169, 184, 205, 209, 236, 256, 259, 260, 261, 264, 267, 269, 270, 272, 277, 279], "now": [1, 3, 4, 6, 10, 13, 17, 19, 24, 26, 28, 32, 37, 40, 41, 43, 46, 47, 50, 56, 57, 58, 61, 62, 64, 65, 71, 74, 85, 87, 88, 91, 100, 102, 124, 165, 167, 184, 190, 196, 220, 222, 245, 247, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "statu": [1, 39, 51, 62, 103, 149, 236], "15504": 1, "follow": [1, 4, 6, 8, 10, 26, 27, 28, 32, 36, 37, 39, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 64, 70, 76, 79, 84, 85, 88, 91, 92, 103, 105, 106, 107, 109, 112, 113, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 135, 139, 140, 144, 145, 147, 149, 153, 154, 158, 159, 161, 163, 165, 190, 191, 195, 196, 197, 200, 202, 203, 207, 214, 215, 217, 219, 220, 222, 226, 229, 230, 231, 232, 236, 238, 240, 245, 249, 253, 259, 260, 261, 264, 265, 268, 273, 275, 278, 279], "same": [1, 4, 6, 7, 8, 11, 13, 16, 18, 21, 26, 28, 36, 37, 38, 46, 47, 49, 51, 52, 54, 58, 61, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 101, 102, 103, 106, 110, 116, 124, 125, 127, 128, 129, 135, 137, 139, 141, 142, 143, 144, 149, 150, 154, 155, 157, 159, 161, 162, 163, 165, 166, 167, 184, 188, 190, 191, 192, 194, 196, 198, 205, 212, 214, 217, 220, 223, 226, 230, 231, 236, 240, 247, 249, 250, 251, 252, 253, 254, 258, 259, 260, 261, 263, 264, 265, 266, 268, 271, 272, 274, 275, 276, 277, 278, 279, 280], "behavior": [1, 8, 49, 76, 80, 84, 86, 101, 109, 110, 111, 124, 127, 130, 131, 135, 139, 140, 150, 154, 159, 161, 162, 166, 192, 196, 197, 217, 220, 226, 236, 240, 261, 280], "calcul": [1, 140, 202, 203, 209, 214, 232, 258, 263], "valid": [1, 6, 8, 10, 47, 58, 61, 79, 80, 84, 86, 87, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 135, 148, 154, 157, 158, 161, 168, 175, 192, 197, 207, 214, 215, 217, 226, 228, 231, 248, 256, 259, 263, 264, 267, 268, 271, 275, 276, 278], "apple_min_version_flag": [1, 226], "15465": 1, "subset": [1, 86, 88, 131, 139, 157, 197], "build_id": [1, 13, 98, 103, 125], "15439": 1, "conan_login_username_remot": 1, "15388": 1, "don": [1, 5, 10, 13, 24, 32, 40, 41, 46, 69, 79, 85, 102, 106, 107, 115, 123, 124, 144, 153, 155, 163, 184, 196, 198, 249, 250, 251, 252, 263, 264, 266, 270, 273], "take": [1, 6, 21, 28, 30, 31, 62, 87, 88, 92, 93, 100, 111, 116, 120, 122, 124, 135, 142, 143, 146, 152, 153, 154, 157, 189, 190, 195, 196, 197, 200, 214, 217, 230, 237, 240, 250, 251, 253, 258, 259, 265, 267, 268, 273, 280], "consider": [1, 7, 48], "15349": 1, "15337": 1, "get_url_and_commit": [1, 62, 236], "15271": 1, "direct": [1, 28, 37, 98, 103, 106, 122, 124, 128, 135, 140, 165, 190, 196, 197, 202, 230, 275], "host": [1, 8, 13, 24, 28, 31, 36, 43, 76, 90, 92, 93, 97, 98, 100, 102, 103, 104, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 154, 155, 165, 175, 179, 186, 192, 196, 197, 198, 203, 207, 214, 217, 222, 226, 228, 230, 232, 240, 241, 244, 245, 248, 251, 265], "shouldn": [1, 6, 36, 40, 41, 62, 64, 80, 81, 86, 88, 116, 124, 128, 131, 138, 140, 185, 230, 236, 252, 263, 277], "non": [1, 52, 76, 80, 84, 91, 92, 111, 124, 138, 154, 192, 203, 248, 256, 278, 280], "artifact": [1, 6, 7, 13, 30, 47, 58, 71, 76, 80, 85, 91, 92, 94, 106, 116, 120, 124, 125, 127, 132, 137, 138, 139, 141, 154, 165, 167, 183, 197, 244, 245, 259, 264, 266, 270, 271, 272, 277, 280], "like": [1, 4, 6, 7, 8, 10, 13, 16, 18, 19, 21, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 61, 62, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 102, 103, 106, 107, 108, 109, 111, 112, 113, 114, 116, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 166, 168, 175, 176, 177, 180, 184, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 216, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 238, 240, 248, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "imag": [1, 69, 76, 87, 105, 113, 140, 245], "time": [1, 6, 8, 10, 24, 26, 28, 43, 56, 62, 69, 74, 76, 80, 81, 87, 88, 97, 107, 114, 116, 122, 124, 127, 128, 132, 133, 134, 135, 136, 137, 140, 141, 155, 160, 167, 184, 194, 196, 197, 202, 203, 207, 212, 217, 249, 252, 253, 254, 258, 261, 264, 265, 266, 269, 270, 272, 273, 274, 275, 277, 278, 280], "resourc": [1, 8, 63, 103, 140, 248, 277], "15128": 1, "save": [1, 2, 6, 32, 40, 41, 56, 62, 63, 76, 97, 108, 114, 122, 124, 127, 134, 154, 155, 164, 196, 197, 201, 204, 207, 217, 226], "subfold": [1, 7, 14, 15, 17, 19, 92, 137, 165, 166, 188, 195, 205, 209, 212, 245, 261, 264, 272], "tgz": [1, 7, 91, 144, 167, 183, 205, 207, 249, 254, 264], "15409": 1, "libcxx": [1, 24, 26, 27, 28, 32, 47, 79, 98, 103, 114, 124, 131, 139, 151, 155, 191, 197, 214, 222, 226, 249, 250, 251, 258, 259], "cc": [1, 43, 56, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 188, 214, 220, 222, 226, 232, 250, 257, 263], "cxx": [1, 19, 21, 27, 43, 92, 154, 157, 188, 214, 222, 226, 232, 250, 257, 258, 259, 260, 263, 266, 267, 268, 271, 272], "var": [1, 40, 41, 80, 92, 115, 122, 141, 154, 155, 159, 196, 197, 200, 201, 202, 203, 213, 222, 232], "15418": 1, "winsdk_vers": [1, 92, 154, 197, 231, 233], "bug": [1, 8, 63, 76], "cmake_minimum_requir": [1, 21, 26, 39, 42, 43, 51, 69, 196, 249, 254, 257, 260, 266, 267, 268], "15373": 1, "trait": [1, 38, 40, 80, 81, 84, 124, 128, 275, 280], "15357": 1, "thru": 1, "15356": 1, "dump": [1, 163, 200], "reproduc": [1, 4, 6, 62, 76, 114, 124, 127, 184, 205, 236, 248, 252, 264, 274, 276, 277, 279, 280], "independ": [1, 21, 81, 86, 122, 133, 134, 139, 144, 165, 198, 272, 280], "were": [1, 6, 24, 30, 52, 62, 97, 131, 153, 165, 180, 220, 249, 251, 257, 260, 266, 275, 278, 280], "declar": [1, 14, 15, 21, 28, 49, 54, 58, 76, 79, 84, 91, 107, 124, 129, 130, 131, 135, 137, 139, 140, 141, 155, 157, 159, 160, 163, 164, 184, 190, 191, 192, 194, 195, 196, 197, 199, 201, 217, 220, 226, 230, 232, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 272, 275, 280], "revert": [1, 76, 159], "default": [1, 4, 6, 8, 10, 13, 21, 26, 27, 28, 30, 32, 40, 41, 42, 46, 47, 49, 50, 51, 52, 56, 58, 61, 69, 76, 79, 83, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 109, 110, 113, 114, 116, 117, 119, 120, 122, 124, 132, 136, 137, 139, 140, 144, 145, 150, 153, 154, 155, 156, 157, 159, 161, 168, 175, 179, 180, 183, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 229, 230, 231, 232, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 259, 260, 261, 263, 265, 266, 267, 270, 272, 273, 275, 276, 277, 278, 280], "source_buildenv": 1, "15319": 1, "15284": 1, "ctest": [1, 194, 257], "directli": [1, 6, 7, 8, 13, 17, 27, 36, 46, 47, 51, 52, 64, 69, 74, 80, 88, 89, 95, 97, 100, 102, 103, 104, 106, 109, 110, 114, 126, 135, 141, 155, 157, 164, 189, 194, 197, 205, 209, 219, 226, 231, 249, 252, 253, 264, 265, 270, 271, 275, 279], "instead": [1, 4, 5, 8, 19, 36, 62, 64, 69, 74, 76, 80, 86, 91, 92, 95, 100, 102, 103, 104, 106, 110, 113, 116, 122, 124, 135, 139, 140, 149, 154, 157, 180, 184, 189, 194, 196, 197, 201, 217, 230, 236, 251, 252, 253, 254, 256, 257, 259, 260, 261, 267, 270, 271, 272, 275, 276, 278, 279], "target": [1, 8, 17, 18, 19, 21, 27, 28, 43, 52, 56, 69, 76, 80, 92, 106, 113, 124, 126, 139, 157, 165, 186, 189, 192, 194, 212, 219, 220, 221, 222, 225, 226, 229, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 266, 267, 268, 271, 272, 277, 280], "run_test": [1, 126, 194], "15282": 1, "track": [1, 6, 71, 76, 128, 252, 277], "host_vers": [1, 43], "15274": 1, "given": [1, 6, 8, 32, 37, 43, 84, 85, 86, 90, 91, 92, 93, 95, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119, 130, 139, 140, 147, 149, 155, 158, 159, 161, 175, 179, 180, 197, 198, 201, 205, 207, 209, 214, 220, 226, 228, 236, 252, 273, 276, 277, 279, 280], "15272": 1, "pkglist": [1, 6, 13, 94, 96, 116, 120, 273], "15266": 1, "conan_log_level": [1, 159], "abl": [1, 3, 6, 7, 18, 24, 26, 30, 32, 36, 37, 40, 41, 42, 43, 62, 64, 79, 80, 84, 109, 110, 112, 134, 140, 141, 144, 149, 153, 155, 196, 198, 200, 205, 222, 226, 236, 259, 268, 270, 274, 280], "level": [1, 13, 16, 18, 21, 27, 30, 46, 47, 69, 74, 76, 79, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 129, 134, 139, 145, 149, 154, 157, 158, 159, 184, 189, 196, 207, 217, 220, 272, 280], "15263": 1, "request": [1, 32, 63, 76, 79, 92, 102, 106, 115, 116, 122, 124, 129, 153, 154, 159, 166, 243], "15257": 1, "oper": [1, 6, 8, 28, 51, 64, 65, 70, 71, 76, 86, 91, 106, 114, 116, 123, 126, 132, 151, 155, 158, 166, 180, 185, 191, 197, 200, 204, 236, 240, 242, 249, 250, 251, 258, 259, 261, 264, 269, 273, 276, 278, 280], "conanfil": [1, 6, 11, 13, 17, 18, 19, 21, 24, 28, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 69, 74, 76, 80, 82, 84, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 113, 114, 118, 119, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 154, 155, 157, 158, 161, 162, 164, 165, 166, 167, 172, 175, 176, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "15221": 1, "conandep": [1, 61, 190, 215, 230, 238], "aggreg": [1, 24, 56, 111, 114, 140, 179, 185, 190, 191, 201, 213, 230, 249, 254, 271], "style": [1, 90, 93, 100, 102, 103, 104, 106, 110, 115, 119, 188, 205], "15207": 1, "15192": 1, "about": [1, 4, 6, 18, 19, 21, 24, 32, 38, 43, 46, 47, 49, 54, 56, 57, 58, 61, 62, 69, 70, 71, 75, 76, 80, 81, 82, 84, 86, 89, 90, 93, 95, 97, 99, 103, 106, 110, 113, 114, 118, 119, 121, 124, 125, 126, 128, 130, 131, 135, 136, 137, 139, 140, 141, 144, 145, 147, 150, 151, 155, 157, 159, 163, 168, 197, 211, 217, 223, 226, 238, 243, 245, 248, 249, 251, 253, 255, 257, 258, 260, 261, 263, 267, 268, 270, 271, 274, 275, 277, 278, 280], "potenti": [1, 5, 41, 64, 94, 127, 141, 142, 143, 183, 197, 201, 277], "migrat": [1, 76, 124, 228, 253], "would": [1, 4, 5, 6, 10, 13, 16, 18, 19, 21, 32, 40, 41, 52, 62, 64, 79, 80, 86, 88, 92, 97, 100, 106, 107, 109, 111, 116, 122, 124, 126, 128, 132, 133, 135, 139, 140, 141, 142, 143, 144, 154, 155, 157, 158, 161, 162, 165, 167, 184, 195, 197, 198, 201, 212, 220, 236, 249, 250, 251, 252, 257, 260, 263, 265, 266, 275, 276, 277, 278, 279], "everi": [1, 3, 4, 8, 13, 32, 37, 50, 52, 69, 76, 80, 86, 87, 91, 92, 104, 106, 124, 135, 138, 139, 153, 154, 155, 158, 165, 167, 190, 191, 197, 201, 219, 220, 230, 231, 249, 253, 254, 264, 265, 269, 270, 273, 276, 277, 279, 280], "15174": 1, "deploi": [1, 31, 34, 56, 62, 90, 103, 106, 125, 139, 165, 176, 249, 254, 265, 271], "15172": 1, "15153": 1, "access": [1, 3, 4, 6, 16, 18, 19, 27, 36, 37, 40, 41, 62, 74, 91, 103, 122, 123, 124, 128, 131, 135, 144, 157, 165, 184, 205, 207, 213, 216, 228, 230, 267], "content": [1, 3, 4, 7, 18, 19, 21, 26, 27, 28, 56, 57, 62, 63, 64, 80, 91, 92, 103, 113, 122, 123, 134, 137, 155, 160, 166, 167, 184, 185, 205, 209, 217, 220, 226, 231, 249, 251, 252, 253, 259, 261, 268, 269, 271, 272, 277], "configapi": [1, 169, 172], "15151": 1, "builtin": [1, 11, 31, 76, 92, 154, 157], "redirect_stdout": 1, "integr": [1, 6, 7, 11, 25, 27, 36, 47, 51, 58, 61, 63, 64, 66, 69, 70, 71, 74, 75, 76, 79, 86, 113, 120, 126, 135, 140, 146, 157, 164, 167, 186, 243, 258, 259, 268, 276], "15150": 1, "warnings_as_error": [1, 92, 149, 154], "15149": 1, "ftp_tl": 1, "secur": [1, 6, 54, 115, 154, 158, 180, 207, 265, 278, 280], "ftp_download": [1, 204], "commun": [1, 3, 8, 79, 92, 122, 140, 154, 157, 233, 244, 246], "15137": 1, "replace_requir": 1, "replace_tool_requir": 1, "redefin": [1, 106, 155], "replac": [1, 19, 36, 51, 54, 79, 92, 124, 155, 159, 172, 184, 197, 201, 205, 266], "zlibng": [1, 155], "zlib": [1, 4, 5, 6, 10, 13, 26, 28, 30, 36, 37, 43, 57, 76, 79, 85, 87, 91, 92, 94, 98, 100, 102, 103, 104, 106, 107, 110, 116, 117, 120, 124, 135, 140, 141, 150, 154, 155, 156, 164, 190, 196, 202, 203, 215, 217, 220, 230, 233, 238, 248, 249, 250, 251, 252, 253, 254, 259], "altern": [1, 62, 74, 76, 93, 97, 99, 102, 124, 142, 143, 155, 184, 201, 236, 264], "wrap": [1, 126, 149, 155, 201, 222, 226, 233, 280], "anoth": [1, 7, 13, 28, 36, 42, 54, 85, 124, 127, 128, 135, 145, 155, 157, 163, 196, 200, 212, 220, 240, 242, 247, 249, 250, 257, 258, 260, 264, 266, 267, 270, 277], "15136": 1, "captur": [1, 6, 11, 44, 93, 110, 144, 202, 203, 205, 236, 240, 250, 252, 253, 254, 257, 261, 276], "15121": 1, "platform": [1, 8, 17, 28, 40, 41, 57, 63, 64, 65, 73, 74, 79, 80, 86, 88, 91, 102, 114, 130, 133, 134, 135, 138, 140, 144, 153, 154, 155, 157, 188, 197, 226, 228, 229, 230, 231, 240, 248, 249, 250, 253, 257, 268, 270, 277], "14871": 1, "14694": 1, "cpp_info": [1, 17, 21, 28, 39, 40, 41, 42, 43, 52, 93, 98, 103, 137, 190, 196, 197, 198, 203, 205, 214, 215, 216, 217, 220, 253, 259, 260, 261, 263, 264, 265, 272], "13994": 1, "15297": 1, "separ": [1, 21, 62, 89, 93, 116, 122, 124, 127, 137, 154, 155, 159, 195, 196, 197, 200, 201, 226, 246, 254, 260, 272, 278], "15296": 1, "escap": [1, 115, 159], "report": [1, 6, 13, 63, 64, 76, 92, 102, 106, 122, 145, 154, 157, 176, 240], "involv": [1, 28, 270, 271], "15222": 1, "hard": [1, 157], "set_nam": [1, 105, 125, 135], "set_vers": [1, 105, 124, 125, 135, 184, 236, 279], "mutat": 1, "15211": 1, "15170": 1, "cmake_policy_default_cmp0091": 1, "unus": [1, 90, 93, 97, 100, 102, 103, 104, 106, 110, 111, 119, 241, 276], "15127": 1, "system_tool": [1, 254], "favor": [1, 124], "align": [1, 7, 28, 157], "least": [1, 3, 90, 93, 100, 102, 103, 104, 106, 108, 109, 110, 119, 124, 141, 236, 252, 256, 263, 267, 273], "is_dirti": [1, 236], "process": [1, 5, 7, 26, 28, 56, 58, 62, 64, 69, 74, 76, 80, 86, 98, 109, 111, 113, 122, 124, 125, 126, 131, 140, 155, 159, 163, 165, 166, 183, 197, 202, 226, 247, 251, 252, 253, 255, 259, 264, 266, 276, 279, 280], "current": [1, 6, 18, 26, 36, 39, 40, 41, 42, 47, 51, 58, 61, 62, 64, 70, 72, 73, 74, 75, 76, 79, 80, 84, 86, 91, 92, 97, 104, 106, 109, 113, 115, 122, 124, 125, 132, 133, 134, 135, 137, 139, 141, 142, 143, 144, 147, 148, 152, 154, 155, 161, 168, 184, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 247, 249, 250, 251, 253, 254, 256, 257, 259, 265, 270, 272, 276], "whole": [1, 6, 10, 17, 76, 84, 86, 91, 106, 124, 147, 183, 184, 196, 197, 201, 216], "repo": [1, 4, 5, 6, 16, 62, 64, 71, 76, 113, 114, 124, 166, 236, 272, 279, 280], "similarli": [1, 155, 203, 245, 278], "15289": 1, "15285": 1, "restor": [1, 2, 63, 201, 202, 203, 251, 252, 254], "portabl": [1, 76, 124], "across": [1, 8, 57, 88, 154, 160, 161, 249], "oss": [1, 111, 140, 157, 277], "15253": 1, "absolut": [1, 36, 37, 51, 92, 113, 135, 152, 154, 155, 165, 178, 196, 197, 205, 207, 209, 210, 266], "15244": 1, "ignor": [1, 6, 30, 56, 80, 132, 142, 143, 159, 194, 209, 210, 236, 240, 276], "15215": 1, "mislead": 1, "node": [1, 13, 98, 100, 103, 145, 175], "15196": 1, "15185": 1, "nmakedep": [1, 185, 198, 227], "quot": [1, 107, 115, 217], "15140": 1, "lru": [1, 107, 116, 273], "data": [1, 6, 8, 86, 122, 124, 127, 134, 135, 136, 137, 140, 151, 192, 196, 205, 217, 224, 246, 261, 280], "15135": 1, "package_metadata_fold": [1, 6], "15126": 1, "pyinstal": [1, 64], "useless": [1, 136, 196], "15116": 1, "download_cach": [1, 4, 92], "15109": 1, "riscv64": [1, 157], "riscv32": [1, 157], "manag": [1, 2, 3, 7, 8, 28, 32, 40, 41, 44, 46, 47, 49, 52, 56, 57, 64, 67, 68, 69, 71, 72, 73, 74, 80, 81, 84, 86, 88, 89, 92, 106, 108, 113, 114, 115, 120, 124, 125, 130, 131, 139, 140, 144, 145, 154, 155, 156, 157, 165, 180, 184, 186, 190, 197, 198, 200, 201, 205, 213, 222, 226, 228, 236, 239, 244, 248, 249, 250, 253, 255, 259, 265, 273, 274, 276, 277, 278, 279], "autotool": [1, 11, 44, 63, 65, 76, 92, 113, 135, 154, 185, 188, 198, 200, 201, 211, 213, 214, 249, 257, 259], "15053": 1, "simultan": [1, 196, 217, 270, 275], "databas": [1, 92, 154, 240], "connect": [1, 56, 79, 92, 103, 115, 122, 154, 180, 245], "15029": 1, "which": [1, 3, 4, 6, 7, 8, 10, 13, 17, 18, 21, 28, 31, 32, 37, 42, 43, 46, 47, 52, 56, 57, 58, 61, 62, 64, 67, 68, 69, 72, 78, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 96, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 116, 119, 121, 122, 124, 126, 128, 131, 133, 134, 137, 138, 140, 141, 144, 148, 149, 152, 153, 154, 155, 157, 158, 160, 162, 165, 166, 167, 172, 183, 184, 188, 189, 194, 196, 197, 200, 205, 207, 212, 214, 216, 219, 220, 221, 222, 223, 225, 226, 229, 230, 232, 240, 249, 251, 252, 253, 255, 258, 259, 260, 264, 270, 271, 273, 275, 278, 280], "15013": 1, "better": [1, 5, 6, 24, 27, 32, 37, 62, 70, 89, 106, 111, 124, 126, 139, 142, 143, 158, 201, 246, 264, 265, 275, 276, 280], "ux": [1, 117, 151], "15011": 1, "15007": 1, "14984": 1, "extra": [1, 4, 6, 36, 37, 40, 41, 43, 92, 93, 113, 124, 139, 142, 143, 149, 154, 194, 209, 214, 219, 221, 226, 231, 232, 236, 256, 263, 267], "14966": 1, "load": [1, 16, 42, 46, 56, 68, 92, 106, 124, 133, 134, 136, 142, 143, 154, 155, 166, 178, 179, 184, 197, 204, 207, 212, 220, 222, 238, 251, 253, 279], "ci": [1, 2, 4, 5, 6, 7, 8, 62, 71, 80, 100, 102, 114, 124, 126, 154, 157, 158, 159, 276, 280], "workflow": [1, 62, 166, 271], "air": [1, 7, 13], "gap": [1, 7, 13], "14923": 1, "comput": [1, 10, 13, 27, 36, 51, 62, 76, 79, 82, 83, 84, 88, 99, 100, 103, 104, 106, 107, 108, 110, 114, 124, 125, 131, 135, 139, 141, 144, 147, 155, 157, 168, 175, 179, 184, 202, 203, 213, 214, 247, 249, 251, 252, 254, 258, 259, 268, 277], "intersect": [1, 10], "14912": 1, "multipl": [1, 4, 6, 8, 14, 15, 20, 26, 74, 75, 76, 80, 90, 93, 94, 100, 102, 103, 104, 106, 110, 119, 122, 124, 135, 137, 139, 155, 158, 165, 184, 190, 194, 196, 197, 198, 202, 212, 214, 223, 226, 230, 240, 241, 242, 245, 248, 255, 270, 272, 276, 278, 280], "14883": 1, "14858": 1, "listen": [1, 122, 216, 219, 246], "system_package_vers": [1, 196, 217], "properti": [1, 21, 43, 52, 61, 73, 74, 98, 103, 124, 135, 137, 141, 172, 188, 197, 213, 222, 226, 230, 231, 239, 255, 266, 267, 271], "14808": 1, "shorthand": 1, "14727": 1, "control": [1, 4, 5, 51, 62, 76, 79, 84, 88, 93, 124, 137, 143, 157, 159, 190, 197, 230, 264, 276, 278, 280], "14054": 1, "overwrit": [1, 7, 24, 84, 90, 93, 97, 100, 102, 103, 104, 106, 110, 113, 114, 119, 124, 144, 184, 200, 217], "layout": [1, 6, 11, 14, 17, 26, 28, 36, 43, 47, 49, 56, 58, 61, 82, 92, 123, 125, 135, 138, 140, 144, 185, 194, 195, 197, 209, 214, 220, 226, 234, 241, 248, 250, 259, 261, 263, 264, 265, 268, 269, 270, 271], "nor": [1, 37, 76, 132, 136, 144, 145, 183, 240], "15058": 1, "astra": 1, "elbru": [1, 157], "altlinux": 1, "distribut": [1, 7, 36, 46, 62, 64, 76, 114, 144, 157, 168, 240, 246], "apt": [1, 64, 92, 125, 145, 154, 239], "systempackagemanag": 1, "15051": 1, "mint": [1, 64], "15026": 1, "check": [1, 5, 6, 8, 16, 18, 19, 21, 26, 27, 28, 30, 31, 32, 43, 46, 50, 51, 54, 61, 62, 64, 66, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 84, 92, 93, 97, 102, 103, 104, 105, 106, 109, 114, 115, 120, 122, 124, 126, 137, 139, 140, 141, 144, 145, 147, 148, 154, 155, 157, 159, 160, 161, 163, 166, 168, 175, 176, 180, 183, 191, 192, 196, 201, 205, 206, 207, 212, 220, 222, 223, 226, 228, 236, 240, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 273, 275, 276, 277, 280], "server": [1, 4, 5, 6, 7, 8, 13, 30, 56, 62, 63, 71, 76, 80, 82, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 110, 113, 114, 115, 116, 119, 120, 124, 133, 134, 139, 153, 154, 158, 159, 167, 175, 180, 183, 207, 212, 241, 244, 245, 247, 249, 252, 261, 263, 273, 277, 280], "even": [1, 4, 6, 36, 37, 49, 52, 54, 64, 65, 76, 79, 80, 85, 87, 88, 94, 106, 111, 115, 120, 124, 126, 128, 131, 135, 141, 142, 143, 144, 145, 154, 155, 156, 157, 162, 165, 166, 180, 184, 205, 223, 230, 236, 247, 250, 252, 253, 257, 258, 259, 263, 274, 275, 276, 277, 278, 279], "shallow": 1, "clone": [1, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 92, 106, 144, 158, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277], "15023": 1, "appl": [1, 24, 43, 47, 75, 76, 79, 82, 87, 92, 98, 103, 107, 114, 154, 155, 157, 185, 189, 190, 191, 195, 197, 212, 214, 224, 249, 251, 259], "15015": 1, "extraflag": 1, "prioriti": [1, 106, 112, 124, 131, 140, 141, 142, 143, 153, 154, 155, 159, 179, 200, 236, 275], "15005": 1, "color": [1, 32, 103, 124, 256, 257, 260, 267, 268], "15002": 1, "sqlite3": [1, 135], "unsupport": [1, 261], "less": [1, 6, 36, 47, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 279], "2012": 1, "14950": 1, "db": 1, "slash": 1, "uniform": 1, "14940": 1, "forc": [1, 6, 32, 37, 42, 80, 90, 92, 93, 98, 100, 102, 103, 104, 106, 110, 112, 113, 114, 115, 119, 120, 122, 124, 128, 153, 154, 155, 157, 159, 180, 183, 197, 214, 222, 249, 252, 270, 275, 276, 277], "rebuild": [1, 5, 74, 85, 124, 264, 270, 280], "while": [1, 4, 6, 8, 17, 19, 21, 28, 30, 46, 47, 51, 64, 76, 80, 81, 83, 84, 86, 92, 106, 112, 124, 125, 131, 140, 141, 149, 154, 155, 157, 165, 209, 217, 223, 248, 251, 267, 269, 270, 271, 273, 278, 279, 280], "previou": [1, 2, 6, 7, 13, 47, 58, 61, 76, 84, 88, 102, 106, 107, 109, 111, 157, 163, 180, 190, 195, 196, 197, 200, 226, 231, 240, 247, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 278, 279], "still": [1, 5, 30, 40, 41, 52, 62, 64, 88, 109, 116, 124, 127, 128, 131, 139, 140, 157, 175, 183, 236, 263, 270, 277, 278, 280], "project": [1, 2, 4, 5, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 84, 86, 88, 92, 93, 103, 113, 122, 124, 125, 137, 140, 154, 165, 184, 189, 190, 191, 195, 212, 215, 219, 220, 221, 222, 223, 226, 230, 231, 234, 241, 242, 244, 245, 247, 248, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 278, 280], "14938": 1, "14932": 1, "fill_cpp_info": [1, 216], "xorg": 1, "veri": [1, 6, 7, 8, 26, 30, 40, 41, 46, 47, 52, 56, 57, 58, 61, 62, 76, 79, 81, 84, 86, 88, 103, 110, 124, 135, 140, 155, 157, 159, 184, 195, 223, 244, 245, 246, 249, 256, 257, 271, 277, 278, 279, 280], "noisi": 1, "quiet": [1, 92, 149, 154, 189, 194, 225, 229], "14924": 1, "necessari": [1, 2, 6, 13, 17, 19, 21, 27, 28, 30, 36, 37, 40, 41, 47, 51, 52, 54, 58, 62, 64, 69, 74, 75, 76, 79, 80, 84, 86, 92, 93, 97, 100, 103, 106, 107, 109, 111, 113, 116, 120, 124, 125, 126, 128, 133, 134, 135, 136, 138, 139, 140, 144, 145, 147, 148, 150, 153, 154, 155, 157, 158, 176, 183, 186, 196, 197, 198, 202, 203, 205, 226, 232, 236, 238, 249, 251, 253, 254, 258, 259, 260, 261, 263, 264, 268, 271, 273, 275, 276, 277, 278, 279, 280], "buildinfo": 1, "14886": 1, "14852": 1, "min": [1, 103, 191, 226], "xro": [1, 157], "simul": [1, 52], "14776": 1, "could": [1, 5, 6, 8, 10, 13, 18, 21, 24, 30, 36, 37, 40, 42, 43, 62, 84, 86, 88, 89, 91, 97, 103, 106, 109, 111, 113, 124, 126, 127, 128, 129, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 147, 153, 154, 155, 157, 162, 164, 165, 179, 184, 196, 197, 198, 201, 205, 214, 223, 225, 230, 247, 250, 251, 253, 257, 259, 261, 263, 264, 266, 267, 272, 275, 276, 277, 278, 279], "transit": [1, 13, 37, 52, 80, 93, 94, 106, 128, 135, 141, 155, 184, 190, 196, 202, 213, 230, 248, 270], "15082": 1, "15042": 1, "download_sourc": [1, 37, 92, 144, 154], "15004": 1, "incorrectli": 1, "xcconfig": [1, 75, 190, 191], "14898": 1, "export_sourc": [1, 7, 16, 18, 62, 91, 124, 125, 133, 135, 137, 209], "been": [1, 4, 6, 8, 13, 26, 28, 52, 64, 65, 71, 76, 80, 81, 84, 91, 93, 97, 101, 106, 107, 116, 131, 135, 140, 141, 144, 146, 147, 148, 155, 157, 176, 184, 190, 196, 202, 251, 252, 258, 259, 260, 270, 271, 273, 277, 280], "14850": 1, "properli": [1, 105, 154, 259, 268], "candid": 1, "14846": 1, "activ": [1, 8, 30, 36, 42, 51, 62, 64, 69, 74, 76, 86, 92, 124, 135, 140, 149, 154, 157, 159, 160, 190, 194, 196, 197, 200, 202, 203, 217, 220, 230, 232, 233, 250, 251, 254, 265], "pre": [1, 9, 46, 56, 62, 64, 74, 76, 79, 89, 92, 97, 114, 124, 144, 153, 154, 160, 166, 201, 223, 253, 255, 262, 271, 272, 278], "resolut": [1, 81, 133, 160], "full": [1, 5, 6, 24, 37, 40, 41, 54, 62, 67, 71, 72, 74, 75, 76, 85, 86, 91, 93, 97, 100, 106, 107, 109, 113, 124, 129, 135, 139, 145, 150, 157, 161, 165, 167, 169, 175, 184, 196, 197, 200, 216, 222, 236, 258, 266, 270, 279], "14814": 1, "lower": [1, 223, 252, 264, 278], "bound": [1, 278], "upper": [1, 278], "introduc": [1, 30, 54, 81, 83, 122, 144, 248, 258, 263, 271, 272, 274, 275, 276, 277, 278, 279, 280], "14837": 1, "14781": 1, "dry": [1, 62, 116, 120], "14760": 1, "host_tool": 1, "package_manag": [1, 92, 124, 140, 145, 154, 185, 239], "indic": [1, 4, 26, 28, 69, 79, 92, 93, 97, 104, 141, 154, 156, 194, 200, 205, 219, 220, 233, 251, 253, 265, 275], "14752": 1, "try": [1, 4, 16, 24, 40, 41, 43, 56, 57, 64, 76, 79, 85, 102, 103, 106, 110, 115, 124, 133, 134, 136, 144, 147, 155, 157, 159, 168, 175, 184, 188, 195, 197, 222, 240, 247, 249, 251, 254, 257, 258, 260, 264, 267, 268, 271, 275, 276, 279], "14819": 1, "14813": 1, "minor": [1, 76, 84, 85, 124, 155, 157, 184, 275, 278, 280], "14797": 1, "prettier": 1, "14787": 1, "settings_target": [1, 86, 139, 188, 265], "14825": 1, "first": [1, 4, 5, 6, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 37, 40, 41, 43, 44, 45, 46, 50, 54, 56, 57, 59, 60, 62, 64, 69, 79, 83, 85, 92, 93, 106, 108, 109, 111, 112, 124, 127, 138, 139, 142, 143, 154, 155, 158, 159, 161, 166, 167, 168, 179, 190, 191, 197, 202, 203, 207, 209, 214, 222, 231, 236, 240, 241, 242, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 279], "14800": 1, "reus": [1, 30, 42, 76, 124, 125, 135, 136, 138, 140, 144, 160, 242, 249, 259, 260, 268, 273], "session": [1, 64], "conanrequest": 1, "speed": [1, 6], "up": [1, 2, 10, 28, 56, 63, 69, 74, 84, 92, 122, 128, 152, 154, 165, 197, 241, 242, 247, 251, 257, 260, 263], "14795": 1, "rel": [1, 5, 18, 36, 37, 69, 87, 100, 113, 122, 124, 125, 126, 137, 140, 142, 143, 152, 155, 165, 166, 188, 196, 197, 200, 205, 209, 210, 266, 271, 272, 275, 277], "partial": [1, 85, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 111, 112, 119, 155, 276, 280], "14782": 1, "14743": 1, "arg": [1, 32, 92, 100, 126, 159, 163, 212, 219, 222, 233, 236, 240, 279], "cmd": [1, 26, 124, 140, 146, 155, 162, 201, 212, 229, 236, 246, 268], "14737": 1, "block": [1, 54, 280], "interfac": [1, 6, 62, 69, 76, 85, 122, 160, 161, 198], "select": [1, 21, 26, 28, 69, 74, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 114, 115, 116, 117, 119, 120, 121, 124, 186, 195, 197, 205, 222, 229, 245, 255, 266, 273], "kei": [1, 62, 92, 113, 122, 124, 135, 140, 154, 158, 163, 197, 209, 214, 226, 231, 232, 236, 245, 261, 269, 270], "14731": 1, "14716": 1, "14692": 1, "cl": [1, 76, 232], "14682": 1, "transform": [1, 159, 205, 226], "cpp": [1, 16, 17, 18, 19, 21, 26, 27, 28, 36, 43, 46, 47, 52, 54, 56, 58, 61, 69, 76, 81, 85, 92, 140, 146, 154, 155, 157, 195, 197, 214, 223, 226, 232, 245, 256, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 270, 271, 277], "ld": [1, 28, 56, 103, 214, 226, 250], "blank": [1, 122, 200, 226], "14676": 1, "nobara": 1, "distro": [1, 64, 154, 157, 240], "dnf": [1, 92, 154, 239], "14668": 1, "b_vscrt": [1, 226], "14664": 1, "regex": [1, 86, 124, 139, 196], "14621": 1, "makedep": [1, 72, 185, 211], "tweak": [1, 197], "14605": 1, "jinja": [1, 51, 153, 154, 155, 158, 201], "14578": 1, "14532": 1, "14740": 1, "init": [1, 62, 125, 135, 184, 279], "failur": [1, 76, 92, 154, 207], "14735": 1, "alias": [1, 124, 184, 196, 217], "14644": 1, "regress": [1, 76], "win_bash": [1, 46, 47, 92, 98, 154], "14756": 1, "14728": 1, "share": [1, 7, 8, 18, 26, 27, 43, 47, 54, 61, 62, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 102, 103, 105, 107, 110, 113, 114, 116, 124, 128, 131, 135, 138, 140, 141, 142, 150, 155, 157, 160, 164, 184, 190, 191, 194, 195, 196, 197, 201, 211, 214, 217, 221, 226, 230, 240, 241, 242, 247, 248, 249, 250, 253, 257, 258, 259, 260, 261, 267, 273, 275, 280], "test_requir": [1, 80, 125, 135, 141, 250, 253, 257, 263, 265, 278], "diamond": [1, 124, 275], "14721": 1, "14712": 1, "otherwis": [1, 6, 8, 13, 30, 100, 101, 114, 122, 124, 131, 132, 144, 155, 157, 162, 167, 192, 196, 197, 201, 205, 207, 226, 228, 229, 236, 247, 251, 268, 275], "chain": [1, 5, 149, 280], "those": [1, 5, 6, 7, 13, 18, 21, 28, 30, 37, 40, 41, 43, 46, 52, 57, 58, 62, 64, 68, 74, 76, 80, 84, 91, 92, 93, 97, 100, 101, 105, 106, 107, 109, 110, 115, 116, 122, 124, 126, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 147, 154, 157, 159, 160, 163, 164, 165, 184, 188, 190, 191, 196, 197, 198, 202, 203, 205, 214, 215, 217, 226, 230, 232, 236, 240, 243, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 263, 265, 266, 270, 271, 273, 274, 275, 276, 277, 280], "14673": 1, "cpu": [1, 8, 92, 154, 157, 192, 221, 229], "nativ": [1, 26, 27, 52, 57, 74, 80, 92, 154, 184, 192, 220, 225, 226, 233], "arm64": [1, 26, 43, 157, 186, 189, 197, 229], "14667": 1, "ones": [1, 6, 10, 31, 32, 43, 44, 48, 68, 76, 80, 84, 89, 91, 92, 100, 102, 116, 124, 129, 141, 145, 154, 155, 157, 165, 166, 172, 180, 186, 196, 197, 200, 201, 205, 210, 217, 222, 228, 229, 230, 247, 252, 266, 271, 272, 276, 277, 278, 279], "14643": 1, "unnecessarili": [1, 86], "decor": [1, 160], "sequenc": [1, 46, 99, 122], "14642": 1, "14622": 1, "patch_us": [1, 209], "apply_conandata_patch": [1, 134, 144, 204], "14576": 1, "xcode": [1, 63, 65, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 154, 189, 190, 191, 194, 195, 222, 226], "io": [1, 5, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 65, 71, 76, 79, 92, 98, 103, 105, 124, 156, 157, 163, 188, 189, 226, 243, 244, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "tvo": [1, 157, 188], "watcho": [1, 157, 188, 226], "14538": 1, "incorrect": [1, 76], "conancent": [1, 2, 13, 30, 52, 62, 63, 76, 79, 85, 87, 98, 102, 103, 104, 107, 117, 124, 140, 154, 156, 243, 249, 252, 254], "web": [1, 4, 6, 64, 124, 157, 244, 245], "url": [1, 3, 4, 62, 91, 92, 98, 103, 105, 113, 115, 122, 135, 144, 154, 156, 158, 166, 180, 205, 207, 236, 245, 246, 256, 257, 259, 260, 261, 264, 267], "14531": 1, "14529": 1, "rrev": [1, 32, 98, 107], "rrev_timestamp": [1, 98], "prev_timestamp": [1, 98], "14526": 1, "resolv": [1, 8, 10, 90, 91, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 112, 119, 122, 128, 154, 155, 179, 201, 205, 252, 274, 276, 277, 278], "14510": 1, "verifi": [1, 5, 28, 52, 54, 58, 80, 91, 92, 148, 154, 156, 160, 167, 207, 261, 264, 268, 280], "14508": 1, "visiono": [1, 157, 188], "14504": 1, "unknown": [1, 84, 98, 103, 149], "14493": 1, "skip_binari": [1, 37, 92, 154], "14466": 1, "symlink": [1, 92, 154, 165, 185, 204, 205, 255], "14461": 1, "14413": 1, "cli_arg": [1, 194], "14397": 1, "14394": 1, "credenti": [1, 3, 4, 44, 79, 82, 115, 122, 151, 158, 236, 245], "14392": 1, "apk": [1, 92, 154, 239], "alpin": [1, 240], "14382": 1, "msvc": [1, 52, 58, 61, 87, 88, 92, 107, 124, 140, 154, 155, 168, 192, 214, 228, 231, 253], "invok": [1, 43, 46, 92, 106, 154, 155, 165, 176, 188, 230, 239, 250, 251, 254, 256, 257, 261, 266, 268, 271], "within": [1, 28, 74, 88, 92, 122, 124, 132, 155, 188, 198, 205, 253, 278, 280], "prompt": [1, 32, 159, 197, 229, 232, 233], "where": [1, 4, 8, 19, 21, 28, 32, 43, 46, 54, 57, 64, 76, 86, 88, 91, 92, 105, 106, 107, 122, 124, 126, 135, 137, 140, 152, 154, 155, 156, 157, 163, 184, 189, 196, 197, 198, 200, 201, 205, 207, 212, 214, 219, 220, 222, 223, 225, 226, 229, 236, 245, 249, 250, 251, 253, 258, 259, 260, 261, 272, 277], "14364": 1, "14358": 1, "14347": 1, "default_build_opt": 1, "14340": 1, "14338": 1, "makefil": [1, 46, 47, 63, 65, 76, 194, 195, 212, 214, 215, 232, 253], "14133": 1, "14594": 1, "v2": [1, 157, 166, 192, 246], "readi": [1, 31, 56, 57, 74, 79, 155, 214, 223, 249, 259], "center": [1, 5, 8, 62, 69, 74, 76, 79, 98, 103, 105, 156, 157, 160, 241, 242, 249, 254], "link": [1, 4, 17, 19, 21, 26, 27, 28, 36, 43, 46, 47, 56, 58, 61, 63, 74, 80, 85, 86, 103, 124, 128, 137, 140, 141, 146, 161, 190, 196, 197, 198, 205, 217, 226, 231, 232, 245, 248, 250, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "14593": 1, "inspect": [1, 6, 7, 37, 69, 89, 91, 114, 175, 232], "14572": 1, "hyphen": [1, 217, 220], "14561": 1, "user_toolchain": [1, 51, 92, 154, 197], "14556": 1, "boolean": [1, 92, 124, 135, 154, 180, 196, 197, 219, 221, 226, 280], "14530": 1, "14511": 1, "14491": 1, "14444": 1, "conf_info": [1, 28, 98, 135, 137, 154, 197, 260, 267], "14442": 1, "msbuildtoolchain": [1, 61, 74, 92, 124, 140, 154, 185, 227], "resourcecompil": [1, 231], "14378": 1, "result": [1, 4, 6, 8, 13, 28, 46, 64, 76, 79, 80, 84, 85, 86, 88, 92, 93, 94, 100, 101, 106, 107, 108, 109, 111, 112, 113, 114, 120, 124, 126, 135, 137, 139, 144, 145, 149, 154, 155, 157, 161, 163, 175, 179, 184, 192, 197, 198, 214, 226, 236, 251, 253, 254, 258, 260, 261, 266, 271, 277, 280], "14376": 1, "processor": [1, 157, 192, 226], "armv8": [1, 26, 27, 28, 43, 46, 86, 103, 107, 114, 124, 140, 155, 157, 186, 192, 197, 226, 240, 253, 264, 268], "aarch64": [1, 28, 103, 157, 240], "14362": 1, "mandat": [1, 200], "final": [1, 13, 17, 26, 32, 36, 40, 41, 43, 46, 47, 52, 56, 58, 62, 69, 76, 83, 92, 106, 107, 111, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 139, 140, 144, 155, 157, 179, 196, 197, 198, 205, 214, 217, 225, 242, 249, 254, 256, 259, 265, 268, 269, 271, 274, 275, 278, 280], "14342": 1, "default_opt": [1, 43, 54, 62, 79, 86, 88, 98, 105, 131, 136, 190, 194, 197, 226, 230, 257, 258, 259, 261, 267, 275], "xcrun": [1, 185, 187], "14326": 1, "abspath": 1, "14183": 1, "14555": 1, "vtrace": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "14522": 1, "confirm": [1, 28, 32, 116, 120], "interact": [1, 11, 44, 92, 103, 115, 153, 154, 159], "14512": 1, "just": [1, 5, 6, 18, 19, 21, 28, 40, 41, 42, 46, 52, 64, 74, 76, 79, 80, 85, 86, 88, 92, 94, 106, 111, 112, 113, 116, 122, 124, 126, 127, 128, 139, 141, 144, 150, 157, 159, 162, 166, 168, 184, 190, 196, 207, 212, 230, 237, 240, 245, 247, 249, 250, 251, 254, 257, 258, 261, 265, 266, 267, 268, 270, 276, 279, 280], "onc": [1, 4, 5, 6, 10, 26, 30, 46, 54, 62, 69, 74, 80, 86, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 126, 127, 133, 134, 138, 141, 144, 148, 166, 176, 184, 205, 207, 243, 245, 263, 270, 271, 277], "14478": 1, "14443": 1, "14441": 1, "14410": 1, "14391": 1, "14337": 1, "14320": 1, "14302": 1, "outsid": [1, 8, 62, 76, 84, 122, 124, 139, 152, 210], "scm_folder": [1, 124], "14330": 1, "trace": [1, 149, 264], "14322": 1, "flush": 1, "stream": [1, 76, 194], "write": [1, 4, 27, 46, 56, 76, 80, 81, 106, 113, 122, 127, 137, 160, 167, 184, 196, 197, 205, 214, 253, 259, 261, 267, 271], "14310": 1, "sign": [1, 82, 122, 160], "14331": 1, "cmakeuserpreset": [1, 21, 49, 50, 62, 91, 197, 264, 270, 271, 272], "inherit": [1, 50, 80, 136, 184, 197, 253], "typo": 1, "14325": 1, "conanpreset": [1, 50, 197], "14296": 1, "prefix": [1, 103, 116, 124, 155, 163, 197, 214, 215, 216, 217, 220, 221, 226, 258, 266], "param": [1, 32, 163, 176, 183, 194, 200, 225], "unix": [1, 155, 194, 195, 205, 253], "14295": 1, "invalid": [1, 6, 28, 103, 122, 125, 147, 148, 192, 196, 275], "loglevel": 1, "14289": 1, "14252": 1, "let": [1, 4, 6, 10, 13, 17, 18, 21, 24, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 54, 56, 57, 58, 61, 62, 69, 85, 86, 87, 88, 91, 100, 106, 107, 111, 128, 139, 154, 155, 162, 163, 168, 190, 196, 220, 230, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "pkg_config_custom_cont": [1, 217], "14233": 1, "dict": [1, 92, 124, 135, 140, 154, 163, 177, 197, 214, 217, 226, 231, 232], "object": [1, 6, 19, 21, 27, 43, 46, 98, 103, 122, 124, 135, 136, 137, 138, 139, 140, 149, 161, 162, 163, 165, 166, 175, 180, 183, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 228, 229, 230, 231, 232, 233, 234, 240, 250, 251, 257, 258, 259, 260, 263, 268, 271, 272], "fix_apple_shared_install_nam": [1, 47, 185, 187, 212], "otool": [1, 188, 212], "install_name_tool": [1, 47, 188, 212], "program": [1, 28, 30, 46, 56, 57, 92, 136, 154, 212, 233, 249, 251], "14195": 1, "fpic": [1, 43, 47, 54, 62, 79, 86, 87, 98, 103, 105, 107, 124, 130, 131, 194, 197, 214, 221, 226, 257, 258, 259, 261, 267], "header_onli": [1, 86, 124, 131, 139, 263], "14194": 1, "type": [1, 6, 28, 38, 70, 76, 85, 92, 96, 101, 103, 114, 115, 124, 139, 140, 151, 165, 184, 194, 196, 197, 202, 203, 217, 224, 241, 244, 245, 251, 252, 253, 254, 255, 257, 258, 280], "cmake_package_version_compat": 1, "anynewervers": [1, 196], "14176": 1, "14152": 1, "14272": 1, "longer": [1, 4, 41, 76, 79, 165, 252, 280], "won": [1, 4, 30, 40, 41, 52, 76, 79, 109, 116, 122, 124, 155, 157, 163, 196, 205, 226, 250, 258, 266, 270], "14261": 1, "permit": [1, 278], "empti": [1, 4, 6, 92, 93, 115, 116, 124, 140, 154, 155, 163, 175, 183, 192, 214, 217, 220, 230, 263, 264, 275, 276, 279], "14254": 1, "rm_safe": [1, 28, 43, 86, 124, 130, 131, 139, 258], "never": [1, 76, 80, 84, 85, 90, 93, 97, 100, 102, 103, 104, 106, 107, 110, 119, 124, 150, 176, 240, 252, 258, 264], "14238": 1, "make_program": [1, 92, 154], "14223": 1, "lib": [1, 17, 21, 26, 28, 36, 43, 52, 61, 91, 98, 102, 103, 122, 124, 128, 135, 137, 138, 140, 157, 188, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 232, 238, 250, 258, 259, 260, 261, 263, 264, 266, 272, 280], "14215": 1, "clarif": [1, 76], "shown": [1, 4, 37, 103, 105, 129, 226], "14199": 1, "enabl": [1, 8, 10, 28, 69, 74, 79, 92, 124, 154, 156, 180, 192, 197, 205, 214, 240, 263, 278], "code": [1, 6, 16, 17, 18, 19, 26, 30, 33, 35, 36, 46, 52, 54, 57, 62, 64, 69, 76, 79, 80, 85, 91, 92, 103, 113, 124, 125, 135, 140, 144, 145, 147, 154, 157, 158, 160, 184, 189, 195, 196, 197, 198, 207, 217, 222, 230, 236, 240, 249, 251, 252, 253, 255, 256, 258, 259, 261, 263, 267, 268, 270, 271, 272, 273, 274, 276, 277, 279], "14177": 1, "xcodedep": [1, 75, 185, 187, 191], "14168": 1, "respect": [1, 32, 37, 79, 111, 124, 155, 159, 160, 197, 200, 226, 250, 275, 277], "locat": [1, 4, 6, 17, 18, 19, 21, 23, 26, 27, 30, 33, 35, 36, 43, 49, 51, 52, 58, 61, 69, 95, 103, 106, 113, 114, 122, 124, 135, 137, 138, 140, 142, 143, 154, 155, 156, 157, 159, 160, 161, 162, 165, 167, 168, 179, 188, 189, 190, 194, 196, 197, 205, 212, 214, 223, 232, 249, 250, 251, 253, 254, 259, 260, 261, 264, 265, 266, 272, 277], "14164": 1, "runner": [1, 26], "13985": 1, "leak": [1, 62, 158], "cmake_find_library_suffix": 1, "14253": 1, "custom": [1, 4, 5, 6, 11, 17, 23, 26, 31, 37, 46, 69, 71, 74, 76, 79, 80, 81, 82, 83, 89, 92, 106, 114, 116, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 139, 151, 154, 155, 159, 160, 161, 162, 166, 168, 171, 184, 185, 187, 193, 195, 200, 209, 211, 218, 224, 227, 255, 258, 260, 266, 267, 272], "14227": 1, "14190": 1, "osx": [1, 36, 46, 47, 64, 76, 135, 140, 197, 251], "14187": 1, "keyerror": 1, "14185": 1, "cmake_generator_platform": [1, 157, 197], "14114": 1, "cppinfo": [1, 21, 82, 124, 135, 140, 185, 196, 260], "14101": 1, "14082": 1, "both": [1, 6, 8, 10, 17, 18, 21, 27, 28, 36, 37, 40, 41, 43, 49, 50, 51, 61, 78, 85, 86, 90, 91, 92, 93, 97, 100, 102, 103, 104, 106, 107, 108, 110, 111, 113, 114, 116, 119, 124, 127, 135, 136, 137, 138, 140, 142, 143, 149, 154, 155, 157, 159, 165, 184, 188, 190, 191, 192, 196, 197, 200, 220, 236, 244, 247, 249, 251, 253, 254, 260, 264, 265, 266, 268, 270, 272, 275, 276, 279, 280], "summari": [1, 4, 8, 84, 222, 260], "delet": [1, 32, 43, 64, 80, 116, 122, 124, 131, 258], "thing": [1, 13, 18, 21, 30, 52, 69, 70, 76, 79, 80, 88, 106, 111, 124, 139, 176, 184, 185, 197, 201, 212, 249, 251, 253, 255, 257, 259, 260, 265, 266, 267, 272, 280], "excluded_url": 1, "14020": 1, "learn": [1, 21, 26, 28, 70, 76, 79, 81, 124, 223, 242, 247, 248, 250, 251, 257, 259, 263, 265, 268, 269, 270, 276, 280], "14011": 1, "express": [1, 43, 51, 86, 112, 124, 137, 149, 150, 155, 197, 252, 274, 280], "14004": 1, "equival": [1, 62, 91, 92, 106, 107, 110, 117, 124, 126, 128, 133, 134, 140, 141, 150, 157, 180, 184, 194, 198, 200, 236, 250, 251, 252, 253, 259, 260, 271, 272, 276], "14002": 1, "13999": 1, "small": [1, 62, 76, 122, 133, 205, 246, 259, 264, 268, 275, 276], "13989": 1, "packageslist": [1, 173], "input": [1, 8, 28, 47, 61, 80, 84, 86, 88, 92, 94, 96, 101, 103, 106, 107, 108, 109, 110, 112, 113, 116, 120, 139, 144, 153, 154, 159, 205, 226, 231, 251, 253, 263, 273, 277], "13928": 1, "associ": [1, 3, 6, 113, 115, 116, 155, 157, 197, 252, 280], "13918": 1, "13757": 1, "split": [1, 155], "two": [1, 6, 18, 28, 46, 54, 76, 85, 86, 91, 96, 122, 124, 127, 128, 155, 164, 165, 184, 192, 197, 200, 209, 214, 230, 231, 240, 248, 249, 251, 257, 258, 263, 270, 272, 276], "13729": 1, "bindir": [1, 18, 28, 40, 41, 98, 103, 140, 146, 195, 197, 214, 217, 223, 226, 260, 263, 265, 268], "13623": 1, "autopackag": [1, 185, 204], "remnant": 1, "14083": 1, "14075": 1, "space": [1, 64, 76, 106, 115, 122, 124, 138, 157, 200, 278], "14063": 1, "trail": 1, "xxx_folder": 1, "break": [1, 5, 6, 7, 13, 32, 64, 76, 79, 92, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 165, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 197, 198, 215, 219, 220, 221, 222, 228], "subsystem": [1, 46, 47, 92, 124, 140, 154, 157, 185, 201, 227], "msys2": [1, 46, 47, 92, 154, 157, 240, 248], "14061": 1, "intermedi": [1, 106], "aggregated_compon": [1, 198], "14060": 1, "14053": 1, "pyyaml": 1, "broke": 1, "13990": 1, "13946": 1, "latest": [1, 5, 8, 13, 32, 62, 64, 74, 76, 85, 87, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 107, 110, 112, 113, 114, 116, 119, 120, 124, 157, 163, 192, 202, 203, 236, 245, 249, 252, 266, 274, 276, 277, 278, 279, 280], "14110": 1, "doubl": [1, 30, 115, 196, 245, 258], "setup": [1, 7, 42, 52, 57, 62, 225, 242], "14109": 1, "quietli": 1, "noth": [1, 17, 32, 40, 41, 52, 205, 259], "14106": 1, "overlap": [1, 226], "14095": 1, "freebsd": [1, 8, 64, 76, 155, 157, 240], "14065": 1, "through": [1, 24, 28, 97, 113, 124, 156, 166, 197, 225, 241, 247, 257, 259, 268], "root": [1, 10, 16, 18, 19, 27, 37, 39, 47, 58, 61, 90, 92, 95, 97, 98, 103, 104, 106, 137, 140, 154, 155, 157, 163, 165, 175, 176, 196, 214, 220, 222, 223, 249, 250, 252, 254, 258, 259, 264], "14051": 1, "irrespect": [1, 124, 139, 142, 143, 145, 230, 236, 253, 259], "problem": [1, 4, 6, 8, 76, 92, 128, 246, 251, 268], "parent": [1, 124, 137, 152, 205, 261], "13983": 1, "libdir1": 1, "includedir1": 1, "index": [1, 5, 8, 62, 64, 76, 79, 98, 103, 105, 115, 160, 180, 188, 243], "libdir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 205, 214, 216, 217, 223, 226, 260, 263, 264, 265, 272], "includedir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 214, 216, 217, 226, 230, 260, 264, 272], "cmake_program": [1, 92, 154, 194, 197], "13940": 1, "str": [1, 17, 32, 37, 124, 139, 165, 173, 177, 180, 190, 192, 201, 205, 222, 223, 225, 226, 228, 229, 230, 233, 253, 257, 264, 272], "13964": 1, "layer": [1, 157, 163, 259, 280], "13944": 1, "unzip": [1, 6, 19, 27, 64, 124, 144, 204, 207, 245, 261, 271], "13937": 1, "13929": 1, "13967": 1, "13966": 1, "source_fold": [1, 6, 16, 17, 18, 37, 39, 42, 54, 61, 92, 98, 103, 105, 137, 138, 144, 176, 197, 205, 209, 212, 225, 253, 257, 263, 264, 266], "13953": 1, "complet": [1, 4, 5, 6, 24, 40, 41, 56, 58, 62, 76, 93, 103, 106, 107, 109, 111, 116, 124, 135, 139, 140, 142, 143, 144, 147, 155, 157, 165, 166, 183, 197, 240, 244, 245, 253, 260, 264, 267, 270, 272, 280], "13934": 1, "premakedep": 1, "13926": 1, "http": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 79, 92, 98, 103, 105, 113, 122, 124, 144, 154, 156, 158, 163, 166, 207, 209, 231, 243, 245, 246, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "github": [1, 4, 5, 6, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 92, 98, 103, 105, 122, 124, 135, 144, 157, 160, 163, 166, 209, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "com": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 26, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 92, 98, 103, 105, 122, 124, 144, 155, 163, 166, 209, 231, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "pull": [1, 76, 79, 209, 243, 276], "13898": 1, "overrid": [1, 40, 41, 79, 80, 90, 92, 93, 97, 98, 100, 102, 103, 104, 106, 110, 119, 122, 124, 128, 154, 155, 194, 197, 240, 251, 274], "specif": [1, 6, 7, 8, 13, 21, 28, 37, 40, 41, 46, 47, 58, 61, 64, 69, 76, 86, 88, 91, 92, 94, 103, 104, 107, 112, 115, 120, 122, 124, 135, 137, 139, 140, 150, 154, 155, 157, 161, 162, 165, 192, 194, 197, 201, 202, 203, 205, 223, 226, 230, 233, 240, 247, 251, 253, 254, 255, 259, 261, 264, 265, 272, 278], "13923": 1, "13839": 1, "13836": 1, "step": [1, 3, 4, 6, 11, 13, 28, 29, 46, 47, 56, 62, 69, 122, 124, 130, 131, 155, 194, 212, 222, 253, 255, 258, 264, 267, 270, 271], "13833": 1, "relocat": [1, 30, 36, 211, 266], "build_polici": [1, 97, 98, 264], "debugg": 1, "13810": 1, "possible_valu": [1, 124], "possibl": [1, 4, 5, 6, 7, 13, 17, 27, 30, 36, 41, 42, 47, 51, 52, 58, 61, 62, 64, 76, 79, 80, 84, 86, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 116, 119, 120, 124, 126, 127, 128, 131, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 154, 155, 157, 158, 160, 161, 162, 163, 167, 172, 175, 183, 184, 186, 190, 192, 194, 196, 198, 200, 201, 222, 226, 230, 237, 240, 251, 252, 257, 258, 261, 269, 270, 272, 273, 275, 276, 277, 278, 279, 280], "13796": 1, "optim": [1, 76, 97, 124, 127, 263], "hit": [1, 201, 246], "13771": 1, "sh": [1, 36, 40, 41, 46, 56, 92, 135, 154, 157, 200, 201, 202, 203, 213, 214, 222, 232, 245, 250, 251, 253, 254, 257, 265, 271, 272], "shell": [1, 36, 40, 41, 43, 64, 67, 92, 124, 149, 154, 200, 201, 205, 213, 214, 222], "13764": 1, "13748": 1, "auto": [1, 43, 79, 80, 92, 114, 154, 155, 157, 249], "home": [1, 4, 26, 27, 32, 62, 63, 79, 113, 114, 122, 124, 140, 152, 154, 156, 157, 159, 163, 178, 180, 215, 249, 250, 251, 259], "13746": 1, "render": [1, 21, 103, 107, 113, 151, 153, 154, 158], "profile_nam": [1, 155], "13721": 1, "13718": 1, "understand": [1, 24, 32, 37, 49, 67, 72, 79, 83, 102, 111, 124, 150, 154, 165, 213, 214, 232, 241, 248, 259, 269], "13716": 1, "13712": 1, "skip_warn": [1, 92, 149, 154], "silenc": 1, "13706": 1, "info_invalid": [1, 98, 103], "13688": 1, "13680": 1, "mono": [1, 124], "13562": 1, "demonstr": [1, 28, 253], "13529": 1, "build_script": 1, "13901": 1, "13880": 1, "feed": [1, 80], "field": [1, 47, 52, 89, 93, 100, 103, 105, 107, 114, 117, 123, 124, 135, 137, 140, 153, 156, 157, 158, 166, 188, 197, 209, 212, 217, 236, 280], "13870": 1, "compiler_execut": [1, 28, 92, 154, 155, 197, 214, 226, 232, 249], "13867": 1, "13857": 1, "suffix": [1, 163, 196, 217], "13841": 1, "unkown": 1, "13832": 1, "13778": 1, "renam": [1, 180, 196, 204, 217], "d": [1, 7, 13, 27, 47, 49, 58, 61, 85, 90, 91, 103, 106, 113, 122, 124, 136, 155, 184, 195, 197, 215, 245, 259, 264, 277], "13740": 1, "omit": [1, 21, 124, 154, 272], "l": [1, 90, 91, 92, 93, 94, 96, 97, 100, 102, 103, 104, 105, 106, 110, 116, 119, 120, 212, 213, 215, 217, 236], "libpath": [1, 238], "13704": 1, "13855": 1, "out": [1, 26, 28, 30, 32, 37, 56, 57, 62, 76, 78, 86, 90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119, 122, 135, 222, 226, 257, 261, 272, 276], "13853": 1, "13846": 1, "13844": 1, "13779": 1, "merg": [1, 5, 8, 24, 99, 100, 108, 198, 243, 272, 276, 280], "alia": [1, 113, 196, 212], "13763": 1, "dep": [1, 21, 37, 42, 56, 85, 102, 135, 147, 155, 164, 165, 190, 194, 196, 198, 220, 230, 232, 253, 257, 259], "13762": 1, "cmake_system_nam": [1, 92, 154, 197], "baremet": [1, 157], "13739": 1, "deactiv": [1, 51, 166, 197, 202, 203, 251, 278], "13707": 1, "13597": 1, "extend": [1, 28, 44, 48, 79, 82, 83, 93, 100, 110, 125, 136, 160, 166, 193, 276, 278, 280], "13669": 1, "13608": 1, "bat": [1, 36, 40, 41, 46, 92, 135, 154, 197, 200, 201, 202, 203, 213, 214, 222, 226, 231, 232, 233, 245, 251, 253, 254], "13607": 1, "preliminari": [1, 197], "dev": [1, 145, 157, 240], "premake5": 1, "13390": 1, "old": [1, 31, 33, 124, 157, 172, 273, 276], "login": [1, 89, 122, 153, 180, 207, 245], "13671": 1, "msg": [1, 149, 163], "13668": 1, "correct": [1, 41, 43, 79, 80, 84, 92, 124, 137, 138, 140, 142, 143, 167, 188, 190, 196, 197, 201, 205, 225, 232, 250, 251, 260, 261, 264, 266, 270], "origin": [1, 4, 6, 8, 13, 24, 62, 64, 92, 106, 124, 128, 138, 153, 157, 200, 201, 226, 236, 252, 261, 264, 280], "13667": 1, "13661": 1, "respond": [1, 76], "forbidden": [1, 77, 109, 111, 128], "13626": 1, "13622": 1, "direct_deploi": [1, 106, 280], "13612": 1, "13605": 1, "p": [1, 4, 7, 13, 21, 24, 30, 43, 54, 62, 74, 91, 94, 98, 103, 107, 115, 116, 120, 154, 215, 229, 245, 257, 258, 260, 261, 263, 264, 266, 272], "had": [1, 13, 47, 58, 61, 62, 97, 124, 128, 253, 258, 261, 270, 272, 275], "13662": 1, "13657": 1, "close": [1, 97, 124, 205], "13631": 1, "13618": 1, "full_deploi": [1, 36, 106, 280], "collis": [1, 123, 196, 212, 214], "13610": 1, "13601": 1, "temp": [1, 91], "everyth": [1, 5, 13, 19, 43, 62, 64, 71, 76, 79, 91, 111, 116, 128, 137, 155, 185, 236, 253, 270], "13581": 1, "dictionari": [1, 92, 100, 124, 135, 140, 154, 163, 194, 197, 205, 207], "semant": [1, 124, 157, 259, 274], "13571": 1, "sdk": [1, 26, 36, 92, 154, 157, 188, 189, 191, 214, 226], "13531": 1, "13526": 1, "13505": 1, "13502": 1, "13470": 1, "side": [1, 6, 7, 8, 52, 122, 124, 140, 154, 249, 250, 257, 267, 277], "third": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 207, 236, 264, 271, 272], "parti": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 236, 264, 271, 272], "13461": 1, "cmake_legacy_toolchain": [1, 92, 154, 197], "android_use_legacy_toolchain_fil": [1, 92, 154, 197], "It": [1, 6, 7, 8, 13, 17, 18, 28, 30, 32, 36, 37, 40, 41, 46, 47, 52, 54, 58, 61, 62, 64, 68, 69, 70, 74, 75, 76, 78, 79, 80, 84, 85, 86, 87, 89, 91, 92, 93, 94, 100, 102, 103, 104, 106, 109, 111, 112, 113, 114, 116, 117, 120, 124, 126, 127, 128, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 159, 160, 161, 163, 166, 183, 184, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 212, 213, 214, 215, 216, 219, 220, 221, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 244, 245, 246, 249, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 273, 275, 276, 277, 278, 279, 280], "cflag": [1, 46, 92, 98, 103, 140, 154, 155, 191, 197, 213, 214, 217, 221, 226, 231, 232], "cxxflag": [1, 47, 51, 86, 92, 98, 103, 140, 154, 191, 197, 198, 213, 214, 221, 226, 231, 232, 238], "prevent": [1, 122, 124, 197], "13459": 1, "13458": 1, "authent": [1, 3, 62, 79, 114, 115, 153, 156, 158, 159, 180, 207, 244, 245], "13421": 1, "wai": [1, 4, 5, 6, 7, 8, 13, 21, 36, 43, 54, 62, 64, 70, 79, 84, 88, 89, 91, 92, 93, 102, 107, 122, 124, 126, 135, 137, 138, 141, 155, 157, 158, 159, 160, 164, 184, 197, 216, 223, 230, 236, 245, 247, 249, 251, 253, 256, 257, 258, 261, 263, 269, 270, 275, 277, 278, 280], "python_requires_extend": [1, 80, 136, 184], "13487": 1, "again": [1, 4, 13, 21, 26, 28, 32, 54, 91, 93, 122, 147, 149, 167, 220, 222, 236, 247, 251, 263, 264, 266, 270, 275, 277], "mydep": [1, 84, 135, 141, 232], "someopt": 1, "13467": 1, "cpp_std": 1, "vc": 1, "vs2019": [1, 92, 154, 222, 226], "vs2022": 1, "rather": [1, 8, 52, 84, 92, 139, 154, 157, 214, 232, 262, 272], "13450": 1, "conan_shared_found_librari": 1, "find_librari": [1, 26], "13596": 1, "13574": 1, "cmd_wrapper": [1, 160, 162, 280], "13564": 1, "becaus": [1, 6, 13, 17, 24, 28, 30, 32, 36, 43, 47, 49, 50, 52, 58, 62, 64, 65, 69, 76, 84, 87, 88, 91, 92, 100, 107, 109, 110, 124, 131, 138, 139, 140, 141, 145, 154, 155, 157, 167, 184, 192, 196, 197, 217, 222, 251, 252, 254, 258, 263, 264, 265, 266, 270, 271, 272, 275, 276, 277, 278], "13544": 1, "subcommand": [1, 99, 108, 163, 280], "underscor": [1, 259], "13516": 1, "13496": 1, "13488": 1, "composit": [1, 136, 157, 199], "13468": 1, "13415": 1, "13409": 1, "build_script_fold": [1, 194, 212, 263], "autoreconf": [1, 47, 212, 214, 257], "class": [1, 6, 16, 17, 18, 19, 24, 28, 32, 39, 40, 41, 42, 43, 51, 52, 54, 62, 76, 79, 80, 84, 86, 88, 106, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 155, 157, 160, 163, 164, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 232, 233, 236, 237, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 271, 272, 275, 276, 277, 278, 279], "mirror": [1, 4, 207], "That": [1, 8, 13, 17, 24, 39, 68, 79, 80, 88, 106, 124, 144, 159, 161, 168, 190, 196, 201, 217, 222, 231, 250, 251, 252, 263, 267, 276, 279, 280], "13403": 1, "13386": 1, "13354": 1, "jinja2": [1, 113, 114, 154, 155], "inclus": [1, 230], "13336": 1, "13324": 1, "version_rang": [1, 10, 92, 124, 154, 278], "resolve_prereleas": [1, 10, 92, 124, 154, 278], "prereleas": [1, 10, 278], "13321": 1, "13433": 1, "corrupt": 1, "13432": 1, "13430": 1, "13423": 1, "_detect_compiler_vers": 1, "13396": 1, "libc": [1, 24, 79, 98, 103, 114, 155, 157, 197, 226, 249, 251, 259], "13359": 1, "vswhere": [1, 92, 154], "13355": 1, "convers": [1, 81, 89], "13323": 1, "13230": 1, "msbuild": [1, 11, 44, 52, 65, 74, 76, 92, 113, 140, 154, 155, 157, 185, 194, 227, 230, 231, 233, 259], "13435": 1, "nonexist": [1, 21], "13434": 1, "individu": [1, 41, 76, 128, 135, 139, 153, 179, 271, 278], "13428": 1, "fatal": [1, 26], "malform": 1, "13365": 1, "system_lib": [1, 98, 103, 140, 198, 215, 216], "13364": 1, "virtualbuildenv": [1, 28, 40, 41, 46, 124, 140, 155, 185, 197, 199, 200, 201, 250, 251, 254, 260, 265], "instanti": [1, 52, 124, 135, 190, 191, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238], "13346": 1, "nicer": 1, "13328": 1, "qcc": [1, 157], "13326": 1, "insecur": [1, 92, 115], "ssl": [1, 92, 115, 140, 154, 156, 180, 207, 220], "13270": 1, "conanignor": [1, 92], "13269": 1, "traceback": 1, "vv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "13226": 1, "13299": 1, "telemetri": 1, "hang": [1, 76, 122], "13293": 1, "schema2": 1, "13288": 1, "logger": 1, "13287": 1, "auth": [1, 76, 158, 159, 207], "13285": 1, "unexpect": [1, 79, 80, 149, 226, 276], "13282": 1, "runtime_typ": [1, 58, 61, 88, 157, 168, 214], "reli": [1, 4, 52, 76, 80, 107, 142, 143, 197, 217, 249, 264, 266], "13277": 1, "txt": [1, 6, 16, 17, 18, 19, 21, 24, 28, 36, 39, 42, 43, 46, 49, 50, 51, 52, 56, 57, 63, 69, 70, 80, 82, 87, 90, 91, 95, 100, 102, 103, 104, 106, 110, 113, 114, 124, 134, 138, 142, 143, 155, 164, 167, 176, 184, 190, 191, 194, 195, 196, 197, 202, 203, 205, 213, 214, 215, 217, 220, 221, 222, 223, 230, 231, 233, 238, 241, 248, 249, 250, 254, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pars": [1, 32, 62, 76, 107, 154, 155, 160, 216, 236, 237, 261], "13266": 1, "unifi": [1, 6, 157], "13264": 1, "13249": 1, "13214": 1, "explicitli": [1, 6, 13, 28, 42, 76, 80, 86, 91, 92, 94, 100, 106, 107, 109, 116, 124, 126, 130, 131, 133, 135, 139, 140, 141, 144, 145, 154, 184, 196, 198, 249, 252, 260, 275, 277, 278, 279], "state": [1, 7, 141, 180, 184, 197, 226, 252], "13211": 1, "13207": 1, "readm": [1, 166, 207, 271], "13186": 1, "13298": 1, "certain": [1, 28, 64, 106, 112, 116, 135, 140, 154, 155, 157, 166, 230, 252, 258, 260, 267], "13284": 1, "13278": 1, "13267": 1, "13263": 1, "win": [1, 64, 111, 264], "drive": [1, 47, 58, 61], "13248": 1, "13191": 1, "gnu17": [1, 43, 47, 98, 103, 114, 155, 157, 192, 249], "13185": 1, "13180": 1, "13178": 1, "13176": 1, "13172": 1, "etc": [1, 4, 6, 7, 8, 18, 30, 32, 36, 38, 43, 63, 70, 73, 76, 79, 80, 89, 92, 106, 110, 111, 114, 122, 124, 125, 127, 131, 135, 137, 138, 139, 140, 146, 154, 155, 157, 159, 160, 167, 188, 189, 196, 197, 198, 200, 202, 203, 213, 214, 217, 226, 230, 233, 244, 245, 248, 249, 258, 261, 263, 264, 267, 272, 277, 279, 280], "12746": 1, "13135": 1, "main": [1, 5, 19, 26, 30, 36, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 69, 71, 93, 94, 103, 106, 111, 121, 124, 136, 138, 157, 163, 185, 190, 191, 196, 209, 219, 231, 249, 251, 253, 254, 257, 259, 261, 263, 268, 271, 272, 277, 278, 280], "13117": 1, "13112": 1, "13110": 1, "13109": 1, "assign": [1, 28, 80, 84, 124, 130, 139, 142, 143, 195, 196, 197, 216, 226, 236, 258, 265], "13099": 1, "ui": [1, 32, 244, 245], "13093": 1, "13090": 1, "13074": 1, "13066": 1, "13050": 1, "customiz": [1, 157, 280], "presets_prefix": 1, "prepend": [1, 140, 154, 155, 200, 201, 216], "13015": 1, "your": [1, 2, 4, 6, 8, 10, 11, 19, 21, 23, 26, 27, 28, 30, 31, 32, 35, 43, 44, 45, 46, 48, 54, 56, 59, 60, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 81, 86, 88, 91, 93, 103, 113, 114, 123, 124, 125, 126, 130, 131, 133, 134, 135, 136, 139, 140, 144, 149, 154, 155, 157, 160, 163, 164, 165, 166, 167, 168, 184, 186, 189, 190, 191, 192, 195, 197, 205, 212, 214, 220, 221, 222, 223, 225, 226, 230, 232, 236, 238, 240, 241, 242, 247, 248, 249, 251, 253, 254, 255, 258, 261, 263, 264, 266, 267, 268, 269, 270, 271, 273, 280], "own": [1, 4, 8, 13, 19, 30, 37, 43, 50, 62, 64, 76, 79, 80, 81, 83, 86, 87, 88, 103, 113, 114, 123, 124, 126, 127, 135, 144, 154, 155, 157, 160, 163, 164, 165, 166, 184, 186, 196, 197, 223, 236, 242, 244, 255, 259, 264, 268, 270, 272, 280], "10166": 1, "13084": 1, "hash": [1, 83, 87, 98, 103, 105, 124, 144, 184, 207, 251, 252, 258, 260, 261, 277, 280], "13011": 1, "13003": 1, "12980": 1, "12937": 1, "pkgconfidep": 1, "get_transitive_requir": 1, "13013": 1, "13010": 1, "12992": 1, "12962": 1, "concurr": [1, 7, 69, 80, 92, 154, 159, 276, 280], "12930": 1, "against": [1, 5, 8, 10, 21, 37, 43, 74, 80, 115, 124, 132, 140, 149, 153, 156, 157, 162, 180, 238, 251, 259, 260, 268, 275, 276], "12913": 1, "system_requir": [1, 98, 103, 125, 135, 240], "12912": 1, "tar": [1, 4, 8, 28, 124, 205, 207], "pax": 1, "python3": [1, 64, 122], "12899": 1, "unix_path_package_info_legaci": 1, "package_info": [1, 11, 14, 17, 21, 28, 39, 42, 43, 52, 80, 97, 124, 125, 137, 166, 184, 190, 196, 197, 198, 200, 205, 214, 216, 217, 220, 241, 255, 259, 261, 263, 264, 265, 272], "In": [1, 4, 7, 8, 13, 17, 19, 21, 24, 26, 27, 28, 32, 36, 37, 40, 41, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 79, 84, 86, 87, 88, 91, 93, 97, 102, 106, 108, 110, 112, 122, 123, 124, 126, 127, 128, 129, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 150, 155, 157, 164, 165, 166, 175, 184, 189, 190, 192, 195, 196, 197, 200, 201, 212, 214, 222, 226, 228, 231, 240, 242, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "perform": [1, 4, 28, 71, 88, 91, 92, 106, 109, 111, 114, 115, 116, 120, 122, 124, 154, 159, 166, 180, 183, 188, 205, 221, 236, 240, 244, 245, 253, 269, 271, 280], "12886": 1, "12883": 1, "cmake_": [1, 197], "ex": [1, 36, 40, 41, 49, 57, 76, 124, 197, 249, 251, 253, 254, 265, 270], "12875": 1, "tempor": [1, 195], "12808": 1, "barebon": 1, "12802": 1, "pkgid": [1, 107], "12801": 1, "prev": [1, 13, 32, 98, 100, 103, 107], "12781": 1, "12780": 1, "12836": 1, "12881": 1, "ref": [1, 13, 19, 41, 46, 54, 79, 95, 98, 100, 103, 122, 124, 135, 138, 145, 147, 150, 162, 164, 167, 173, 176, 261, 270, 271, 272], "12722": 1, "12699": 1, "required_conan_vers": [1, 92, 154], "between": [1, 7, 13, 27, 28, 54, 84, 92, 102, 106, 124, 129, 135, 139, 140, 154, 184, 207, 244, 248, 250, 270, 275, 280], "12695": 1, "cleanup": 1, "organ": [1, 2, 4, 8, 84, 158, 197, 244, 253], "12666": 1, "12636": 1, "conaninfo": [1, 24, 87, 91, 249, 254, 258, 266], "12616": 1, "conanapiv2": 1, "12615": 1, "refactor": 1, "12554": 1, "12572": 1, "build_modul": [1, 196], "12578": 1, "12525": 1, "12468": 1, "env_info": 1, "user_info": 1, "fake": [1, 40, 41, 265], "12351": 1, "12379": 1, "reciperefer": [1, 173, 175], "equal": [1, 28, 91, 113, 124, 144, 161, 200, 278], "12506": 1, "compress": [1, 6, 57, 64, 92, 98, 103, 154, 183, 205, 207, 249, 250, 251, 253, 254], "uncompress": [1, 57, 64, 249, 251, 253, 254], "12378": 1, "12475": 1, "proper": [1, 7, 140, 212, 214, 224, 250], "lockfileapi": 1, "sever": [1, 6, 7, 21, 24, 27, 28, 42, 62, 64, 65, 69, 74, 79, 86, 87, 89, 94, 99, 100, 106, 108, 111, 124, 127, 154, 155, 163, 184, 190, 196, 197, 220, 236, 240, 244, 245, 249, 251, 257, 259, 261, 266, 268, 271, 273, 274, 275, 278, 280], "loos": 1, "12502": 1, "produc": [1, 28, 79, 80, 86, 88, 91, 92, 106, 108, 109, 111, 124, 127, 135, 137, 140, 154, 157, 184, 196, 197, 202, 203, 205, 261, 275], "drop": [1, 52, 106, 155], "compat_app": 1, "12484": 1, "transitive_head": [1, 98, 280], "12508": 1, "transitive_lib": [1, 98, 280], "uncommit": [1, 124], "12267": 1, "12263": 1, "12243": 1, "included_fil": [1, 236], "12246": 1, "12251": 1, "12152": 1, "convent": [1, 130, 131, 144, 154, 157], "12235": 1, "12080": 1, "decoupl": 1, "12046": 1, "special": [1, 6, 7, 17, 54, 79, 84, 86, 92, 113, 124, 125, 128, 149, 154, 155, 184, 196, 200, 212, 217, 251, 253, 278], "char": [1, 30, 43, 57, 209, 249], "12053": 1, "12032": 1, "clicolor_forc": [1, 159], "12028": 1, "12050": 1, "output_fold": [1, 37, 90, 95, 97, 106, 165, 176], "11977": 1, "12019": 1, "11720": 1, "11728": 1, "11680": 1, "11615": 1, "conanrc": [1, 82, 151], "11675": 1, "11672": 1, "max": [1, 92, 154, 157], "11610": 1, "post_build_fail": 1, "hook": [1, 76, 80, 82, 92, 160, 205], "11593": 1, "pre_gener": [1, 166], "post_gener": [1, 166], "cover": [1, 71, 137, 157, 242, 248, 265, 269], "around": [1, 8, 67, 68, 73, 74, 75, 76, 189, 194, 212, 219, 229, 240, 255], "brought": 1, "back": [1, 2, 10, 18, 47, 58, 61, 63, 76, 84, 92, 112, 154, 279], "11575": 1, "11522": 1, "model": [1, 17, 21, 63, 76, 79, 81, 82, 87, 88, 92, 122, 123, 129, 135, 139, 140, 141, 145, 157, 161, 248, 255, 258, 259], "relationship": [1, 124, 280], "linkag": [1, 251], "autom": [1, 5, 13, 26, 76, 107, 124, 144, 145, 159, 231, 274, 276, 280], "flexibl": [1, 47, 58, 61, 124, 150, 241, 248, 278, 280], "power": [1, 13, 76, 106, 160, 163, 197, 248, 280], "transpar": [1, 4, 11, 38, 58, 70, 249, 270, 280], "pythonapi": 1, "cleaner": [1, 88, 280], "structur": [1, 6, 18, 43, 46, 47, 54, 56, 57, 58, 61, 80, 100, 105, 106, 107, 121, 124, 140, 152, 155, 160, 175, 195, 220, 249, 253, 254, 259, 260, 261, 263, 264, 272, 275, 280], "account": [1, 6, 30, 84, 88, 122, 124, 135, 138, 157, 184, 189, 195, 197, 200, 237, 250, 258, 265, 267, 273, 280], "simpler": [1, 5, 6, 42, 117, 135, 141], "immut": [1, 6, 19, 80, 84, 144, 158, 252, 256, 257, 260, 261, 267, 271, 277], "tutori": [2, 10, 21, 27, 28, 30, 43, 46, 47, 49, 54, 56, 57, 58, 61, 63, 70, 76, 90, 93, 95, 97, 106, 109, 110, 111, 115, 118, 119, 120, 124, 126, 128, 130, 131, 135, 137, 138, 139, 140, 144, 146, 147, 223, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 279, 280], "aim": [2, 76, 98, 128, 150, 154, 157, 220, 267], "develop": [2, 4, 6, 7, 8, 10, 11, 18, 26, 28, 30, 31, 34, 52, 56, 57, 62, 63, 71, 76, 80, 88, 90, 91, 97, 106, 107, 118, 122, 124, 126, 132, 137, 140, 142, 143, 144, 154, 157, 159, 165, 168, 186, 191, 196, 222, 223, 231, 233, 241, 244, 245, 246, 249, 250, 254, 257, 264, 270, 276], "engin": [2, 21, 112, 154, 275, 276], "administr": [2, 3, 245], "architect": 2, "adopt": 2, "design": [2, 18, 28, 76, 136, 157, 253, 272, 280], "product": [2, 5, 6, 36, 63, 76, 80, 93, 111, 114, 128, 132, 139, 272], "team": [2, 5, 8, 52, 57, 76, 79, 84, 112, 113, 114, 122, 124, 157, 244, 245, 246, 249, 264], "plan": [2, 100, 135, 140], "we": [3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 71, 80, 81, 84, 85, 86, 87, 88, 91, 100, 102, 106, 107, 110, 111, 112, 113, 122, 124, 127, 129, 131, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 148, 154, 155, 157, 175, 184, 190, 192, 195, 196, 197, 198, 201, 217, 220, 222, 223, 230, 236, 240, 242, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279], "ll": [3, 4, 32, 46, 56, 57, 69, 155, 163, 197, 222, 231, 233, 249, 271], "free": [3, 4, 28, 76, 98, 103, 122, 197, 244, 245, 246], "tab": [3, 69], "exampl": [3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 150, 152, 153, 154, 155, 157, 161, 162, 163, 165, 166, 167, 168, 176, 188, 189, 190, 191, 195, 196, 197, 198, 201, 202, 205, 209, 215, 216, 217, 220, 223, 226, 228, 229, 230, 236, 240, 241, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 278, 279, 280], "imagin": [3, 10, 102, 196, 220, 253, 258, 266], "give": [3, 4, 8, 76, 89, 102, 114, 121, 202, 203], "upload_url": [3, 4, 92, 154], "myteam": [3, 4, 154], "myorg": [3, 4, 154], "next": [3, 26, 30, 46, 74, 76, 87, 111, 124, 214, 230, 236, 250, 256, 257, 258, 265, 279], "anonym": [3, 122, 153, 158, 159], "see": [3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 56, 62, 64, 69, 71, 79, 85, 86, 87, 88, 89, 92, 93, 94, 100, 105, 106, 107, 110, 114, 116, 120, 121, 122, 124, 128, 130, 131, 132, 138, 139, 140, 144, 146, 152, 153, 154, 155, 157, 158, 161, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 195, 196, 197, 198, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offici": [3, 32, 105, 160, 163, 222, 242, 280], "guid": [3, 4, 63, 241], "how": [3, 4, 5, 6, 8, 16, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 43, 47, 49, 50, 54, 56, 58, 61, 62, 66, 69, 70, 76, 79, 81, 82, 83, 84, 86, 92, 93, 97, 100, 107, 110, 111, 115, 120, 123, 124, 137, 141, 152, 154, 155, 156, 157, 160, 165, 184, 196, 220, 223, 239, 241, 242, 243, 247, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279], "token": [3, 62, 122, 153, 158, 236], "live": [3, 13, 19, 124, 144, 150, 230, 280], "source_credenti": [3, 4, 82, 151], "cmvmdgtu1234567890abcdefghijklmnopqrstuvwxyz": 3, "And": [3, 6, 13, 21, 36, 42, 50, 54, 64, 71, 91, 94, 113, 124, 135, 147, 150, 154, 155, 157, 164, 166, 168, 184, 190, 191, 200, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 233, 250, 252, 259, 260, 270, 275, 276], "last": [3, 7, 107, 141, 157, 179, 180, 221, 231, 273, 278, 280], "permiss": [3, 4, 64, 76, 80, 205, 244, 245], "feel": [3, 140], "accord": [3, 46, 69, 70, 86, 144, 155, 189, 196, 197, 233, 260, 278], "With": [3, 4, 7, 17, 21, 28, 36, 37, 52, 64, 69, 74, 76, 153, 155, 157, 209, 222, 251, 257, 265, 270], "common": [4, 6, 8, 13, 17, 18, 27, 36, 54, 79, 80, 86, 88, 91, 92, 107, 124, 133, 134, 135, 139, 140, 143, 157, 160, 162, 163, 184, 189, 223, 229, 236, 240, 251, 252, 259, 266, 273, 274], "practic": [4, 5, 6, 7, 8, 13, 19, 30, 36, 62, 74, 76, 77, 84, 86, 91, 93, 107, 109, 111, 113, 114, 122, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 140, 141, 144, 147, 150, 155, 158, 184, 226, 241, 250, 252, 254, 256, 257, 260, 261, 265, 267, 271, 275, 276, 277, 278, 279], "canon": [4, 196], "page": [4, 27, 28, 63, 74, 124, 245], "keep": [4, 6, 18, 26, 62, 71, 80, 88, 111, 112, 136, 157, 166, 184, 195, 196, 197, 205, 249, 252, 253, 264, 265, 273, 279, 280], "record": 4, "traceabl": [4, 6, 76, 265, 274, 279, 280], "purpos": [4, 7, 64, 80, 124, 131, 133, 135, 136, 154, 158, 160, 197, 236, 240, 241, 242, 247, 265, 272, 276, 279, 280], "howev": [4, 5, 21, 28, 36, 40, 41, 46, 47, 64, 65, 71, 88, 100, 103, 122, 127, 150, 154, 157, 166, 196, 252, 253, 254, 258, 261, 275, 276, 277, 279], "often": [4, 30, 137, 278], "term": [4, 7, 259], "futur": [4, 7, 37, 62, 72, 79, 80, 81, 92, 100, 113, 114, 124, 155, 161, 162, 165, 167, 184, 205, 208, 253, 261], "mai": [4, 8, 19, 21, 26, 28, 64, 76, 79, 88, 94, 121, 124, 126, 130, 131, 140, 157, 190, 196, 197, 205, 237, 246, 248, 251, 253, 254, 260, 261, 267], "encount": [4, 124], "thu": [4, 8, 80, 122, 124, 127, 133, 134, 212, 215, 280], "retriev": [4, 6, 7, 8, 62, 80, 91, 94, 103, 122, 124, 129, 207, 236, 249, 251, 254, 255, 256, 259, 261, 264, 277], "addition": [4, 8, 28, 103, 104, 128, 141, 149, 154, 196, 217], "alongsid": [4, 220, 241], "infrastructur": [4, 6], "trigger": [4, 74, 149, 280], "sha256": [4, 28, 124, 206, 207, 261], "signatur": [4, 165, 167, 168, 206], "few": [4, 37, 86, 107, 159, 160, 162, 184, 265], "download_url": [4, 92, 154], "repres": [4, 6, 28, 80, 84, 86, 87, 124, 196, 197, 198, 201, 226, 240, 251, 277, 280], "fetch": [4, 6, 28, 62, 64, 76, 89, 91, 105, 144, 236, 251], "either": [4, 8, 37, 74, 113, 122, 124, 126, 135, 139, 140, 141, 149, 159, 167, 179, 186, 200, 252, 278], "present": [4, 13, 37, 46, 52, 79, 81, 91, 92, 104, 105, 106, 124, 141, 157, 159, 192, 254], "prefer": [4, 49, 50, 64, 69, 84, 100, 158, 189, 197, 214, 236, 264, 270, 271, 272, 278], "ahead": [4, 10], "Being": [4, 184], "might": [4, 6, 7, 10, 13, 17, 18, 26, 27, 30, 36, 37, 40, 41, 51, 52, 54, 58, 62, 64, 74, 76, 79, 80, 81, 84, 86, 88, 91, 93, 100, 102, 106, 107, 109, 110, 111, 113, 122, 124, 127, 131, 134, 135, 137, 138, 139, 140, 143, 144, 145, 154, 155, 157, 175, 186, 200, 214, 226, 230, 231, 246, 251, 259, 264, 265, 270, 271, 275, 279], "exclude_url": [4, 91, 92, 154], "start": [4, 5, 6, 17, 30, 46, 56, 57, 62, 64, 74, 80, 100, 103, 113, 123, 124, 139, 140, 155, 157, 158, 163, 166, 175, 197, 205, 207, 217, 222, 226, 245, 246, 249, 259, 270, 271, 272, 275, 276, 277, 279, 280], "begin": [4, 74, 76, 92, 154, 155, 248, 255], "someth": [4, 6, 13, 18, 40, 41, 49, 50, 52, 69, 76, 79, 80, 86, 87, 88, 111, 122, 124, 131, 134, 135, 137, 139, 140, 144, 150, 153, 154, 155, 157, 163, 168, 186, 188, 197, 216, 222, 236, 249, 251, 252, 270, 271, 272, 276, 277, 279], "A": [4, 6, 13, 47, 49, 54, 58, 61, 71, 76, 86, 88, 91, 92, 94, 98, 102, 103, 107, 110, 111, 116, 120, 122, 124, 128, 130, 132, 139, 141, 143, 144, 145, 149, 154, 155, 162, 166, 175, 180, 183, 184, 194, 197, 200, 205, 207, 211, 228, 231, 240, 245, 249, 252, 255, 257, 258, 260, 262, 263, 264, 268, 270, 273, 276, 278, 280], "put": [4, 6, 17, 30, 37, 64, 91, 92, 97, 113, 124, 135, 137, 140, 144, 153, 154, 155, 160, 167, 201, 220, 221, 223, 259, 265, 268, 272, 273, 277], "strongli": [4, 8, 64, 84, 124, 127, 158, 226, 261], "recommend": [4, 5, 6, 7, 8, 13, 24, 30, 32, 36, 37, 56, 57, 62, 65, 76, 79, 80, 84, 86, 88, 92, 100, 106, 107, 111, 114, 122, 124, 127, 132, 133, 138, 139, 141, 142, 144, 154, 155, 159, 166, 184, 196, 208, 240, 244, 245, 246, 254, 257, 259, 264, 270, 275, 276, 278], "below": [4, 5, 6, 8, 69, 76, 84, 86, 87, 91, 129, 141, 144, 152, 154, 188, 190, 191, 195, 197, 205, 214, 217, 220, 258], "relev": [4, 21, 28, 47, 58, 61, 63, 67, 68, 72, 73, 74, 75, 86, 88, 154, 256, 257, 258, 260, 261, 265, 267, 268, 276], "els": [4, 6, 17, 26, 28, 32, 40, 41, 54, 76, 122, 124, 138, 139, 140, 144, 155, 192, 240, 251, 253, 256, 257, 260, 265, 267], "each": [4, 6, 8, 17, 18, 21, 24, 26, 27, 40, 41, 46, 54, 56, 64, 68, 76, 79, 92, 98, 100, 104, 106, 113, 122, 124, 127, 129, 135, 137, 139, 140, 150, 155, 156, 157, 163, 165, 190, 191, 196, 197, 209, 214, 221, 226, 238, 240, 250, 253, 258, 259, 260, 261, 264, 265, 270, 276, 277, 278], "blob": [4, 71, 280], "belong": [4, 91, 94, 107, 111, 124, 185, 196, 205, 217, 250, 259, 265, 268, 280], "artifactori": [4, 13, 65, 76, 122, 160, 244, 246], "describ": [4, 5, 6, 8, 10, 46, 57, 83, 85, 89, 101, 124, 135, 137, 143, 153, 192, 197, 198, 226, 272, 279], "approach": [4, 6, 8, 13, 28, 30, 42, 52, 62, 76, 79, 80, 81, 84, 86, 106, 124, 137, 138, 139, 140, 141, 142, 144, 155, 157, 163, 184, 194, 196, 197, 208, 236, 250, 257, 264, 265, 276, 279], "deal": [4, 9, 81, 127, 139], "worker": 4, "abov": [4, 5, 6, 7, 8, 13, 16, 54, 56, 61, 62, 76, 85, 86, 87, 91, 94, 103, 110, 113, 116, 122, 124, 135, 136, 139, 141, 150, 154, 157, 167, 184, 190, 191, 194, 196, 197, 201, 202, 205, 217, 220, 230, 240, 251, 260, 261, 266, 267, 270, 272, 275, 276, 277, 279, 280], "travers": [4, 152], "until": [4, 8, 69, 80, 152, 153, 158, 161, 259], "client": [4, 7, 13, 32, 52, 69, 74, 76, 79, 89, 92, 114, 121, 122, 124, 153, 166, 245, 246, 251, 259], "regard": [4, 28, 76, 81, 110, 157, 166, 205, 266], "capabl": [4, 7, 105, 106, 155, 197, 253, 280], "1": [4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 71, 76, 78, 79, 81, 84, 85, 87, 88, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 116, 117, 120, 121, 122, 124, 128, 135, 136, 139, 140, 141, 143, 144, 147, 148, 150, 154, 155, 156, 157, 164, 165, 166, 184, 190, 192, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 215, 217, 220, 226, 228, 230, 231, 232, 233, 236, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "3": [4, 10, 19, 21, 26, 28, 30, 36, 39, 40, 41, 42, 43, 49, 50, 51, 54, 62, 64, 69, 76, 79, 85, 86, 87, 93, 100, 104, 106, 107, 109, 110, 111, 113, 121, 122, 124, 128, 135, 145, 150, 155, 157, 184, 189, 190, 196, 197, 202, 207, 217, 220, 222, 249, 250, 252, 253, 254, 257, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276, 278, 279, 280], "ruben": 4, "conan2": [4, 21, 24, 30, 43, 62, 64, 79, 92, 98, 103, 114, 159, 215, 249, 251, 257, 258, 259, 260, 261, 263, 266], "zlib0f4e45286ecd1": 4, "src": [4, 6, 16, 17, 19, 21, 26, 27, 28, 30, 36, 39, 43, 46, 47, 52, 54, 56, 57, 58, 61, 85, 91, 124, 132, 137, 138, 196, 205, 220, 249, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277], "net": [4, 92, 98, 103, 122, 154], "fossil": 4, "gz": [4, 124, 205, 207], "madler": 4, "v1": [4, 192], "newli": 4, "therefor": [4, 8, 69, 88, 127, 205, 240, 263], "dure": [4, 8, 26, 28, 58, 62, 69, 81, 88, 124, 131, 141, 194, 226, 259, 271, 278], "address": [4, 8, 139, 157, 274], "scenario": [4, 7, 28, 41, 42, 43, 62, 64, 86, 124, 126, 127, 140, 141, 155, 161, 253, 264, 280], "ce": [4, 76, 244], "simpl": [4, 13, 17, 24, 28, 37, 43, 44, 45, 47, 51, 55, 58, 59, 61, 62, 68, 73, 76, 79, 80, 93, 100, 113, 122, 124, 125, 126, 128, 136, 141, 150, 163, 166, 184, 219, 220, 221, 223, 241, 244, 246, 248, 251, 253, 255, 259, 261, 262, 263, 267, 270, 271, 278, 279], "suffici": [4, 74, 122], "instruct": [4, 28, 64, 69, 79, 125, 138, 157, 251], "author": [4, 6, 8, 52, 62, 98, 136, 158, 259], "agent": [4, 62, 100], "done": [5, 6, 37, 39, 52, 54, 76, 79, 80, 83, 88, 100, 109, 111, 116, 122, 126, 127, 128, 135, 140, 141, 143, 144, 153, 155, 157, 159, 164, 165, 166, 176, 184, 188, 196, 197, 201, 202, 203, 212, 243, 250, 252, 253, 257, 259, 260, 268, 270, 271, 272, 273, 278, 279, 280], "much": [5, 6, 80, 126, 133, 144, 184, 259, 271, 280], "fulli": [5, 36, 62, 76, 109, 111, 124, 141, 142, 143, 165, 190, 191, 197, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238, 270, 280], "fork": [5, 8, 124], "maintain": [5, 8, 18, 76, 100, 109, 124, 139, 150, 155, 166, 217, 252, 273], "pr": [5, 28, 43, 51, 58, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 155, 220, 222, 250], "2": [5, 6, 8, 10, 13, 17, 26, 28, 36, 40, 41, 42, 43, 46, 50, 56, 57, 62, 64, 65, 69, 76, 78, 79, 81, 85, 87, 91, 92, 94, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 116, 117, 120, 121, 122, 124, 128, 133, 135, 136, 138, 140, 141, 143, 147, 150, 154, 155, 156, 157, 164, 167, 184, 190, 195, 196, 197, 202, 203, 207, 208, 212, 215, 217, 220, 228, 230, 233, 249, 250, 251, 252, 253, 254, 256, 259, 263, 264, 270, 275, 276, 277, 278, 279], "13": [5, 6, 13, 24, 28, 36, 43, 85, 87, 88, 91, 94, 102, 103, 106, 107, 110, 114, 116, 117, 120, 121, 128, 150, 155, 157, 164, 215, 249, 252, 256], "part": [5, 17, 21, 28, 32, 39, 40, 41, 43, 47, 58, 61, 62, 76, 86, 92, 93, 94, 107, 116, 124, 125, 128, 131, 133, 134, 137, 138, 139, 141, 154, 155, 157, 184, 242, 244, 256, 257, 258, 259, 260, 261, 267, 268, 271, 272, 277, 279], "mostli": [5, 32, 46, 124, 141, 157, 166, 240], "proprietari": [5, 76, 158, 216], "idea": [5, 135, 154, 276, 280], "further": [5, 28, 84, 124, 128, 157, 197, 280], "soon": [5, 65, 76, 280], "straightforward": [5, 83, 93, 106, 135, 269, 275], "mani": [5, 6, 46, 51, 52, 62, 64, 71, 76, 79, 80, 81, 86, 109, 113, 135, 155, 184, 201, 247, 270, 273, 276, 280], "advantag": [5, 64, 164, 191, 231, 253], "mitig": [5, 52, 201], "risk": [5, 52, 62, 79, 154, 278], "befor": [5, 6, 7, 10, 26, 46, 56, 57, 62, 74, 120, 124, 126, 130, 135, 137, 144, 147, 155, 165, 166, 184, 201, 205, 214, 219, 222, 226, 232, 236, 240, 250, 251, 253, 254, 257, 258, 261, 265, 272, 276, 280], "No": [5, 24, 52, 88, 124, 131, 251, 263, 279], "central": [5, 76, 242], "outag": 5, "adapt": [5, 83, 113, 114, 124], "perfectli": [5, 52, 79, 150], "minut": [5, 107, 116], "week": [5, 107, 116, 273], "appli": [5, 8, 51, 52, 54, 80, 81, 86, 89, 90, 91, 93, 97, 100, 102, 103, 104, 106, 109, 110, 111, 114, 119, 122, 124, 126, 127, 131, 134, 135, 140, 144, 154, 155, 157, 190, 197, 199, 209, 222, 250, 251, 252, 254, 255, 257, 258, 263, 264, 267, 275, 278, 280], "wouldn": [5, 52, 64, 69, 124, 194], "elimin": [5, 270], "attack": 5, "audit": [5, 8], "analyz": [5, 32, 56, 160], "diff": [5, 54, 102, 107, 209], "trim": [5, 110], "fire": [5, 100, 144, 184, 272], "effici": [5, 36, 57, 76, 84, 124, 139, 230, 249, 280], "thank": [5, 26, 40, 41, 46, 57, 86, 160, 163, 264], "secondari": [5, 76], "Then": [5, 6, 13, 24, 26, 27, 30, 42, 46, 62, 69, 71, 80, 88, 100, 113, 128, 130, 131, 136, 139, 140, 153, 155, 164, 165, 196, 198, 205, 212, 222, 231, 242, 245, 246, 248, 249, 250, 252, 253, 255, 258, 259, 260, 266, 268, 274, 275, 278, 279], "good": [5, 19, 62, 76, 77, 84, 111, 113, 122, 124, 126, 128, 129, 135, 136, 140, 141, 154, 175, 231, 233, 244, 256, 257, 260, 267, 271, 275, 276, 279], "subject": [6, 7, 13, 32, 76, 92, 98, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 161, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 196, 197, 198, 215, 219, 220, 221, 222], "stabil": [6, 7, 13, 32, 71, 76, 92, 105, 107, 114, 121, 128, 130, 131, 132, 139, 152, 153, 155, 157, 158, 161, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 197, 198, 205, 215, 219, 220, 221, 273], "typic": [6, 8, 13, 27, 40, 41, 52, 61, 62, 64, 69, 79, 86, 124, 130, 133, 134, 135, 137, 140, 141, 155, 158, 167, 188, 189, 195, 196, 198, 201, 217, 223, 229, 234, 240, 250, 251, 253, 257, 258, 260, 263, 264, 265, 270, 271, 273, 280], "compos": [6, 28, 106, 140, 154, 155, 172, 179, 189, 197, 200, 236, 263], "But": [6, 7, 13, 30, 40, 41, 52, 62, 76, 86, 97, 107, 112, 124, 127, 135, 146, 148, 149, 155, 163, 167, 196, 217, 220, 250, 252, 253, 259, 263, 265, 275, 276, 277], "normal": [6, 36, 43, 73, 79, 116, 124, 132, 163, 166, 200, 270, 278], "consumpt": [6, 21, 76, 125, 150, 253], "complianc": [6, 127, 280], "technic": [6, 124], "busi": [6, 280], "reason": [6, 8, 42, 52, 62, 79, 80, 93, 97, 111, 144, 158, 265, 272, 275, 277], "suit": [6, 150, 155, 223, 257, 263], "heavi": [6, 30, 76, 124, 126, 162], "pdb": [6, 30], "coverag": [6, 196, 280], "sanit": 6, "analysi": [6, 92, 154], "exact": [6, 49, 50, 80, 84, 91, 92, 109, 111, 116, 124, 127, 155, 180, 191, 205, 231, 236, 252, 259, 270, 271, 272, 277, 279], "relat": [6, 28, 46, 64, 73, 81, 124, 135, 154, 180, 191, 197, 205, 217, 226, 253, 258, 259, 271, 280], "There": [6, 7, 17, 21, 27, 30, 40, 41, 43, 52, 62, 64, 69, 74, 76, 78, 79, 86, 88, 92, 100, 106, 107, 113, 116, 122, 124, 126, 133, 137, 138, 139, 147, 148, 154, 159, 166, 184, 196, 197, 200, 223, 240, 244, 245, 253, 257, 258, 260, 264, 265, 270, 274, 275, 277, 280], "regul": 6, "larger": 6, "happen": [6, 8, 13, 19, 28, 32, 51, 62, 74, 79, 87, 93, 116, 126, 133, 134, 135, 138, 139, 140, 153, 158, 159, 163, 201, 249, 252, 254, 258, 259, 263, 270, 272, 275, 276, 278, 280], "lot": [6, 8, 267, 278, 280], "impact": [6, 8], "experi": [6, 124, 126, 197, 246, 278, 280], "cost": [6, 80], "furthermor": [6, 56, 80, 280], "highlight": [6, 26, 149, 200, 220, 261], "probabl": [6, 32, 197, 223, 230, 252], "scan": [6, 210], "recipe_metadata_fold": 6, "0": [6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 61, 62, 65, 69, 76, 78, 79, 81, 84, 85, 88, 91, 92, 94, 98, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 121, 122, 124, 128, 135, 136, 139, 141, 144, 145, 147, 148, 150, 155, 157, 164, 165, 184, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 217, 220, 226, 228, 230, 231, 232, 233, 240, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "def": [6, 16, 17, 18, 19, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 56, 58, 61, 62, 79, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 155, 157, 158, 161, 162, 163, 164, 165, 166, 167, 168, 184, 186, 188, 189, 190, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 279], "Or": [6, 79, 88, 92, 126, 135, 155, 197, 216, 232, 238], "mybuild": [6, 124], "recipe_fold": [6, 16, 18, 62, 98, 103, 133, 134, 135, 136, 142, 143], "dst": [6, 17, 28, 39, 61, 124, 132, 205, 266], "join": [6, 16, 17, 18, 19, 28, 37, 40, 41, 54, 61, 79, 124, 134, 136, 137, 138, 140, 142, 143, 146, 155, 166, 167, 184, 196, 197, 200, 205, 223, 253, 257, 263, 264, 265, 266, 268, 272], "stuff": 6, "srclog": 6, "most": [6, 7, 13, 18, 21, 28, 30, 32, 36, 40, 41, 46, 56, 57, 65, 67, 68, 72, 73, 74, 75, 76, 80, 86, 88, 89, 93, 107, 108, 110, 124, 129, 138, 139, 141, 142, 151, 154, 161, 184, 195, 197, 198, 205, 223, 232, 240, 241, 249, 256, 265, 268, 269, 271, 275, 276], "mylog": 6, "note": [6, 13, 17, 18, 28, 32, 36, 37, 39, 40, 41, 47, 49, 50, 51, 52, 58, 61, 64, 69, 81, 84, 86, 91, 100, 101, 103, 106, 107, 109, 111, 113, 116, 122, 124, 126, 136, 139, 140, 144, 146, 149, 150, 155, 157, 165, 167, 184, 190, 196, 197, 211, 226, 240, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 266, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "clutter": [6, 223], "accross": [6, 84], "sai": [6, 13, 16, 18, 39, 42, 54, 86, 91, 102, 106, 111, 124, 154, 155, 190, 230, 258, 272], "no_copy_sourc": [6, 126, 263], "As": [6, 8, 17, 21, 24, 28, 40, 41, 43, 46, 56, 61, 76, 79, 85, 86, 87, 88, 91, 100, 101, 107, 112, 113, 124, 144, 155, 157, 158, 165, 184, 186, 191, 196, 197, 201, 220, 240, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 272, 275, 276, 277, 279, 280], "post_export": [6, 166, 205], "post_sourc": [6, 166], "post_build": [6, 160, 166], "similar": [6, 8, 18, 47, 58, 61, 64, 71, 76, 94, 97, 111, 120, 122, 124, 137, 145, 155, 163, 184, 196, 198, 200, 236, 249, 256, 258, 261, 263, 272, 278], "To": [6, 24, 26, 28, 30, 32, 37, 57, 62, 64, 69, 70, 74, 79, 92, 103, 107, 111, 114, 116, 124, 128, 136, 137, 144, 149, 154, 155, 158, 161, 166, 190, 195, 196, 197, 202, 203, 205, 212, 213, 214, 223, 249, 251, 253, 254, 260, 261, 270, 272, 276, 278, 279], "achiev": [6, 8, 40, 62, 80, 126, 139, 165, 191, 196, 205, 231, 248, 253, 259, 263, 276, 279, 280], "didn": [6, 49, 52, 62, 79, 85, 259, 263], "far": [6, 251, 252, 253, 256, 258, 270, 280], "r": [6, 13, 32, 36, 62, 71, 79, 85, 87, 90, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 116, 117, 119, 120, 236, 245, 247, 252, 273, 277], "da39a3ee5e6b4b0d3255bfef95601890afd80709": [6, 32, 263], "By": [6, 21, 28, 42, 50, 58, 74, 76, 79, 84, 90, 91, 92, 93, 97, 100, 102, 103, 104, 106, 107, 110, 114, 119, 120, 122, 124, 140, 153, 154, 159, 184, 196, 197, 200, 212, 214, 215, 217, 219, 226, 236, 240, 276, 277], "situat": [6, 13, 28, 36, 40, 41, 86, 109, 116, 124, 126, 138, 139, 143, 155, 184, 196, 217, 274, 275], "sometim": [6, 7, 30, 54, 79, 93, 124, 145, 252, 257, 261, 263, 269], "mix": [6, 86, 184], "recov": [6, 62, 205], "previous": [6, 13, 24, 28, 32, 37, 64, 106, 111, 153, 155, 157, 197, 200, 222, 254, 261, 264, 275], "under": [6, 8, 37, 67, 72, 74, 75, 76, 87, 122, 124, 137, 139, 155, 163, 166, 209, 226, 236, 240, 246, 249, 259, 264, 269, 278], "collect": [6, 37, 103, 106, 135, 140, 144, 205, 215, 258, 267], "recal": [6, 28, 52, 109, 111, 116, 128, 131, 155, 159, 190, 194, 197], "At": [6, 10, 21, 26, 69, 74, 76, 80, 111, 124, 135, 157, 205, 213, 221, 222], "moment": [6, 7, 36, 80, 122, 124, 135, 140, 157, 213, 221], "addit": [6, 8, 64, 65, 92, 93, 108, 124, 141, 154, 155, 157, 180, 187, 197, 205, 207, 214, 226, 231, 232, 233, 253, 254, 260], "quit": [6, 154, 184, 246], "ineffici": 6, "prone": 6, "sensit": 6, "race": 6, "metatada": 6, "best": [6, 7, 13, 36, 62, 84, 86, 91, 93, 107, 109, 114, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 139, 140, 141, 144, 147, 155, 158, 179, 184, 254, 265, 275, 277, 279], "mandatori": [6, 37, 47, 52, 58, 61, 86, 109, 113, 124, 162, 165, 184, 259], "frequent": [6, 8, 205], "excepcion": 6, "decompress": [6, 205, 207, 249, 254, 269], "consid": [6, 7, 8, 21, 28, 46, 76, 84, 85, 86, 91, 100, 107, 124, 127, 129, 161, 190, 192, 197, 226, 253, 277], "zip": [6, 8, 19, 54, 92, 114, 120, 124, 144, 158, 205, 207, 244, 245, 255, 271], "yourself": [6, 47, 58, 61], "categori": [6, 250], "illustr": [6, 85, 279], "later": [6, 7, 13, 26, 69, 71, 93, 100, 101, 103, 124, 127, 131, 134, 140, 149, 155, 180, 205, 236, 242, 247, 252, 253, 257, 258, 264, 274, 276], "necessarili": [6, 124, 276], "ton": 6, "assum": [6, 28, 30, 36, 58, 69, 76, 80, 84, 85, 91, 94, 102, 107, 116, 120, 124, 136, 140, 145, 155, 157, 159, 161, 190, 196, 220, 230, 249, 251, 253, 254, 279], "stage": [6, 26, 64, 93, 97, 157, 166], "applic": [6, 8, 27, 39, 46, 47, 50, 56, 57, 58, 61, 64, 76, 79, 85, 86, 103, 124, 128, 139, 141, 147, 196, 197, 203, 205, 217, 230, 241, 246, 248, 249, 254, 255, 259, 262, 263, 265, 268, 270, 275, 280], "cp": [6, 36, 62], "todo": [6, 175], "hear": 6, "feedback": [6, 76, 81, 278], "continu": [7, 76, 80, 81, 109, 122, 243, 272, 276], "conveni": [7, 13, 71, 107, 113, 124, 144, 145, 155, 165, 168, 184, 196, 200, 202, 203, 252, 265, 268], "recent": [7, 21, 107, 116, 273], "transfer": [7, 8, 52, 122, 280], "paralllel": 7, "pkg1df6df1a3b33c": 7, "9a4eb3c8701508aa9458b1a73d0633783ecc2270": [7, 88, 107], "b": [7, 21, 24, 28, 30, 43, 54, 64, 90, 91, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 144, 154, 209, 215, 220, 250, 257, 258, 260, 261, 263, 266, 272], "pkgd573962ec2c90": 7, "conan_cache_sav": 7, "well": [7, 62, 76, 78, 88, 97, 107, 121, 124, 137, 157, 194, 196, 197, 217, 226, 259, 280], "pkg773791b8c97aa": 7, "substitut": [7, 159, 240], "storag": [7, 76, 91, 122, 154, 160, 207, 246, 277], "transitori": 7, "strategi": [7, 8, 62, 139, 144, 271, 280], "proof": 7, "stabl": [7, 64, 107, 113, 114, 124, 154, 155], "fantast": 8, "1500": 8, "contribut": [8, 76, 201, 209, 241, 242], "great": [8, 64, 76, 79, 245, 280], "knowledg": [8, 63, 76, 79], "wide": [8, 64, 86, 88, 251, 253, 254, 259], "variant": [8, 72], "On": [8, 46, 47, 58, 61, 86, 122, 145, 157, 222, 246, 249, 250, 251, 259], "top": [8, 141, 155, 236], "contributor": [8, 76], "qnx": 8, "greatest": 8, "promis": 8, "unlik": [8, 94, 124, 197, 251], "snapshot": [8, 252, 276], "contrari": 8, "e": [8, 43, 62, 64, 76, 79, 91, 94, 95, 98, 100, 102, 103, 104, 106, 107, 110, 113, 116, 120, 122, 124, 128, 154, 155, 156, 157, 188, 192, 194, 197, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 260, 261, 280], "g": [8, 28, 36, 43, 49, 50, 79, 90, 91, 94, 95, 100, 102, 103, 104, 106, 107, 110, 113, 116, 120, 122, 124, 154, 155, 156, 157, 164, 176, 188, 192, 194, 197, 202, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 249, 250, 251, 253, 254, 261, 270, 271, 272], "opencv": [8, 122, 145, 162], "greater": 8, "remain": [8, 88, 122, 124, 159, 190, 200, 226], "older": [8, 76, 104, 109, 112, 277, 278, 279], "push": [8, 62, 76, 236], "ecosystem": [8, 81, 86, 222], "hand": [8, 76, 86, 110, 126, 145], "combin": [8, 90, 93, 100, 102, 103, 104, 106, 110, 112, 114, 119, 138, 144, 279], "mean": [8, 13, 30, 32, 36, 40, 41, 52, 64, 69, 76, 79, 80, 84, 85, 86, 91, 94, 102, 103, 105, 106, 107, 116, 120, 124, 126, 128, 131, 135, 139, 140, 144, 147, 150, 155, 157, 159, 161, 162, 175, 183, 184, 190, 196, 200, 201, 205, 212, 214, 223, 240, 251, 252, 263, 267, 269, 272, 275, 276, 277, 278], "languag": [8, 39, 43, 46, 51, 56, 57, 76, 191, 197, 249], "pip": [8, 62, 122, 246], "pypi": [8, 64], "npm": 8, "cargo": 8, "discourag": [8, 91, 124, 158, 184, 226, 261], "unconstrain": 8, "manner": [8, 270], "guidelin": [8, 63, 64, 76, 77, 185], "seri": [8, 124, 269], "highli": [8, 24, 32, 37, 46, 56, 57], "mention": [8, 28, 98, 103, 139, 141, 155, 190, 196, 214, 221, 226, 232, 257, 267, 272, 280], "earlier": [8, 28, 76, 278], "solver": 8, "actual": [8, 13, 19, 28, 40, 41, 76, 79, 86, 97, 116, 120, 126, 135, 141, 145, 155, 157, 183, 201, 202, 203, 205, 240, 247, 252, 272, 275, 276, 279], "4": [8, 10, 21, 26, 50, 56, 79, 84, 85, 104, 107, 111, 121, 122, 124, 129, 135, 139, 145, 150, 154, 155, 157, 184, 197, 220, 250, 253, 256, 263, 273, 279], "5": [8, 10, 69, 79, 84, 92, 100, 104, 106, 109, 110, 111, 112, 124, 128, 135, 139, 155, 157, 168, 207, 230, 252, 276, 278, 279], "greatli": [8, 280], "encourag": [8, 76, 124, 259, 271], "consist": [8, 18, 84, 86, 88, 92, 93, 275, 276, 279, 280], "rust": 8, "technologi": [8, 74, 157], "upstream": [8, 62, 79, 124, 128, 135, 141, 183, 196, 270, 275], "period": [8, 273], "downtim": 8, "schedul": 8, "effort": [8, 135, 280], "made": [8, 28, 58, 91, 280], "unschedul": 8, "rare": [8, 126, 140, 142], "treat": [8, 92, 141, 154, 157, 205], "urgenc": 8, "occasion": 8, "suffer": 8, "enterpris": [8, 122, 157, 244, 246], "strong": [8, 76, 86, 124, 141, 155, 275], "uptim": 8, "protect": [8, 64, 123, 157], "transient": 8, "network": [8, 21, 92, 103, 122, 151], "extern": [8, 19, 26, 51, 64, 255, 259, 261, 264, 266, 277], "These": [8, 21, 28, 32, 46, 74, 76, 84, 88, 92, 93, 106, 122, 133, 134, 135, 137, 149, 151, 154, 155, 158, 159, 163, 180, 195, 197, 198, 212, 213, 217, 226, 250, 251, 253, 258, 259, 263, 264, 268, 272, 276, 280], "industri": [8, 81], "financ": 8, "robot": 8, "embed": [8, 76, 84, 85, 124, 141, 157], "stronger": 8, "licens": [8, 28, 37, 57, 76, 98, 103, 105, 106, 113, 133, 134, 135, 136, 138, 166, 244, 249, 255, 259, 267, 271, 277], "medic": 8, "automot": 8, "advis": [8, 142, 143, 155], "instanc": [8, 28, 32, 43, 69, 98, 122, 124, 128, 137, 138, 139, 154, 155, 163, 186, 188, 192, 196, 197, 200, 201, 202, 203, 214, 222, 226, 228, 229, 230, 233, 236, 260, 268], "backport": [8, 209, 280], "suitabl": [8, 157], "review": [8, 69, 262, 263, 265, 272], "tight": 8, "subsect": 8, "come": [10, 28, 47, 58, 61, 64, 135, 155, 163, 192, 197, 217, 226, 245, 251, 264, 280], "glanc": 10, "becom": [10, 64, 74, 86, 133, 134, 184, 277, 280], "unfeas": 10, "benefit": 10, "interest": [10, 13, 76, 91, 93], "pick": [10, 28, 252], "action": [10, 28, 32, 56, 62, 69, 122, 252, 260], "summar": [10, 81, 280], "libpng": [10, 100, 105, 190], "libmysqlcli": 10, "publish": 10, "easi": [10, 26, 66, 70, 71, 76, 80, 87, 144, 252, 259, 271, 275], "invoc": [10, 13, 37, 67, 68, 73, 74, 75, 80, 126, 149, 160, 162, 188, 189, 190, 191, 194, 197, 202, 212, 219, 220, 229, 231], "8": [10, 79, 84, 104, 106, 117, 124, 129, 135, 155, 157, 189, 202, 203, 205, 209, 226, 230, 231, 233, 252, 256, 257, 258, 267, 268, 278], "493d36bd9641e15993479706dea3c341": 10, "6": [10, 24, 56, 64, 76, 79, 84, 104, 107, 121, 122, 129, 144, 147, 157, 190, 209, 216, 250, 252, 253, 254], "40": [10, 107, 277], "2ba025f1324ff820cf68c9e9c94b7772": 10, "lz4": [10, 37], "9": [10, 46, 54, 79, 84, 92, 110, 128, 129, 135, 150, 154, 155, 157, 207, 250, 278], "b572cad582ca4d39c0fccb5185fbb691": 10, "openssl": [10, 21, 76, 85, 87, 94, 104, 106, 124, 135, 150, 217, 220], "f2eb8e67d3f5513e8a9b5e3b62d87ea1": 10, "f2eb8e6ve24ff825bca32bea494b77dd": 10, "zstd": [10, 37], "54d99a44717a7ff82e9d37f9b6ff415c": 10, "27": [10, 107, 197, 264], "de7930d308bf5edde100f2b1624841d9": 10, "18": [10, 26, 43, 85, 87, 107, 128, 157], "afterward": 10, "go": [10, 17, 21, 24, 26, 27, 28, 30, 32, 37, 46, 49, 50, 54, 56, 57, 69, 74, 97, 100, 112, 133, 141, 150, 197, 223, 230, 247, 249, 263, 265, 268, 270, 272, 275, 278], "usual": [10, 64, 88, 124, 141, 146, 155, 160, 165, 190, 200, 270, 272, 276], "behaviour": [10, 122, 155, 196, 240, 258, 259, 260], "bazel": [11, 44, 63, 65, 92, 113, 154, 185, 218, 220, 221, 249], "ndk": [11, 25, 26, 66, 124, 140, 186, 197, 226, 250], "macro": [11, 38, 46, 47], "concaten": [13, 94, 120], "11": [13, 24, 28, 47, 57, 79, 87, 91, 92, 98, 102, 104, 106, 107, 116, 117, 124, 135, 141, 150, 154, 155, 156, 157, 164, 190, 192, 196, 202, 203, 209, 212, 217, 220, 230, 233, 249, 250, 251, 252, 253, 254, 256, 257, 263, 267, 268, 271, 278], "sent": 13, "12": [13, 21, 24, 26, 27, 47, 98, 103, 107, 116, 117, 150, 155, 157, 192, 209, 217, 226, 246, 252, 263, 264, 277], "b1fd071d8a2234a488b3ff74a3526f81": 13, "1667396813": [13, 110], "987": 13, "ae9eaf478e918e6470fe64a4d8d4d9552b0b3606": [13, 107], "19808a47de859c2408ffcf8e5df1fdaf": 13, "arch": [13, 16, 17, 18, 24, 26, 27, 28, 39, 42, 43, 47, 51, 54, 58, 61, 62, 64, 75, 79, 86, 87, 88, 91, 92, 94, 98, 102, 103, 105, 107, 114, 116, 120, 124, 127, 130, 131, 136, 139, 140, 145, 148, 154, 155, 157, 165, 168, 177, 186, 188, 189, 190, 191, 194, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 230, 231, 232, 233, 238, 240, 249, 250, 251, 252, 253, 257, 259, 261, 263, 264, 265, 268, 276, 277], "x86_64": [13, 24, 26, 27, 28, 36, 43, 47, 58, 61, 79, 86, 87, 88, 98, 102, 107, 114, 130, 137, 145, 155, 157, 165, 168, 189, 190, 192, 197, 202, 203, 240, 249, 250, 251, 253, 254, 257, 259, 264, 265, 268, 271, 276, 277], "singl": [13, 26, 49, 50, 52, 76, 84, 88, 89, 94, 100, 111, 114, 124, 161, 166, 180, 190, 194, 195, 196, 197, 198, 202, 203, 205, 226, 230, 253, 261, 264, 272, 280], "almost": [13, 84, 89], "myremot": [13, 94, 116, 120, 122, 153, 273, 277], "slow": 13, "promot": 13, "magnitud": 13, "dedupl": 13, "One": [13, 76, 79, 124, 164, 191, 197, 205, 226, 231, 250, 257], "mypkg": [13, 52, 79, 86, 88, 91, 106, 113, 124, 142, 144, 145, 155, 164, 196, 200, 220], "cmake_lib": [13, 27, 85, 91, 113, 195, 259, 264, 277], "represent": [13, 103], "f57cc9a1824f47af2f52df0dbdd440f6": 13, "2401fa1d188d289bb25c37cfa3317e13e377a351": [13, 91, 277], "75f44d989175c05bc4be2399edc63091": 13, "null": [13, 24, 26, 86, 98, 100, 105, 157], "known": [13, 52, 157, 207, 252, 263, 280], "destruct": 13, "natur": [13, 86, 275, 277], "cannot": [13, 27, 43, 62, 79, 80, 86, 88, 90, 92, 93, 100, 102, 103, 104, 106, 108, 109, 110, 119, 124, 125, 126, 127, 136, 144, 148, 150, 154, 159, 163, 184, 192, 196, 197, 198, 251, 259, 263, 264, 269, 275, 276], "OR": [13, 26, 91, 94, 107, 116, 120, 177, 232, 278], "leav": [13, 26, 28, 86, 101, 116, 122, 135, 154, 157, 273], "subproject": [14, 15, 137, 272], "recreat": [16, 17, 18, 19, 21, 24, 28, 30, 32, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272], "examples2": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276], "cd": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 85, 196, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 280], "conanfile_in_subfold": 16, "cmakelist": [16, 17, 18, 19, 21, 28, 36, 39, 42, 43, 49, 50, 51, 52, 69, 70, 80, 91, 113, 124, 138, 194, 195, 196, 197, 223, 249, 253, 254, 256, 257, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 280], "h": [16, 17, 18, 21, 26, 28, 32, 43, 46, 47, 52, 56, 57, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 138, 163, 205, 249, 250, 251, 256, 257, 258, 259, 260, 263, 264, 266, 267, 268, 270, 271, 272], "pkgsai": 16, "export_sources_fold": [16, 18, 19, 54, 134, 209], "cmake_fil": 16, "real": [17, 26, 62, 76, 81, 120, 140, 147, 205, 275, 279, 280], "editable_compon": 17, "greet": [17, 163, 226], "hello": [17, 18, 19, 26, 27, 28, 32, 42, 47, 49, 50, 52, 54, 56, 58, 61, 62, 85, 103, 107, 113, 124, 135, 163, 184, 194, 195, 196, 197, 219, 226, 247, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 270, 271, 272, 277], "bye": [17, 18, 163, 270, 277], "greetingsconan": 17, "exports_sourc": [17, 19, 39, 42, 43, 47, 51, 54, 58, 61, 62, 80, 133, 134, 184, 197, 236, 259, 261, 263, 265, 272, 277, 279], "src_folder": [17, 19, 195, 223, 271], "dir": [17, 19, 21, 27, 92, 113, 124, 140, 155, 198, 215, 222, 236, 257, 258, 259, 260, 263, 268, 271, 272], "bt": [17, 93], "keep_path": [17, 28, 61, 138, 205, 264, 265, 266], "cmake_file_nam": [17, 140, 196], "myg": 17, "cmake_target_nam": [17, 21, 140, 196, 260], "mygreet": 17, "myhello": [17, 260], "myby": 17, "beyond": 17, "filenam": [17, 50, 52, 90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 119, 155, 165, 167, 201, 205, 207, 225], "besid": [17, 32, 50, 62, 72, 106, 154, 155, 157, 160, 190, 196, 198, 249, 258, 260, 261, 267, 271], "app": [17, 26, 39, 57, 75, 85, 86, 88, 92, 111, 122, 135, 141, 154, 189, 191, 192, 194, 196, 197, 200, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 231, 238, 245, 249, 278, 279], "example2": 17, "find_packag": [17, 21, 26, 42, 43, 52, 69, 113, 196, 249, 254, 257, 260, 267, 268], "add_execut": [17, 21, 52, 69, 196, 249, 254, 257, 260, 268], "target_link_librari": [17, 21, 26, 43, 52, 69, 196, 249, 254, 257, 260, 267, 268], "adio": 17, "multiple_subproject": 18, "sibl": [18, 124], "myhead": [18, 207], "myutil": 18, "subprojectfold": 18, "reloc": 18, "100": [18, 19, 21, 27, 92, 122, 124, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 268, 271, 272], "world": [18, 27, 28, 47, 49, 50, 52, 54, 56, 58, 61, 62, 76, 81, 85, 124, 163, 197, 219, 256, 257, 259, 260, 261, 264, 267, 268, 270, 271, 277], "fine": [18, 19, 43, 111, 122, 124, 246, 259], "principl": [18, 275, 276], "must": [18, 28, 61, 62, 64, 68, 80, 91, 92, 108, 109, 111, 122, 124, 130, 131, 133, 134, 139, 144, 154, 155, 161, 162, 163, 167, 173, 180, 194, 196, 205, 209, 212, 214, 216, 236, 249, 252, 253, 254, 259, 260, 276], "third_party_librari": 19, "whose": [19, 89, 90, 93, 100, 102, 103, 104, 106, 110, 119, 144, 155], "mypatch": 19, "sour": 19, "libhello": [19, 27, 54, 256, 257, 258, 260, 261, 264, 266, 267, 268, 271], "archiv": [19, 54, 91, 92, 144, 188, 205, 216, 261, 271], "head": [19, 54, 62, 144, 236, 256, 257, 260, 261, 267, 271, 277], "strip_root": [19, 28, 54, 205, 207, 261, 271], "awar": [19, 28, 40, 41, 64, 70, 94, 100, 114, 130, 131, 152, 197, 236, 256, 257, 258, 260, 261, 264, 267, 271, 280], "tag": [19, 64, 80, 92, 124, 143, 144, 149, 154, 236, 256, 257, 259, 260, 261, 267, 271, 277, 279], "patch_fil": [19, 54, 209], "7kb": [19, 261, 271], "50": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "cmakefil": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "libcrypto": [21, 140], "libssl": [21, 140], "abstract": [21, 51, 52, 67, 74, 75, 80, 86, 189, 194, 212, 219, 229, 260], "rest": [21, 76, 86, 100, 112, 154, 155, 205, 208, 217, 244, 245], "game": [21, 113, 275, 276], "algorithm": [21, 207], "ai": [21, 113], "coupl": [21, 30, 127, 249, 257, 260, 268], "package_nam": [21, 113, 150, 190, 240, 245], "component_nam": [21, 196, 198, 220], "check_components_exist": 21, "15": [21, 39, 43, 49, 51, 69, 92, 104, 114, 154, 157, 196, 240, 249, 251, 252, 253, 254, 257, 260, 266, 267, 268], "packagetest": [21, 257, 260, 268], "barbarian": [21, 103, 114], "d6e361d329116": 21, "j16": [21, 260], "25": [21, 36, 85, 86, 155, 157, 257, 260, 265, 277], "37": [21, 190], "libnetwork": 21, "libalgorithm": 21, "62": 21, "75": [21, 257, 260], "87": 21, "libai": 21, "librend": 21, "am": [21, 46, 47, 275], "NOT": [21, 26, 124, 144, 184, 196, 237, 257], "stack": 21, "incomplet": [21, 109, 112, 157], "occur": [21, 149, 207], "22": [21, 85, 87, 107, 155, 157, 250, 252, 253, 254, 263, 264], "conanexcept": [21, 37, 62, 206, 207], "tbd": 22, "config_fil": 24, "propos": 24, "webo": 24, "sdk_version": [24, 157, 188, 189], "7": [24, 28, 56, 62, 79, 84, 92, 129, 155, 157, 278], "cortexa15t2hf": 24, "rc": [24, 56, 68, 92, 154, 197, 219, 221, 232], "rewrit": [24, 110], "sub": [24, 108, 115, 124, 155, 163, 205, 271], "conan_hom": [24, 37, 80, 103, 114, 152, 154, 155, 156, 157, 164, 165, 166], "myuser": [24, 30, 43, 62, 124, 153, 155, 158], "pkgconan": [24, 155, 225], "gnu98": [24, 157], "pkg929d53a5f06b1": 24, "a0d37d10fdb83a0414d7f4a1fb73da2c210211c6": 24, "6a947a7b5669d6fde1a35ce5ff987fc6": 24, "637fc1c7080faaa7e2cdccde1bcde118": 24, "pkgb3950b1043542": 24, "libstdc": [24, 28, 47, 92, 154, 155, 157, 214, 222, 250], "pkg918904bbca9dc": 24, "44a4588d3fe63ccc6e7480565d35be38d405718": 24, "d913ec060e71cc56b10768afb9620094": 24, "pkg789b624c93fc0": 24, "pkgde9b63a6bed0a": 24, "19cf3cb5842b18dc78e5b0c574c1e71e7b0e17fc": 24, "f5739d5a25b3757254dead01b30d3af0": 24, "pkgd154182aac59": 24, "observ": [24, 220], "right": [24, 26, 65, 79, 80, 106, 126, 184, 196, 270, 271, 276, 278], "2023": [24, 28, 81, 85, 87, 107, 157, 277], "02": [24, 87, 107, 212, 277], "16": [24, 92, 104, 107, 150, 154, 155, 157], "06": [24, 47, 107, 252, 253], "42": [24, 86, 92, 107, 124, 184], "10": [24, 46, 56, 62, 92, 107, 121, 154, 155, 157, 226, 252], "utc": [24, 47, 58, 61, 85, 87, 88, 107, 252, 259, 263, 264, 277], "wizard": 26, "myconanappl": 26, "minimum": [26, 124, 145, 226, 259, 267], "suggest": [26, 76, 124, 131], "21": [26, 27, 88, 107, 121, 128, 157, 197, 226], "rememb": [26, 37, 122, 222, 253], "api_level": [26, 27, 157, 226], "choic": [26, 157, 266], "jni": 26, "jniexport": 26, "jstring": 26, "jnical": 26, "java_com_example_myconanapp_mainactivity_stringfromjni": 26, "jnienv": 26, "jobject": 26, "std": [26, 43, 54, 81, 192, 214, 221, 257, 267, 277], "zlibvers": [26, 57, 249], "newstringutf": 26, "c_str": 26, "prepar": [26, 28, 80, 120, 126, 135, 147, 183, 241, 250, 255, 259, 271, 280], "my_conan_app": 26, "view": [26, 30, 69, 74, 107, 124, 129, 139, 161, 258], "task": [26, 62, 80, 144, 159, 160, 180, 264, 276, 280], "conaninstal": 26, "element": [26, 32, 80, 100, 101, 116, 230, 231], "conanexecut": 26, "builddir": [26, 39, 42, 52, 98, 103, 140, 196], "mkdir": [26, 62, 85, 204, 264, 277], "armv7": [26, 27, 28, 157, 186, 189, 240], "n": [26, 37, 43, 46, 54, 56, 57, 62, 157, 167, 195, 229, 236, 249, 251, 256, 257, 267, 277], "sout": 26, "stringbuild": 26, "serr": 26, "proc": 26, "consumeprocessoutput": 26, "waitfor": 26, "println": 26, "exitvalu": 26, "throw": [26, 91, 149, 159], "err": 26, "ncommand": 26, "compilesdk": 26, "32": [26, 28, 85, 104, 130, 157, 192, 222, 233, 250, 264, 276], "defaultconfig": 26, "adjust": [26, 27, 137, 188, 196, 197, 214, 215, 217, 258], "focu": [26, 28, 267], "proil": 26, "_static": [26, 27, 157], "14": [26, 27, 28, 58, 61, 79, 88, 103, 107, 113, 114, 124, 155, 157, 168, 217, 233, 249, 250, 251, 259, 263, 267], "ndk_path": [26, 27, 92, 124, 140, 154, 197, 226], "luism": [26, 263, 265], "7075529": 26, "bin": [26, 27, 28, 36, 40, 41, 56, 98, 103, 140, 155, 188, 197, 214, 215, 217, 220, 245, 250, 263, 265, 266], "android31": [26, 27], "llvm": [26, 27, 157], "prebuilt": [26, 27, 85, 102, 255, 262, 271], "darwin": [26, 27, 56, 103, 114, 155], "_share": [26, 27, 157], "externalnativebuild": 26, "applicationid": 26, "myconanapp": 26, "minsdk": 26, "targetsdk": 26, "versioncod": 26, "versionnam": 26, "testinstrumentationrunn": 26, "androidx": 26, "androidjunitrunn": 26, "cppflag": [26, 46, 213, 214], "dcmake_toolchain_fil": [26, 30, 36, 49, 50, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "respons": [26, 40, 41, 47, 52, 58, 61, 64, 70, 79, 92, 97, 106, 123, 124, 126, 131, 140, 142, 143, 154, 166, 205, 209, 226, 236, 259], "android_abi": [26, 185, 197], "exit": [26, 32, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 147], "prematur": 26, "essenti": [26, 46, 76, 155, 156], "absent": 26, "cmake_build_typ": [26, 196, 197], "endif": [26, 54, 251, 256, 257, 260, 267], "strequal": [26, 257], "cmake_current_list_dir": 26, "conan_toolchain": [26, 36, 49, 50, 51, 52, 92, 135, 154, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "elseif": 26, "v8a": [26, 186], "armeabi": [26, 186], "v7a": [26, 186], "Not": [26, 80, 98, 103, 124, 131, 135, 154, 162, 249, 254, 261, 275], "add_librari": [26, 43, 52, 260, 266, 267], "virtual": [26, 64, 76, 122, 155, 251, 254, 258], "devic": [26, 27], "pair": [26, 122], "qr": 26, "click": [26, 30, 69, 74, 217, 245], "brew": [27, 64, 92, 154, 239], "usr": [27, 122, 155, 216, 250], "choos": [27, 74, 124, 196, 212, 240, 249, 267], "fit": [27, 81, 89, 192, 276], "balanc": [27, 84], "mingw": [27, 157, 248, 254], "ninja": [27, 58, 80, 86, 92, 106, 112, 128, 135, 149, 154, 194, 197, 226, 254, 265], "provis": 27, "w": [27, 149, 167], "r23b": 27, "unless": [27, 76, 91, 92, 106, 116, 120, 122, 124, 133, 134, 154, 159, 209, 230, 249, 273], "know": [27, 32, 52, 84, 88, 93, 97, 124, 148, 157, 163, 196, 212, 251, 258, 260, 265, 272, 279], "precompil": [28, 79, 91, 106, 124, 138, 140, 220, 241, 264], "discuss": [28, 76, 154, 175], "u": [28, 46, 76, 79, 90, 93, 100, 102, 103, 104, 106, 110, 119, 128, 253, 261], "raspberri": [28, 250], "pi": [28, 250], "ubuntu": [28, 62, 76, 157, 240, 250], "toolchain_packag": 28, "arm": [28, 43, 86, 157, 229, 250, 253], "64": [28, 43, 157, 192, 222, 233, 250, 276], "bit": [28, 43, 52, 54, 62, 130, 140, 155, 157, 163, 192, 205, 233, 250, 259, 264, 268, 279], "conaninvalidconfigur": [28, 124, 147, 148, 192, 253, 275], "armtoolchainpackag": 28, "_archs32": 28, "armv6": [28, 157, 186], "armv7hf": [28, 157, 186, 240, 250], "_archs64": 28, "_get_toolchain": 28, "target_arch": [28, 103], "gnueabihf": [28, 250], "df0f4927a67d1fd366ff81e40bd8c385a9324fbdde60437a512d106215f257b3": 28, "12fcdf13a7430655229b20438a49e8566e26551ba08759922cdaf4695b0d4e23": 28, "valid_arch": 28, "geteula": 28, "37988a7c": 28, "c40e": 28, "4b78": 28, "9fd1": 28, "62c20b507aa8": 28, "sha": [28, 207], "media": 28, "rel1": 28, "binrel": 28, "xz": [28, 205], "_": [28, 46, 80, 124, 155, 159, 164, 185, 191, 217, 230, 264], "dirs_to_copi": 28, "libexec": 28, "dir_nam": 28, "asm": [28, 92, 154, 157, 197, 232], "incorpor": 28, "variou": [28, 96, 141, 157, 271], "acknowledg": 28, "distinct": [28, 124], "recogn": 28, "creation": [28, 47, 58, 61, 76, 80, 125, 157, 166, 236, 252], "popul": [28, 196, 250], "verif": [28, 92, 154, 207], "diagram": [28, 258], "anyth": [28, 40, 41, 58, 76, 80, 203, 240, 250, 264, 265, 268, 277, 280], "ordinari": 28, "simpli": [28, 43, 68, 74, 155, 222, 223, 270], "particularli": [28, 124, 137, 139], "identifi": [28, 40, 41, 71, 83, 85, 87, 88, 104, 116, 124, 125, 251, 258, 265, 272, 278], "differenti": [28, 84, 157, 250], "encapsul": [28, 124], "toolchain_triplet": 28, "virtualrunenv": [28, 140, 155, 185, 197, 199, 200, 201, 251, 260, 265], "appropri": [28, 149], "stringio": [28, 149], "testpackageconan": 28, "build_requir": [28, 40, 41, 43, 93, 109, 110, 111, 112, 125, 135, 141, 155, 196, 217, 220, 250, 252, 253, 265, 276], "test_fil": 28, "assert": [28, 40, 41, 167, 197, 201], "elf": [28, 250], "getvalu": 28, "minim": [28, 106, 113, 192, 268], "proce": [28, 32, 43, 251], "gnu14": [28, 155, 157, 214, 250], "20231009": 28, "copyright": 28, "softwar": [28, 46, 103, 222, 240, 280], "foundat": 28, "inc": 28, "emploi": 28, "consequ": [28, 62, 100], "compressor": [28, 30, 36, 57, 196, 249, 250, 251, 253, 254], "lsb": [28, 250], "sysv": [28, 250], "dynam": [28, 58, 61, 87, 88, 107, 124, 125, 142, 143, 155, 157, 166, 168, 184, 226, 250, 251, 253, 279, 280], "interpret": [28, 64, 154, 184, 250], "debug_info": 28, "strip": [28, 92, 100, 154, 188, 194, 205, 209, 226, 236, 250], "procedur": 28, "hasn": 28, "bare": [30, 76, 259], "symbol": [30, 69, 81, 152, 188, 197], "box": [30, 272], "consuming_packag": [30, 249, 250, 251, 252, 253, 254], "simple_cmake_project": [30, 249], "finish": [30, 56], "successfulli": [30, 56, 70, 74, 250, 260, 268, 270], "23": [30, 49, 50, 93, 106, 110, 128, 150, 157, 197, 263, 264, 265, 270, 271, 272, 277], "sln": [30, 61, 74, 229], "solut": [30, 61, 74, 76, 80, 122, 137, 141, 230, 231, 244, 246, 275], "startup": 30, "breakpoint": 30, "void": [30, 43, 54, 57, 249, 251, 256, 267, 277], "deflateinit": [30, 57, 249], "defstream": [30, 57, 249], "z_best_compress": [30, 57, 249], "deflat": [30, 57, 249], "z_finish": [30, 57, 249], "f5": 30, "stop": [30, 106, 197], "Into": 30, "navig": [30, 69, 245], "zlib4f7275ba0a71f": 30, "zexport": 30, "deflateinit_": 30, "strm": 30, "stream_siz": 30, "z_streamp": 30, "const": 30, "deflateinit2_": 30, "z_deflat": 30, "max_wbit": 30, "def_mem_level": 30, "z_default_strategi": 30, "next_in": [30, 57, 249], "inspir": 31, "agnost": [31, 34, 52, 58, 106, 165], "enough": [32, 52, 62, 64, 80, 97, 128, 135, 139, 154, 155, 159, 198, 253, 266, 275], "cmd_clean": 32, "your_conan_hom": [32, 163, 272], "Will": [32, 40, 41, 90, 93, 94, 100, 102, 103, 104, 106, 110, 112, 116, 119, 124, 135, 144, 168, 188, 191, 196, 197, 201, 226, 240], "ye": 32, "31da245c3399e4124e39bd4f77b5261f": 32, "a16985deb2e1aa73a8480faad22b722c": 32, "721995a35b1a8d840ce634ea1ac71161": 32, "9a77cdcff3a539b5b077dd811b2ae3b0": 32, "cee90a74944125e7e9b4f74210bfec3f": 32, "7cddd50952de9935d6c3b5b676a34c48": 32, "conan_api": [32, 163, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "conanoutput": [32, 163], "onceargu": 32, "conan_command": 32, "userio": 32, "userinput": 32, "recipe_color": 32, "bright_blu": 32, "removed_color": 32, "bright_yellow": 32, "add_argu": [32, 163], "store_tru": 32, "parse_arg": [32, 163], "request_boolean": 32, "non_interact": [32, 92, 153, 154, 159], "output_remot": 32, "writeln": 32, "fg": [32, 256, 267], "all_rrev": 32, "recipe_revis": [32, 84, 124, 252], "latest_rrev": 32, "repr_notim": 32, "packages_configur": 32, "package_ref": 32, "all_prev": 32, "package_revis": [32, 84], "latest_prev": 32, "argpars": [32, 163], "argumentpars": [32, 163], "visit": [32, 86, 89, 111, 122, 126, 245], "websit": [32, 163], "translat": [32, 69, 74, 75, 79, 140, 191, 197, 214, 226, 230, 231, 253, 259, 260], "bg": 32, "font": 32, "foreground": 32, "background": [32, 159], "apart": [32, 56, 220], "predefin": [32, 49, 89, 113, 128, 150, 185, 197, 270, 272], "success": [32, 124, 149], "remoteregistri": 32, "searchapi": [32, 169, 182], "listapi": [32, 169, 177], "removeapi": [32, 169, 181], "deserv": [32, 154], "especi": [32, 64, 124, 154, 264, 269, 280], "attent": [32, 154, 266], "tour": [33, 35], "development_deploi": 36, "zlibconfig": 36, "uninstal": [36, 64], "elsewher": [36, 52, 124, 143], "place": [36, 37, 43, 52, 61, 79, 86, 103, 120, 124, 126, 128, 140, 152, 164, 166, 184, 200, 205, 253, 259, 264, 265, 266, 278], "conanbuild": [36, 46, 56, 135, 140, 155, 194, 200, 201, 202, 212, 214, 233, 250, 253, 254, 265, 271], "17": [36, 58, 61, 69, 85, 92, 107, 121, 154, 155, 157, 221, 259, 263, 264], "2022": [36, 69, 74, 81, 107, 121, 157, 252, 263, 264], "big": [36, 122, 133, 157], "blocker": 36, "sed": 36, "old_fold": 36, "new_fold": 36, "dcmake_build_typ": [36, 49, 50, 194, 196, 249, 250, 251, 253, 254, 264, 270, 271, 272], "fact": [36, 52, 122, 258], "ticket": 36, "manual": [36, 46, 61, 69, 74, 91, 108, 109, 111, 122, 135, 141, 276, 279], "cwd": [37, 106, 113, 142, 143, 149, 165, 179], "mcap": 37, "carri": 37, "sources_deploi": 37, "plu": [37, 46, 113, 126, 230], "dependencies_sourc": 37, "preprocess": 37, "accomplish": [37, 197], "source_deploi": 37, "kwarg": [37, 162, 165, 167, 209, 240], "robust": [37, 162], "dependency_sourc": 37, "iter": [37, 106, 111, 161, 165, 167, 197, 199], "said": [37, 258, 276], "advanc": [38, 40, 41, 69, 76, 81, 124, 141, 155, 193, 198, 236, 244, 245, 276, 280], "pkg_macro": 39, "endfunct": [39, 42], "vast": [40, 41], "different_opt": 40, "myoption": [40, 79, 124, 127, 147], "echo": [40, 41, 162, 184, 265], "off": [40, 41, 65, 70, 164, 197, 221, 257, 271], "necho": [40, 41], "mygcc": [40, 41], "chmod": [40, 41], "0o777": [40, 41], "itself": [40, 41, 43, 62, 80, 88, 122, 124, 139, 140, 144, 184, 197, 253, 259, 268, 273], "mygcc1": [40, 41], "mygcc2": [40, 41], "wine": [40, 41], "gcc1": [40, 41], "gcc2": [40, 41], "ext": [40, 41], "tell": [40, 41, 42, 56, 124, 156, 184, 196, 212, 220, 222, 249, 257, 260, 268], "construct": [40, 41], "Of": [40, 41, 76, 275], "cours": [40, 41, 275], "invis": [40, 41], "exactli": [40, 41, 52, 76, 84, 135, 137, 139, 161, 240, 265], "disambigu": [40, 41, 154, 196, 217], "obviou": 41, "different_vers": 41, "myscript": [42, 88], "nice": 42, "myfunct": [42, 124, 184], "cmake_build_modul": [42, 196], "tc": [42, 50, 58, 61, 124, 135, 157, 191, 194, 197, 213, 214, 221, 226, 231, 232, 238, 257, 259, 261, 265, 267, 271], "build_context_activ": 42, "build_context_build_modul": 42, "cmake_find_mod": [42, 52, 140, 196], "build_context": [42, 196, 228], "behav": [43, 212, 251], "protobuf": [43, 124, 128, 140, 196, 217], "perhap": 43, "pb": 43, "nonetheless": [43, 263], "using_protobuf": 43, "myaddress": 43, "addressbook": 43, "proto": 43, "myaddresserrecip": 43, "config_opt": [43, 124, 125, 131, 135, 255, 258, 259, 261], "libprotobuf": 43, "protobuf_generate_cpp": 43, "proto_src": 43, "proto_hdr": 43, "target_include_directori": [43, 52, 266, 267], "build_interfac": [43, 52], "cmake_current_source_dir": 43, "cmake_current_binary_dir": [43, 52], "install_interfac": [43, 52], "set_target_properti": [43, 52, 260, 266, 267], "public_head": [43, 52, 266, 267], "iostream": [43, 124, 267], "fstream": 43, "google_protobuf_verify_vers": 43, "address_book": 43, "person": [43, 154], "add_peopl": 43, "set_id": 43, "1337": 43, "cout": [43, 54, 267, 277], "alloc": [43, 220], "googl": [43, 56, 68, 82, 92, 154, 185, 209, 219, 220, 221], "shutdownprotobuflibrari": 43, "argc": [43, 209], "argv": [43, 209], "71305099cc4dc0b08bb532d4f9196ac1": 43, "c4e35584cc696eb5dd8370a2a6d920fb2a156438": 43, "ac69396cd9fbb796b5b1fc16473ca354": 43, "e60fa1e7fc3000cc7be2a50a507800815e3f45e0": 43, "0af7d905b0df3225a3a56243841e041b": 43, "13c96f538b52e1600c40b88994de240f": [43, 103, 110], "d0599452a426a161e02a297c6e0c5070f99b4909": [43, 98, 107], "69b9ece1cce8bc302b69159b4d437acd": 43, "myser03f790a5a5533": 43, "libmyaddress": 43, "ok": [43, 69, 91, 257, 263], "notic": [43, 52, 69, 92, 124, 156, 163, 214, 217, 219, 220, 225, 226, 251, 256, 257, 258, 267], "mach": 43, "arbitrari": [44, 48, 52, 69, 76, 109, 111, 139, 160, 278], "cygwin": [46, 47, 92, 154, 157], "wsl": [46, 47, 92, 154, 157], "offer": [46, 47, 71, 124, 155], "popular": [46, 56, 57, 65, 72, 76, 157, 240, 249], "fmt": [46, 56, 110, 256, 257, 258, 267, 268], "mac": [46, 192, 268], "string_formatt": [46, 56], "ac": [46, 47], "www": [46, 103, 105, 122, 124, 280], "org": [46, 64, 103, 105, 124, 154, 207], "autoconf": 46, "60": [46, 56], "html_node": 46, "configure_002eac": 46, "cstdlib": [46, 56], "exit_success": [46, 56, 57, 249, 251], "ac_prog_cxx": 46, "pkg_check_modul": 46, "ac_init": 46, "stringformatt": 46, "am_init_automak": 46, "wall": 46, "foreign": 46, "ac_config_srcdir": 46, "ac_config_fil": 46, "ac_output": 46, "automake_opt": 46, "subdir": [46, 47, 122, 205], "aclocal_amflag": 46, "aclocal_flag": 46, "bin_program": 46, "string_formatter_sourc": 46, "string_formatter_cppflag": 46, "fmt_cflag": 46, "string_formatter_ldadd": 46, "fmt_lib": 46, "automak": 46, "pkgconf": [46, 58], "vari": [46, 64, 80, 86], "acloc": 46, "reference_commands_instal": 46, "conanautotoolstoolchain": [46, 47, 214], "conanbuildenv": [46, 202, 265, 271], "conanrun": [46, 56, 140, 146, 155, 194, 201, 203, 251, 268, 271], "conanrunenv": [46, 203, 271], "deactivate_conanbuild": [46, 202, 250, 253, 254, 271], "deactivate_conanrun": [46, 251, 271, 272], "_fmt": 46, "run_exampl": 46, "ldflag": [46, 47, 124, 140, 154, 155, 213, 214, 226, 232], "m4": 46, "second": [46, 62, 85, 92, 122, 124, 138, 154, 190, 207, 258, 265], "haven": [47, 58, 61, 69, 84, 101, 260, 270, 273], "familiar": [47, 58, 61], "concept": [47, 58, 61, 78, 85, 217, 248, 258, 272, 274, 276], "autotools_lib": [47, 113], "mainc": 47, "pp": 47, "libhello_la_sourc": 47, "basic_layout": [47, 58, 185], "at_toolchain": 47, "briefli": [47, 58, 61, 154, 242, 258, 259], "parametr": [47, 58, 61, 113], "util": [47, 64, 69, 79, 87, 96, 120, 124, 144, 188, 197, 201, 205, 212, 240, 250, 266], "rpath": [47, 188, 197, 212, 251], "lc_id_dylib": [47, 188, 212], "lc_load_dylib": [47, 188, 212], "dylib": [47, 135, 140, 188, 205, 212, 251, 258, 266], "unusu": 47, "__x86_64__": [47, 256, 259, 261, 264, 271], "_glibcxx_use_cxx11_abi": [47, 157, 197, 214], "__cplusplus201703": 47, "__gnuc__11": 47, "__gnuc_minor__1": 47, "5b151b3f08144bf25131266eb306ddff": 47, "2024": [47, 58, 61, 88, 107, 157, 259], "03": [47, 58, 61, 88, 157, 252, 259, 277], "52": [47, 58, 61, 85, 87, 259], "8631cf963dbbb4d7a378a64a6fd1dc57558bc2f": 47, "cmake_ex": [49, 85, 113], "foo": [49, 50, 51, 94, 122, 124, 137, 196, 197, 201, 205, 214, 216, 232], "binarydir": 49, "everytim": [49, 50, 250, 270, 271, 272], "cmake_toolchain": [50, 51], "extend_own_cmake_preset": 50, "user_presets_path": 50, "configurepreset": [50, 197], "displaynam": 50, "user_toolchain_profil": 51, "aspect": [51, 88], "characterist": [51, 83, 88, 128], "appconan": 51, "myvar1": [51, 155, 200], "my_user_var1": 51, "myvar": [51, 124, 140, 155, 184, 197, 200, 226, 265], "myprofil": [51, 58, 88, 106, 114, 155], "profile_dir": [51, 155], "myvalue1": [51, 200], "system_nam": [51, 92, 154, 197], "usabl": [52, 157], "aren": 52, "fair": [52, 81], "vendor": [52, 97, 158], "happili": 52, "pkg_config_fil": 52, "pkgrecip": [52, 278, 279], "three": [52, 124, 137, 154, 191, 200, 231, 240], "mylib": [52, 124, 128, 155, 197, 214, 280], "project_source_dir": 52, "cmake_install_includedir": [52, 197], "mypkgconfig": 52, "namespac": [52, 80, 196, 212, 214, 257], "destin": [52, 132, 133, 134, 205, 207, 230, 259], "cmake_install_prefix": [52, 197, 266], "_m_x64": [52, 58, 61], "runtim": [52, 58, 61, 76, 81, 88, 124, 128, 140, 155, 157, 168, 200, 203, 212, 214, 226, 228, 231, 232, 251, 268], "multithreadeddl": [52, 58, 61], "_msc_ver1939": [52, 58, 61], "_msvc_lang201402": [52, 58, 61], "__cplusplus199711": [52, 61, 259, 261, 264], "switch": [52, 140, 168, 190, 230, 231], "viceversa": 52, "inconveni": [52, 270], "trivial": 52, "transtiv": 52, "simplest": [54, 126, 261, 266, 279], "hellorecip": [54, 62, 256, 257, 258, 259, 260, 261, 264, 267, 271, 277], "friend": [54, 257], "rule": [54, 84, 91, 92, 122, 123, 124, 139, 158, 160, 161, 214, 217, 220, 273, 275, 278], "ifdef": [54, 251, 256, 267, 277], "ndebug": [54, 214, 251, 256, 267, 277], "hello_patch": 54, "conan_data": [54, 133, 135, 209, 261], "complex": [54, 81, 124, 136, 155, 184, 205, 228, 278], "bazeltoolchain": [56, 68, 113, 185, 218, 219], "workspac": [56, 68, 95, 220, 265], "demo": [56, 62, 81, 122], "charg": [56, 138], "bzl": [56, 68, 220], "load_conan_depend": [56, 220], "rules_cc": [56, 220], "cc_binari": 56, "bazeldep": [56, 68, 113, 185, 218], "bazel_layout": [56, 150, 220], "conan_bzl": [56, 68, 219, 221], "franchuti": [56, 98], "bazelrc": [56, 92, 154, 219, 221], "38": [56, 103, 264], "272": 56, "lc": 56, "date": 56, "elaps": 56, "180": [56, 157], "critic": [56, 91, 259, 277], "68": [56, 102, 107], "sandbox": 56, "total": [56, 106, 150, 154, 157, 201, 257, 263], "simple_meson_project": 57, "stdlib": [57, 157, 197, 214, 249, 251], "stdio": [57, 249], "buffer_in": [57, 249], "256": [57, 207, 249], "mit": [57, 76, 113, 124, 136, 244, 249, 277], "easili": [57, 62, 79, 86, 88, 122, 126, 127, 140, 144, 158, 165, 197, 198, 249, 257, 279, 280], "buffer_out": [57, 249], "z_stream": [57, 249], "zalloc": [57, 249], "z_null": [57, 249], "zfree": [57, 249], "opaqu": [57, 249], "avail_in": [57, 249], "uint": [57, 249], "strlen": [57, 249], "bytef": [57, 249], "avail_out": [57, 249], "sizeof": [57, 249], "next_out": [57, 249], "deflateend": [57, 249], "printf": [57, 249, 251], "size": [57, 81, 201, 249, 251, 253, 254, 273], "lu": [57, 249], "conan_meson_": 57, "ini": [57, 58, 73, 225, 249], "conan_meson_n": [57, 58, 225], "233": [57, 249, 251, 253, 254], "147": [57, 249, 251, 253, 254], "meson_lib": [58, 113], "vcxproj": [58, 61], "conan_meson_cross": [58, 225], "testhello": 58, "__cplusplus201402": 58, "856c535669f78da11502a119b7d8a6c9": [58, 61], "04": [58, 61, 107, 157, 259], "39": [58, 61, 107, 155, 252, 259, 264], "c13a22a41ecd72caf9e556f68b406569547e0861": [58, 61, 88], "193": [58, 61, 87, 88, 157], "test_hello": [61, 257, 260], "vs_layout": [61, 150, 185, 223, 227], "conantoolchain": [61, 191, 231], "prop": [61, 74, 135, 196, 230, 231], "sheet": [61, 63, 77], "receiv": [61, 62, 79, 86, 108, 128, 161, 162, 163, 166, 167, 168, 198, 226, 236, 259, 265, 273, 278], "act": [61, 163], "accordingli": [61, 124], "importgroup": 61, "label": [61, 76, 98, 103, 105, 219, 220, 231], "propertysheet": 61, "x64": [61, 86, 137, 157, 229], "pragmat": 62, "someon": [62, 276], "coordin": [62, 144, 205, 236], "who": [62, 278], "tri": [62, 102, 168, 249, 252], "capture_scm": 62, "myfold": [62, 106, 205], "m": [62, 64, 92, 94, 107, 116, 120, 154, 194, 202, 203, 216, 229, 230, 233, 257, 263, 279], "wip": 62, "short": [62, 124, 259], "untrack": 62, "rev": [62, 236], "histori": [62, 71], "cb7815a58529130b49da952362ce8b28117dee53": 62, "depth": [62, 74, 79, 269], "buildabl": 62, "toplevel": [62, 236], "hello237d6f9f65bba": 62, "hidden": 62, "checkout": [62, 64, 79, 80, 236, 256, 257, 260, 261, 267, 277], "8e8764c40bebabbe3ec57f9a0816a2c8e691f559": 62, "scm_url": 62, "techniqu": 62, "imposs": [62, 85, 86, 155, 275, 276], "squash": 62, "19": [62, 79, 107, 157, 264], "scm_commit": 62, "xdf": [62, 270], "gitignor": [62, 236], "anywai": [62, 124], "encod": [62, 158, 205, 231, 277], "password": [62, 115, 122, 153, 158, 159, 180, 207, 245], "orthogon": [62, 160, 166, 280], "ssh": [62, 158], "actor": 62, "v3": [62, 157, 254], "secret": [62, 122, 158, 159], "ssh_private_kei": 62, "v4": [62, 157], "webfactori": 62, "v0": [62, 246], "privat": [62, 76, 79, 80, 122, 136, 140, 154, 158, 184, 185, 244, 245, 246, 259, 267], "care": [62, 86], "riski": 62, "disclos": 62, "welcom": 63, "decentr": 63, "blog": [63, 69, 74, 78, 253, 280], "social": 63, "mail": 63, "tracker": [63, 76], "question": [63, 76], "tabl": 63, "introduct": [63, 65, 74, 111, 141, 151, 160, 241, 245, 248, 253, 256, 264, 276, 280], "devop": 63, "clion": [63, 65, 74, 197], "jfrog": [63, 65, 76, 81, 245], "cheat": [63, 77], "faq": [63, 76, 77, 124, 141, 275, 277], "video": [63, 76, 77, 275], "changelog": 63, "solari": [64, 76, 240], "suno": [64, 76, 157], "modern": [64, 79, 135, 209, 267, 280], "carefulli": [64, 79], "sudo": [64, 92, 124, 140, 154, 240], "virtualenv": [64, 92, 154, 201, 202, 203, 233, 254], "virtualenvwrapp": 64, "readthedoc": 64, "en": [64, 79, 205, 280], "venv": 64, "restart": [64, 69], "logout": [64, 89, 180], "termin": [64, 76, 92, 107, 154, 162], "upgrad": [64, 196, 275, 280], "inconsist": 64, "somehow": 64, "userhom": 64, "attempt": [64, 69, 80, 92, 135, 144, 154, 157, 207], "yield": 64, "xyz": 64, "mark": [64, 69, 147], "interfer": 64, "pep": 64, "668": 64, "isol": [64, 80, 271, 276, 278], "isn": [64, 69], "debian": [64, 76, 157, 207, 240], "ensurepath": 64, "number": [64, 71, 76, 92, 120, 139, 154, 157, 192, 195, 207, 209, 228, 229, 240, 263, 264, 278, 279, 280], "gatekeep": 64, "quarantin": 64, "browser": 64, "curl": [64, 69], "wget": 64, "conan_src": 64, "develop2": 64, "beta": [64, 124, 278], "matter": [64, 106, 148, 154, 159, 210, 264, 275, 280], "seamless": 65, "shelf": [65, 70, 164], "though": [65, 93, 107, 122, 124, 138, 154, 246, 252, 278], "yet": [65, 69, 84, 98, 102, 103, 135, 137, 163, 175, 213, 260], "resum": 65, "enhanc": 65, "autotoolsdep": [67, 185, 211], "wrapper": [67, 68, 73, 74, 75, 82, 149, 160, 188, 189, 194, 196, 207, 212, 219, 229, 236, 240, 259], "jetbrain": 69, "marketplac": [69, 74], "brows": [69, 74], "conan_provid": 69, "cmake_project_top_level_includ": 69, "bear": [69, 257], "mind": [69, 249, 257, 268], "24": [69, 106, 155, 157, 212, 246, 264], "button": [69, 74, 245], "appear": [69, 163, 165, 245, 271], "bottom": 69, "toolbar": 69, "wheel": 69, "checkbox": 69, "sequenti": [69, 76], "uncheck": 69, "disappear": 69, "libcurl": [69, 104], "internet": [69, 103, 158, 264, 280], "along": [69, 70, 91, 124, 196, 258], "ey": 69, "icon": [69, 74], "snippet": 69, "project_nam": [69, 196, 249, 254], "cmake_cxx_standard": [69, 197], "reload": [69, 122], "recollect": [71, 144], "down": [71, 84, 85, 257, 263, 277], "segment": 71, "servic": [71, 243], "dedic": [71, 76, 93, 103, 115, 120, 128, 253, 277], "sf": [71, 92], "art": 71, "tf": [71, 85, 92, 93, 97, 257, 258, 266], "create_releas": 71, "mybuildname_releas": 71, "my_artifactori": 71, "mybuildname_aggreg": 71, "readme_build_info": 71, "md": [71, 124, 133, 134, 231, 271, 280], "bsd": 72, "maketoolchain": 72, "myproject": [74, 229, 253], "visualstudio": [74, 228], "menu": 74, "onlin": [74, 81], "gear": 74, "prebuild": 74, "event": 74, "refresh": 74, "circular": 74, "arrow": [74, 103], "xcodebuild": [75, 185, 187, 190], "xcodetoolchain": [75, 185, 187, 190], "xcodeproj": [75, 189], "mobil": 76, "metal": 76, "scon": [76, 82, 185], "acceler": 76, "matur": [76, 124], "polici": [76, 79, 124, 184, 196, 197, 264, 273], "creator": [76, 79, 89, 114, 163, 252], "thousand": [76, 81], "compani": [76, 81, 124, 166, 244, 245], "high": [76, 112, 134, 207], "consol": [76, 149, 226, 233, 236, 251], "logic": [76, 79, 80, 125, 130, 131, 135, 139, 144, 157, 161, 164, 190, 191, 197, 223, 253, 273, 276, 278], "webui": [76, 245], "protocol": [76, 124], "ldap": [76, 122], "topologi": 76, "conan_serv": [76, 122, 246], "boost": [76, 106, 140, 150, 154, 162, 196], "poco": [76, 135, 144, 150], "signific": 76, "truth": [76, 81], "redhat": 76, "archlinux": 76, "raspbian": [76, 240], "desktop": 76, "likewis": [76, 128, 131, 139, 140, 144, 276, 278, 279], "onward": 76, "goal": [76, 127, 139, 146], "evolv": [76, 157, 184, 252, 274], "backward": [76, 100], "incompat": [76, 128, 157, 184, 270], "disrupt": [76, 276], "preview": [76, 107, 129, 152, 161, 165, 167, 196, 205, 273], "year": [76, 81, 280], "life": [76, 81, 279], "eol": 76, "tomtom": 76, "audi": 76, "rti": 76, "continent": 76, "plex": 76, "electrolux": 76, "merced": 76, "benz": 76, "amaz": 76, "5k": 76, "star": 76, "count": 76, "300": 76, "cpplang": [76, 79], "slack": [76, 79], "discord": 76, "plai": [76, 124, 192], "exercis": 76, "narr": 76, "explan": [76, 83, 102, 110, 124, 139, 157], "conduct": 76, "thread": [76, 92, 120, 154, 157], "bad": [76, 144, 226, 261, 277], "confer": [76, 81], "talk": [76, 81], "evolut": [76, 276], "troubleshoot": 77, "handi": [78, 124, 195, 261], "pdf": 78, "png": [78, 105, 113], "post": [78, 160, 166, 253, 266, 280], "goe": [78, 276], "behind": [79, 122], "b1d267f77ddd5d10d06d2ecf5a6bc433fbb7ee": [79, 107, 259, 271], "gnu11": [79, 157, 251, 259], "mayb": [79, 196, 258, 266], "influenc": [79, 82, 83, 124, 251], "overcom": 79, "agre": 79, "spell": [79, 157], "submit": [79, 135, 243], "Such": [79, 80, 252, 280], "httpconnect": 79, "debuglevel": 79, "netrc": 79, "honor": 79, "crlf": [79, 80, 277], "lf": [79, 277], "gitattribut": 79, "gitconfig": 79, "editor": 79, "notepad": 79, "expand": [79, 84, 87, 131, 139, 152], "late": 79, "exhaust": 79, "liba": 79, "playground": 80, "colleagu": 80, "kept": 80, "kind": [80, 111, 122, 133, 134, 157, 158, 159, 166, 245, 264, 278], "unit": [80, 126, 139, 146, 257, 259, 268], "among": [80, 84, 124, 138, 140, 157, 205, 231, 252, 253], "convert": [80, 113, 140, 188, 210, 258, 266], "flat": [80, 184, 205], "strictli": [80, 97, 124, 128, 140, 214, 253, 259, 275], "extrem": [80, 278], "complic": [80, 124, 141], "workaround": [80, 141, 275], "Its": [80, 113, 124, 141, 161, 240], "whenev": [80, 88, 124, 133, 141, 144, 155, 192, 257], "abus": [80, 136, 265], "entrant": 80, "undefin": [80, 86, 109, 111, 168, 205, 259, 261], "indirect": [80, 141], "reserv": [80, 86, 123, 197], "_conan": [80, 122, 123], "sens": [80, 97, 109, 131, 142, 155, 157, 236, 251, 258], "rewritten": 80, "checksum": [80, 87, 91, 124, 185, 204, 207, 277], "educ": 81, "accu": 81, "diego": 81, "rodriguez": 81, "losada": 81, "cppcon": 81, "watch": [81, 280], "grow": [81, 280], "lesson": [81, 280], "challeng": [81, 159], "trend": 81, "ten": 81, "largest": 81, "why": [81, 88, 99, 102, 258, 263, 265], "lui": 81, "caro": 81, "campo": 81, "quick": 81, "overview": [81, 124], "intrins": [81, 133], "visibilitybinari": 81, "half": 81, "battl": 81, "meet": 81, "book": 81, "chri": 81, "mcarthur": 81, "fall": [84, 279], "taken": [84, 88, 124, 138, 157, 184, 197], "eras": [84, 139], "del": [84, 88, 130, 139, 148, 258, 259, 261, 265], "gcc5": 84, "lost": [84, 100], "default_xxx": 84, "default_build_mod": [84, 92, 154], "default_embed_mod": [84, 92, 154], "full_mod": [84, 85, 92, 124, 154, 280], "default_non_embed_mod": [84, 92, 154], "minor_mod": [84, 85, 92, 124, 141, 154, 184, 280], "default_python_mod": [84, 92, 154, 184], "default_unknown_mod": [84, 92, 154], "semver_mod": [84, 92, 124, 154], "confus": [84, 278], "safeti": 84, "emb": [84, 236], "package_id_xxxx_mod": 84, "package_id_embed_mod": [84, 124], "package_id_non_embed_mod": [84, 124], "package_id_unknown_mod": [84, 124], "patch_mod": [84, 124, 184], "package_id_": 84, "non_emb": 84, "_mode": 84, "package_id_mod": [84, 98, 124, 258, 280], "major_mod": [84, 124], "inlin": [85, 87, 263], "pure": [85, 140, 191, 197, 214, 221, 226, 231, 232, 264], "linker": [85, 92, 103, 140, 154, 191, 197, 212, 214, 221, 226, 231, 232, 250, 251], "8879e931d726a8aad7f372e28470faa1": [85, 87], "09": [85, 87, 88, 107, 252], "54": [85, 87], "0348efdcd0e319fb58ea747bb94dbd88850d6dd1": [85, 87], "z": [85, 86, 87, 102, 124, 184, 215, 259], "quickli": [85, 97, 264], "632e236936211ac2293ec33339ce582b": 85, "34": [85, 263, 277], "3ca530d20914cf632eb00efbccc564da48190314": 85, "d125304fb1fb088d5b92d4f8135f4dff": 85, "9bdee485ef71c14ac5f8a657202632bdb8b4482b": [85, 259], "bump": [85, 184, 252, 280], "moon": [85, 163], "1c90e8b8306c359b103da31faeee824c": 85, "ef2b5ed33d26b35b9147c90b27b217e2c7bde2d0": 85, "rebuilt": [85, 275, 277], "wil": 85, "49": [85, 107], "embed_mod": 85, "new_subset": 86, "subvalue1": 86, "subvalue2": 86, "new_root_set": 86, "value1": [86, 124, 155], "value2": [86, 124, 155], "implictli": 86, "explicilti": 86, "implicitli": [86, 124, 157, 184], "build_test": [86, 93, 124, 197, 257], "option2": [86, 124], "option1": [86, 124], "wherebi": 86, "therebi": 86, "comment": [86, 107, 113, 152, 157, 161, 168, 196, 268, 275], "tune": [86, 259], "realli": [86, 93, 131, 157, 270, 275, 279], "retri": [86, 92, 153, 154, 205, 207], "spirit": 86, "myitem": [86, 139], "settings_build": [86, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 135, 265], "outcom": [86, 221], "irrelev": [86, 88, 150], "reflect": [86, 88, 188, 192, 252], "97d5730b529b4224045fe7090592d4c1": [87, 107], "08": [87, 107, 277], "51": [87, 107, 278], "57": [87, 107], "d62dff20d86436b9c58ddc0162499d197be9de1": [87, 100, 107], "abe5e2b04ea92ce2ee91bc9834317dbe66628206": [87, 107], "sha1": [87, 206, 207, 250], "cat": [87, 109, 110, 111, 112, 213, 251, 276], "compilerruntim": 87, "compilerruntime_typ": 87, "sha1sum": [87, 206], "386": 87, "seen": [87, 186, 252, 275, 279], "uniqu": [88, 106, 124, 126, 139, 154, 251, 258, 263, 277], "factor": [88, 251], "476929a74c859bb5f646363a4900f7cf": 88, "07": [88, 107, 121], "43": 88, "diffent": 88, "ebec3dc6d7f6b907b3ada0c3d3cdc83613a2b715": [88, 107], "192": [88, 107, 122, 157, 168, 228], "4f267380690f99b3ef385199826c268f63147457": 88, "f1f48830ecb04f3b328429b390fc5de8": 88, "eventu": [88, 91, 196], "pacakg": 88, "mypythonscript": 88, "my": [88, 136, 137, 140, 155, 157, 166, 184, 207, 214, 226], "particular": [88, 257], "contrast": [88, 226], "1744785cb24e3bdca70e27041dc5abd20476f947": 88, "55c609fe8808aa5308134cb5989d23d3caffccf2": 88, "phase": [88, 271], "advic": 88, "silent": 88, "worthi": 89, "core_conf": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "deployer_fold": [90, 103, 106], "nr": [90, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 110, 119], "profile_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 175], "profile_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 175], "profile_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "settings_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "settings_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "lockfile_out": [90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119], "lockfile_overrid": [90, 93, 97, 100, 102, 103, 104, 106, 110, 119], "posit": [90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 107, 108, 110, 113, 115, 116, 117, 118, 119, 120, 180], "vquiet": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "verror": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vwarn": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vnotic": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vstatu": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vverbos": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vdebug": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "disallow": [90, 93, 100, 102, 103, 104, 106, 110, 119], "fnmatch": [90, 92, 93, 100, 102, 103, 104, 106, 110, 115, 119, 124, 205, 236], "wildcard": [90, 93, 94, 100, 102, 103, 104, 105, 106, 107, 110, 115, 117, 119, 180, 205], "satisfi": [90, 93, 100, 102, 103, 104, 106, 110, 119, 155, 252], "with_qt": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "cdc0d9d0e8f554d3df2388c535137d77": 91, "5cb229164ec1d245": 91, "conanmanifest": [91, 167, 249, 254], "ident": [91, 124, 139, 184, 247, 251], "1cae77d6250c23b7": 91, "al": 91, "extract": [91, 132, 140, 153, 205, 216, 261, 266], "package_queri": [91, 94, 107, 116, 120], "AND": [91, 94, 107, 116, 120, 177], "454923cd42d0da27b9b1294ebc3e4ecc84020747": 91, "6fe7fa69f760aee504e0be85c12b2327c716f9e7": 91, "verify_ssl": [92, 156], "target_fold": 92, "origin2": 92, "target2": 92, "submodul": 92, "conan_config": [92, 190, 191], "recurs": [92, 152, 205], "deduc": [92, 124, 195, 201, 203, 207, 208, 232, 279], "certif": [92, 122, 156, 207], "my_set": 92, "chicken": 92, "egg": 92, "op": 92, "overwritten": [92, 136, 140, 144], "retry_wait": [92, 154, 207], "wait": [92, 154, 207], "gzip": [92, 154, 205], "compresslevel": [92, 154], "cacert_path": [92, 122, 154], "cacert": [92, 122, 154], "clean_system_proxi": [92, 154], "proxi": [92, 122, 154], "client_cert": [92, 154], "cert": [92, 154], "max_retri": [92, 154], "maximum": [92, 122, 124, 154, 192, 229, 259, 267], "no_proxy_match": [92, 154], "timeout": [92, 154], "config_vers": [92, 154], "allow_uppercase_pkg_nam": [92, 154], "temporarili": [92, 154, 155, 159], "uppercas": [92, 154, 159], "default_build_profil": [92, 154, 159], "default_profil": [92, 154, 159], "cmake_android_ndk": [92, 154], "enable_arc": [92, 154, 197], "arc": [92, 154, 197], "enable_bitcod": [92, 154, 197], "bitcod": [92, 154, 197], "enable_vis": [92, 154, 197], "sdk_path": [92, 154, 188, 189, 197, 226], "can_run": [92, 126, 146, 154, 268], "objc": [92, 154, 197, 226], "objcxx": [92, 154], "fortran": [92, 154, 197, 214], "hip": [92, 154, 197], "ispc": [92, 154, 197], "exelinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_exe_linker_flags_init": [92, 154, 197], "jx": [92, 154], "mp": [92, 154, 197], "linker_script": [92, 154, 197, 214, 221, 226], "sharedlinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_shared_linker_flags_init": [92, 154, 197], "skip_test": [92, 126, 154, 197, 219, 257, 263], "sysroot": [92, 98, 103, 154, 188, 197, 214, 226], "find_package_prefer_config": [92, 154], "cmake_find_package_prefer_config": [92, 154, 197], "presets_environ": [92, 154, 197], "wether": [92, 154], "system_processor": [92, 154, 197], "cmake_system_processor": [92, 154, 197], "system_vers": [92, 154, 197], "cmake_system_vers": [92, 154, 197], "toolchain_fil": [92, 154, 155, 197], "toolset_arch": [92, 154, 197], "toolset": [92, 154, 157, 197, 222, 228], "cmake_generator_toolset": [92, 154, 197], "toolset_cuda": [92, 154, 197], "install_strip": [92, 154, 194], "launcher": [92, 154, 201, 202, 203, 213, 214, 233, 265, 268], "define_libcxx11_abi": [92, 154], "glibcxx_use_cxx11_abi": [92, 154], "host_triplet": [92, 154], "pkg_config": [92, 154, 216, 217, 226], "bazelrc_path": [92, 154, 219], "rcpath1": [92, 154, 219], "config1": [92, 154, 219], "installation_path": [92, 154, 222, 233], "setvars_arg": [92, 154, 222], "onto": [92, 154], "setvar": [92, 154, 222], "backend": [92, 122, 154, 226], "vs2010": [92, 154, 226], "vs2012": [92, 154], "vs2013": [92, 154], "vs2015": [92, 154, 226], "vs2017": [92, 154, 222, 226], "extra_machine_fil": [92, 154, 225], "bash": [92, 124, 154, 233, 246], "msy": [92, 154, 157, 246], "sfu": [92, 154], "2019": [92, 154, 157, 222, 233, 253], "max_cpu_count": [92, 140, 154, 155, 194, 229], "vs_version": [92, 154, 155, 157], "exclude_code_analysi": [92, 154, 230], "suppress": [92, 154, 197], "compile_opt": [92, 124, 140, 154, 231], "sudo_askpass": [92, 154, 240], "yum": [92, 154, 239], "pacman": [92, 154, 239], "choco": [92, 154, 240], "zypper": [92, 154, 239], "pkgutil": [92, 154, 239], "30": [92, 100, 107, 264], "serv": [93, 122, 245, 251], "misus": 93, "mutual": [94, 106, 116, 120], "packagelist": [94, 120], "pgkg": 94, "resid": [95, 114], "my_project": [95, 100, 102, 103, 104, 106, 110], "sb": 97, "this_pkg": 97, "slower": [97, 133], "binary_remot": 98, "invalid_build": [98, 103], "homepag": [98, 103, 105, 135], "win_bash_run": 98, "options_descript": 98, "options_definit": [98, 105], "generators_fold": [98, 103, 105, 135, 196, 197, 217, 230], "srcdir": [98, 103, 140], "resdir": [98, 103, 140, 197, 214, 226, 253], "frameworkdir": [98, 103, 140], "framework": [98, 103, 128, 140, 141, 217, 230, 238, 250, 257, 265], "ffa77daf83a57094149707928bdce823": [98, 107], "1440f4f447208c8e6808936b4c6ff282": 98, "dc0e384f0551386cd76dc29cc964c95": [98, 102], "1703667991": 98, "3458598": 98, "1703668372": 98, "8517942": 98, "massiv": [98, 103], "spiffi": [98, 103], "delic": [98, 103], "unobtrus": [98, 103], "unencumb": [98, 103], "patent": [98, 103], "zlib774aa77541f8b": 98, "resolved_rang": 98, "replaced_requir": 98, "closest": [99, 102], "annot": 100, "doesnt": 100, "preserv": 100, "absenc": 100, "order_bi": 100, "06023034579559bb64357db3a53f88a4": 100, "54b9c3efd9ddd25eb6a8cbf01860b499": 100, "build_arg": 100, "ed8593b3f837c6c9aa766f231c917a5b": 100, "60778dfa43503cdcda3636d15124c19bf6546ae3": 100, "ad092d2e4aebcd9d48a5b1f3fd51ba9a": 100, "firstli": 100, "purpous": 100, "pref": [100, 122, 135, 173], "closest_binari": 102, "1692672717": [102, 107], "b647c43bfefae3f830561ca202b6cfd935b56205": 102, "package_filt": [103, 163], "df": 103, "myproject_fold": 103, "binutil": 103, "0dc90586530d3e194d01d17cb70d9461": 103, "5350e016ee8d04f418b50b7be75f5d8be9d79547": 103, "cci": 103, "degrad": 103, "gpl": 103, "assembl": 103, "objcopi": 103, "objdump": 103, "multilib": 103, "target_o": 103, "target_triplet": 103, "with_libquadmath": 103, "binut53bd9b3ee9490": 103, "416618fa04d433c6bd94279ed2e93638": 103, "76f7d863f21b130b4e6527af3b1d430f7f8edbea": 103, "866f53e31e2d9b04d49d0bb18606e88": 103, "zlibbcf9063fcc882": 103, "digraph": 103, "graphviz": 103, "friendli": [103, 124], "tensorflow": 103, "lite": [103, 107], "vi": 103, "trough": 103, "j": [103, 124, 157, 225], "cloudflar": 103, "conan_sourc": [103, 167], "info_graph_html": 103, "95279f20d2443016907657f081a79261": 104, "edbeabd3bfc383d2cca3858aa2a78a0d": 104, "f52e03ae3d251dec704634230cd806a2": [104, 107], "nasm": 104, "05": [104, 107, 252], "058c93b2214a49ca1cfe9f8f26205568": 104, "strawberryperl": 104, "8f83d05a60363a422f9033e52d106b47": 104, "35": [104, 135, 264, 277], "46": [104, 107], "01": [104, 107, 212, 277], "neon": 105, "msa": 105, "sse": 105, "vsx": 105, "api_prefix": 105, "graphic": [105, 253], "redirect": [105, 107, 121, 122, 149, 159, 194, 270, 280], "deployer_packag": 106, "recomput": 106, "myconan": [106, 124], "bzip2": [106, 135, 202, 203, 230, 233], "compound": 106, "left": [106, 122, 259, 272, 278], "highest": 106, "myprofile3": 106, "myprofile1": [106, 155], "myprofile2": [106, 155], "immedi": [106, 140, 146, 154, 155, 230, 268], "strict": [106, 109, 111, 155, 205, 276, 280], "newpkg": 106, "fp": 107, "filter_profil": 107, "filter_set": 107, "fo": 107, "filter_opt": 107, "gb": 107, "graph_binari": 107, "gr": 107, "graph_recip": 107, "5d": [107, 116], "dai": [107, 116], "4w": [107, 116, 273], "hour": [107, 116], "26": [107, 253], "mycompani": 107, "20": [107, 155, 157, 168, 202, 256], "shortest": 107, "53": [107, 121], "8b23adc7acd6f1d6e220338a78e3a19": 107, "ce3665ce19f82598aa0f7ac0b71ee966": 107, "31ee767cb2828e539c42913a471e821a": 107, "d77ee68739fcbe5bf37b8a4690eea6ea": 107, "implicit": [107, 209, 276], "e4e1703f72ed07c15d73a555ec3a2fa1": 107, "45": [107, 252, 263, 278], "fdb823f07bc228621617c6397210a5c6c4c8807b": 107, "4834a9b0d050d7cf58c3ab391fe32e25": 107, "33": [107, 263, 264], "31": [107, 128, 277], "6a6451bbfcb0e591333827e9784d7dfa": 107, "29": [107, 252, 277], "67bb089d9d968cbc4ef69e657a03de84": 107, "47": [107, 252], "36": [107, 264], "5e196dbea832f1efee1e70e058a7eead": 107, "26475a416fa5b61cb962041623748d73": 107, "d15c4f81b5de757b13ca26b636246edff7bdbf24": [107, 259], "a2eb7f4c8f2243b6e80ec9e7ee0e1b25": 107, "24612164eb0760405fcd237df0102e554ed1cb2f": 107, "a3c9d80d887539fac38b81ff8cd4585fe42027e0": 107, "human": 107, "zli": 107, "b58eeddfe2fd25ac3a105f72836b3360": 107, "d9b1e9044ee265092e81db7028ae10e0": 107, "denomin": 107, "deviat": [107, 124], "config_requir": [109, 112], "mypytool": 109, "manipul": [109, 111, 144, 205, 266], "moreov": 109, "scratch": [110, 269, 270], "ca4ae2047ef0ccd7d2210d8d91bd0e02": 110, "1675126491": 110, "773": 110, "5f184bc602682bcea668356d75e7563b": 110, "1676913225": 110, "027": [110, 280], "733": 110, "e747928f85b03f48aaf227ff897d9634": 110, "1675126490": 110, "952": 110, "lock1": 111, "lock2": 111, "consolid": 111, "diverg": 111, "simplic": 111, "pkgb": 111, "app1": 111, "pkgawin": 111, "pkganix": 111, "gone": [111, 257, 268], "nix": [111, 205], "math": [112, 113, 141, 205, 275], "85d927a4a067a531b1a9c7619522c015": 112, "1702683583": 112, "3411012": 112, "fd2b006646a54397c16a1478ac4111ac": 112, "3544693": 112, "mytool": [112, 220], "othertool": 112, "downgrad": 112, "unlock": 112, "meson_ex": 113, "msbuild_ex": 113, "bazel_lib": 113, "bazel_ex": 113, "autotools_ex": 113, "local_recipes_index": 113, "basi": 113, "aid": 113, "boilerpl": [113, 124], "requires1": 113, "requires2": 113, "tool_requires1": 113, "tool_requires2": 113, "magic": 113, "mygam": 113, "mytempl": 113, "full_path": 113, "conan_vers": [113, 154], "brack": 113, "not_templ": 113, "image2": 113, "guess": [114, 155, 179, 249], "Be": [114, 130, 131, 152, 197, 236, 258], "carlosz": 114, "ios_bas": 114, "ios_simul": 114, "clang_15": 114, "package_set": 114, "build_env": 114, "registri": [115, 245], "usernam": [115, 122, 155, 159, 180], "ap": 115, "allowed_packag": [115, 180], "insert": [115, 180], "conan_login_": 115, "expos": [115, 122, 135, 155, 236], "new_nam": [115, 180], "intact": 116, "smell": [116, 277], "manifest": [120, 124, 267], "sys_vers": 121, "1316": 121, "mainli": [122, 246], "pro": [122, 244, 246], "conan_server_hom": 122, "server_dir": 122, "server_directori": 122, "prior": [122, 166], "hot": 122, "relaunch": 122, "jwt_secret": 122, "ijkhyoiouinmxcrtytrr": 122, "jwt_expire_minut": 122, "120": 122, "ssl_enabl": 122, "port": [122, 246], "9300": [122, 246], "public_port": 122, "host_nam": 122, "localhost": [122, 207, 245, 246], "authorize_timeout": 122, "1800": 122, "disk_storage_path": 122, "disk_authorize_timeout": 122, "updown_secret": 122, "hjhjujkjkjkjkluyyuuyhj": 122, "write_permiss": 122, "lasot": 122, "default_us": 122, "default_user2": 122, "read_permiss": 122, "jwt": 122, "random": [122, 196], "safe": [122, 124, 144, 192], "anytim": 122, "amount": 122, "ip": [122, 207], "domain": 122, "168": 122, "docker": [122, 245], "9999": 122, "p9300": 122, "traffic": 122, "somedir": [122, 216], "crt": 122, "pem": [122, 154], "reject": 122, "regist": 122, "plain": [122, 124], "premis": 122, "firewal": 122, "trust": 122, "sysadmin": 122, "restrict": [122, 124, 157], "comma": [122, 124], "allowed_user1": 122, "allowed_user2": 122, "packagea": 122, "john": [122, 124], "peter": 122, "custom_authent": 122, "authenticator_nam": 122, "collabor": [122, 172], "htpasswd": 122, "schiffner": 122, "uilianri": 122, "my_authent": 122, "get_class": 122, "myauthent": 122, "valid_us": 122, "plain_password": 122, "factori": 122, "custom_author": 122, "authorizer_nam": 122, "my_author": 122, "authenticationexcept": 122, "forbiddenexcept": 122, "myauthor": 122, "_check_conan": 122, "deni": [122, 205], "_check_packag": 122, "_check": 122, "check_read_conan": 122, "check_write_conan": 122, "check_delete_conan": 122, "check_read_packag": 122, "check_write_packag": 122, "check_delete_packag": 122, "conform": 122, "check_": 122, "conanfilerefer": 122, "meanwhil": 122, "_packag": 122, "packagerefer": 122, "443": 122, "server_nam": 122, "myservernam": 122, "mydomain": 122, "proxy_pass": 122, "ssl_certif": 122, "ssl_certificate_kei": 122, "mod_wsgi": 122, "apache2": 122, "site": [122, 124], "0_conan": 122, "virtualhost": 122, "80": 122, "wsgiscriptalia": 122, "dist": 122, "server_launch": 122, "wsgicallableobject": 122, "wsgipassauthor": 122, "grant": 122, "srv": 122, "helloconan": [123, 124, 188, 212, 264], "varieti": 123, "member": [123, 124, 135, 184], "_my_data": 123, "_my_help": 123, "lowercas": [124, 259, 278], "101": 124, "charact": [124, 159, 200, 201, 259], "shorter": [124, 201], "z0": 124, "9_": 124, "alphanumer": [124, 259], "ing": 124, "pkgname": [124, 230, 252], "pre1": [124, 259, 278], "build2": [124, 259], "pkgversion": 124, "programmat": 124, "mychannel": 124, "incred": 124, "spdx": 124, "peopl": 124, "smith": 124, "protocinstallerconan": 124, "protoc_instal": 124, "buffer": 124, "rpc": 124, "eigenconan": 124, "eigen": 124, "tuxfamili": 124, "mylibconan": 124, "otherlib": 124, "otherus": 124, "bracket": [124, 278], "alpha": [124, 278], "tool_a": 124, "tool_b": 124, "gtest": [124, 128, 135, 141, 150, 230, 250, 257, 263, 268], "downstream": [124, 128, 140, 141, 184, 196, 275], "other_test_tool": 124, "pyreq": [124, 136, 164, 184], "myconanfilebas": [124, 136], "utilsbas": 124, "got": [124, 265, 271, 276], "shutil": [124, 144], "emul": [124, 157, 231, 276], "mistak": 124, "yaml": 124, "8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9": 124, "15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a": 124, "opt": [124, 201, 221, 222, 278, 280], "7zip": [124, 150, 155], "7z": 124, "determin": [124, 141, 155, 200, 251], "gnu20": [124, 157], "get_saf": [124, 130, 131, 223, 253], "compiler_vers": [124, 155, 192], "feasibl": [124, 140], "is_android": 124, "option3": 124, "option4": 124, "comparison": [124, 244, 278], "zwave": 124, "reference_pattern": 124, "option_nam": 124, "condition": [124, 126, 127, 131, 135, 144, 230, 231, 253, 255, 260, 267], "otherpkg": 124, "some_opt": 124, "overridden": [124, 184, 207], "123": [124, 155, 184], "word": [124, 136, 157, 277], "freez": 124, "overriden": [124, 207], "234": [124, 184], "explanatori": 124, "reference_conanfile_methods_package_id": 124, "package_id_python_mod": 124, "semver": [124, 237, 278, 280], "modif": [124, 139, 157, 197, 200, 252, 277, 280], "unrelated_mod": 124, "ever": 124, "pocotimerconan": 124, "foorecip": 124, "myrecip": 124, "methodconan": 124, "export_fold": [124, 133], "codebas": 124, "androidndk": [124, 140], "define_path": [124, 137, 140, 200], "fill": [124, 166, 183, 216], "append_path": [124, 140, 200], "runtime_var": 124, "flag3": [124, 140], "flag1": [124, 140, 154, 155, 221], "flag2": [124, 140, 154, 155], "expandattributedsourc": [124, 140], "unset": [124, 140, 154, 155, 157, 200, 213], "flag0": [124, 140], "pop": [124, 226, 251], "emit": 124, "taskflow": 124, "odr": [124, 141], "violat": [124, 141], "libressl": 124, "boringssl": 124, "libav": 124, "ffmpeg": [124, 162], "mariadb": 124, "mysql": 124, "libjpeg": 124, "9d": 124, "turbo": 124, "libjpegturbo": 124, "openbla": 124, "cbla": 124, "lapack": 124, "redund": 124, "myconsum": [124, 265], "my_android_ndk": 124, "var1": [124, 155], "green": 124, "neutral": 124, "white": [124, 159], "yellow": 124, "red": 124, "tend": 124, "auto_shared_fp": 124, "auto_header_onli": 124, "parenthes": 124, "extensions_properti": 124, "abi": [124, 157, 186, 250], "validate_build": 125, "mybuildsystem": 126, "interrupt": 126, "lift": 126, "info_build": 127, "myvalu": [127, 197, 200, 226], "fullsourc": 127, "theori": [128, 253], "parameter": 128, "ran": [128, 145, 165, 257, 263], "nutshel": [128, 214], "mylibrecip": 128, "myapprecip": 128, "myapp": [128, 280], "gettext": 128, "libgettext": 128, "constrain": [130, 258], "sse2": 130, "with_sse2": 130, "elif": 131, "deploy_fold": [132, 176, 200], "myfil": [134, 184, 205, 280], "export_conandata_patch": [134, 204], "conanvcvar": [135, 197, 226, 231, 232, 233], "repetit": [135, 140], "mygener": [135, 164], "mygen": [135, 164], "xxxdir": 135, "indirectli": 135, "buildenv_info": [135, 137, 200, 202, 260, 265], "runenv_info": [135, 137, 200, 202, 203, 260, 265], "is_build_context": 135, "fashion": 135, "pcre": 135, "44": 135, "expat": 135, "1k": 135, "criteria": 135, "direct_host": 135, "direct_build": 135, "heavili": 135, "mycomp": 135, "mylicens": 136, "baseconan": 136, "derivedconan": 136, "deriv": [136, 144], "uncondition": 136, "datafil": 136, "awesom": 136, "me": 136, "__init__": [136, 164, 166, 189, 232], "constructor": [136, 198, 209, 212, 214, 227, 236, 240], "subdirectori": 137, "classic": [137, 157, 222, 262], "hopefulli": 137, "release64": 137, "stub": 137, "my_includ": 137, "sayconan": [137, 272], "mydata_path": 137, "obvious": 137, "mydata_path2": 137, "my_conf_fold": 137, "creating_packages_package_method": 138, "relax": [139, 276], "assumpt": [139, 253, 276], "couldn": 139, "disadvantag": [139, 279], "lose": 139, "although": [139, 201, 268], "predict": 139, "obj": 140, "preprocessor": [140, 191, 197, 214, 226, 231, 232], "property_nam": 140, "property_valu": 140, "xml": [140, 231], "pkg_config_nam": [140, 217], "zmq": 140, "zmq_static": 140, "ws2_32": 140, "get_properti": 140, "crypto": [140, 217, 220], "define_crypto": 140, "headers_ssl": 140, "obj_ext": 140, "prepend_path": [140, 200], "mypath": [140, 200, 265], "myarmarch": 140, "otherarch": 140, "my_android_arch": 140, "myrunpath": 140, "mypkghom": 140, "ti": 140, "former": [140, 276], "transmit": [140, 280], "exceptionhandl": [140, 154], "async": [140, 154, 209], "bundl": [140, 245], "android_ndk": 140, "albeit": 140, "adequ": 140, "claus": 141, "catch2": [141, 257], "seem": 141, "ambigu": [141, 280], "dep_opt": 141, "priorit": [142, 143, 198, 205, 275, 276], "tarbal": [144, 236, 244, 277], "check_sha1": [144, 204], "pococonan": 144, "zip_nam": 144, "pocoproject": 144, "8d87812ce591ced8ce3a022beec1df1c8b2fac87": 144, "unlink": 144, "bypass": 144, "appar": 144, "problemat": [144, 278], "destroi": [144, 157, 168], "lead": [144, 253], "frozen": 144, "realiz": [145, 252, 276], "gtk": 145, "undesir": 145, "libgtk": 145, "pkg1": [145, 196, 240], "pkg2": [145, 196, 240], "prove": [146, 268], "succe": [147, 240], "cfc18fcc7a50ead278a7c1820be74e56": 147, "warn_tag": 149, "custom_tag": 149, "ignore_error": 149, "unnot": 149, "ninja_stdout": 149, "pin": [150, 252, 277, 279], "revision1": 150, "70": 150, "revision2": 150, "00": [150, 212, 277], "inde": 150, "aka": [151, 188], "project1": [152, 230], "project2": [152, 230], "unauthor": 153, "ask": [153, 159], "conan_login_usernam": [153, 159], "conan_login_username_": [153, 159], "conan_password": [153, 159], "conan_password_": [153, 159], "admin": [153, 245], "emptiv": 153, "getenv": [153, 155, 158, 201], "mytk": [153, 158], "mytoken": [153, 158], "whatev": [154, 155, 163, 222], "heaviest": 154, "dowload": 154, "danielm": 154, "my_conan_storage_fold": 154, "recurr": 154, "my_download_cach": 154, "confvar": [154, 155], "hint": [154, 155], "yyi": [154, 155], "ins": 154, "zzz": [154, 155], "everywher": [154, 155], "discret": 154, "establish": 154, "packagenam": [154, 196], "orgnam": 154, "_must_": 154, "cpu_count": 154, "myconf1": 154, "detect_o": [154, 155], "myconf2": 154, "detect_arch": [154, 155], "eval": 154, "integ": [154, 180, 237], "unmodifi": 154, "rid": [154, 155], "f1": 154, "f2": 154, "f0": 154, "pai": [154, 266], "tl": [154, 156, 207], "constitut": 154, "implic": [154, 258], "tool1": 155, "tool4": 155, "environmentvar1": 155, "dlib": 155, "ab": 155, "relpath": 155, "my_pkg_opt": 155, "myvalue12": 155, "mypath1": [155, 200], "path11": 155, "path12": 155, "comp": [155, 217], "chanel": 155, "ration": 155, "kitwar": 155, "3488ec5c2829b44387152a6c4b013767": 155, "20496b332552131b67fb99bf425f95f64d0d0818": 155, "profile_var": 155, "my_build_typ": 155, "referenc": [155, 196, 207], "meant": [155, 217, 259, 268], "judici": 155, "compiler_ex": 155, "default_msvc_runtim": 155, "default_compiler_vers": 155, "default_cppstd": 155, "detect_libcxx": 155, "ldd": 155, "musl": 155, "v143": [155, 157], "default_msvc_ide_vers": 155, "digit": [155, 157, 278, 280], "zlib_clang_profil": 155, "my_var": [155, 265], "statement": 155, "gcc_49": 155, "my_remote_nam": 156, "windowsstor": 157, "windowsc": 157, "ios_vers": 157, "iphoneo": [157, 226], "iphonesimul": 157, "watchsimul": 157, "appletvo": 157, "appletvsimul": 157, "xrsimul": 157, "catalyst": 157, "aix": 157, "arduino": 157, "board": 157, "emscripten": 157, "neutrino": 157, "vxwork": 157, "ppc32be": 157, "ppc32": [157, 192, 240], "ppc64le": [157, 240], "ppc64": [157, 192], "armv4": 157, "armv4i": 157, "armv5el": [157, 186], "armv5hf": [157, 186], "armv7k": 157, "armv8_32": 157, "sparc": [157, 192, 197], "sparcv9": [157, 192], "mip": 157, "mips64": 157, "avr": 157, "s390": 157, "s390x": [157, 240], "wasm": 157, "sh4le": 157, "e2k": 157, "v5": 157, "v6": [157, 186], "v7": 157, "xtensalx6": 157, "xtensalx106": 157, "xtensalx7": 157, "sun": 157, "posix": 157, "libcstd": 157, "libstdcxx": 157, "libstlport": 157, "win32": 157, "dwarf2": 157, "sjlj": 157, "seh": 157, "98": 157, "gnu23": 157, "170": 157, "190": 157, "191": 157, "v110_xp": 157, "v120_xp": 157, "v140_xp": 157, "v141_xp": 157, "runtime_vers": 157, "v140": 157, "v141": 157, "v142": 157, "2021": [157, 222], "icx": [157, 222], "dpcpp": [157, 222], "gnu03": 157, "gpp": 157, "ne": 157, "accp": 157, "acpp": 157, "ecpp": 157, "mcst": [157, 192], "lcc": [157, 192], "relwithdebinfo": 157, "minsizerel": 157, "hardwar": 157, "microprocessor": 157, "microcontrol": 157, "famili": 157, "2015": 157, "2017": [157, 222, 249, 251, 253, 254], "finer": 157, "1913": 157, "dpc": [157, 222], "suppos": 157, "311": 157, "brief": [157, 245, 248], "arch_build": 157, "arch_target": 157, "powerpc": [157, 240], "endian": 157, "littl": [157, 163], "soft": 157, "float": 157, "swift": 157, "a6": 157, "a6x": 157, "chip": 157, "iphon": 157, "5c": 157, "ipad": 157, "k": 157, "aarch32": 157, "ilp32": 157, "a12": 157, "chipset": 157, "xr": [157, 205], "scalabl": [157, 244, 245], "microsystem": 157, "interlock": 157, "pipelin": [157, 159], "formerli": 157, "atmel": 157, "microchip": 157, "390": 157, "ibm": 157, "javascript": 157, "low": 157, "assembli": 157, "byte": [157, 205], "hitachi": 157, "superh": 157, "2000": 157, "512": 157, "vliw": 157, "2cm": 157, "2c": 157, "moscow": 157, "4c": 157, "8c": 157, "8c1": 157, "1c": 157, "1ck": 157, "8c2": 157, "8cb": 157, "2c3": 157, "12c": 157, "16c": 157, "32c": 157, "xtensa": 157, "lx6": 157, "dpu": 157, "esp32": 157, "esp8266": 157, "lx7": 157, "s2": 157, "s3": 157, "wise": 157, "cento": [157, 240], "rogu": 157, "wave": 157, "stlport": 157, "apach": 157, "dinkum": 157, "abridg": 157, "rhel6": 157, "cache_vari": 157, "some_centos_flag": 157, "anymor": 157, "myo": 157, "mycompil": 157, "my_custom_compil": 157, "sync": [157, 209], "tarballnam": 158, "bearer": 158, "mypassword": 158, "hardcod": [158, 268, 278], "difficult": [158, 184, 257, 279], "remote_nam": [159, 180], "unauthent": 159, "unattend": 159, "stuck": 159, "autodetect": [159, 197], "tty": 159, "no_color": 159, "conan_color_dark": 159, "scheme": [159, 278, 280], "light": 159, "dark": 159, "mypythoncod": [160, 273], "altogeth": [160, 163, 197], "pre_build": [160, 166], "complement": 160, "qualiti": [160, 166], "facilit": [160, 165], "variat": [161, 275], "intercept": 162, "commmand": 162, "startswith": 162, "caller": 162, "heavy_pkg": 162, "qt": 162, "abseil": 162, "_commands_": 163, "cmd_": 163, "your_command_nam": 163, "cmd_hello": 163, "cmd_bye": 163, "topic_nam": 163, "topic1": 163, "topic2": 163, "cmd_command": 163, "output_json": 163, "parser": 163, "hello_moon": 163, "subpars": 163, "narg": 163, "mygroup": 163, "mycommand": 163, "mycommand_mysubcommand": 163, "add_my_common_arg": 163, "chose": 163, "format_graph_html": 163, "format_graph_info": 163, "field_filt": 163, "format_graph_json": 163, "dot": [163, 278], "format_graph_dot": 163, "graph_info": 163, "deps_graph": [163, 176], "command_subcommand": 163, "child": 163, "arg1": [163, 194, 222], "arg2": [163, 194, 222], "arg3": 163, "_conanfil": 164, "deps_info": 164, "repeatedli": [165, 280], "my_custom_deploy": 165, "hook_exampl": 166, "pre_export": 166, "field_valu": 166, "getattr": 166, "abort": 166, "hook_": 166, "replace_in_fil": [166, 204, 257], "post_packag": 166, "isdir": 166, "custom_modul": 166, "hook_print": 166, "my_print": 166, "hook_ful": 166, "pre_sourc": 166, "pre_packag": 166, "pre_package_info": 166, "post_package_info": 166, "artifacts_fold": 167, "signature_fold": 167, "conan_packag": [167, 249, 254], "written": [167, 260, 280], "twice": 167, "signer": 167, "asc": 167, "listdir": 167, "isfil": 167, "profile_plugin": 168, "ordereddict": [168, 198], "profilesapi": [169, 179], "installapi": [169, 176], "graphapi": [169, 175], "exportapi": [169, 174], "newapi": [169, 178], "downloadapi": [169, 173], "cache_fold": 171, "global_conf": 172, "settings_yml": 172, "pkgrefer": [173, 177], "download_ful": 173, "package_list": [173, 183], "load_root_test_conanfil": 175, "tested_refer": 175, "tested_python_requir": 175, "recipe_consum": 175, "load_graph": 175, "root_nod": 175, "check_upd": 175, "load_root_nod": 175, "analyze_binari": 175, "build_mod": 175, "build_modes_test": 175, "tested_graph": 175, "buildmod": 175, "install_binari": 176, "intal": 176, "install_system_requir": 176, "only_info": 176, "install_sourc": 176, "install_consum": 176, "deploy_packag": 176, "filter_packages_configur": 177, "pkg_configur": 177, "pkgconfigur": 177, "get_templ": 178, "template_fold": 178, "get_home_templ": 178, "template_nam": 178, "get_default_host": 179, "get_default_build": 179, "get_profil": 179, "get_path": 179, "sin": 179, "alphabet": [179, 278], "contact": 180, "user_xxx": 180, "only_en": 180, "user_login": 180, "user_logout": 180, "check_upstream": 183, "enabled_remot": 183, "upload_data": 183, "upload_ful": 183, "check_integr": 183, "dry_run": 183, "mybas": 184, "cool": 184, "super": [184, 214], "pyreq_path": 184, "myfile_path": 184, "mynumb": 184, "gradual": 184, "hierarchi": 184, "is_apple_o": [185, 187], "envvar": [185, 199, 200, 202, 203], "intelcc": 185, "nmaketoolchain": [185, 227], "sconsdep": 185, "armv5": 186, "lc_rpath": [188, 212], "outlin": 188, "libnam": 188, "my_execut": 188, "add_rpath": 188, "executable_path": 188, "use_settings_target": 188, "ranlib": 188, "lipo": 188, "codesign": 188, "isysroot": [188, 226], "sdk_platform_path": 188, "sdk_platform_vers": 188, "libtool": 188, "alltarget": 189, "i386": [189, 226], "sdkroot": 189, "ios8": 189, "skd": 189, "conan_libpng": 190, "conan_libpng_libpng": 190, "conan_libpng_libpng_debug_x86_64": 190, "conan_libpng_libpng_release_x86_64": 190, "conan_zlib": [190, 230], "conan_zlib_zlib": 190, "conan_zlib_zlib_debug_x86_64": 190, "conan_zlib_zlib_release_x86_64": 190, "system_header_search_path": 190, "gcc_preprocessor_definit": 190, "other_cflag": 190, "other_cplusplusflag": 190, "framework_search_path": 190, "library_search_path": 190, "other_ldflag": 190, "conan_libpng_debug_x86_64": 190, "package_root_": 190, "releaseshar": [190, 196, 230, 267], "mycustomconfig": [190, 230], "conantoolchain_release_x86_64": 191, "conantoolchain_debug_x86_64": 191, "conan_global_flag": 191, "conantoolchain_": [191, 231], "_x86_64": 191, "clang_cxx_librari": 191, "clang_cxx_language_standard": 191, "macosx_deployment_target": 191, "mmacosx": 191, "_cpu_count": 192, "cgroup": 192, "skip_x64_x86": 192, "m1": [192, 226, 268], "gnu_extens": 192, "cppstd_default": 192, "appleclang": 192, "dxxx": 194, "dvar": 194, "build_tool_arg": 194, "barg1": 194, "barg2": 194, "underli": 194, "diagnost": 194, "dcmake_verbose_makefil": 194, "maxcpucount": 194, "cmake_gener": 195, "shared_fals": 195, "shared_tru": 195, "chosen": [195, 222], "cmake_prefix_path": [196, 197], "cmake_module_path": [196, 197], "findxxx": 196, "conandeps_legaci": 196, "cmake_binary_dir": 196, "enumer": 196, "overal": 196, "releasedshar": 196, "my_tool": [196, 217, 220], "collid": [196, 217, 280], "capnproto": [196, 217], "_build": [196, 217], "81": 196, "fakecomp": 196, "cmake_module_file_nam": 196, "cmake_module_target_nam": 196, "dep_nam": [196, 253], "get_cmake_package_nam": 196, "module_mod": 196, "get_find_mod": 196, "cmake_target_alias": 196, "rout": 196, "cmake_set_interface_link_directori": 196, "pragma": 196, "nosonam": 196, "sonam": 196, "cmake_config_version_compat": 196, "samemajorvers": 196, "sameminorvers": 196, "exactvers": 196, "configvers": 196, "myfilenam": [196, 207], "myfooalia": 196, "mycompon": [196, 217, 220], "varcompon": 196, "myfilenameconfig": 196, "findmyfilenam": 196, "zlibconan": 196, "alter": 196, "colon": 196, "new_component_target_nam": 196, "buildir": 196, "cmake_map_imported_config_": 196, "dcmake_map_imported_config_coverag": 196, "myvar_valu": 197, "mydefin": [197, 226], "mydef_valu": [197, 226], "cmake_path": 197, "cmake_position_independent_cod": 197, "nmake": [197, 198, 232], "easier": [197, 280], "schema": [197, 205, 231], "testpreset": 197, "jon": 197, "mydef": [197, 226], "myconfigdef": 197, "mydebugvalu": 197, "myreleasevalu": 197, "novalue_def": 197, "add_compile_definit": 197, "cachevari": 197, "foo2": 197, "ON": [197, 250, 271], "myconfigvar": 197, "sentenc": 197, "buildenv": [197, 200, 222, 250], "my_build_var": 197, "my_buildvar_value_overridden": 197, "runenv": [197, 200], "my_run_var": 197, "my_runvar_set_in_gener": 197, "my_env_var": 197, "my_env_var_valu": 197, "save_script": [197, 201], "other_env": 197, "compose_env": [197, 200], "extra_cxxflag": [197, 214, 232], "extra_cflag": [197, 214, 232], "extra_sharedlinkflag": 197, "extra_exelinkflag": 197, "clash": 197, "filepath": 197, "mytoolchainpackag": 197, "mytoolchain": 197, "mytoolrequir": 197, "toolchain1": 197, "toolchain2": 197, "yyyi": 197, "ninclud": 197, "generic_system": 197, "lang": 197, "_compil": 197, "android_system": 197, "android_platform": 197, "android_stl": 197, "android_ndk_path": 197, "apple_system": 197, "cmake_osx_architectur": 197, "cmake_osx_sysroot": 197, "arch_flag": [197, 214], "m32": 197, "m64": 197, "vs_runtim": 197, "cmake_msvc_runtime_librari": 197, "cmake_cxx_extens": 197, "cmake_flags_init": 197, "cmake_xxx_flag": 197, "conan_xxx": 197, "cmake_cxx_flags_init": 197, "conan_cxx_flag": 197, "try_compil": 197, "in_try_compil": 197, "find_path": 197, "cmake_skip_rpath": 197, "skip_rpath": 197, "build_shared_lib": [197, 260, 271], "output_dir": 197, "cmake_install_xxx": 197, "cmake_install_bindir": 197, "cmake_install_sbindir": 197, "cmake_install_libexecdir": 197, "cmake_install_libdir": 197, "cmake_install_oldincludedir": 197, "cmake_install_datarootdir": 197, "mybin": [197, 214], "myinclud": [197, 214], "myre": [197, 214], "block_nam": 197, "new_tmp": 197, "other_toolset": 197, "generic_block": 197, "methodtyp": 197, "mygenericblock": 197, "helloworld": 197, "myblock": 197, "mynewblock": 197, "64bit": [197, 276], "32bit": [197, 276], "ppc": 197, "mylibrari": 197, "primarili": 197, "benefici": 197, "univer": 197, "reliabl": 197, "troubl": 197, "cautiou": 197, "overli": 197, "broader": 197, "r23c": 197, "cmake_c_flags_init": 197, "add_definit": 197, "cmake_xcode_attribute_enable_bitcod": 197, "cmake_xcode_attribute_clang_enable_objc_arc": 197, "cmake_xcode_attribute_gcc_symbols_private_extern": 197, "cmake_sysroot": 197, "cmp0149": 197, "cmake_c_compil": 197, "cmake_cxx_compil": 197, "cmake_rc_compil": 197, "cmake_objc_compil": 197, "objcpp": [197, 226], "cmake_objcxx_compil": 197, "cmake_cuda_compil": 197, "cmake_fortran_compil": 197, "cmake_asm_compil": 197, "cmake_hip_compil": 197, "cmake_ispc_compil": 197, "collaps": 198, "aggregated_cpp_info": 198, "topological_sort": 198, "revers": 198, "dep_cppinfo": 198, "get_sorted_compon": 198, "fewer": 198, "other_cppinfo": 198, "myvar2": 200, "myvalue2": 200, "myvar3": 200, "myvalue3": 200, "myvar4": 200, "mypath2": 200, "mypath3": 200, "env1": [200, 201], "env2": 200, "prevail": [200, 275], "autootoolsdep": 200, "mypkg_data_dir": 200, "datadir": [200, 217, 226], "filesystem": [200, 207], "deploy_base_fold": 200, "my_env_fil": 201, "ps1": [201, 202, 203, 233, 254], "var2": 201, "variable_refer": 201, "penv": 201, "32k": 201, "2048": 201, "closer": 201, "varnam": 201, "ld_library_path": [202, 203, 251, 260, 265], "deactivate_conanbuildenv": [202, 250, 253, 254, 257], "accumul": [202, 203, 213, 238], "auto_gener": [202, 203], "dyld_library_path": [203, 251], "dyld_framework_path": [203, 251], "deactivate_conanrunenv": 203, "rm": 204, "rmdir": 204, "chdir": 204, "update_conandata": 204, "collect_lib": 204, "check_md5": 204, "check_sha256": 204, "absolute_to_relative_symlink": [204, 266], "remove_external_symlink": 204, "remove_broken_symlink": 204, "ignore_cas": 205, "insensit": 205, "utf": [205, 231], "otherfil": 205, "robocopi": 205, "abe2h9f": 205, "file_path": [205, 206], "mydir": 205, "newdir": 205, "do_someth": 205, "tzb2": 205, "bz2": 205, "txz": 205, "keep_permiss": [205, 207], "bigfil": 205, "danger": 205, "raise_if_miss": 205, "inter": 205, "libmylib": [205, 212], "stare": 205, "libmath": 205, "other_libdir": 205, "rwxr": 205, "lrwxr": 205, "md5sum": 206, "sha256sum": 206, "md5": 207, "ftp": 207, "impli": [207, 277, 280], "httpbasic": 207, "someurl": 207, "somefil": 207, "e5d695597e9fa520209d1b41edad2a27": 207, "ia64": 207, "5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6": 207, "base_path": 209, "patch_str": 209, "fuzz": 209, "fuzzi": 209, "0001": 209, "buildflatbuff": 209, "0002": 209, "patch_typ": 209, "patch_sourc": 209, "flatbuff": 209, "5650": 209, "patch_descript": 209, "misc": 209, "1232": 209, "1292": 209, "g_test_add_func": 209, "paus": 209, "cancel": 209, "do_pause_cancel_test": 209, "g_test_add_data_func": 209, "steal": 209, "gint_to_point": 209, "do_stealing_test": 209, "length": 209, "do_response_informational_content_length_test": 209, "ret": 209, "g_test_run": 209, "0003": 209, "base_fold": 210, "configure_arg": 212, "make_arg": 212, "_conanbuild": [212, 214], "destdir": [212, 225], "unix_path": [212, 227], "install_nam": 212, "cmdsize": 212, "48": 212, "offset": 212, "stamp": 212, "jan": 212, "1970": 212, "loader": 212, "wl": [212, 216], "conanautotoolsdep": 213, "undesired_valu": 213, "seamlessli": 214, "precalcul": 214, "my_argu": 214, "sbindir": [214, 226], "oldincludedir": 214, "datarootdir": 214, "he": 214, "extra_defin": [214, 232], "extra_ldflag": [214, 232], "gcc_cxx11_abi": 214, "build_type_flag": 214, "sysroot_flag": 214, "apple_arch_flag": [214, 226], "apple_isysroot_flag": [214, 226], "msvc_runtime_flag": [214, 227], "myflag": 214, "update_configure_arg": 214, "updated_flag": 214, "update_make_arg": 214, "update_autoreconf_arg": 214, "xxxxxx_arg": 214, "prune": [214, 276], "gold": [214, 226], "lld": [214, 226], "nvcc": 214, "fc": 214, "mk": 215, "conan_dep": 215, "conan_name_zlib": 215, "conan_version_zlib": 215, "conan_reference_zlib": 215, "conan_root_zlib": 215, "zlib273508b343e8c": 215, "conan_include_dirs_zlib": 215, "conan_include_dir_flag": 215, "conan_lib_dirs_zlib": 215, "conan_lib_dir_flag": 215, "conan_bin_dirs_zlib": 215, "conan_bin_dir_flag": 215, "conan_libs_zlib": 215, "conan_lib_flag": 215, "conan_include_dir": 215, "conan_lib_dir": 215, "conan_bin_dir": 215, "conan_lib": [215, 272], "conan_define_flag": 215, "conan_system_lib_flag": 215, "lz": [215, 217], "libastr": 216, "_use_libastr": 216, "astral": 216, "linkflag": [216, 238], "tmp_dir": 216, "is_system": 216, "rt": 216, "your_us": 217, "647afeb69d3b0a2d3d316e80b24d38c714cc6900": 217, "pkg_config_alias": 217, "xxxxx": [217, 221, 226], "freeform": 217, "component_vers": 217, "custom_cont": 217, "mynam": 217, "componentnam": 217, "alias1": 217, "alias2": 217, "rcpath": 219, "bz": [219, 220], "fresh": 219, "new_local_repositori": 220, "build_fil": 220, "cc_import": 220, "cc_librari": 220, "z_precompil": 220, "static_librari": 220, "libz": [220, 251], "hdr": 220, "glob": 220, "filegroup": 220, "zlib_binari": 220, "bazel_target_nam": 220, "bazel_repository_nam": 220, "my_target": 220, "my_repo": 220, "cxxopt": 221, "dynamic_mod": 221, "compilation_mod": 221, "force_p": 221, "copt": 221, "flagn": 221, "conlyopt": 221, "linkopt": 221, "dbg": 221, "crosstool_top": 221, "icpx": 222, "conanintelsetvar": 222, "intelprofil": 222, "ms_toolset": 222, "batch": 222, "argn": 222, "intel64": 222, "ia32": 222, "ia": 222, "mysrcfold": 223, "reconfigur": 225, "dprefix": 225, "n_job": 225, "55": [226, 252], "default_librari": 226, "buildtyp": 226, "libexecdir": 226, "localedir": 226, "mandir": 226, "infodir": 226, "wrap_mod": 226, "nofallback": 226, "cpp_arg": 226, "c_arg": 226, "c_link_arg": 226, "cpp_link_arg": 226, "conan_meson_xxxx": 226, "with_msg": 226, "hi": 226, "everyon": 226, "packageopt": 226, "upon": 226, "mio": 226, "ios_host_profil": 226, "objc_arg": 226, "objc_link_arg": 226, "objcpp_arg": 226, "objcpp_link_arg": 226, "android_host_profil": 226, "c_ld": 226, "cc_ld": 226, "cpp_ld": 226, "cxx_ld": 226, "as_": 226, "AS": [226, 232], "windr": 226, "macosx": 226, "objcflag": 226, "objcxxflag": 226, "check_min_v": 227, "is_msvc": 227, "is_msvc_static_runtim": 227, "msvs_toolset": 227, "raise_invalid": 228, "worth": 228, "mt": [228, 231], "neither": 228, "myreleas": 229, "myplatform": 229, "conan_zlib_vars_release_x64": 230, "conanzlibxxxx": 230, "conanzlibincludedir": 230, "conanzliblib": 230, "conan_zlib_vars_debug_x64": 230, "conanzlib": 230, "conan_zlib_release_x64": 230, "conan_zlib_debug_x64": 230, "conan_bzip": 230, "bzip": 230, "conan_bzip2": 230, "conan_pkgname_compname_vars_release_x64": 230, "compnam": 230, "conan_pkgname_compname_release_x64": 230, "conan_pkgname_compnam": 230, "conan_pkgnam": 230, "conan_pkgname_vars_release_x64": 230, "gather": [230, 278], "catch": 230, "executablepath": 230, "binarydirectori": 230, "custombuild": 230, "caexcludepath": 230, "uncondit": 230, "conan_": 230, "_var": 230, "conantoolchain_release_x86": 231, "mtd": 231, "mdd": 231, "clcompil": 231, "windowstargetplatformvers": 231, "additionalopt": 231, "preprocessordefinit": 231, "vcvarsal": [231, 233], "includeextern": 231, "xmln": 231, "2003": 231, "itemdefinitiongroup": 231, "propertygroup": 231, "conannmakedep": 232, "_link_": 232, "conannmaketoolchain": 232, "my_flag": 232, "env_var": 232, "cl_env_var": 232, "winsdk": 233, "thin": [236, 259], "repourl": 236, "children": 236, "hidden_output": 236, "get_remote_url": 236, "commit_in_remot": 236, "occurr": 236, "get_repo_root": 236, "fetch_commit": 236, "qualifi": [237, 278], "sconscript_conandep": 238, "cpppath": 238, "binpath": 238, "frameworkpath": 238, "cppdefin": 238, "ccflag": 238, "shlinkflag": 238, "sconscript": 238, "mergeflag": 238, "chocolatei": 239, "libgl": 240, "libglvnd": 240, "devel": 240, "mesa": 240, "linuxmint": 240, "pidora": 240, "scientif": 240, "xenserv": 240, "amazon": 240, "oracl": 240, "amzn": 240, "almalinux": 240, "rocki": 240, "fedora": 240, "rhel": 240, "mageia": 240, "manjaro": 240, "opensus": 240, "sle": 240, "host_packag": 240, "install_substitut": 240, "packages_substitut": 240, "pkg3": 240, "_arch_nam": 240, "multiarch": 240, "arch_nam": 240, "libxcb": 240, "util0": 240, "packages_altern": 240, "amd64": 240, "conan_arch_set": 240, "apt_arch_set": 240, "86": 240, "armv7hl": 240, "lib32": 240, "c3i": 243, "profession": 244, "matrix": [244, 275, 276], "8081": 245, "8082": 245, "bintrai": 245, "jdk": 245, "dialog": 245, "bottl": 246, "wsgirefserv": 246, "ctrl": 246, "my_local_serv": 247, "lan": 247, "easiest": 249, "conan_export": 249, "f1fadf0d3b196dc0332750354ad8ab7b": [249, 254], "cdc9a35e010a17fc90bb845108cf86cfcbce64bf": 249, "dd7bf2a1ab4eb5d1943598c09b616121": 249, "someprofil": 250, "compressorrecip": [250, 252, 253], "identif": 250, "eabi5": 250, "armhf": 250, "buildid": 250, "2a216076864a1b1f30211debf297ac37a9195196": 250, "different_configur": 251, "anywher": 251, "tutorial_us": 251, "zlib1": 251, "reinstal": 251, "dyld": 251, "41259": 251, "wonder": 251, "answer": 251, "li": [251, 278], "breakdown": 251, "approxim": [252, 278], "87a7211557b6690ef5bf7fc599dd8349": 252, "f305019023c2db74d1001c5afa5cf362": 252, "82202701ea360c0863f1db5008067122": 252, "bd533fb124387a214816ab72c8d1df28": 252, "59": 252, "58": 252, "3b9e037ae1c615d045a06c67d88491a": 252, "chronolog": 252, "tediou": [252, 270, 279], "occas": 252, "4524fcdd41f33e8df88ece6e755a5dcc": 252, "1650538915": 252, "154": 252, "stai": 252, "conanfile_pi": 253, "neater": 253, "base64": 253, "auxiliari": 253, "v8": 253, "asset": 253, "dear": 253, "imgui": 253, "bind": 253, "clarifi": 253, "cmake_vers": 254, "3e3d8f3a848b2a60afafbe7a0955085a": 254, "2a823fda5c9d8b4f682cb27c30caf4124c5726c8": 254, "48bc7191ec1ee467f1e951033d7d41b2": 254, "f2f48d9745706caf77ea883a5855538256e7f2d4": 254, "6c519070f013da19afd56b52c465b596": 254, "scaffold": 255, "walkthrough": 255, "peculiar": 255, "fanci": 256, "colour": [256, 267], "creating_packag": [256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268], "add_requir": 256, "check_max_cppstd": [256, 267], "check_min_cppstd": [256, 263, 267], "require_fmt": 256, "crimson": [256, 267], "emphasi": [256, 267], "bold": [256, 267], "__cplusplu": 256, "201103": 256, "__gnuc__": 256, "__gnuc_minor__": 256, "__clang_major__": 256, "__clang_minor__": 256, "__apple_build_version__": 256, "13160021": 256, "build_method": 257, "with_test": 257, "with_fmt": [257, 258, 267], "novelti": 257, "compose_messag": 257, "add_subdirectori": 257, "googletest": [257, 263], "gtest_main": [257, 263], "hellotest": 257, "composemessag": 257, "expect_eq": 257, "c51d80ef47661865": 257, "3ad4c6873a47059c": 257, "tear": [257, 263], "82b6c0c858e739929f74f59c25c187b927d514f3": 257, "uncommon": 257, "configure_options_set": 258, "met": 258, "ng": 258, "738feca714b7251063cc51448da0cf4811424e7c": 258, "7fe7f5af0ef27552": 258, "3bd9faedc711cbb4fdf10b295268246": 258, "e6b11fb0cb64e3777f8d62f4543cd6b3": 258, "5c497cbb5421cbda": 258, "3d27635e4dd04a258d180fe03cfa07ae1186a828": 258, "19a2e552db727a2b": 258, "67b887a0805c2a535b58be404529c1f": 258, "c7796386fcad5369": 258, "depict": 258, "intuit": 258, "2a899fd0da3125064bf9328b8db681cd82899d56": 258, "f0d1385f4f90ae465341c15740552d7": 258, "8a55286c6595f662": 258, "601209640bd378c906638a8de90070f7": 258, "d1b3f3666400710fec06446a697f9eeddd1235aa": 258, "24a2edf207deeed4151bd87bca4af51c": 258, "concret": 259, "email": 259, "constraint": [259, 276, 280], "completitud": 259, "leverag": 259, "dcbfe21e5250264b26595d151796be70": 259, "__gnuc__4": [259, 261, 264, 271], "__gnuc_minor__2": [259, 261, 264, 271], "__clang_major__13": [259, 261, 264], "__clang_minor__1": [259, 261, 264], "__apple_build_version__13160021": [259, 261, 264], "6679492451b5d0750f14f9024fdbf84e19d2941b": 259, "customis": 259, "breakag": [259, 261], "package_inform": 260, "output_nam": 260, "a311fcf8a63f3206": 260, "fd7c4113dad406f7d8211b3470c16627b54ff3af": [260, 266, 268], "44d78a68b16b25c5e6d7e8884b8f58b8": 260, "a8cb81b31dc10d96": 260, "handle_sourc": 261, "mutabl": 261, "0fcb5ffd11025446": 261, "update_sourc": 261, "369786d0fb355069": 261, "7bc71c682895758a996ccf33b70b91611f51252832b01ef3b4675371510ee466": 261, "saw": [262, 263, 276], "other_packag": [263, 264, 265], "sumconan": 263, "sum": 263, "8d9f1fb3655adcb348befcd8374c5292": 263, "pid": [263, 264], "header_only_gtest": 263, "test_sum": 263, "9bf83ef65d5ff0d6": 263, "sumtest": 263, "basicsum": 263, "lack": 263, "3rd": 264, "circumst": 264, "54a3ab9b777a90a13e500dd311d9cd70316e9d55": 264, "deep": 264, "local_include_fold": 264, "local_lib_fold": 264, "prebuilt_binari": 264, "vendor_hello_librari": 264, "_o": 264, "_arch": 264, "9c7634dfe0369907f569c4e583f9bc50": 264, "522dcea5982a3f8a5b624c16477e47195da2f84f": 264, "63fead0844576fc02943e16909f08fcdddd6f44b": 264, "82339cc4d6db7990c1830d274cd12e7c91ab18a1": [264, 265], "28": 264, "a0cd51c51fe9010370187244af885b0efcc5b69b": 264, "c93719558cf197f1df5a7f1d071093e26f0e44a0": 264, "dcf68e932572755309a5f69f3cee1bede410e907": 264, "somewher": 264, "prebuilt_remote_binari": 264, "base_url": 264, "d8e4debf31f0b7b5ec7ff910f76f1e2a": 264, "secure_scannerrecip": 265, "secure_scann": 265, "scanner": 265, "secure_scannertestconan": 265, "my_consum": 265, "enviorn": 265, "overwrot": 265, "package_method": 266, "predetermin": 266, "b5857f2e70d1b2fd": 266, "bf7f5b9a3bb2c957742be4be216dfcbb": 266, "25e0b5c00ae41ef9fbfbbb1e5ac86e1": [266, 268], "47b4c4c61c8616e5": 266, "222db0532bba7cbc": 266, "50f91e204d09b64b24b29df3b87a2f3a": 266, "96ed9fb1f78bc96708b1abf4841523b0": 266, "21ec37b931782de8": 266, "preparing_the_build": 267, "optional_fmt": 267, "target_compile_definit": 267, "using_fmt": 267, "endl": 267, "debugshar": 267, "testing_packag": 268, "hellotestconan": 268, "cd132b054cf999f31bd2fd2424053ddc": 268, "ff7a496f48fca9a88dc478962881e015f4a5b98f": 268, "1d9bb4c015de50bcb4a338c07229b3bc": 268, "4ff3fd65a1d37b52436bf62ea6eaac04": 268, "d136b3379fdb29bdfe31404b916b29e1": 268, "656efb9d626073d4ffa0dda2cc8178bc408b1be": 268, "ee8cbd2bf32d1c89e553bdd9d5606127": 268, "costli": 269, "entir": 269, "developing_packag": [270, 271, 272], "editable_packag": 270, "fledg": 270, "perspect": 270, "increment": 270, "trial": 271, "local_package_development_flow": 271, "ve": 271, "cmakedeps_macro": 271, "f09ef573c22f3919ba26ee91ae444eaa": 271, "__cplusplus201103": 271, "__clang_major__14": 271, "__apple_build_version__14000029": 271, "po": 271, "examin": 272, "package_layout": 272, "sayb3ea744527a91": 272, "say830097e941e10": 272, "libsai": 272, "say8938ceae216fc": 272, "say_say_releas": 272, "local_fold": 272, "expir": 273, "increas": [273, 274], "oppos": [273, 280], "intent": 273, "intro": [275, 276], "credit": 275, "videogam": 275, "0fe4e6890766f7b8e21f764f0049aec7": 275, "d639998c2e55cf36d261ab319801c322": 275, "905c3f0babc520684c84127378fefdd0": [275, 276], "converg": 275, "mathemat": 276, "sound32": 276, "sound": 276, "1675278126": 276, "0552447": 276, "83d4b7bf607b3b60a6546f8b58b5cdd7": 276, "1675278904": 276, "0791488": 276, "1675278900": 276, "0103245": 276, "enforc": 276, "paramount": 276, "1675278901": 276, "7527816": 276, "harm": 276, "1675294635": 276, "6049662": 276, "1675294637": 276, "9775107": 276, "2475ece651f666f42c155623228c75d2": 277, "2b547b7f20f5541c16d0b5cbcf207502": 277, "licenc": 277, "1d674b4349d2b1ea06aa6419f5f99dd9": 277, "chat": 277, "17b45a168519b8e0ed178d822b7ad8c8": 277, "12f87e1b8a881da6b19cc7f229e16c76": 277, "ago": 277, "determinist": 277, "subsequ": 277, "8b8c3deef5ef47a8009d4afaebfe952": 277, "8e8d380347e6d067240c4c00132d42b1": 277, "c347faaedc1e7e3282d3bfed31700019": 277, "wast": 277, "apprecip": [278, 279], "newest": 278, "hold": 278, "letter": [278, 280], "becam": 278, "evid": 278, "demand": 278, "entiti": 278, "numer": 278, "tild": 278, "caret": 278, "include_prereleas": 278, "henc": 278, "fast": 279, "blown": 279, "intervent": 279, "excit": 280, "youtub": 280, "kkgglzm5ou": 280, "tribe": 280, "026": 280, "requirements_trait": 280, "modular": 280, "redesign": 280, "send": 280, "thorough": 280, "mydeploi": 280, "meaning": 280, "mylib_a": 280, "mylib_b": 280, "034": 280, "new_lockfil": 280, "enviro": 280, "shorten": 280, "short_path": 280, "incredibuild": 280, "sigstor": 280, "accur": 280, "bulk": 280, "myvers": 280}, "objects": {"conan.api.conan_api": [[171, 0, 1, "", "ConanAPI"]], "conan.api.subapi.command": [[170, 0, 1, "", "CommandAPI"]], "conan.api.subapi.config": [[172, 0, 1, "", "ConfigAPI"]], "conan.api.subapi.config.ConfigAPI": [[172, 1, 1, "", "global_conf"], [172, 1, 1, "", "settings_yml"]], "conan.api.subapi.download": [[173, 0, 1, "", "DownloadAPI"]], "conan.api.subapi.download.DownloadAPI": [[173, 2, 1, "", "download_full"], [173, 2, 1, "", "package"], [173, 2, 1, "", "recipe"]], "conan.api.subapi.export": [[174, 0, 1, "", "ExportAPI"]], "conan.api.subapi.graph": [[175, 0, 1, "", "GraphAPI"]], "conan.api.subapi.graph.GraphAPI": [[175, 2, 1, "", "analyze_binaries"], [175, 2, 1, "", "load_graph"], [175, 2, 1, "", "load_root_test_conanfile"]], "conan.api.subapi.install": [[176, 0, 1, "", "InstallAPI"]], "conan.api.subapi.install.InstallAPI": [[176, 2, 1, "", "install_binaries"], [176, 2, 1, "", "install_consumer"], [176, 2, 1, "", "install_sources"], [176, 2, 1, "", "install_system_requires"]], "conan.api.subapi.list": [[177, 0, 1, "", "ListAPI"]], "conan.api.subapi.list.ListAPI": [[177, 2, 1, "", "filter_packages_configurations"]], "conan.api.subapi.new": [[178, 0, 1, "", "NewAPI"]], "conan.api.subapi.new.NewAPI": [[178, 2, 1, "", "get_home_template"], [178, 2, 1, "", "get_template"]], "conan.api.subapi.profiles": [[179, 0, 1, "", "ProfilesAPI"]], "conan.api.subapi.profiles.ProfilesAPI": [[179, 2, 1, "", "detect"], [179, 2, 1, "", "get_default_build"], [179, 2, 1, "", "get_default_host"], [179, 2, 1, "", "get_path"], [179, 2, 1, "", "get_profile"], [179, 2, 1, "", "list"]], "conan.api.subapi.remotes": [[180, 0, 1, "", "RemotesAPI"]], "conan.api.subapi.remotes.RemotesAPI": [[180, 2, 1, "", "add"], [180, 2, 1, "", "disable"], [180, 2, 1, "", "enable"], [180, 2, 1, "", "get"], [180, 2, 1, "", "list"], [180, 2, 1, "", "remove"], [180, 2, 1, "", "rename"], [180, 2, 1, "", "update"], [180, 2, 1, "", "user_login"], [180, 2, 1, "", "user_logout"]], "conan.api.subapi.remove": [[181, 0, 1, "", "RemoveAPI"]], "conan.api.subapi.search": [[182, 0, 1, "", "SearchAPI"]], "conan.api.subapi.upload": [[183, 0, 1, "", "UploadAPI"]], "conan.api.subapi.upload.UploadAPI": [[183, 2, 1, "", "check_upstream"], [183, 2, 1, "", "prepare"], [183, 2, 1, "", "upload_full"]], "conan.tools.android": [[186, 3, 1, "", "android_abi"]], "conan.tools.apple": [[188, 0, 1, "", "XCRun"], [188, 3, 1, "", "fix_apple_shared_install_name"], [188, 3, 1, "", "is_apple_os"], [188, 3, 1, "", "to_apple_arch"]], "conan.tools.apple.XCRun": [[188, 1, 1, "", "ar"], [188, 1, 1, "", "cc"], [188, 1, 1, "", "cxx"], [188, 2, 1, "", "find"], [188, 1, 1, "", "install_name_tool"], [188, 1, 1, "", "libtool"], [188, 1, 1, "", "otool"], [188, 1, 1, "", "ranlib"], [188, 1, 1, "", "sdk_path"], [188, 1, 1, "", "sdk_platform_path"], [188, 1, 1, "", "sdk_platform_version"], [188, 1, 1, "", "sdk_version"], [188, 1, 1, "", "strip"]], "conan.tools.apple.xcodebuild": [[189, 0, 1, "", "XcodeBuild"]], "conan.tools.apple.xcodebuild.XcodeBuild": [[189, 2, 1, "", "__init__"], [189, 2, 1, "", "build"]], "conan.tools.build.cppstd": [[192, 3, 1, "", "check_max_cppstd"], [192, 3, 1, "", "check_min_cppstd"], [192, 3, 1, "", "default_cppstd"], [192, 3, 1, "", "supported_cppstd"], [192, 3, 1, "", "valid_max_cppstd"], [192, 3, 1, "", "valid_min_cppstd"]], "conan.tools.build.cpu": [[192, 3, 1, "", "build_jobs"]], "conan.tools.build.cross_building": [[192, 3, 1, "", "can_run"], [192, 3, 1, "", "cross_building"]], "conan.tools.build.flags": [[192, 3, 1, "", "cppstd_flag"]], "conan.tools.cmake.cmake": [[194, 0, 1, "", "CMake"]], "conan.tools.cmake.cmake.CMake": [[194, 2, 1, "", "build"], [194, 2, 1, "", "configure"], [194, 2, 1, "", "ctest"], [194, 2, 1, "", "install"], [194, 2, 1, "", "test"]], "conan.tools.cmake.cmakedeps.cmakedeps": [[196, 0, 1, "", "CMakeDeps"]], "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps": [[196, 2, 1, "", "generate"], [196, 2, 1, "", "get_cmake_package_name"], [196, 2, 1, "", "get_find_mode"], [196, 2, 1, "", "set_property"]], "conan.tools.cmake.layout": [[195, 3, 1, "", "cmake_layout"]], "conan.tools.cmake.toolchain.toolchain": [[197, 0, 1, "", "CMakeToolchain"]], "conan.tools.cmake.toolchain.toolchain.CMakeToolchain": [[197, 2, 1, "", "generate"]], "conan.tools.env.environment": [[201, 0, 1, "", "EnvVars"], [200, 0, 1, "", "Environment"]], "conan.tools.env.environment.EnvVars": [[201, 2, 1, "", "apply"], [201, 2, 1, "", "get"], [201, 2, 1, "", "items"], [201, 2, 1, "", "save_script"]], "conan.tools.env.environment.Environment": [[200, 2, 1, "", "append"], [200, 2, 1, "", "append_path"], [200, 2, 1, "", "compose_env"], [200, 2, 1, "", "define"], [200, 2, 1, "", "deploy_base_folder"], [200, 2, 1, "", "dumps"], [200, 2, 1, "", "prepend"], [200, 2, 1, "", "prepend_path"], [200, 2, 1, "", "remove"], [200, 2, 1, "", "unset"], [200, 2, 1, "", "vars"]], "conan.tools.env.virtualbuildenv": [[202, 0, 1, "", "VirtualBuildEnv"]], "conan.tools.env.virtualbuildenv.VirtualBuildEnv": [[202, 2, 1, "", "environment"], [202, 2, 1, "", "generate"], [202, 2, 1, "", "vars"]], "conan.tools.env.virtualrunenv": [[203, 0, 1, "", "VirtualRunEnv"]], "conan.tools.env.virtualrunenv.VirtualRunEnv": [[203, 2, 1, "", "environment"], [203, 2, 1, "", "generate"], [203, 2, 1, "", "vars"]], "conan.tools.files": [[205, 3, 1, "", "collect_libs"]], "conan.tools.files.conandata": [[205, 3, 1, "", "trim_conandata"], [205, 3, 1, "", "update_conandata"]], "conan.tools.files.copy_pattern": [[205, 3, 1, "", "copy"]], "conan.tools.files.files": [[205, 3, 1, "", "chdir"], [206, 3, 1, "", "check_md5"], [206, 3, 1, "", "check_sha1"], [206, 3, 1, "", "check_sha256"], [207, 3, 1, "", "download"], [207, 3, 1, "", "ftp_download"], [207, 3, 1, "", "get"], [205, 3, 1, "", "load"], [205, 3, 1, "", "mkdir"], [205, 3, 1, "", "rename"], [205, 3, 1, "", "replace_in_file"], [205, 3, 1, "", "rm"], [205, 3, 1, "", "rmdir"], [205, 3, 1, "", "save"], [205, 3, 1, "", "unzip"]], "conan.tools.files.patches": [[209, 3, 1, "", "apply_conandata_patches"], [209, 3, 1, "", "export_conandata_patches"], [209, 3, 1, "", "patch"]], "conan.tools.files.symlinks": [[210, 3, 1, "", "absolute_to_relative_symlinks"], [210, 3, 1, "", "remove_broken_symlinks"], [210, 3, 1, "", "remove_external_symlinks"]], "conan.tools.gnu": [[215, 0, 1, "", "MakeDeps"], [216, 0, 1, "", "PkgConfig"], [217, 0, 1, "", "PkgConfigDeps"]], "conan.tools.gnu.MakeDeps": [[215, 2, 1, "", "generate"]], "conan.tools.gnu.PkgConfig": [[216, 2, 1, "", "fill_cpp_info"]], "conan.tools.gnu.PkgConfigDeps": [[217, 1, 1, "", "content"], [217, 2, 1, "", "generate"]], "conan.tools.gnu.autotools": [[212, 0, 1, "", "Autotools"]], "conan.tools.gnu.autotools.Autotools": [[212, 2, 1, "", "autoreconf"], [212, 2, 1, "", "configure"], [212, 2, 1, "", "install"], [212, 2, 1, "", "make"]], "conan.tools.gnu.autotoolsdeps": [[213, 0, 1, "", "AutotoolsDeps"]], "conan.tools.gnu.autotoolsdeps.AutotoolsDeps": [[213, 1, 1, "", "environment"]], "conan.tools.gnu.autotoolstoolchain": [[214, 0, 1, "", "AutotoolsToolchain"]], "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain": [[214, 2, 1, "", "update_autoreconf_args"], [214, 2, 1, "", "update_configure_args"], [214, 2, 1, "", "update_make_args"]], "conan.tools.google": [[219, 0, 1, "", "Bazel"], [220, 0, 1, "", "BazelDeps"], [221, 0, 1, "", "BazelToolchain"]], "conan.tools.google.Bazel": [[219, 2, 1, "", "build"], [219, 2, 1, "", "test"]], "conan.tools.google.BazelDeps": [[220, 4, 1, "", "build_context_activated"], [220, 2, 1, "", "generate"]], "conan.tools.google.BazelToolchain": [[221, 4, 1, "", "compilation_mode"], [221, 4, 1, "", "compiler"], [221, 4, 1, "", "conlyopt"], [221, 4, 1, "", "copt"], [221, 4, 1, "", "cppstd"], [221, 4, 1, "", "cpu"], [221, 4, 1, "", "crosstool_top"], [221, 4, 1, "", "cxxopt"], [221, 4, 1, "", "dynamic_mode"], [221, 4, 1, "", "force_pic"], [221, 2, 1, "", "generate"], [221, 4, 1, "", "linkopt"]], "conan.tools.intel": [[222, 0, 1, "", "IntelCC"]], "conan.tools.intel.IntelCC": [[222, 4, 1, "", "arch"], [222, 1, 1, "", "command"], [222, 2, 1, "", "generate"], [222, 1, 1, "", "installation_path"], [222, 1, 1, "", "ms_toolset"]], "conan.tools.meson": [[225, 0, 1, "", "Meson"], [226, 0, 1, "", "MesonToolchain"]], "conan.tools.meson.Meson": [[225, 2, 1, "", "build"], [225, 2, 1, "", "configure"], [225, 2, 1, "", "install"], [225, 2, 1, "", "test"]], "conan.tools.meson.MesonToolchain": [[226, 4, 1, "", "apple_arch_flag"], [226, 4, 1, "", "apple_isysroot_flag"], [226, 4, 1, "", "apple_min_version_flag"], [226, 4, 1, "", "ar"], [226, 4, 1, "", "as_"], [226, 4, 1, "", "c"], [226, 4, 1, "", "c_args"], [226, 4, 1, "", "c_ld"], [226, 4, 1, "", "c_link_args"], [226, 4, 1, "", "cpp"], [226, 4, 1, "", "cpp_args"], [226, 4, 1, "", "cpp_ld"], [226, 4, 1, "", "cpp_link_args"], [226, 4, 1, "", "cross_build"], [226, 2, 1, "", "generate"], [226, 4, 1, "", "ld"], [226, 4, 1, "", "objc"], [226, 4, 1, "", "objc_args"], [226, 4, 1, "", "objc_link_args"], [226, 4, 1, "", "objcpp"], [226, 4, 1, "", "objcpp_args"], [226, 4, 1, "", "objcpp_link_args"], [226, 4, 1, "", "pkg_config_path"], [226, 4, 1, "", "pkgconfig"], [226, 4, 1, "", "preprocessor_definitions"], [226, 4, 1, "", "project_options"], [226, 4, 1, "", "properties"], [226, 4, 1, "", "strip"], [226, 4, 1, "", "windres"]], "conan.tools.microsoft": [[229, 0, 1, "", "MSBuild"], [230, 0, 1, "", "MSBuildDeps"], [231, 0, 1, "", "MSBuildToolchain"], [233, 0, 1, "", "VCVars"], [228, 3, 1, "", "unix_path"], [234, 3, 1, "", "vs_layout"]], "conan.tools.microsoft.MSBuild": [[229, 2, 1, "", "build"], [229, 2, 1, "", "command"]], "conan.tools.microsoft.MSBuildDeps": [[230, 2, 1, "", "generate"]], "conan.tools.microsoft.MSBuildToolchain": [[231, 2, 1, "", "generate"]], "conan.tools.microsoft.VCVars": [[233, 2, 1, "", "generate"]], "conan.tools.microsoft.visual": [[228, 3, 1, "", "check_min_vs"], [228, 3, 1, "", "is_msvc"], [228, 3, 1, "", "is_msvc_static_runtime"], [228, 3, 1, "", "msvc_runtime_flag"], [228, 3, 1, "", "msvs_toolset"]], "conan.tools.scm": [[237, 0, 1, "", "Version"]], "conan.tools.scm.git": [[236, 0, 1, "", "Git"]], "conan.tools.scm.git.Git": [[236, 2, 1, "", "checkout"], [236, 2, 1, "", "checkout_from_conandata_coordinates"], [236, 2, 1, "", "clone"], [236, 2, 1, "", "commit_in_remote"], [236, 2, 1, "", "coordinates_to_conandata"], [236, 2, 1, "", "fetch_commit"], [236, 2, 1, "", "get_commit"], [236, 2, 1, "", "get_remote_url"], [236, 2, 1, "", "get_repo_root"], [236, 2, 1, "", "get_url_and_commit"], [236, 2, 1, "", "included_files"], [236, 2, 1, "", "is_dirty"], [236, 2, 1, "", "run"]], "conan.tools.system.package_manager": [[240, 0, 1, "", "Apk"], [240, 0, 1, "", "Apt"], [240, 0, 1, "", "Brew"], [240, 0, 1, "", "Chocolatey"], [240, 0, 1, "", "PacMan"], [240, 0, 1, "", "Pkg"], [240, 0, 1, "", "PkgUtil"], [240, 0, 1, "", "Yum"], [240, 0, 1, "", "Zypper"]], "conan.tools.system.package_manager.Apk": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Apt": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Brew": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Chocolatey": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PacMan": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Pkg": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PkgUtil": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Yum": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Zypper": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conans.model.conf.Conf": [[140, 2, 1, "", "append"], [140, 2, 1, "", "define"], [140, 2, 1, "", "prepend"], [140, 2, 1, "", "remove"], [140, 2, 1, "", "unset"], [140, 2, 1, "", "update"]]}, "objtypes": {"0": "py:class", "1": "py:property", "2": "py:method", "3": "py:function", "4": "py:attribute"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "property", "Python property"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"page": 0, "Not": 0, "found": 0, "changelog": 1, "2": [1, 63, 280], "3": 1, "17": 1, "apr": 1, "2024": 1, "25": 1, "mar": 1, "1": [1, 270], "20": 1, "0": [1, 270], "15": 1, "feb": 1, "10": 1, "jan": 1, "16": 1, "21": 1, "dec": 1, "2023": 1, "14": 1, "nov": 1, "13": 1, "28": 1, "sept": 1, "12": 1, "26": 1, "11": 1, "18": 1, "29": 1, "aug": 1, "9": 1, "19": 1, "jul": 1, "8": 1, "7": 1, "jun": 1, "6": 1, "mai": 1, "5": 1, "4": 1, "03": 1, "22": 1, "beta10": 1, "beta9": 1, "31": 1, "beta8": 1, "beta7": 1, "2022": 1, "beta6": 1, "02": 1, "beta5": 1, "beta4": 1, "oct": 1, "beta3": 1, "beta2": 1, "27": 1, "beta1": 1, "devop": 2, "guid": [2, 280], "creat": [3, 4, 5, 6, 19, 24, 26, 28, 36, 47, 58, 61, 64, 93, 110, 122, 201, 245, 255, 259, 277], "an": [3, 28, 253], "artifactori": [3, 71, 245], "backup": [3, 4, 91, 280], "repo": [3, 245], "your": [3, 5, 24, 37, 47, 49, 50, 58, 61, 122, 250, 257, 259], "sourc": [3, 4, 30, 37, 54, 64, 76, 118, 124, 144, 257, 260, 261, 271, 272, 280], "back": 4, "up": [4, 244, 246], "third": [4, 19, 280], "parti": [4, 19, 280], "conan": [4, 12, 21, 26, 28, 31, 32, 36, 44, 46, 47, 50, 56, 57, 58, 61, 63, 74, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 164, 171, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 212, 218, 222, 223, 224, 226, 227, 228, 235, 238, 239, 240, 242, 243, 244, 245, 246, 249, 250, 254, 258, 259, 260, 266, 268, 271, 272, 273, 280], "configur": [4, 22, 23, 69, 74, 86, 122, 131, 137, 151, 154, 165, 190, 196, 222, 230, 240, 251, 253, 258, 260, 276, 280], "overview": 4, "usag": 4, "set": [4, 24, 28, 79, 84, 86, 88, 106, 115, 124, 155, 157, 195, 244, 246, 251, 258, 260, 265], "necessari": 4, "config": [4, 52, 92, 172], "run": [4, 32, 37, 122, 141, 149, 201, 245, 257], "normal": 4, "upload": [4, 6, 13, 91, 120, 183, 247, 277], "packag": [4, 6, 7, 8, 13, 17, 19, 21, 28, 32, 39, 47, 52, 58, 61, 63, 76, 79, 88, 107, 124, 138, 167, 240, 247, 248, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 277, 280], "repositori": [4, 242, 261], "host": [5, 250], "own": [5, 122], "conancent": [5, 8], "binari": [5, 28, 76, 83, 84, 86, 124, 161, 197, 258, 264], "updat": [5, 64, 106, 115], "from": [5, 7, 13, 30, 37, 64, 84, 149, 166, 196, 253, 261, 273, 280], "upstream": 5, "manag": [6, 62, 63, 76, 214, 240, 266, 280], "metadata": [6, 94, 124, 280], "file": [6, 23, 52, 53, 151, 154, 184, 196, 197, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 214, 215, 217, 220, 221, 226, 230, 261, 266, 280], "recip": [6, 32, 44, 74, 79, 84, 88, 107, 149, 185, 257, 258, 260, 265], "hook": [6, 166], "ad": [6, 28, 74, 139, 157], "command": [6, 12, 32, 33, 71, 89, 149, 162, 163, 170, 280], "download": [6, 13, 28, 94, 154, 173, 207, 264], "remov": [6, 13, 88, 95, 112, 115, 116, 181, 265, 273], "test_packag": 6, "save": [7, 91, 205], "restor": [7, 91], "cach": [7, 91, 144, 154, 259, 273, 280], "us": [8, 13, 17, 24, 28, 36, 39, 42, 43, 49, 52, 54, 56, 57, 64, 69, 88, 93, 122, 164, 196, 197, 212, 226, 245, 249, 250, 251, 253, 254, 261, 266, 270, 277], "product": 8, "environ": [8, 22, 137, 159, 200, 201, 214, 232, 260, 280], "repeat": 8, "reproduc": 8, "servic": 8, "reliabl": 8, "complianc": 8, "secur": 8, "control": 8, "custom": [8, 24, 32, 33, 35, 84, 86, 113, 122, 157, 163, 164, 165, 190, 196, 197, 198, 213, 214, 215, 217, 220, 222, 226, 229, 230, 231, 232, 233, 280], "version": [9, 10, 40, 41, 84, 106, 121, 124, 237, 252, 274, 278, 279], "handl": [10, 261], "rang": [10, 252, 278], "pre": [10, 264], "releas": [10, 251], "exampl": [11, 12, 14, 15, 20, 23, 25, 31, 38, 44, 113], "list": [13, 92, 95, 107, 114, 115, 177, 273, 280], "them": 13, "one": 13, "remot": [13, 115, 156, 159, 180, 244, 261], "differ": [13, 40, 41, 79, 251, 277], "build": [13, 25, 26, 27, 28, 30, 46, 49, 54, 56, 57, 71, 76, 86, 90, 93, 100, 101, 124, 126, 140, 141, 192, 197, 212, 226, 249, 250, 251, 254, 257, 264, 267, 270, 271, 272, 280], "conanfil": [14, 15, 16, 20, 26, 79, 106, 123, 150, 253], "method": [14, 54, 84, 125, 240, 253, 257, 260, 266], "layout": [15, 16, 18, 19, 124, 137, 150, 223, 253, 272], "declar": [16, 18, 19, 200], "when": [16, 18, 19, 212], "i": [16, 87, 212], "insid": [16, 42, 52], "subfold": 16, "compon": [17, 21, 140, 190, 260], "edit": [17, 95, 245, 270], "we": 18, "have": 18, "multipl": [18, 21, 251, 260], "subproject": 18, "librari": [19, 21, 74, 140, 157, 212, 251, 257, 258, 260, 263], "package_info": [20, 140, 260], "defin": [21, 28, 79, 190, 260], "provid": [21, 124, 260], "propag": [22, 260], "inform": [22, 28, 62, 84, 124, 139, 140, 154, 198, 260], "consum": [22, 28, 84, 124, 196, 248, 260], "settings_us": [24, 157], "yml": [24, 157, 261], "locat": [24, 32, 37, 163], "new": [24, 26, 113, 157, 178, 279, 280], "cross": [25, 27, 28, 86, 197, 226, 250], "integr": [26, 65, 91, 280], "android": [26, 27, 66, 186, 226], "studio": [26, 30, 61, 74], "project": [26, 46, 49, 56, 57, 196, 249, 257], "introduc": [26, 251, 257, 260], "depend": [26, 30, 36, 37, 39, 40, 41, 46, 51, 79, 84, 85, 124, 135, 230, 251, 256, 260, 270, 275], "txt": [26, 150, 253], "gradl": 26, "conan_android_toolchain": 26, "cmake": [26, 39, 42, 48, 51, 52, 70, 193, 194, 196, 249, 266], "cmakelist": 26, "applic": [26, 28, 250, 251], "ndk": 27, "toolchain": [28, 49, 197], "valid": [28, 147, 253], "settings_build": 28, "settings_target": 28, "id": [28, 88, 107, 251, 258], "test": [28, 119, 141, 146, 184, 257, 263, 268], "develop": [29, 36, 269, 271], "tool": [29, 40, 41, 44, 54, 74, 154, 185, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 218, 222, 223, 224, 227, 228, 235, 238, 239, 240, 254, 265, 266], "flow": [29, 271], "debug": [30, 251], "step": [30, 266], "visual": [30, 61, 74, 228], "extens": [31, 71, 74, 160, 280], "clean": [32, 91], "old": 32, "revis": [32, 79, 107, 252, 277, 280], "code": [32, 37, 257], "tour": [32, 37], "parser": 32, "user": [32, 106, 115, 124, 154, 280], "input": 32, "output": [32, 93, 96, 107, 124, 149], "public": [32, 280], "api": [32, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 280], "builtin": 34, "deploy": [34, 35, 37, 106, 165, 280], "agnost": 36, "deploi": [36, 37, 132], "copi": [37, 205, 253, 266], "all": [37, 76], "graph": [38, 98, 99, 100, 101, 102, 103, 104, 107, 175, 280], "macro": 39, "same": [40, 41, 43], "requir": [40, 41, 43, 93, 106, 124, 141, 145, 150, 184, 230, 253, 265, 279], "option": [40, 79, 84, 86, 88, 106, 124, 141, 150, 155, 195, 226, 251, 258, 260, 275], "modul": [42, 166], "tool_requir": [42, 43, 88, 124, 128, 150, 155], "transpar": 42, "autotool": [45, 46, 47, 67, 212], "simpl": [46, 56, 57, 249, 265], "linux": [46, 79], "maco": [46, 197, 212], "first": [47, 58, 61, 259], "cmaketoolchain": [49, 50, 51, 52, 197], "cmakepreset": [49, 50], "gener": [49, 50, 71, 106, 124, 135, 150, 164, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 226, 230, 253, 260], "extend": [50, 86, 184, 197], "ones": 50, "inject": 51, "arbitrari": 51, "variabl": [51, 137, 159, 190, 197, 200, 201], "xxx": 52, "import": [52, 166, 196, 273], "consider": 52, "interact": 53, "patch": [54, 209, 257], "replace_in_fil": [54, 205], "apply_conandata_patch": [54, 209], "bazel": [55, 56, 68, 219], "meson": [57, 58, 59, 73, 224, 225, 226], "msbuild": [60, 61, 229], "captur": 62, "git": [62, 236, 261], "scm": [62, 235], "credenti": [62, 153], "c": [63, 157, 226, 245, 258], "document": [63, 76], "instal": [64, 69, 71, 74, 92, 106, 176, 196, 266, 271, 280], "pip": 64, "recommend": 64, "known": 64, "issu": 64, "pipx": 64, "system": [64, 76, 145, 157, 239, 240, 257, 280], "self": [64, 135, 137, 272], "contain": 64, "execut": 64, "android_logo": 66, "autotools_logo": 67, "bazel_logo": 68, "clion_logo": 69, "clion": 69, "introduct": [69, 76, 154, 155, 184, 252], "plugin": [69, 84, 168, 280], "cmake_logo": 70, "jfrog_logo": 71, "jfrog": 71, "info": [71, 98, 103, 124], "how": [71, 87, 88, 212, 240, 250], "gnu_make_logo": 72, "makefil": 72, "meson_logo": 73, "visual_studio_logo": 74, "initi": 74, "search": [74, 117, 182], "xcode_logo": 75, "xcode": 75, "open": 76, "decentr": 76, "platform": 76, "compil": [76, 157, 197, 250], "stabl": 76, "commun": [76, 245], "navig": 76, "knowledg": 77, "cheat": 78, "sheet": 78, "faq": 79, "troubleshoot": 79, "error": [79, 253], "miss": 79, "prebuilt": [79, 264], "invalid": 79, "authenticationexcept": 79, "obtain": [79, 200], "window": 79, "py": [79, 84, 123, 253, 280], "doesn": 79, "t": 79, "work": [79, 242, 270], "core": [80, 154], "guidelin": 80, "good": 80, "practic": 80, "forbidden": 80, "video": 81, "refer": [82, 107, 124, 171, 189, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 233, 240], "The": [83, 84, 85], "model": [83, 86, 124, 250, 260, 280], "compat": [84, 129, 161, 258, 280], "erasur": [84, 139], "package_id": [84, 85, 87, 139, 184, 265, 280], "global": [84, 154, 164], "default": [84, 141, 226], "mode": [84, 85, 270], "effect": [85, 184], "non": [85, 253], "emb": [85, 124], "v": [86, 253], "conf": [86, 106, 124, 154, 155, 189, 191, 194, 195, 197, 207, 214, 216, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233], "target": [86, 196], "comput": 87, "influenc": 88, "its": [88, 251], "formatt": [89, 98, 103, 163], "path": [91, 106, 114], "check": 91, "home": 92, "pkg": [92, 97, 240, 271], "show": [92, 114], "add": [95, 109, 115, 157, 256], "export": [96, 97, 124, 133, 174, 271], "format": [96, 107], "json": [98, 103, 107, 153, 156, 158], "order": [100, 101], "merg": [101, 111], "explain": 102, "avail": [103, 130, 131, 139, 240], "dot": 103, "html": [103, 107], "outdat": 104, "inspect": 105, "profil": [106, 114, 155, 168, 179, 250, 280], "name": [106, 124, 163, 217, 220], "channel": [106, 124], "lockfil": [106, 252, 276, 280], "artifact": 107, "filter": 107, "compact": 107, "lock": [108, 109, 110, 111, 112], "templat": [113, 154], "detect": 114, "auth": 115, "disabl": [115, 196], "enabl": 115, "login": [115, 159], "logout": 115, "renam": [115, 205], "server": [122, 246], "paramet": [122, 163], "permiss": 122, "authent": 122, "author": [122, 124], "ssl": 122, "nginx": 122, "subdirectori": 122, "apach": 122, "attribut": [124, 214, 217, 226, 229, 231, 232], "descript": [124, 154], "licens": [124, 266], "topic": 124, "homepag": 124, "url": 124, "build_requir": [124, 128], "test_requir": [124, 128, 150], "python_requir": [124, 164, 184, 273], "python_requires_extend": 124, "exports_sourc": 124, "conan_data": 124, "source_buildenv": 124, "package_typ": [124, 141], "default_opt": 124, "default_build_opt": 124, "options_descript": 124, "package_id_": 124, "non_emb": 124, "python": [124, 169, 184, 280], "unknown": 124, "_mode": 124, "build_polici": 124, "win_bash": 124, "win_bash_run": 124, "folder": [124, 137, 272], "source_fold": 124, "export_sources_fold": 124, "build_fold": 124, "package_fold": 124, "recipe_fold": 124, "recipe_metadata_fold": 124, "package_metadata_fold": 124, "no_copy_sourc": 124, "cpp": [124, 137, 272], "cpp_info": [124, 135, 140], "buildenv_info": [124, 140], "runenv_info": [124, 140], "conf_info": [124, 140], "deprec": [124, 155], "other": [124, 262, 273], "content": [124, 197, 242, 248, 255, 262, 274], "revision_mod": 124, "upload_polici": 124, "required_conan_vers": 124, "implement": [124, 130, 131, 139], "alia": 124, "extension_properti": 124, "build_id": 127, "host_vers": 128, "config_opt": 130, "automat": [130, 131, 139], "auto_shared_fp": [130, 131], "export_sourc": 134, "interfac": [135, 166], "iter": [135, 201], "init": 136, "auto_header_onli": 139, "partial": 139, "properti": [140, 196, 217, 219, 220, 240, 260], "trait": [141, 230], "header": [141, 258, 263], "lib": 141, "visibl": 141, "transitive_head": 141, "transitive_lib": 141, "package_id_mod": 141, "forc": [141, 144], "overrid": [141, 275], "direct": 141, "infer": 141, "each": 141, "kind": 141, "set_nam": 142, "set_vers": 143, "retriev": 144, "system_requir": 145, "collect": 145, "validate_build": 148, "text": 149, "conanrc": 152, "storage_path": 154, "download_cach": 154, "data": [154, 226], "type": [154, 226, 262], "oper": [154, 157, 205], "pattern": [154, 155], "about": [154, 212, 259], "built": [154, 165, 212, 264], "network": 154, "client": 154, "certif": 154, "ux": 154, "skip": 154, "warn": 154, "section": 155, "system_tool": 155, "buildenv": 155, "runenv": 155, "replace_requir": 155, "replace_tool_requir": 155, "platform_requir": 155, "platform_tool_requir": 155, "render": 155, "includ": 155, "msvc": 157, "intel": [157, 222], "cc": 157, "architectur": 157, "standard": 157, "aka": 157, "libcxx": 157, "sub": 157, "valu": 157, "source_credenti": 158, "conan_hom": 159, "conan_default_profil": 159, "termin": 159, "color": 159, "log": 159, "wrapper": [162, 280], "scope": 163, "decor": 163, "conan_command": 163, "group": 163, "none": 163, "conan_subcommand": 163, "argument": [163, 226], "definit": [163, 200], "pars": 163, "full_deploi": 165, "direct_deploi": 165, "structur": 166, "storag": 166, "activ": 166, "share": [166, 212, 251], "offici": 166, "sign": [167, 280], "base": 184, "class": 184, "reus": 184, "resolut": 184, "android_abi": 186, "appl": [187, 188, 226], "fix_apple_shared_install_nam": 188, "is_apple_o": 188, "to_apple_arch": 188, "xcrun": 188, "xcodebuild": 189, "xcodedep": 190, "addit": 190, "support": [190, 197, 230, 253], "xcodetoolchain": 191, "build_job": 192, "cross_build": 192, "can_run": 192, "cppstd": 192, "check_min_cppstd": 192, "check_max_cppstd": 192, "valid_min_cppstd": 192, "valid_max_cppstd": 192, "default_cppstd": 192, "supported_cppstd": 192, "cppstd_flag": 192, "cmake_layout": 195, "multi": [195, 276, 280], "cmakedep": 196, "build_context_activ": [196, 217, 220], "build_context_suffix": [196, 217], "build_context_build_modul": 196, "check_components_exist": 196, "overwrit": 196, "side": 196, "set_properti": 196, "For": 196, "map": 196, "": [196, 280], "preprocessor_definit": [197, 226], "cache_vari": 197, "user_presets_path": 197, "presets_build_environ": 197, "presets_run_environ": 197, "extra": 197, "flag": [197, 215], "presets_prefix": 197, "advanc": 197, "block": 197, "univers": 197, "cppinfo": 198, "aggreg": 198, "env": 199, "composit": 200, "envvar": 201, "appli": 201, "virtualbuildenv": 202, "virtualrunenv": 203, "basic": 205, "load": 205, "rm": 205, "mkdir": 205, "rmdir": 205, "chdir": 205, "unzip": 205, "update_conandata": 205, "trim_conandata": 205, "collect_lib": 205, "checksum": 206, "check_md5": 206, "check_sha1": 206, "check_sha256": 206, "get": 207, "ftp_download": 207, "autopackag": 208, "export_conandata_patch": 209, "symlink": [210, 266], "absolute_to_relative_symlink": 210, "remove_external_symlink": 210, "remove_broken_symlink": 210, "gnu": 211, "A": [212, 259, 265], "note": [212, 259], "relocat": 212, "helper": 212, "why": 212, "thi": 212, "problem": 212, "address": 212, "autotoolsdep": 213, "autotoolstoolchain": 214, "configure_arg": 214, "make_arg": 214, "autoreconf_arg": 214, "makedep": 215, "pkgconfig": 216, "pkgconfigdep": 217, "build_context_fold": 217, "googl": 218, "bazeldep": 220, "bazeltoolchain": 221, "intelcc": 222, "predefin": 223, "basic_layout": 223, "mesontoolchain": 226, "conan_meson_n": 226, "ini": 226, "conan_meson_cross": 226, "directori": 226, "project_opt": 226, "proper": 226, "object": 226, "microsoft": [227, 228], "check_min_v": 228, "msvc_runtime_flag": 228, "is_msvc": 228, "is_msvc_static_runtim": 228, "msvs_toolset": 228, "subsystem": 228, "unix_path": 228, "msbuilddep": 230, "msbuildtoolchain": 231, "nmakedep": 232, "nmaketoolchain": 232, "constructor": 232, "vcvar": 233, "vs_layout": 234, "scon": 238, "sconsdep": 238, "package_manag": 240, "affect": 240, "ar": 240, "invok": 240, "apk": 240, "apt": 240, "yum": 240, "dnf": 240, "pacman": 240, "zypper": 240, "brew": 240, "pkgutil": 240, "chocolatei": 240, "tutori": 241, "tabl": [242, 248, 255, 262, 274], "contribut": 243, "center": 243, "ce": 245, "context": 250, "two": 250, "static": 251, "modifi": 251, "link": 251, "between": 251, "concept": 251, "understand": [253, 272], "flexibl": 253, "rais": 253, "condit": 253, "resourc": 253, "chang": [257, 260], "condition": 257, "select": 257, "onli": [258, 263], "specif": 260, "zip": 261, "store": 261, "branch": 261, "conandata": 261, "local": [264, 269], "alreadi": 264, "prepar": 267, "put": 270, "sai": 270, "revert": 270, "featur": 273, "unus": 273, "conflict": 275, "resolv": 275, "evolv": 276, "semant": 278, "express": 278, "autom": 279, "what": 280, "migrat": 280, "cli": 280, "checker": 280, "immut": 280, "optim": 280}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 60}, "alltitles": {"Page Not Found": [[0, "page-not-found"]], "Changelog": [[1, "changelog"]], "2.2.3 (17-Apr-2024)": [[1, "apr-2024"]], "2.2.2 (25-Mar-2024)": [[1, "mar-2024"]], "2.2.1 (20-Mar-2024)": [[1, "id5"]], "2.2.0 (20-Mar-2024)": [[1, "id7"]], "2.1.0 (15-Feb-2024)": [[1, "feb-2024"]], "2.0.17 (10-Jan-2024)": [[1, "jan-2024"]], "2.0.16 (21-Dec-2023)": [[1, "dec-2023"]], "2.0.15 (20-Dec-2023)": [[1, "id134"]], "2.0.14 (14-Nov-2023)": [[1, "nov-2023"]], "2.0.13 (28-Sept-2023)": [[1, "sept-2023"]], "2.0.12 (26-Sept-2023)": [[1, "id216"]], "2.0.11 (18-Sept-2023)": [[1, "id228"]], "2.0.10 (29-Aug-2023)": [[1, "aug-2023"]], "2.0.9 (19-Jul-2023)": [[1, "jul-2023"]], "2.0.8 (13-Jul-2023)": [[1, "id314"]], "2.0.7 (21-Jun-2023)": [[1, "jun-2023"]], "2.0.6 (26-May-2023)": [[1, "may-2023"]], "2.0.5 (18-May-2023)": [[1, "id383"]], "2.0.4 (11-Apr-2023)": [[1, "apr-2023"]], "2.0.3 (03-Apr-2023)": [[1, "id443"]], "2.0.2 (15-Mar-2023)": [[1, "mar-2023"]], "2.0.1 (03-Mar-2023)": [[1, "id492"]], "2.0.0 (22-Feb-2023)": [[1, "feb-2023"]], "2.0.0-beta10 (16-Feb-2023)": [[1, "beta10-16-feb-2023"]], "2.0.0-beta9 (31-Jan-2023)": [[1, "beta9-31-jan-2023"]], "2.0.0-beta8 (12-Jan-2023)": [[1, "beta8-12-jan-2023"]], "2.0.0-beta7 (22-Dec-2022)": [[1, "beta7-22-dec-2022"]], "2.0.0-beta6 (02-Dec-2022)": [[1, "beta6-02-dec-2022"]], "2.0.0-beta5 (11-Nov-2022)": [[1, "beta5-11-nov-2022"]], "2.0.0-beta4 (11-Oct-2022)": [[1, "beta4-11-oct-2022"]], "2.0.0-beta3 (12-Sept-2022)": [[1, "beta3-12-sept-2022"]], "2.0.0-beta2 (27-Jul-2022)": [[1, "beta2-27-jul-2022"]], "2.0.0-beta1 (20-Jun-2022)": [[1, "beta1-20-jun-2022"]], "Devops guide": [[2, "devops-guide"]], "Creating an Artifactory backup repo for your sources": [[3, "creating-an-artifactory-backup-repo-for-your-sources"]], "Backing up third-party sources with Conan": [[4, "backing-up-third-party-sources-with-conan"]], "Configuration overview": [[4, "configuration-overview"]], "Usage": [[4, "usage"]], "Setting up the necessary configs": [[4, "setting-up-the-necessary-configs"]], "Run Conan as normal": [[4, "run-conan-as-normal"]], "Upload the packages": [[4, "upload-the-packages"]], "Creating the backup repository": [[4, "creating-the-backup-repository"]], "Creating and hosting your own ConanCenter binaries": [[5, "creating-and-hosting-your-own-conancenter-binaries"]], "Updating from upstream": [[5, "updating-from-upstream"]], "Managing package metadata files": [[6, "managing-package-metadata-files"]], "Creating metadata in recipes": [[6, "creating-metadata-in-recipes"]], "Creating metadata with hooks": [[6, "creating-metadata-with-hooks"]], "Adding metadata with commands": [[6, "adding-metadata-with-commands"]], "Uploading metadata": [[6, "uploading-metadata"]], "Downloading metadata": [[6, "downloading-metadata"], [94, "downloading-metadata"]], "Removing metadata": [[6, "removing-metadata"]], "test_package as metadata": [[6, "test-package-as-metadata"]], "Save and restore packages from/to the cache": [[7, "save-and-restore-packages-from-to-the-cache"]], "Using ConanCenter packages in production environments": [[8, "using-conancenter-packages-in-production-environments"]], "Repeatability and reproducibility": [[8, "repeatability-and-reproducibility"]], "Service reliability": [[8, "service-reliability"]], "Compliance and security": [[8, "compliance-and-security"]], "Control and customization": [[8, "control-and-customization"]], "Versioning": [[9, "versioning"], [274, "versioning"]], "Handling version ranges and pre-releases": [[10, "handling-version-ranges-and-pre-releases"]], "Examples": [[11, "examples"], [113, "examples"]], "Conan commands examples": [[12, "conan-commands-examples"]], "Using packages-lists": [[13, "using-packages-lists"]], "Listing packages and downloading them": [[13, "listing-packages-and-downloading-them"]], "Downloading from one remote and uploading to a different remote": [[13, "downloading-from-one-remote-and-uploading-to-a-different-remote"]], "Building and uploading packages": [[13, "building-and-uploading-packages"]], "Removing packages lists": [[13, "removing-packages-lists"]], "ConanFile methods examples": [[14, "conanfile-methods-examples"]], "ConanFile layout() examples": [[15, "conanfile-layout-examples"]], "Declaring the layout when the Conanfile is inside a subfolder": [[16, "declaring-the-layout-when-the-conanfile-is-inside-a-subfolder"]], "Using components and editable packages": [[17, "using-components-and-editable-packages"]], "Declaring the layout when we have multiple subprojects": [[18, "declaring-the-layout-when-we-have-multiple-subprojects"]], "Declaring the layout when creating packages for third-party libraries": [[19, "declaring-the-layout-when-creating-packages-for-third-party-libraries"]], "ConanFile package_info() examples": [[20, "conanfile-package-info-examples"]], "Define components for Conan packages that provide multiple libraries": [[21, "define-components-for-conan-packages-that-provide-multiple-libraries"], [260, "define-components-for-conan-packages-that-provide-multiple-libraries"]], "Propagating environment or configuration information to consumers": [[22, "propagating-environment-or-configuration-information-to-consumers"], [260, "propagating-environment-or-configuration-information-to-consumers"]], "Configuration files examples": [[23, "configuration-files-examples"]], "Customize your settings: create your settings_user.yml": [[24, "customize-your-settings-create-your-settings-user-yml"]], "Locate the settings_user.yml": [[24, "locate-the-settings-user-yml"]], "Use your new settings": [[24, "use-your-new-settings"]], "Cross-building examples": [[25, "cross-building-examples"]], "Integrating Conan in Android Studio": [[26, "integrating-conan-in-android-studio"]], "Creating a new project": [[26, "creating-a-new-project"]], "Introducing dependencies with Conan": [[26, "introducing-dependencies-with-conan"]], "conanfile.txt": [[26, "conanfile-txt"], [150, "conanfile-txt"]], "build.gradle": [[26, "build-gradle"]], "conan_android_toolchain.cmake": [[26, "conan-android-toolchain-cmake"]], "CMakeLists.txt": [[26, "cmakelists-txt"]], "Building the application": [[26, "building-the-application"]], "Cross building to Android with the NDK": [[27, "cross-building-to-android-with-the-ndk"]], "Creating a Conan package for a toolchain": [[28, "creating-a-conan-package-for-a-toolchain"]], "Validating the toolchain package: settings, settings_build and settings_target": [[28, "validating-the-toolchain-package-settings-settings-build-and-settings-target"]], "Downloading the binaries for the toolchain and packaging it": [[28, "downloading-the-binaries-for-the-toolchain-and-packaging-it"]], "Adding settings_target to the Package ID information": [[28, "adding-settings-target-to-the-package-id-information"]], "Define information for consumers": [[28, "define-information-for-consumers"]], "Testing the Conan toolchain package": [[28, "testing-the-conan-toolchain-package"]], "Cross-build an application using the toolchain": [[28, "cross-build-an-application-using-the-toolchain"]], "Developer tools and flows": [[29, "developer-tools-and-flows"]], "Debugging and stepping into dependencies": [[30, "debugging-and-stepping-into-dependencies"]], "Building from source": [[30, "building-from-source"]], "Step into a dependency with Visual Studio": [[30, "step-into-a-dependency-with-visual-studio"]], "Conan extensions examples": [[31, "conan-extensions-examples"]], "Custom command: Clean old recipe and package revisions": [[32, "custom-command-clean-old-recipe-and-package-revisions"]], "Locate the command": [[32, "locate-the-command"]], "Run it": [[32, "run-it"], [37, "run-it"]], "Code tour": [[32, "code-tour"], [37, "code-tour"]], "parser": [[32, "parser"]], "User input and user output": [[32, "user-input-and-user-output"]], "Conan public API": [[32, "conan-public-api"]], "Custom commands": [[33, "custom-commands"], [163, "custom-commands"]], "Builtin deployers": [[34, "builtin-deployers"]], "Custom deployers": [[35, "custom-deployers"], [165, "custom-deployers"]], "Creating a Conan-agnostic deploy of dependencies for developer use": [[36, "creating-a-conan-agnostic-deploy-of-dependencies-for-developer-use"]], "Copy sources from all your dependencies": [[37, "copy-sources-from-all-your-dependencies"]], "Locate the deployer": [[37, "locate-the-deployer"]], "deploy()": [[37, "deploy"], [132, "deploy"]], "Graph examples": [[38, "graph-examples"]], "Use a CMake macro packaged in a dependency": [[39, "use-a-cmake-macro-packaged-in-a-dependency"]], "Depending on same version of a tool-require with different options": [[40, "depending-on-same-version-of-a-tool-require-with-different-options"]], "Depending on different versions of the same tool-require": [[41, "depending-on-different-versions-of-the-same-tool-require"]], "Use cmake modules inside a tool_requires transparently": [[42, "use-cmake-modules-inside-a-tool-requires-transparently"]], "Using the same requirement as a requires and as a tool_requires": [[43, "using-the-same-requirement-as-a-requires-and-as-a-tool-requires"]], "Conan recipe tools examples": [[44, "conan-recipe-tools-examples"]], "Autotools": [[45, "autotools"], [212, "autotools"]], "Build a simple Autotools project with Conan dependencies": [[46, "build-a-simple-autotools-project-with-conan-dependencies"]], "Building on Linux and macOS": [[46, "building-on-linux-and-macos"]], "Create your first Conan package with Autotools": [[47, "create-your-first-conan-package-with-autotools"]], "CMake": [[48, "cmake"], [194, "cmake"]], "CMakeToolchain: Building your project using CMakePresets": [[49, "cmaketoolchain-building-your-project-using-cmakepresets"]], "Generating the toolchain": [[49, "generating-the-toolchain"]], "Building the project using CMakePresets": [[49, "building-the-project-using-cmakepresets"]], "CMakeToolchain: Extending your CMakePresets with Conan generated ones": [[50, "cmaketoolchain-extending-your-cmakepresets-with-conan-generated-ones"]], "CMakeToolchain: Inject arbitrary CMake variables into dependencies": [[51, "cmaketoolchain-inject-arbitrary-cmake-variables-into-dependencies"]], "CMakeToolchain: Using xxx-config.cmake files inside packages": [[52, "cmaketoolchain-using-xxx-config-cmake-files-inside-packages"]], "Important considerations": [[52, "important-considerations"]], "File interaction": [[53, "file-interaction"]], "Patching sources": [[54, "patching-sources"]], "Patching using \u2018replace_in_file\u2019": [[54, "patching-using-replace-in-file"]], "in source() method": [[54, "in-source-method"]], "in build() method": [[54, "in-build-method"]], "Patching using \u201cpatch\u201d tool": [[54, "patching-using-patch-tool"]], "Patching using \u201capply_conandata_patches\u201d tool": [[54, "patching-using-apply-conandata-patches-tool"]], "Bazel": [[55, "bazel"], [219, "bazel"]], "Build a simple Bazel project using Conan": [[56, "build-a-simple-bazel-project-using-conan"]], "Build a simple Meson project using Conan": [[57, "build-a-simple-meson-project-using-conan"]], "Create your first Conan package with Meson": [[58, "create-your-first-conan-package-with-meson"]], "Meson": [[59, "meson"], [225, "meson"]], "MSBuild": [[60, "msbuild"], [229, "msbuild"]], "Create your first Conan package with Visual Studio/MSBuild": [[61, "create-your-first-conan-package-with-visual-studio-msbuild"]], "Capturing Git scm information": [[62, "capturing-git-scm-information"]], "Credentials management": [[62, "credentials-management"]], "Conan 2 - C and C++ Package Manager Documentation": [[63, "conan-2-c-and-c-package-manager-documentation"]], "Install": [[64, "install"]], "Install with pip (recommended)": [[64, "install-with-pip-recommended"]], "Known installation issues with pip": [[64, "known-installation-issues-with-pip"]], "Update": [[64, "update"], [106, "update"]], "Install with pipx": [[64, "install-with-pipx"]], "Use a system installer or create a self-contained executable": [[64, "use-a-system-installer-or-create-a-self-contained-executable"]], "Install from source": [[64, "install-from-source"]], "Integrations": [[65, "integrations"]], "android_logo Android": [[66, "android-logo-android"]], "autotools_logo Autotools": [[67, "autotools-logo-autotools"]], "bazel_logo Bazel": [[68, "bazel-logo-bazel"]], "clion_logo CLion": [[69, "clion-logo-clion"]], "Introduction": [[69, "introduction"], [76, "introduction"], [184, "introduction"]], "Installing the plugin": [[69, "installing-the-plugin"]], "Configuring the plugin": [[69, "configuring-the-plugin"]], "Using the plugin": [[69, "using-the-plugin"]], "cmake_logo CMake": [[70, "cmake-logo-cmake"]], "jfrog_logo JFrog": [[71, "jfrog-logo-jfrog"]], "Artifactory Build Info": [[71, "artifactory-build-info"]], "How to install the build info extension commands": [[71, "how-to-install-the-build-info-extension-commands"]], "Generating a Build Info": [[71, "generating-a-build-info"]], "gnu_make_logo Makefile": [[72, "gnu-make-logo-makefile"]], "meson_logo Meson": [[73, "meson-logo-meson"]], "visual_studio_logo Visual Studio": [[74, "visual-studio-logo-visual-studio"]], "Recipe tools for Visual Studio": [[74, "recipe-tools-for-visual-studio"]], "Conan extension for Visual Studio": [[74, "conan-extension-for-visual-studio"]], "Installation": [[74, "installation"]], "Initial Configuration": [[74, "initial-configuration"]], "Searching and Adding Libraries": [[74, "searching-and-adding-libraries"]], "xcode_logo Xcode": [[75, "xcode-logo-xcode"]], "Open Source": [[76, "open-source"]], "Decentralized package manager": [[76, "decentralized-package-manager"]], "Binary management": [[76, "binary-management"]], "All platforms, all build systems and compilers": [[76, "all-platforms-all-build-systems-and-compilers"]], "Stable": [[76, "stable"]], "Community": [[76, "community"]], "Navigating the documentation": [[76, "navigating-the-documentation"]], "Knowledge": [[77, "knowledge"]], "Cheat sheet": [[78, "cheat-sheet"]], "FAQ": [[79, "faq"]], "Troubleshooting": [[79, "troubleshooting"]], "ERROR: Missing prebuilt package": [[79, "error-missing-prebuilt-package"]], "ERROR: Invalid setting": [[79, "error-invalid-setting"]], "ERROR: AuthenticationException:": [[79, "error-authenticationexception"]], "ERROR: Obtaining different revisions in Linux and Windows": [[79, "error-obtaining-different-revisions-in-linux-and-windows"]], "Defining options for dependencies in conanfile.py recipes doesn\u2019t work": [[79, "defining-options-for-dependencies-in-conanfile-py-recipes-doesn-t-work"]], "Core guidelines": [[80, "core-guidelines"]], "Good practices": [[80, "good-practices"]], "Forbidden practices": [[80, "forbidden-practices"]], "Videos": [[81, "videos"]], "Reference": [[82, "reference"], [189, "reference"], [194, "reference"], [195, "reference"], [196, "reference"], [197, "reference"], [200, "reference"], [201, "reference"], [202, "reference"], [203, "reference"], [212, "reference"], [213, "reference"], [214, "reference"], [215, "reference"], [216, "reference"], [217, "reference"], [219, "reference"], [220, "reference"], [221, "reference"], [222, "reference"], [225, "reference"], [226, "reference"], [229, "reference"], [230, "reference"], [231, "reference"], [233, "reference"], [240, "reference"], [240, "id4"], [240, "id6"], [240, "id7"], [240, "id8"], [240, "id9"], [240, "id10"], [240, "id11"], [240, "id12"]], "The binary model": [[83, "the-binary-model"]], "Customizing the binary compatibility": [[84, "customizing-the-binary-compatibility"]], "Customizing binary compatibility of settings and options": [[84, "customizing-binary-compatibility-of-settings-and-options"]], "Information erasure in package_id() method": [[84, "information-erasure-in-package-id-method"]], "The compatibility() method": [[84, "the-compatibility-method"]], "The compatibility.py plugin": [[84, "the-compatibility-py-plugin"]], "Customizing binary compatibility of dependencies versions": [[84, "customizing-binary-compatibility-of-dependencies-versions"]], "Global default package_id modes": [[84, "global-default-package-id-modes"]], "Custom package_id modes for recipe consumers": [[84, "custom-package-id-modes-for-recipe-consumers"]], "Custom package_id from recipe dependencies": [[84, "custom-package-id-from-recipe-dependencies"]], "The effect of dependencies on package_id": [[85, "the-effect-of-dependencies-on-package-id"]], "Non-embed mode": [[85, "non-embed-mode"]], "Embed mode": [[85, "embed-mode"]], "Extending the binary model": [[86, "extending-the-binary-model"]], "Custom settings": [[86, "custom-settings"]], "Custom options": [[86, "custom-options"]], "Settings vs options vs conf": [[86, "settings-vs-options-vs-conf"]], "Custom configuration": [[86, "custom-configuration"]], "Cross build target settings": [[86, "cross-build-target-settings"]], "How the package_id is computed": [[87, "how-the-package-id-is-computed"]], "How settings and options of a recipe influence its package ID": [[88, "how-settings-and-options-of-a-recipe-influence-its-package-id"]], "How settings influence the package ID": [[88, "how-settings-influence-the-package-id"]], "Removing settings for a package used as a tool_require": [[88, "removing-settings-for-a-package-used-as-a-tool-require"]], "How options influence the package ID": [[88, "how-options-influence-the-package-id"]], "Commands": [[89, "commands"]], "Command formatters": [[89, "command-formatters"]], "conan build": [[90, "conan-build"], [271, "conan-build"]], "conan cache": [[91, "conan-cache"]], "conan cache path": [[91, "conan-cache-path"]], "conan cache clean": [[91, "conan-cache-clean"]], "conan cache check-integrity": [[91, "conan-cache-check-integrity"]], "conan cache backup-upload": [[91, "conan-cache-backup-upload"]], "conan cache save": [[91, "conan-cache-save"]], "conan cache restore": [[91, "conan-cache-restore"]], "conan config": [[92, "conan-config"]], "conan config home": [[92, "conan-config-home"]], "conan config install": [[92, "conan-config-install"]], "conan config install-pkg": [[92, "conan-config-install-pkg"]], "conan config list": [[92, "conan-config-list"]], "conan config show": [[92, "conan-config-show"]], "conan create": [[93, "conan-create"]], "Using conan create with build requirements": [[93, "using-conan-create-with-build-requirements"]], "Conan create output": [[93, "conan-create-output"]], "conan download": [[94, "conan-download"]], "conan editable": [[95, "conan-editable"]], "conan editable add": [[95, "conan-editable-add"]], "conan editable remove": [[95, "conan-editable-remove"]], "conan editable list": [[95, "conan-editable-list"]], "conan export": [[96, "conan-export"]], "Output Formats": [[96, "output-formats"]], "conan export-pkg": [[97, "conan-export-pkg"], [271, "conan-export-pkg"]], "Formatter: Graph-info JSON": [[98, "formatter-graph-info-json"]], "conan graph": [[99, "conan-graph"]], "conan graph build-order": [[100, "conan-graph-build-order"]], "conan graph build-order-merge": [[101, "conan-graph-build-order-merge"]], "conan graph explain": [[102, "conan-graph-explain"]], "conan graph info": [[103, "conan-graph-info"]], "Available formatters": [[103, "available-formatters"]], "json formatter": [[103, "json-formatter"]], "dot formatter": [[103, "dot-formatter"]], "html formatter": [[103, "html-formatter"]], "conan graph outdated": [[104, "conan-graph-outdated"]], "conan inspect": [[105, "conan-inspect"]], "conan install": [[106, "conan-install"], [271, "conan-install"]], "Conanfile path or \u2013requires": [[106, "conanfile-path-or-requires"]], "Profiles, Settings, Options, Conf": [[106, "profiles-settings-options-conf"]], "Generators and deployers": [[106, "generators-and-deployers"]], "Name, version, user, channel": [[106, "name-version-user-channel"]], "Lockfiles": [[106, "lockfiles"], [252, "lockfiles"], [276, "lockfiles"]], "conan list": [[107, "conan-list"]], "Listing recipe references": [[107, "listing-recipe-references"]], "Listing recipe revisions": [[107, "listing-recipe-revisions"]], "Listing package IDs": [[107, "listing-package-ids"]], "Listing package revisions": [[107, "listing-package-revisions"]], "Listing graph artifacts": [[107, "listing-graph-artifacts"]], "Filtering packages": [[107, "filtering-packages"]], "List json output format": [[107, "list-json-output-format"]], "List html output format": [[107, "list-html-output-format"]], "List compact output format": [[107, "list-compact-output-format"]], "conan lock": [[108, "conan-lock"]], "conan lock add": [[109, "conan-lock-add"]], "conan lock create": [[110, "conan-lock-create"]], "conan lock merge": [[111, "conan-lock-merge"]], "conan lock remove": [[112, "conan-lock-remove"]], "conan new": [[113, "conan-new"], [113, "id1"]], "Custom templates": [[113, "custom-templates"]], "conan profile": [[114, "conan-profile"]], "conan profile detect": [[114, "conan-profile-detect"]], "conan profile list": [[114, "conan-profile-list"]], "conan profile path": [[114, "conan-profile-path"]], "conan profile show": [[114, "conan-profile-show"]], "conan remote": [[115, "conan-remote"]], "conan remote add": [[115, "conan-remote-add"]], "conan remote auth": [[115, "conan-remote-auth"]], "conan remote disable": [[115, "conan-remote-disable"]], "conan remote enable": [[115, "conan-remote-enable"]], "conan remote list": [[115, "conan-remote-list"]], "conan remote list-users": [[115, "conan-remote-list-users"]], "conan remote login": [[115, "conan-remote-login"]], "conan remote logout": [[115, "conan-remote-logout"]], "conan remote remove": [[115, "conan-remote-remove"]], "conan remote rename": [[115, "conan-remote-rename"]], "conan remote set-user": [[115, "conan-remote-set-user"]], "conan remote update": [[115, "conan-remote-update"]], "conan remove": [[116, "conan-remove"]], "conan search": [[117, "conan-search"]], "conan source": [[118, "conan-source"], [271, "conan-source"]], "conan test": [[119, "conan-test"]], "conan upload": [[120, "conan-upload"]], "conan version": [[121, "conan-version"]], "Conan Server": [[122, "conan-server"]], "Configuration": [[122, "configuration"]], "Server Parameters": [[122, "server-parameters"]], "Permissions Parameters": [[122, "permissions-parameters"]], "Authentication": [[122, "authentication"]], "Create Your Own Custom Authenticator": [[122, "create-your-own-custom-authenticator"]], "Authorizations": [[122, "authorizations"]], "Create Your Own Custom Authorizer": [[122, "create-your-own-custom-authorizer"]], "Running the Conan Server with SSL using Nginx": [[122, "running-the-conan-server-with-ssl-using-nginx"]], "Running the Conan Server with SSL using Nginx in a Subdirectory": [[122, "running-the-conan-server-with-ssl-using-nginx-in-a-subdirectory"]], "Running Conan Server using Apache": [[122, "running-conan-server-using-apache"]], "conanfile.py": [[123, "conanfile-py"]], "Attributes": [[124, "attributes"], [217, "attributes"], [226, "attributes"], [231, "attributes"], [232, "attributes"]], "Package reference": [[124, "package-reference"]], "name": [[124, "name"]], "version": [[124, "version"]], "user": [[124, "user"]], "channel": [[124, "channel"]], "Metadata": [[124, "metadata"]], "description": [[124, "description"]], "license": [[124, "license"]], "author": [[124, "author"]], "topics": [[124, "topics"]], "homepage": [[124, "homepage"]], "url": [[124, "url"]], "Requirements": [[124, "requirements"]], "requires": [[124, "requires"]], "tool_requires": [[124, "tool-requires"]], "build_requires": [[124, "build-requires"]], "test_requires": [[124, "test-requires"], [128, "test-requires"]], "python_requires": [[124, "python-requires"], [273, "python-requires"]], "python_requires_extend": [[124, "python-requires-extend"]], "Sources": [[124, "sources"]], "exports": [[124, "exports"]], "exports_sources": [[124, "exports-sources"]], "conan_data": [[124, "conan-data"]], "source_buildenv": [[124, "source-buildenv"]], "Binary model": [[124, "binary-model"]], "package_type": [[124, "package-type"]], "settings": [[124, "settings"]], "options": [[124, "options"], [141, "options"]], "default_options": [[124, "default-options"]], "default_build_options": [[124, "default-build-options"]], "options_description": [[124, "options-description"]], "info": [[124, "info"]], "package_id_{embed,non_embed,python,unknown}_mode": [[124, "package-id-embed-non-embed-python-unknown-mode"]], "Build": [[124, "build"]], "generators": [[124, "generators"]], "build_policy": [[124, "build-policy"]], "win_bash": [[124, "win-bash"]], "win_bash_run": [[124, "win-bash-run"]], "Folders and layout": [[124, "folders-and-layout"]], "source_folder": [[124, "source-folder"]], "export_sources_folder": [[124, "export-sources-folder"]], "build_folder": [[124, "build-folder"]], "package_folder": [[124, "package-folder"]], "recipe_folder": [[124, "recipe-folder"]], "recipe_metadata_folder": [[124, "recipe-metadata-folder"]], "package_metadata_folder": [[124, "package-metadata-folder"]], "no_copy_source": [[124, "no-copy-source"]], "Layout": [[124, "layout"]], "folders": [[124, "folders"]], "cpp": [[124, "cpp"]], "layouts": [[124, "layouts"]], "Package information for consumers": [[124, "package-information-for-consumers"]], "cpp_info": [[124, "cpp-info"]], "buildenv_info": [[124, "buildenv-info"]], "runenv_info": [[124, "runenv-info"]], "conf_info": [[124, "conf-info"], [140, "conf-info"]], "deprecated": [[124, "deprecated"]], "provides": [[124, "provides"]], "Other": [[124, "other"]], "dependencies": [[124, "dependencies"]], "conf": [[124, "conf"], [189, "conf"], [191, "conf"], [194, "conf"], [195, "conf"], [197, "conf"], [207, "conf"], [214, "conf"], [216, "conf"], [219, "conf"], [221, "conf"], [222, "conf"], [225, "conf"], [226, "conf"], [229, "conf"], [230, "conf"], [231, "conf"], [232, "conf"], [233, "conf"]], "Output": [[124, "output"]], "Output contents": [[124, "output-contents"]], "revision_mode": [[124, "revision-mode"]], "upload_policy": [[124, "upload-policy"]], "required_conan_version": [[124, "required-conan-version"]], "implements": [[124, "implements"]], "alias": [[124, "alias"]], "extension_properties": [[124, "extension-properties"]], "Methods": [[125, "methods"]], "build()": [[126, "build"]], "build_id()": [[127, "build-id"]], "build_requirements()": [[128, "build-requirements"]], "tool_requires()": [[128, "tool-requires"]], "": [[128, "host-version"]], "compatibility()": [[129, "compatibility"]], "config_options()": [[130, "config-options"]], "Available automatic implementations": [[130, "available-automatic-implementations"], [131, "available-automatic-implementations"], [139, "available-automatic-implementations"]], "auto_shared_fpic": [[130, "auto-shared-fpic"], [131, "auto-shared-fpic"]], "configure()": [[131, "configure"]], "export()": [[133, "export"]], "export_sources()": [[134, "export-sources"]], "generate()": [[135, "generate"]], "self.dependencies": [[135, "self-dependencies"]], "Dependencies interface": [[135, "dependencies-interface"]], "Iterating dependencies": [[135, "iterating-dependencies"]], "Dependencies cpp_info interface": [[135, "dependencies-cpp-info-interface"]], "init()": [[136, "init"]], "layout()": [[137, "layout"]], "self.folders": [[137, "self-folders"], [272, "self-folders"]], "self.cpp": [[137, "self-cpp"], [272, "self-cpp"]], "Environment variables and configuration": [[137, "environment-variables-and-configuration"]], "package()": [[138, "package"]], "package_id()": [[139, "package-id"]], "auto_header_only": [[139, "auto-header-only"]], "Information erasure": [[139, "information-erasure"]], "Partial information erasure": [[139, "partial-information-erasure"]], "Adding information": [[139, "adding-information"]], "package_info()": [[140, "package-info"]], "cpp_info: Library and build information": [[140, "cpp-info-library-and-build-information"]], "Properties": [[140, "properties"], [196, "properties"], [217, "properties"], [219, "properties"], [220, "properties"]], "Components": [[140, "components"]], "buildenv_info, runenv_info": [[140, "buildenv-info-runenv-info"]], "requirements()": [[141, "requirements"]], "Requirement traits": [[141, "requirement-traits"]], "headers": [[141, "headers"]], "libs": [[141, "libs"]], "build": [[141, "build"]], "run": [[141, "run"]], "visible": [[141, "visible"]], "transitive_headers": [[141, "transitive-headers"]], "transitive_libs": [[141, "transitive-libs"]], "test": [[141, "test"]], "package_id_mode": [[141, "package-id-mode"]], "force": [[141, "force"]], "override": [[141, "override"]], "direct": [[141, "direct"]], "package_type trait inferring": [[141, "package-type-trait-inferring"]], "Default traits for each kind of requires": [[141, "default-traits-for-each-kind-of-requires"]], "set_name()": [[142, "set-name"]], "set_version()": [[143, "set-version"]], "source()": [[144, "source"]], "Source caching": [[144, "source-caching"]], "Forced retrieval of sources": [[144, "forced-retrieval-of-sources"]], "system_requirements()": [[145, "system-requirements"]], "Collecting system requirements": [[145, "collecting-system-requirements"]], "test()": [[146, "test"]], "validate()": [[147, "validate"]], "validate_build()": [[148, "validate-build"]], "Running and output": [[149, "running-and-output"]], "Output text from recipes": [[149, "output-text-from-recipes"]], "Running commands": [[149, "running-commands"]], "[requires]": [[150, "requires"]], "[tool_requires]": [[150, "tool-requires"], [155, "tool-requires"]], "[test_requires]": [[150, "test-requires"]], "[generators]": [[150, "generators"]], "[options]": [[150, "options"], [155, "options"]], "[layout]": [[150, "layout"]], "Configuration files": [[151, "configuration-files"]], ".conanrc": [[152, "conanrc"]], "credentials.json": [[153, "credentials-json"]], "global.conf": [[154, "global-conf"]], "Introduction to configuration": [[154, "introduction-to-configuration"]], "Description of configurations": [[154, "description-of-configurations"]], "core.cache:storage_path": [[154, "core-cache-storage-path"]], "core.download:download_cache": [[154, "core-download-download-cache"]], "User/Tools configurations": [[154, "user-tools-configurations"]], "Configuration file template": [[154, "configuration-file-template"]], "Configuration data types": [[154, "configuration-data-types"]], "Configuration data operators": [[154, "configuration-data-operators"]], "Configuration patterns": [[154, "configuration-patterns"]], "Information about built-in confs": [[154, "information-about-built-in-confs"]], "Networking confs": [[154, "networking-confs"]], "Configuration of client certificates": [[154, "configuration-of-client-certificates"]], "UX confs": [[154, "ux-confs"]], "Skip warnings": [[154, "skip-warnings"]], "profiles": [[155, "profiles"]], "Introduction to profiles": [[155, "introduction-to-profiles"]], "Profile sections": [[155, "profile-sections"]], "[settings]": [[155, "settings"]], "[system_tools] (DEPRECATED)": [[155, "system-tools-deprecated"]], "[buildenv]": [[155, "buildenv"]], "[runenv]": [[155, "runenv"]], "[conf]": [[155, "conf"]], "[replace_requires]": [[155, "replace-requires"]], "[replace_tool_requires]": [[155, "replace-tool-requires"]], "[platform_requires]": [[155, "platform-requires"]], "[platform_tool_requires]": [[155, "platform-tool-requires"]], "Profile rendering": [[155, "profile-rendering"]], "Profile patterns": [[155, "profile-patterns"]], "Profile includes": [[155, "profile-includes"]], "remotes.json": [[156, "remotes-json"]], "settings.yml": [[157, "settings-yml"]], "Operating systems": [[157, "operating-systems"]], "Compilers": [[157, "compilers"]], "msvc": [[157, "msvc"]], "intel-cc": [[157, "intel-cc"]], "Architectures": [[157, "architectures"]], "C++ standard libraries (aka compiler.libcxx)": [[157, "c-standard-libraries-aka-compiler-libcxx"]], "Customizing settings": [[157, "customizing-settings"]], "Adding new settings": [[157, "adding-new-settings"]], "Adding new sub-settings": [[157, "adding-new-sub-settings"]], "Add new values": [[157, "add-new-values"]], "settings_user.yml": [[157, "settings-user-yml"]], "source_credentials.json": [[158, "source-credentials-json"]], "Environment variables": [[159, "environment-variables"]], "CONAN_HOME": [[159, "conan-home"]], "CONAN_DEFAULT_PROFILE": [[159, "conan-default-profile"]], "Remote login variables": [[159, "remote-login-variables"]], "Terminal color variables": [[159, "terminal-color-variables"]], "Logging": [[159, "logging"]], "Extensions": [[160, "extensions"]], "Binary compatibility": [[161, "binary-compatibility"]], "Command wrapper": [[162, "command-wrapper"], [280, "command-wrapper"]], "Location and naming": [[163, "location-and-naming"]], "Scoping": [[163, "scoping"]], "Decorators": [[163, "decorators"]], "conan_command(group=None, formatters=None)": [[163, "conan-command-group-none-formatters-none"]], "conan_subcommand(formatters=None)": [[163, "conan-subcommand-formatters-none"]], "Argument definition and parsing": [[163, "argument-definition-and-parsing"]], "Formatters": [[163, "formatters"]], "Commands parameters": [[163, "commands-parameters"]], "Custom Conan generators": [[164, "custom-conan-generators"]], "Custom generators as python_requires": [[164, "custom-generators-as-python-requires"]], "Using global custom generators": [[164, "using-global-custom-generators"]], "Deployers": [[165, "deployers"]], "Built-in deployers": [[165, "built-in-deployers"]], "full_deploy": [[165, "full-deploy"]], "direct_deploy": [[165, "direct-deploy"]], "configuration": [[165, "configuration"], [196, "configuration"]], "Hooks": [[166, "hooks"]], "Hook structure": [[166, "hook-structure"]], "Importing from a module": [[166, "importing-from-a-module"]], "Hook interface": [[166, "hook-interface"]], "Storage, activation and sharing": [[166, "storage-activation-and-sharing"]], "Official Hooks": [[166, "official-hooks"]], "Package signing": [[167, "package-signing"], [280, "package-signing"]], "Profile plugin": [[168, "profile-plugin"]], "Python API": [[169, "python-api"]], "Command API": [[170, "command-api"]], "Conan API Reference": [[171, "conan-api-reference"]], "Config API": [[172, "config-api"]], "Download API": [[173, "download-api"]], "Export API": [[174, "export-api"]], "Graph API": [[175, "graph-api"]], "Install API": [[176, "install-api"]], "List API": [[177, "list-api"]], "New API": [[178, "new-api"]], "Profiles API": [[179, "profiles-api"]], "Remotes API": [[180, "remotes-api"]], "Remove API": [[181, "remove-api"]], "Search API": [[182, "search-api"]], "Upload API": [[183, "upload-api"]], "Python requires": [[184, "python-requires"]], "Extending base classes": [[184, "extending-base-classes"]], "Reusing files": [[184, "reusing-files"]], "Testing python-requires": [[184, "testing-python-requires"]], "Effect in package_id": [[184, "effect-in-package-id"]], "Resolution of python_requires": [[184, "resolution-of-python-requires"]], "Recipe tools": [[185, "recipe-tools"]], "conan.tools.android": [[186, "conan-tools-android"]], "android_abi()": [[186, "android-abi"]], "conan.tools.apple": [[187, "conan-tools-apple"]], "conan.tools.apple.fix_apple_shared_install_name()": [[188, "conan-tools-apple-fix-apple-shared-install-name"]], "conan.tools.apple.is_apple_os()": [[188, "conan-tools-apple-is-apple-os"]], "conan.tools.apple.to_apple_arch()": [[188, "conan-tools-apple-to-apple-arch"]], "conan.tools.apple.XCRun()": [[188, "conan-tools-apple-xcrun"]], "XcodeBuild": [[189, "xcodebuild"]], "XcodeDeps": [[190, "xcodedeps"]], "Additional variables defined": [[190, "additional-variables-defined"]], "Components support": [[190, "components-support"]], "Custom configurations": [[190, "custom-configurations"], [222, "custom-configurations"]], "XcodeToolchain": [[191, "xcodetoolchain"]], "conan.tools.build": [[192, "conan-tools-build"]], "Building": [[192, "building"]], "conan.tools.build.build_jobs()": [[192, "conan-tools-build-build-jobs"]], "conan.tools.build.cross_building()": [[192, "conan-tools-build-cross-building"]], "conan.tools.build.can_run()": [[192, "conan-tools-build-can-run"]], "Cppstd": [[192, "cppstd"]], "conan.tools.build.check_min_cppstd()": [[192, "conan-tools-build-check-min-cppstd"]], "conan.tools.build.check_max_cppstd()": [[192, "conan-tools-build-check-max-cppstd"]], "conan.tools.build.valid_min_cppstd()": [[192, "conan-tools-build-valid-min-cppstd"]], "conan.tools.build.valid_max_cppstd()": [[192, "conan-tools-build-valid-max-cppstd"]], "conan.tools.build.default_cppstd()": [[192, "conan-tools-build-default-cppstd"]], "conan.tools.build.supported_cppstd()": [[192, "conan-tools-build-supported-cppstd"]], "conan.tools.build.cppstd_flag()": [[192, "conan-tools-build-cppstd-flag"]], "conan.tools.cmake": [[193, "conan-tools-cmake"]], "cmake_layout": [[195, "cmake-layout"]], "Multi-setting/option cmake_layout": [[195, "multi-setting-option-cmake-layout"]], "CMakeDeps": [[196, "cmakedeps"]], "Generated files": [[196, "generated-files"], [197, "generated-files"], [202, "generated-files"], [203, "generated-files"], [213, "generated-files"], [214, "generated-files"], [215, "generated-files"], [217, "generated-files"], [220, "generated-files"], [221, "generated-files"], [226, "generated-files"], [230, "generated-files"]], "Customization": [[196, "customization"], [197, "customization"], [213, "customization"], [214, "customization"], [215, "customization"], [217, "customization"], [220, "customization"], [226, "customization"], [229, "customization"], [230, "customization"], [231, "customization"], [233, "customization"]], "build_context_activated": [[196, "build-context-activated"], [217, "build-context-activated"], [220, "build-context-activated"]], "build_context_suffix": [[196, "build-context-suffix"], [217, "build-context-suffix"]], "build_context_build_modules": [[196, "build-context-build-modules"]], "check_components_exist": [[196, "check-components-exist"]], "Overwrite properties from the consumer side using CMakeDeps.set_property()": [[196, "overwrite-properties-from-the-consumer-side-using-cmakedeps-set-property"]], "Disable CMakeDeps For Installed CMake configuration files": [[196, "disable-cmakedeps-for-installed-cmake-configuration-files"]], "Map from project configuration to imported target\u2019s configuration": [[196, "map-from-project-configuration-to-imported-target-s-configuration"]], "CMakeToolchain": [[197, "cmaketoolchain"]], "preprocessor_definitions": [[197, "preprocessor-definitions"], [226, "preprocessor-definitions"]], "cache_variables": [[197, "cache-variables"]], "variables": [[197, "variables"]], "user_presets_path": [[197, "user-presets-path"]], "presets_build_environment, presets_run_environment": [[197, "presets-build-environment-presets-run-environment"]], "Extra compilation flags": [[197, "extra-compilation-flags"]], "presets_prefix": [[197, "presets-prefix"]], "Using a custom toolchain file": [[197, "using-a-custom-toolchain-file"]], "Extending and advanced customization": [[197, "extending-and-advanced-customization"]], "Customizing the content blocks": [[197, "customizing-the-content-blocks"]], "Cross building": [[197, "cross-building"]], "Support for Universal Binaries in macOS": [[197, "support-for-universal-binaries-in-macos"]], "conan.tools.CppInfo": [[198, "conan-tools-cppinfo"]], "Aggregating information in custom generators": [[198, "aggregating-information-in-custom-generators"]], "conan.tools.env": [[199, "conan-tools-env"]], "Environment": [[200, "environment"]], "Variable declaration": [[200, "variable-declaration"]], "Composition": [[200, "composition"]], "Obtaining environment variables": [[200, "obtaining-environment-variables"]], "Environment definition": [[200, "environment-definition"]], "EnvVars": [[201, "envvars"]], "Creating environment files": [[201, "creating-environment-files"]], "Running with environment files": [[201, "running-with-environment-files"]], "Applying the environment variables": [[201, "applying-the-environment-variables"]], "Iterating the variables": [[201, "iterating-the-variables"]], "VirtualBuildEnv": [[202, "virtualbuildenv"]], "VirtualRunEnv": [[203, "virtualrunenv"]], "conan.tools.files": [[204, "conan-tools-files"]], "conan.tools.files basic operations": [[205, "conan-tools-files-basic-operations"]], "conan.tools.files.copy()": [[205, "conan-tools-files-copy"]], "conan.tools.files.load()": [[205, "conan-tools-files-load"]], "conan.tools.files.save()": [[205, "conan-tools-files-save"]], "conan.tools.files.rename()": [[205, "conan-tools-files-rename"]], "conan.tools.files.replace_in_file()": [[205, "conan-tools-files-replace-in-file"]], "conan.tools.files.rm()": [[205, "conan-tools-files-rm"]], "conan.tools.files.mkdir()": [[205, "conan-tools-files-mkdir"]], "conan.tools.files.rmdir()": [[205, "conan-tools-files-rmdir"]], "conan.tools.files.chdir()": [[205, "conan-tools-files-chdir"]], "conan.tools.files.unzip()": [[205, "conan-tools-files-unzip"]], "conan.tools.files.update_conandata()": [[205, "conan-tools-files-update-conandata"]], "conan.tools.files.trim_conandata()": [[205, "conan-tools-files-trim-conandata"]], "conan.tools.files.collect_libs()": [[205, "conan-tools-files-collect-libs"]], "conan.tools.files checksums": [[206, "conan-tools-files-checksums"]], "conan.tools.files.check_md5()": [[206, "conan-tools-files-check-md5"]], "conan.tools.files.check_sha1()": [[206, "conan-tools-files-check-sha1"]], "conan.tools.files.check_sha256()": [[206, "conan-tools-files-check-sha256"]], "conan.tools.files downloads": [[207, "conan-tools-files-downloads"]], "conan.tools.files.get()": [[207, "conan-tools-files-get"]], "conan.tools.files.ftp_download()": [[207, "conan-tools-files-ftp-download"]], "conan.tools.files.download()": [[207, "conan-tools-files-download"]], "conan.tools.files AutoPackager": [[208, "conan-tools-files-autopackager"]], "conan.tools.files patches": [[209, "conan-tools-files-patches"]], "conan.tools.files.patch()": [[209, "conan-tools-files-patch"]], "conan.tools.files.apply_conandata_patches()": [[209, "conan-tools-files-apply-conandata-patches"]], "conan.tools.files.export_conandata_patches()": [[209, "conan-tools-files-export-conandata-patches"]], "conan.tools.files.symlinks": [[210, "conan-tools-files-symlinks"]], "conan.tools.files.symlinks.absolute_to_relative_symlinks()": [[210, "conan-tools-files-symlinks-absolute-to-relative-symlinks"]], "conan.tools.files.symlinks.remove_external_symlinks()": [[210, "conan-tools-files-symlinks-remove-external-symlinks"]], "conan.tools.files.symlinks.remove_broken_symlinks()": [[210, "conan-tools-files-symlinks-remove-broken-symlinks"]], "conan.tools.gnu": [[211, "conan-tools-gnu"]], "A note about relocatable shared libraries in macOS built the Autotools build helper": [[212, "a-note-about-relocatable-shared-libraries-in-macos-built-the-autotools-build-helper"]], "Why is this a problem when using Conan?": [[212, "why-is-this-a-problem-when-using-conan"]], "How to address this problem in Conan": [[212, "how-to-address-this-problem-in-conan"]], "AutotoolsDeps": [[213, "autotoolsdeps"]], "AutotoolsToolchain": [[214, "autotoolstoolchain"]], "Customizing the environment": [[214, "customizing-the-environment"], [232, "customizing-the-environment"]], "Managing the configure_args, make_args and autoreconf_args attributes": [[214, "managing-the-configure-args-make-args-and-autoreconf-args-attributes"]], "MakeDeps": [[215, "makedeps"]], "Flags": [[215, "flags"]], "PkgConfig": [[216, "pkgconfig"]], "PkgConfigDeps": [[217, "pkgconfigdeps"]], "Naming": [[217, "naming"], [220, "naming"]], "build_context_folder": [[217, "build-context-folder"]], "conan.tools.google": [[218, "conan-tools-google"]], "BazelDeps": [[220, "bazeldeps"]], "BazelToolchain": [[221, "bazeltoolchain"]], "conan.tools.intel": [[222, "conan-tools-intel"]], "IntelCC": [[222, "intelcc"]], "conan.tools.layout": [[223, "conan-tools-layout"]], "Predefined layouts": [[223, "predefined-layouts"]], "basic_layout": [[223, "basic-layout"]], "conan.tools.meson": [[224, "conan-tools-meson"]], "MesonToolchain": [[226, "mesontoolchain"]], "conan_meson_native.ini": [[226, "conan-meson-native-ini"]], "conan_meson_cross.ini": [[226, "conan-meson-cross-ini"]], "Default directories": [[226, "default-directories"]], "project_options": [[226, "project-options"]], "Using Proper Data Types for Conan Options in Meson": [[226, "using-proper-data-types-for-conan-options-in-meson"]], "Cross-building for Apple and Android": [[226, "cross-building-for-apple-and-android"]], "Objective-C arguments": [[226, "objective-c-arguments"]], "conan.tools.microsoft": [[227, "conan-tools-microsoft"]], "conan.tools.microsoft.visual": [[228, "conan-tools-microsoft-visual"]], "check_min_vs": [[228, "check-min-vs"]], "msvc_runtime_flag": [[228, "msvc-runtime-flag"]], "is_msvc": [[228, "is-msvc"]], "is_msvc_static_runtime": [[228, "is-msvc-static-runtime"]], "msvs_toolset": [[228, "msvs-toolset"]], "conan.tools.microsoft.subsystems": [[228, "conan-tools-microsoft-subsystems"]], "unix_path": [[228, "unix-path"]], "attributes": [[229, "attributes"]], "MSBuildDeps": [[230, "msbuilddeps"]], "Requirement traits support": [[230, "requirement-traits-support"]], "Configurations": [[230, "configurations"]], "Dependencies": [[230, "dependencies"]], "MSBuildToolchain": [[231, "msbuildtoolchain"]], "NMakeDeps": [[232, "nmakedeps"]], "NMakeToolchain": [[232, "nmaketoolchain"]], "constructor": [[232, "constructor"]], "VCVars": [[233, "vcvars"]], "vs_layout": [[234, "vs-layout"]], "conan.tools.scm": [[235, "conan-tools-scm"]], "Git": [[236, "git"]], "Version": [[237, "version"]], "conan.tools.scons": [[238, "conan-tools-scons"]], "SConsDeps": [[238, "sconsdeps"]], "conan.tools.system": [[239, "conan-tools-system"]], "conan.tools.system.package_manager": [[240, "conan-tools-system-package-manager"]], "Methods available for system package manager tools": [[240, "methods-available-for-system-package-manager-tools"]], "Configuration properties that affect how system package managers are invoked": [[240, "configuration-properties-that-affect-how-system-package-managers-are-invoked"]], "conan.tools.system.package_manager.Apk": [[240, "conan-tools-system-package-manager-apk"]], "conan.tools.system.package_manager.Apt": [[240, "conan-tools-system-package-manager-apt"]], "conan.tools.system.package_manager.Yum": [[240, "conan-tools-system-package-manager-yum"]], "conan.tools.system.package_manager.Dnf": [[240, "conan-tools-system-package-manager-dnf"]], "conan.tools.system.package_manager.PacMan": [[240, "conan-tools-system-package-manager-pacman"]], "conan.tools.system.package_manager.Zypper": [[240, "conan-tools-system-package-manager-zypper"]], "conan.tools.system.package_manager.Brew": [[240, "conan-tools-system-package-manager-brew"]], "conan.tools.system.package_manager.Pkg": [[240, "conan-tools-system-package-manager-pkg"]], "conan.tools.system.package_manager.PkgUtil": [[240, "conan-tools-system-package-manager-pkgutil"]], "conan.tools.system.package_manager.Chocolatey": [[240, "conan-tools-system-package-manager-chocolatey"]], "Tutorial": [[241, "tutorial"]], "Working with Conan repositories": [[242, "working-with-conan-repositories"]], "Table of contents": [[242, null], [248, null], [255, null], [262, null], [274, null]], "Contributing to Conan Center": [[243, "contributing-to-conan-center"]], "Setting up a Conan remote": [[244, "setting-up-a-conan-remote"]], "Artifactory Community Edition for C/C++": [[245, "artifactory-community-edition-for-c-c"]], "Running Artifactory CE": [[245, "running-artifactory-ce"]], "Creating and Using a Conan Repo": [[245, "creating-and-using-a-conan-repo"]], "Setting-up a Conan Server": [[246, "setting-up-a-conan-server"]], "Uploading Packages": [[247, "uploading-packages"]], "Consuming packages": [[248, "consuming-packages"]], "Build a simple CMake project using Conan": [[249, "build-a-simple-cmake-project-using-conan"]], "How to cross-compile your applications using Conan: host and build contexts": [[250, "how-to-cross-compile-your-applications-using-conan-host-and-build-contexts"]], "Conan two profiles model: build and host profiles": [[250, "conan-two-profiles-model-build-and-host-profiles"]], "Build and host contexts": [[250, "build-and-host-contexts"]], "Building for multiple configurations: Release, Debug, Static and Shared": [[251, "building-for-multiple-configurations-release-debug-static-and-shared"]], "Modifying settings: use Debug configuration for the application and its dependencies": [[251, "modifying-settings-use-debug-configuration-for-the-application-and-its-dependencies"]], "Modifying options: linking the application dependencies as shared libraries": [[251, "modifying-options-linking-the-application-dependencies-as-shared-libraries"]], "Difference between settings and options": [[251, "difference-between-settings-and-options"]], "Introducing the concept of Package ID": [[251, "introducing-the-concept-of-package-id"]], "Introduction to versioning": [[252, "introduction-to-versioning"]], "Version ranges": [[252, "version-ranges"], [278, "version-ranges"]], "Revisions": [[252, "revisions"], [277, "revisions"]], "Understanding the flexibility of using conanfile.py vs conanfile.txt": [[253, "understanding-the-flexibility-of-using-conanfile-py-vs-conanfile-txt"]], "Use the layout() method": [[253, "use-the-layout-method"]], "Use the validate() method to raise an error for non-supported configurations": [[253, "use-the-validate-method-to-raise-an-error-for-non-supported-configurations"]], "Conditional requirements using a conanfile.py": [[253, "conditional-requirements-using-a-conanfile-py"]], "Use the generate() method to copy resources from packages": [[253, "use-the-generate-method-to-copy-resources-from-packages"]], "Using build tools as Conan packages": [[254, "using-build-tools-as-conan-packages"]], "Creating packages": [[255, "creating-packages"]], "Add dependencies to packages": [[256, "add-dependencies-to-packages"]], "Build packages: the build() method": [[257, "build-packages-the-build-method"]], "Build and run tests for your project": [[257, "build-and-run-tests-for-your-project"]], "Changes introduced in the recipe": [[257, "changes-introduced-in-the-recipe"], [260, "changes-introduced-in-the-recipe"]], "Changes introduced in the library sources": [[257, "changes-introduced-in-the-library-sources"], [260, "changes-introduced-in-the-library-sources"]], "Conditionally patching the source code": [[257, "conditionally-patching-the-source-code"]], "Conditionally select your build system": [[257, "conditionally-select-your-build-system"]], "Configure settings and options in recipes": [[258, "configure-settings-and-options-in-recipes"]], "Conan packages binary compatibility: the package ID": [[258, "conan-packages-binary-compatibility-the-package-id"]], "C libraries": [[258, "c-libraries"]], "Header-only libraries": [[258, "header-only-libraries"]], "Create your first Conan package": [[259, "create-your-first-conan-package"]], "A note about the Conan cache": [[259, "a-note-about-the-conan-cache"]], "Define information for consumers: the package_info() method": [[260, "define-information-for-consumers-the-package-info-method"]], "Setting information in the package_info() method": [[260, "setting-information-in-the-package-info-method"]], "Define information for consumers depending on settings or options": [[260, "define-information-for-consumers-depending-on-settings-or-options"]], "Properties model: setting information for specific generators": [[260, "properties-model-setting-information-for-specific-generators"]], "Handle sources in packages": [[261, "handle-sources-in-packages"]], "Sources from a zip file stored in a remote repository": [[261, "sources-from-a-zip-file-stored-in-a-remote-repository"]], "Sources from a branch in a git repository": [[261, "sources-from-a-branch-in-a-git-repository"]], "Using the conandata.yml file": [[261, "using-the-conandata-yml-file"]], "Other types of packages": [[262, "other-types-of-packages"]], "Header-only packages": [[263, "header-only-packages"]], "Header-only library with tests": [[263, "header-only-library-with-tests"]], "Package prebuilt binaries": [[264, "package-prebuilt-binaries"]], "Locally building binaries": [[264, "locally-building-binaries"]], "Packaging already Pre-built Binaries": [[264, "packaging-already-pre-built-binaries"]], "Downloading and Packaging Pre-built Binaries": [[264, "downloading-and-packaging-pre-built-binaries"]], "Tool requires packages": [[265, "tool-requires-packages"]], "A simple tool require recipe": [[265, "a-simple-tool-require-recipe"]], "Removing settings in package_id()": [[265, "removing-settings-in-package-id"]], "Package files: the package() method": [[266, "package-files-the-package-method"]], "Using CMake install step in the package() method": [[266, "using-cmake-install-step-in-the-package-method"]], "Use conan.tools.files.copy() in the package() method and packaging licenses": [[266, "use-conan-tools-files-copy-in-the-package-method-and-packaging-licenses"]], "Managing symlinks in the package() method": [[266, "managing-symlinks-in-the-package-method"]], "Preparing the build": [[267, "preparing-the-build"]], "Testing Conan packages": [[268, "testing-conan-packages"]], "Developing packages locally": [[269, "developing-packages-locally"]], "Packages in editable mode": [[270, "packages-in-editable-mode"]], "Put say/1.0 package in editable mode": [[270, "put-say-1-0-package-in-editable-mode"]], "Using say/1.0 package in editable mode": [[270, "using-say-1-0-package-in-editable-mode"]], "Working with editable packages": [[270, "working-with-editable-packages"]], "Building editable dependencies": [[270, "building-editable-dependencies"]], "Revert the editable mode": [[270, "revert-the-editable-mode"]], "Package Development Flow": [[271, "package-development-flow"]], "Understanding the Conan Package layout": [[272, "understanding-the-conan-package-layout"]], "cpp.package": [[272, "cpp-package"]], "cpp.source and cpp.build": [[272, "cpp-source-and-cpp-build"]], "Other important Conan features": [[273, "other-important-conan-features"]], "Packages lists": [[273, "packages-lists"]], "Removing unused packages from the cache": [[273, "removing-unused-packages-from-the-cache"]], "Dependencies conflicts": [[275, "dependencies-conflicts"]], "Resolving conflicts": [[275, "resolving-conflicts"]], "Overriding options": [[275, "overriding-options"]], "Multi-configuration lockfiles": [[276, "multi-configuration-lockfiles"]], "Evolving lockfiles": [[276, "evolving-lockfiles"]], "Creating different revisions": [[277, "creating-different-revisions"]], "Using revisions": [[277, "using-revisions"]], "Uploading revisions": [[277, "uploading-revisions"]], "Package revisions": [[277, "package-revisions"]], "Semantic versioning": [[278, "semantic-versioning"]], "Range expressions": [[278, "range-expressions"]], "Versions": [[279, "versions"]], "Automating versions": [[279, "automating-versions"]], "Requiring the new versions": [[279, "requiring-the-new-versions"]], "What\u2019s new in Conan 2": [[280, "what-s-new-in-conan-2"]], "Conan 2 migration guide": [[280, "conan-2-migration-guide"]], "New graph model": [[280, "new-graph-model"]], "New public Python API": [[280, "new-public-python-api"]], "New build system integrations": [[280, "new-build-system-integrations"]], "New custom user commands": [[280, "new-custom-user-commands"]], "New CLI": [[280, "new-cli"]], "New deployers": [[280, "new-deployers"]], "New package_id": [[280, "new-package-id"]], "compatibility.py": [[280, "compatibility-py"]], "New lockfiles": [[280, "new-lockfiles"]], "New configuration and environment management": [[280, "new-configuration-and-environment-management"]], "Multi-revision cache": [[280, "multi-revision-cache"]], "New extensions plugins": [[280, "new-extensions-plugins"]], "Profile checker": [[280, "profile-checker"]], "Package immutability optimizations": [[280, "package-immutability-optimizations"]], "Package lists": [[280, "package-lists"]], "Metadata files": [[280, "metadata-files"]], "Third party backup sources": [[280, "third-party-backup-sources"]], "Installing configuration from Conan packages": [[280, "installing-configuration-from-conan-packages"]]}, "indexentries": {"append() (conf method)": [[140, "conans.model.conf.Conf.append"]], "define() (conf method)": [[140, "conans.model.conf.Conf.define"]], "prepend() (conf method)": [[140, "conans.model.conf.Conf.prepend"]], "remove() (conf method)": [[140, "conans.model.conf.Conf.remove"]], "unset() (conf method)": [[140, "conans.model.conf.Conf.unset"]], "update() (conf method)": [[140, "conans.model.conf.Conf.update"]], "commandapi (class in conan.api.subapi.command)": [[170, "conan.api.subapi.command.CommandAPI"]], "conanapi (class in conan.api.conan_api)": [[171, "conan.api.conan_api.ConanAPI"]], "configapi (class in conan.api.subapi.config)": [[172, "conan.api.subapi.config.ConfigAPI"]], "global_conf (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.global_conf"]], "settings_yml (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.settings_yml"]], "downloadapi (class in conan.api.subapi.download)": [[173, "conan.api.subapi.download.DownloadAPI"]], "download_full() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.download_full"]], "package() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.package"]], "recipe() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.recipe"]], "exportapi (class in conan.api.subapi.export)": [[174, "conan.api.subapi.export.ExportAPI"]], "graphapi (class in conan.api.subapi.graph)": [[175, "conan.api.subapi.graph.GraphAPI"]], "analyze_binaries() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.analyze_binaries"]], "load_graph() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_graph"]], "load_root_test_conanfile() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_root_test_conanfile"]], "installapi (class in conan.api.subapi.install)": [[176, "conan.api.subapi.install.InstallAPI"]], "install_binaries() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_binaries"]], "install_consumer() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_consumer"]], "install_sources() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_sources"]], "install_system_requires() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_system_requires"]], "listapi (class in conan.api.subapi.list)": [[177, "conan.api.subapi.list.ListAPI"]], "filter_packages_configurations() (listapi static method)": [[177, "conan.api.subapi.list.ListAPI.filter_packages_configurations"]], "newapi (class in conan.api.subapi.new)": [[178, "conan.api.subapi.new.NewAPI"]], "get_home_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_home_template"]], "get_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_template"]], "profilesapi (class in conan.api.subapi.profiles)": [[179, "conan.api.subapi.profiles.ProfilesAPI"]], "detect() (profilesapi static method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.detect"]], "get_default_build() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_build"]], "get_default_host() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_host"]], "get_path() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_path"]], "get_profile() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_profile"]], "list() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.list"]], "remotesapi (class in conan.api.subapi.remotes)": [[180, "conan.api.subapi.remotes.RemotesAPI"]], "add() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.add"]], "disable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.disable"]], "enable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.enable"]], "get() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.get"]], "list() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.list"]], "remove() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.remove"]], "rename() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.rename"]], "update() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.update"]], "user_login() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_login"]], "user_logout() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_logout"]], "removeapi (class in conan.api.subapi.remove)": [[181, "conan.api.subapi.remove.RemoveAPI"]], "searchapi (class in conan.api.subapi.search)": [[182, "conan.api.subapi.search.SearchAPI"]], "uploadapi (class in conan.api.subapi.upload)": [[183, "conan.api.subapi.upload.UploadAPI"]], "check_upstream() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.check_upstream"]], "prepare() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.prepare"]], "upload_full() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.upload_full"]], "android_abi() (in module conan.tools.android)": [[186, "conan.tools.android.android_abi"]], "xcrun (class in conan.tools.apple)": [[188, "conan.tools.apple.XCRun"]], "ar (xcrun property)": [[188, "conan.tools.apple.XCRun.ar"]], "cc (xcrun property)": [[188, "conan.tools.apple.XCRun.cc"]], "cxx (xcrun property)": [[188, "conan.tools.apple.XCRun.cxx"]], "find() (xcrun method)": [[188, "conan.tools.apple.XCRun.find"]], "fix_apple_shared_install_name() (in module conan.tools.apple)": [[188, "conan.tools.apple.fix_apple_shared_install_name"]], "install_name_tool (xcrun property)": [[188, "conan.tools.apple.XCRun.install_name_tool"]], "is_apple_os() (in module conan.tools.apple)": [[188, "conan.tools.apple.is_apple_os"]], "libtool (xcrun property)": [[188, "conan.tools.apple.XCRun.libtool"]], "otool (xcrun property)": [[188, "conan.tools.apple.XCRun.otool"]], "ranlib (xcrun property)": [[188, "conan.tools.apple.XCRun.ranlib"]], "sdk_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_path"]], "sdk_platform_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_path"]], "sdk_platform_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_version"]], "sdk_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_version"]], "strip (xcrun property)": [[188, "conan.tools.apple.XCRun.strip"]], "to_apple_arch() (in module conan.tools.apple)": [[188, "conan.tools.apple.to_apple_arch"]], "xcodebuild (class in conan.tools.apple.xcodebuild)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild"]], "__init__() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.__init__"]], "build() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.build"]], "build_jobs() (in module conan.tools.build.cpu)": [[192, "conan.tools.build.cpu.build_jobs"]], "can_run() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.can_run"]], "check_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_max_cppstd"]], "check_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_min_cppstd"]], "cppstd_flag() (in module conan.tools.build.flags)": [[192, "conan.tools.build.flags.cppstd_flag"]], "cross_building() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.cross_building"]], "default_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.default_cppstd"]], "supported_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.supported_cppstd"]], "valid_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_max_cppstd"]], "valid_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_min_cppstd"]], "cmake (class in conan.tools.cmake.cmake)": [[194, "conan.tools.cmake.cmake.CMake"]], "build() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.build"]], "configure() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.configure"]], "ctest() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.ctest"]], "install() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.install"]], "test() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.test"]], "cmake_layout() (in module conan.tools.cmake.layout)": [[195, "conan.tools.cmake.layout.cmake_layout"]], "cmakedeps (class in conan.tools.cmake.cmakedeps.cmakedeps)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps"]], "generate() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.generate"]], "get_cmake_package_name() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_cmake_package_name"]], "get_find_mode() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_find_mode"]], "set_property() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.set_property"]], "cmaketoolchain (class in conan.tools.cmake.toolchain.toolchain)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain"]], "generate() (cmaketoolchain method)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain.generate"]], "environment (class in conan.tools.env.environment)": [[200, "conan.tools.env.environment.Environment"]], "append() (environment method)": [[200, "conan.tools.env.environment.Environment.append"]], "append_path() (environment method)": [[200, "conan.tools.env.environment.Environment.append_path"]], "compose_env() (environment method)": [[200, "conan.tools.env.environment.Environment.compose_env"]], "define() (environment method)": [[200, "conan.tools.env.environment.Environment.define"]], "deploy_base_folder() (environment method)": [[200, "conan.tools.env.environment.Environment.deploy_base_folder"]], "dumps() (environment method)": [[200, "conan.tools.env.environment.Environment.dumps"]], "prepend() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend"]], "prepend_path() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend_path"]], "remove() (environment method)": [[200, "conan.tools.env.environment.Environment.remove"]], "unset() (environment method)": [[200, "conan.tools.env.environment.Environment.unset"]], "vars() (environment method)": [[200, "conan.tools.env.environment.Environment.vars"]], "envvars (class in conan.tools.env.environment)": [[201, "conan.tools.env.environment.EnvVars"]], "apply() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.apply"]], "get() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.get"]], "items() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.items"]], "save_script() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.save_script"]], "virtualbuildenv (class in conan.tools.env.virtualbuildenv)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv"]], "environment() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.environment"]], "generate() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.generate"]], "vars() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.vars"]], "virtualrunenv (class in conan.tools.env.virtualrunenv)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv"]], "environment() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.environment"]], "generate() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.generate"]], "vars() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.vars"]], "chdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.chdir"]], "collect_libs() (in module conan.tools.files)": [[205, "conan.tools.files.collect_libs"]], "copy() (in module conan.tools.files.copy_pattern)": [[205, "conan.tools.files.copy_pattern.copy"]], "load() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.load"]], "mkdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.mkdir"]], "rename() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rename"]], "replace_in_file() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.replace_in_file"]], "rm() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rm"]], "rmdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rmdir"]], "save() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.save"]], "trim_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.trim_conandata"]], "unzip() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.unzip"]], "update_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.update_conandata"]], "check_md5() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_md5"]], "check_sha1() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha1"]], "check_sha256() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha256"]], "download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.download"]], "ftp_download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.ftp_download"]], "get() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.get"]], "apply_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.apply_conandata_patches"]], "export_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.export_conandata_patches"]], "patch() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.patch"]], "absolute_to_relative_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.absolute_to_relative_symlinks"]], "remove_broken_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_broken_symlinks"]], "remove_external_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_external_symlinks"]], "autotools (class in conan.tools.gnu.autotools)": [[212, "conan.tools.gnu.autotools.Autotools"]], "autoreconf() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.autoreconf"]], "configure() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.configure"]], "install() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.install"]], "make() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.make"]], "autotoolsdeps (class in conan.tools.gnu.autotoolsdeps)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps"]], "environment (autotoolsdeps property)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps.environment"]], "autotoolstoolchain (class in conan.tools.gnu.autotoolstoolchain)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain"]], "update_autoreconf_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_autoreconf_args"]], "update_configure_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_configure_args"]], "update_make_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_make_args"]], "makedeps (class in conan.tools.gnu)": [[215, "conan.tools.gnu.MakeDeps"]], "generate() (makedeps method)": [[215, "conan.tools.gnu.MakeDeps.generate"]], "pkgconfig (class in conan.tools.gnu)": [[216, "conan.tools.gnu.PkgConfig"]], "fill_cpp_info() (pkgconfig method)": [[216, "conan.tools.gnu.PkgConfig.fill_cpp_info"]], "pkgconfigdeps (class in conan.tools.gnu)": [[217, "conan.tools.gnu.PkgConfigDeps"]], "content (pkgconfigdeps property)": [[217, "conan.tools.gnu.PkgConfigDeps.content"]], "generate() (pkgconfigdeps method)": [[217, "conan.tools.gnu.PkgConfigDeps.generate"]], "bazel (class in conan.tools.google)": [[219, "conan.tools.google.Bazel"]], "build() (bazel method)": [[219, "conan.tools.google.Bazel.build"]], "test() (bazel method)": [[219, "conan.tools.google.Bazel.test"]], "bazeldeps (class in conan.tools.google)": [[220, "conan.tools.google.BazelDeps"]], "build_context_activated (bazeldeps attribute)": [[220, "conan.tools.google.BazelDeps.build_context_activated"]], "generate() (bazeldeps method)": [[220, "conan.tools.google.BazelDeps.generate"]], "bazeltoolchain (class in conan.tools.google)": [[221, "conan.tools.google.BazelToolchain"]], "compilation_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compilation_mode"]], "compiler (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compiler"]], "conlyopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.conlyopt"]], "copt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.copt"]], "cppstd (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cppstd"]], "cpu (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cpu"]], "crosstool_top (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.crosstool_top"]], "cxxopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cxxopt"]], "dynamic_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.dynamic_mode"]], "force_pic (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.force_pic"]], "generate() (bazeltoolchain method)": [[221, "conan.tools.google.BazelToolchain.generate"]], "linkopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.linkopt"]], "intelcc (class in conan.tools.intel)": [[222, "conan.tools.intel.IntelCC"]], "arch (intelcc attribute)": [[222, "conan.tools.intel.IntelCC.arch"]], "command (intelcc property)": [[222, "conan.tools.intel.IntelCC.command"]], "generate() (intelcc method)": [[222, "conan.tools.intel.IntelCC.generate"]], "installation_path (intelcc property)": [[222, "conan.tools.intel.IntelCC.installation_path"]], "ms_toolset (intelcc property)": [[222, "conan.tools.intel.IntelCC.ms_toolset"]], "meson (class in conan.tools.meson)": [[225, "conan.tools.meson.Meson"]], "build() (meson method)": [[225, "conan.tools.meson.Meson.build"]], "configure() (meson method)": [[225, "conan.tools.meson.Meson.configure"]], "install() (meson method)": [[225, "conan.tools.meson.Meson.install"]], "test() (meson method)": [[225, "conan.tools.meson.Meson.test"]], "mesontoolchain (class in conan.tools.meson)": [[226, "conan.tools.meson.MesonToolchain"]], "apple_arch_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_arch_flag"]], "apple_isysroot_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_isysroot_flag"]], "apple_min_version_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_min_version_flag"]], "ar (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ar"]], "as_ (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.as_"]], "c (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c"]], "c_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_args"]], "c_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_ld"]], "c_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_link_args"]], "cpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp"]], "cpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_args"]], "cpp_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_ld"]], "cpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_link_args"]], "cross_build (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cross_build"]], "generate() (mesontoolchain method)": [[226, "conan.tools.meson.MesonToolchain.generate"]], "ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ld"]], "objc (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc"]], "objc_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_args"]], "objc_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_link_args"]], "objcpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp"]], "objcpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_args"]], "objcpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_link_args"]], "pkg_config_path (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkg_config_path"]], "pkgconfig (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkgconfig"]], "preprocessor_definitions (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.preprocessor_definitions"]], "project_options (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.project_options"]], "properties (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.properties"]], "strip (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.strip"]], "windres (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.windres"]], "check_min_vs() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.check_min_vs"]], "is_msvc() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc"]], "is_msvc_static_runtime() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc_static_runtime"]], "msvc_runtime_flag() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvc_runtime_flag"]], "msvs_toolset() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvs_toolset"]], "unix_path() (in module conan.tools.microsoft)": [[228, "conan.tools.microsoft.unix_path"]], "msbuild (class in conan.tools.microsoft)": [[229, "conan.tools.microsoft.MSBuild"]], "build() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.build"]], "command() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.command"]], "msbuilddeps (class in conan.tools.microsoft)": [[230, "conan.tools.microsoft.MSBuildDeps"]], "generate() (msbuilddeps method)": [[230, "conan.tools.microsoft.MSBuildDeps.generate"]], "msbuildtoolchain (class in conan.tools.microsoft)": [[231, "conan.tools.microsoft.MSBuildToolchain"]], "generate() (msbuildtoolchain method)": [[231, "conan.tools.microsoft.MSBuildToolchain.generate"]], "vcvars (class in conan.tools.microsoft)": [[233, "conan.tools.microsoft.VCVars"]], "generate() (vcvars method)": [[233, "conan.tools.microsoft.VCVars.generate"]], "vs_layout() (in module conan.tools.microsoft)": [[234, "conan.tools.microsoft.vs_layout"]], "git (class in conan.tools.scm.git)": [[236, "conan.tools.scm.git.Git"]], "checkout() (git method)": [[236, "conan.tools.scm.git.Git.checkout"]], "checkout_from_conandata_coordinates() (git method)": [[236, "conan.tools.scm.git.Git.checkout_from_conandata_coordinates"]], "clone() (git method)": [[236, "conan.tools.scm.git.Git.clone"]], "commit_in_remote() (git method)": [[236, "conan.tools.scm.git.Git.commit_in_remote"]], "coordinates_to_conandata() (git method)": [[236, "conan.tools.scm.git.Git.coordinates_to_conandata"]], "fetch_commit() (git method)": [[236, "conan.tools.scm.git.Git.fetch_commit"]], "get_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_commit"]], "get_remote_url() (git method)": [[236, "conan.tools.scm.git.Git.get_remote_url"]], "get_repo_root() (git method)": [[236, "conan.tools.scm.git.Git.get_repo_root"]], "get_url_and_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_url_and_commit"]], "included_files() (git method)": [[236, "conan.tools.scm.git.Git.included_files"]], "is_dirty() (git method)": [[236, "conan.tools.scm.git.Git.is_dirty"]], "run() (git method)": [[236, "conan.tools.scm.git.Git.run"]], "version (class in conan.tools.scm)": [[237, "conan.tools.scm.Version"]], "apk (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apk"]], "apt (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apt"]], "brew (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Brew"]], "chocolatey (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Chocolatey"]], "pacman (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PacMan"]], "pkg (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Pkg"]], "pkgutil (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PkgUtil"]], "yum (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Yum"]], "zypper (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Zypper"]], "check() (apk method)": [[240, "conan.tools.system.package_manager.Apk.check"]], "check() (apt method)": [[240, "conan.tools.system.package_manager.Apt.check"]], "check() (brew method)": [[240, "conan.tools.system.package_manager.Brew.check"]], "check() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.check"]], "check() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.check"]], "check() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.check"]], "check() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.check"]], "check() (yum method)": [[240, "conan.tools.system.package_manager.Yum.check"]], "check() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.check"]], "install() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install"]], "install() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install"]], "install() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install"]], "install() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install"]], "install() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install"]], "install() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install"]], "install() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install"]], "install() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install"]], "install() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install"]], "install_substitutes() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install_substitutes"]], "install_substitutes() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install_substitutes"]], "install_substitutes() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install_substitutes"]], "install_substitutes() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install_substitutes"]], "install_substitutes() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install_substitutes"]], "install_substitutes() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install_substitutes"]], "install_substitutes() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install_substitutes"]], "install_substitutes() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install_substitutes"]], "install_substitutes() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install_substitutes"]], "update() (apk method)": [[240, "conan.tools.system.package_manager.Apk.update"]], "update() (apt method)": [[240, "conan.tools.system.package_manager.Apt.update"]], "update() (brew method)": [[240, "conan.tools.system.package_manager.Brew.update"]], "update() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.update"]], "update() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.update"]], "update() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.update"]], "update() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.update"]], "update() (yum method)": [[240, "conan.tools.system.package_manager.Yum.update"]], "update() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.update"]]}}) \ No newline at end of file diff --git a/2.2/tutorial.html b/2.2/tutorial.html index 1c9a088d12a2..65cf23e6f8bd 100644 --- a/2.2/tutorial.html +++ b/2.2/tutorial.html @@ -4,7 +4,7 @@ - Tutorial — conan 2.2.2 documentation + Tutorial — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories.html b/2.2/tutorial/conan_repositories.html index e3e647811ef4..00d30ca75fe1 100644 --- a/2.2/tutorial/conan_repositories.html +++ b/2.2/tutorial/conan_repositories.html @@ -4,7 +4,7 @@ - Working with Conan repositories — conan 2.2.2 documentation + Working with Conan repositories — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories/conan_center.html b/2.2/tutorial/conan_repositories/conan_center.html index 00db793d1c24..0adb2fc67f12 100644 --- a/2.2/tutorial/conan_repositories/conan_center.html +++ b/2.2/tutorial/conan_repositories/conan_center.html @@ -4,7 +4,7 @@ - Contributing to Conan Center — conan 2.2.2 documentation + Contributing to Conan Center — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories/setting_up_conan_remotes.html b/2.2/tutorial/conan_repositories/setting_up_conan_remotes.html index 3c72a1d79cf8..776b320dd337 100644 --- a/2.2/tutorial/conan_repositories/setting_up_conan_remotes.html +++ b/2.2/tutorial/conan_repositories/setting_up_conan_remotes.html @@ -4,7 +4,7 @@ - Setting up a Conan remote — conan 2.2.2 documentation + Setting up a Conan remote — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html b/2.2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html index 992651554531..cab43f3f3281 100644 --- a/2.2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html +++ b/2.2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html @@ -4,7 +4,7 @@ - Artifactory Community Edition for C/C++ — conan 2.2.2 documentation + Artifactory Community Edition for C/C++ — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html b/2.2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html index 90610bea69e3..db4f320b6491 100644 --- a/2.2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html +++ b/2.2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html @@ -4,7 +4,7 @@ - Setting-up a Conan Server — conan 2.2.2 documentation + Setting-up a Conan Server — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/conan_repositories/uploading_packages.html b/2.2/tutorial/conan_repositories/uploading_packages.html index f3e5819bbf40..7d02b9bd2343 100644 --- a/2.2/tutorial/conan_repositories/uploading_packages.html +++ b/2.2/tutorial/conan_repositories/uploading_packages.html @@ -4,7 +4,7 @@ - Uploading Packages — conan 2.2.2 documentation + Uploading Packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages.html b/2.2/tutorial/consuming_packages.html index c93725b07f02..215c1b854ab1 100644 --- a/2.2/tutorial/consuming_packages.html +++ b/2.2/tutorial/consuming_packages.html @@ -4,7 +4,7 @@ - Consuming packages — conan 2.2.2 documentation + Consuming packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/build_simple_cmake_project.html b/2.2/tutorial/consuming_packages/build_simple_cmake_project.html index 7091ba33d39e..11abba9ae623 100644 --- a/2.2/tutorial/consuming_packages/build_simple_cmake_project.html +++ b/2.2/tutorial/consuming_packages/build_simple_cmake_project.html @@ -4,7 +4,7 @@ - Build a simple CMake project using Conan — conan 2.2.2 documentation + Build a simple CMake project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/cross_building_with_conan.html b/2.2/tutorial/consuming_packages/cross_building_with_conan.html index 06d3a5298f9c..9fd1dc1a8c3d 100644 --- a/2.2/tutorial/consuming_packages/cross_building_with_conan.html +++ b/2.2/tutorial/consuming_packages/cross_building_with_conan.html @@ -4,7 +4,7 @@ - How to cross-compile your applications using Conan: host and build contexts — conan 2.2.2 documentation + How to cross-compile your applications using Conan: host and build contexts — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/different_configurations.html b/2.2/tutorial/consuming_packages/different_configurations.html index f9a5f5381706..b0e06d065b0c 100644 --- a/2.2/tutorial/consuming_packages/different_configurations.html +++ b/2.2/tutorial/consuming_packages/different_configurations.html @@ -4,7 +4,7 @@ - Building for multiple configurations: Release, Debug, Static and Shared — conan 2.2.2 documentation + Building for multiple configurations: Release, Debug, Static and Shared — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/intro_to_versioning.html b/2.2/tutorial/consuming_packages/intro_to_versioning.html index c5f9bad5faaa..3e8e647e58cb 100644 --- a/2.2/tutorial/consuming_packages/intro_to_versioning.html +++ b/2.2/tutorial/consuming_packages/intro_to_versioning.html @@ -4,7 +4,7 @@ - Introduction to versioning — conan 2.2.2 documentation + Introduction to versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html b/2.2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html index 764cc4f91768..27fd9bb49741 100644 --- a/2.2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html +++ b/2.2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html @@ -4,7 +4,7 @@ - Understanding the flexibility of using conanfile.py vs conanfile.txt — conan 2.2.2 documentation + Understanding the flexibility of using conanfile.py vs conanfile.txt — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/consuming_packages/use_tools_as_conan_packages.html b/2.2/tutorial/consuming_packages/use_tools_as_conan_packages.html index 883e72303112..f44ba8039997 100644 --- a/2.2/tutorial/consuming_packages/use_tools_as_conan_packages.html +++ b/2.2/tutorial/consuming_packages/use_tools_as_conan_packages.html @@ -4,7 +4,7 @@ - Using build tools as Conan packages — conan 2.2.2 documentation + Using build tools as Conan packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages.html b/2.2/tutorial/creating_packages.html index ce752c2359fa..b40e7b153fd4 100644 --- a/2.2/tutorial/creating_packages.html +++ b/2.2/tutorial/creating_packages.html @@ -4,7 +4,7 @@ - Creating packages — conan 2.2.2 documentation + Creating packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/add_dependencies_to_packages.html b/2.2/tutorial/creating_packages/add_dependencies_to_packages.html index 7dca8bbd3fd4..318bab6dbdf1 100644 --- a/2.2/tutorial/creating_packages/add_dependencies_to_packages.html +++ b/2.2/tutorial/creating_packages/add_dependencies_to_packages.html @@ -4,7 +4,7 @@ - Add dependencies to packages — conan 2.2.2 documentation + Add dependencies to packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/build_packages.html b/2.2/tutorial/creating_packages/build_packages.html index 6afe940fd6a6..36ef3627c5a0 100644 --- a/2.2/tutorial/creating_packages/build_packages.html +++ b/2.2/tutorial/creating_packages/build_packages.html @@ -4,7 +4,7 @@ - Build packages: the build() method — conan 2.2.2 documentation + Build packages: the build() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/configure_options_settings.html b/2.2/tutorial/creating_packages/configure_options_settings.html index 9760eeb73d46..d677f6b89c6b 100644 --- a/2.2/tutorial/creating_packages/configure_options_settings.html +++ b/2.2/tutorial/creating_packages/configure_options_settings.html @@ -4,7 +4,7 @@ - Configure settings and options in recipes — conan 2.2.2 documentation + Configure settings and options in recipes — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/create_your_first_package.html b/2.2/tutorial/creating_packages/create_your_first_package.html index 868f9e3b02b0..1817a78195d1 100644 --- a/2.2/tutorial/creating_packages/create_your_first_package.html +++ b/2.2/tutorial/creating_packages/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package — conan 2.2.2 documentation + Create your first Conan package — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/define_package_information.html b/2.2/tutorial/creating_packages/define_package_information.html index 3bdf21d5b207..bd66e514c1d4 100644 --- a/2.2/tutorial/creating_packages/define_package_information.html +++ b/2.2/tutorial/creating_packages/define_package_information.html @@ -4,7 +4,7 @@ - Define information for consumers: the package_info() method — conan 2.2.2 documentation + Define information for consumers: the package_info() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/handle_sources_in_packages.html b/2.2/tutorial/creating_packages/handle_sources_in_packages.html index 1e48db0be52c..150eb6deeabb 100644 --- a/2.2/tutorial/creating_packages/handle_sources_in_packages.html +++ b/2.2/tutorial/creating_packages/handle_sources_in_packages.html @@ -4,7 +4,7 @@ - Handle sources in packages — conan 2.2.2 documentation + Handle sources in packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/other_types_of_packages.html b/2.2/tutorial/creating_packages/other_types_of_packages.html index edd48e509786..b925c7574390 100644 --- a/2.2/tutorial/creating_packages/other_types_of_packages.html +++ b/2.2/tutorial/creating_packages/other_types_of_packages.html @@ -4,7 +4,7 @@ - Other types of packages — conan 2.2.2 documentation + Other types of packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html b/2.2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html index 2d976575e623..43e522aac945 100644 --- a/2.2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html +++ b/2.2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html @@ -4,7 +4,7 @@ - Header-only packages — conan 2.2.2 documentation + Header-only packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html b/2.2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html index 9e733484b27f..4e5f8291743c 100644 --- a/2.2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html +++ b/2.2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html @@ -4,7 +4,7 @@ - Package prebuilt binaries — conan 2.2.2 documentation + Package prebuilt binaries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html b/2.2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html index be6fd479a03b..6e6658225350 100644 --- a/2.2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html +++ b/2.2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html @@ -4,7 +4,7 @@ - Tool requires packages — conan 2.2.2 documentation + Tool requires packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/package_method.html b/2.2/tutorial/creating_packages/package_method.html index e3b685d65409..d5ee550ad0c3 100644 --- a/2.2/tutorial/creating_packages/package_method.html +++ b/2.2/tutorial/creating_packages/package_method.html @@ -4,7 +4,7 @@ - Package files: the package() method — conan 2.2.2 documentation + Package files: the package() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/preparing_the_build.html b/2.2/tutorial/creating_packages/preparing_the_build.html index 3f348e223674..6cf77dc4abbe 100644 --- a/2.2/tutorial/creating_packages/preparing_the_build.html +++ b/2.2/tutorial/creating_packages/preparing_the_build.html @@ -4,7 +4,7 @@ - Preparing the build — conan 2.2.2 documentation + Preparing the build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/creating_packages/test_conan_packages.html b/2.2/tutorial/creating_packages/test_conan_packages.html index 7da9fc87e0d2..ea91f5a00a06 100644 --- a/2.2/tutorial/creating_packages/test_conan_packages.html +++ b/2.2/tutorial/creating_packages/test_conan_packages.html @@ -4,7 +4,7 @@ - Testing Conan packages — conan 2.2.2 documentation + Testing Conan packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/developing_packages.html b/2.2/tutorial/developing_packages.html index 09eee4a6d610..6cf14250e87f 100644 --- a/2.2/tutorial/developing_packages.html +++ b/2.2/tutorial/developing_packages.html @@ -4,7 +4,7 @@ - Developing packages locally — conan 2.2.2 documentation + Developing packages locally — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/developing_packages/editable_packages.html b/2.2/tutorial/developing_packages/editable_packages.html index 9be2ecc162aa..27a00fa7aaf3 100644 --- a/2.2/tutorial/developing_packages/editable_packages.html +++ b/2.2/tutorial/developing_packages/editable_packages.html @@ -4,7 +4,7 @@ - Packages in editable mode — conan 2.2.2 documentation + Packages in editable mode — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/developing_packages/local_package_development_flow.html b/2.2/tutorial/developing_packages/local_package_development_flow.html index 516519e883b7..83e7a20ee919 100644 --- a/2.2/tutorial/developing_packages/local_package_development_flow.html +++ b/2.2/tutorial/developing_packages/local_package_development_flow.html @@ -4,7 +4,7 @@ - Package Development Flow — conan 2.2.2 documentation + Package Development Flow — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/developing_packages/package_layout.html b/2.2/tutorial/developing_packages/package_layout.html index 9e89ad6125a0..8374294b59ad 100644 --- a/2.2/tutorial/developing_packages/package_layout.html +++ b/2.2/tutorial/developing_packages/package_layout.html @@ -4,7 +4,7 @@ - Understanding the Conan Package layout — conan 2.2.2 documentation + Understanding the Conan Package layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/other_features.html b/2.2/tutorial/other_features.html index de742f046192..12d0acf35509 100644 --- a/2.2/tutorial/other_features.html +++ b/2.2/tutorial/other_features.html @@ -4,7 +4,7 @@ - Other important Conan features — conan 2.2.2 documentation + Other important Conan features — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning.html b/2.2/tutorial/versioning.html index 7107470fbb8c..9c7258963f8d 100644 --- a/2.2/tutorial/versioning.html +++ b/2.2/tutorial/versioning.html @@ -4,7 +4,7 @@ - Versioning — conan 2.2.2 documentation + Versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning/conflicts.html b/2.2/tutorial/versioning/conflicts.html index 4d536db1571e..65d6979e8820 100644 --- a/2.2/tutorial/versioning/conflicts.html +++ b/2.2/tutorial/versioning/conflicts.html @@ -4,7 +4,7 @@ - Dependencies conflicts — conan 2.2.2 documentation + Dependencies conflicts — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning/lockfiles.html b/2.2/tutorial/versioning/lockfiles.html index 4560761b8429..473cd9627295 100644 --- a/2.2/tutorial/versioning/lockfiles.html +++ b/2.2/tutorial/versioning/lockfiles.html @@ -4,7 +4,7 @@ - Lockfiles — conan 2.2.2 documentation + Lockfiles — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning/revisions.html b/2.2/tutorial/versioning/revisions.html index 390205fd5817..012b168f7650 100644 --- a/2.2/tutorial/versioning/revisions.html +++ b/2.2/tutorial/versioning/revisions.html @@ -4,7 +4,7 @@ - Revisions — conan 2.2.2 documentation + Revisions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning/version_ranges.html b/2.2/tutorial/versioning/version_ranges.html index ba4068559007..becfeeaae91c 100644 --- a/2.2/tutorial/versioning/version_ranges.html +++ b/2.2/tutorial/versioning/version_ranges.html @@ -4,7 +4,7 @@ - Version ranges — conan 2.2.2 documentation + Version ranges — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/tutorial/versioning/versions.html b/2.2/tutorial/versioning/versions.html index 0d61b7b1dd74..d01d633bc232 100644 --- a/2.2/tutorial/versioning/versions.html +++ b/2.2/tutorial/versioning/versions.html @@ -4,7 +4,7 @@ - Versions — conan 2.2.2 documentation + Versions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2.2/whatsnew.html b/2.2/whatsnew.html index a967a77832db..47d7d11b0b5d 100644 --- a/2.2/whatsnew.html +++ b/2.2/whatsnew.html @@ -4,7 +4,7 @@ - What’s new in Conan 2 — conan 2.2.2 documentation + What’s new in Conan 2 — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/.buildinfo b/2/.buildinfo index 246c0897c672..4d97d5d1a6be 100644 --- a/2/.buildinfo +++ b/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 diff --git a/2/404.html b/2/404.html index 7f23baad8f58..3ce109c93ab9 100644 --- a/2/404.html +++ b/2/404.html @@ -4,7 +4,7 @@ - Page Not Found — conan 2.2.2 documentation + Page Not Found — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/Page Not Found.html b/2/Page Not Found.html index fbef22821d00..40f1f681264a 100644 --- a/2/Page Not Found.html +++ b/2/Page Not Found.html @@ -3,7 +3,7 @@ - Page not found — conan 2.2.2 documentation + Page not found — conan 2.2.3 documentation @@ -18,7 +18,7 @@ - + diff --git a/2/_sources/changelog.rst.txt b/2/_sources/changelog.rst.txt index 7559bff7ad9d..91eb6972247f 100644 --- a/2/_sources/changelog.rst.txt +++ b/2/_sources/changelog.rst.txt @@ -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 `_ + 2.2.2 (25-Mar-2024) ------------------- diff --git a/2/_static/documentation_options.js b/2/_static/documentation_options.js index d9603dae0bbb..e21a8f991161 100644 --- a/2/_static/documentation_options.js +++ b/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', diff --git a/2/changelog.html b/2/changelog.html index 9b0e336b955f..5088c70444f5 100644 --- a/2/changelog.html +++ b/2/changelog.html @@ -4,7 +4,7 @@ - Changelog — conan 2.2.2 documentation + Changelog — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -114,6 +114,12 @@

Changelog

For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read What’s new in Conan 2

+
+

2.2.3 (17-Apr-2024)

+
    +
  • Fix: Fix to_apple_archs method when using architectures from settings_user. #16090

  • +
+

2.2.2 (25-Mar-2024)

    @@ -122,14 +128,14 @@

    2.2.2 (25-Mar-2024)#15924

-
-

2.2.1 (20-Mar-2024)

+
+

2.2.1 (20-Mar-2024)

  • Fix: Add copytree_compat method for compatibility with Python>=3.12 after distutils removal. #15906

-
-

2.2.0 (20-Mar-2024)

+
+

2.2.0 (20-Mar-2024)

-
-

2.0.15 (20-Dec-2023)

+
+

2.0.15 (20-Dec-2023)

  • Feature: New conan lock remove command to remove requires from lockfiles. #15284 . Docs here

  • Feature: New CMake.ctest() helper method to launch directly ctest instead of via cmake --target=RUN_TEST. #15282

  • @@ -372,8 +378,8 @@

    2.0.13 (28-Sept-2023)#14837

-
-

2.0.12 (26-Sept-2023)

+
+

2.0.12 (26-Sept-2023)

-
-

2.0.11 (18-Sept-2023)

+
+

2.0.11 (18-Sept-2023)

  • Feature: Add --format=json formatter to conan profile show command #14743 . Docs here

  • Feature: add new –deployer –generators args to ‘conan build’ cmd #14737 . Docs here

  • @@ -488,8 +494,8 @@

    2.0.9 (19-Jul-2023)#14289

-
-

2.0.8 (13-Jul-2023)

+
+

2.0.8 (13-Jul-2023)

  • Feature: Add GCC 10.5 to default settings.yml. #14252

  • Feature: Let pkg_config_custom_content overwrite default *.pc variables created by PkgConfigDeps. #14233 . Docs here

  • @@ -571,8 +577,8 @@

    2.0.6 (26-May-2023)https://github.com/conan-io/conan/pull/13898, in which overrides of packages and components specification was failing #13923

-
-

2.0.5 (18-May-2023)

+
+

2.0.5 (18-May-2023)

  • Feature: -v argument defaults to the VERBOSE level. #13839

  • 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 -v (verbose mode) to the current command. #13836

  • @@ -640,8 +646,8 @@

    2.0.4 (11-Apr-2023)#13601

-
-

2.0.3 (03-Apr-2023)

+
+

2.0.3 (03-Apr-2023)

  • Feature: conan cache clean learned the --all and --temp to clean everything (sources, builds) and also the temporary folders. #13581 . Docs here

  • Feature: Introduce the conf dictionary update semantics with *= operator. #13571 . Docs here

  • @@ -698,8 +704,8 @@

    2.0.2 (15-Mar-2023)#13326

-
-

2.0.1 (03-Mar-2023)

+
+

2.0.1 (03-Mar-2023)

  • Feature: Add –insecure alias to –verify-ssl in config install. #13270 . Docs here

  • Feature: Add .conanignore support to conan config install. #13269 . Docs here

  • diff --git a/2/conan.pdf b/2/conan.pdf index cc02a7a59cdc..1f0c977f1916 100644 Binary files a/2/conan.pdf and b/2/conan.pdf differ diff --git a/2/devops.html b/2/devops.html index b0673a4d1874..6c0df793f5c1 100644 --- a/2/devops.html +++ b/2/devops.html @@ -4,7 +4,7 @@ - Devops guide — conan 2.2.2 documentation + Devops guide — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html b/2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html index 2b34ca0df71e..e11f5cd41056 100644 --- a/2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html +++ b/2/devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.html @@ -4,7 +4,7 @@ - Creating an Artifactory backup repo for your sources — conan 2.2.2 documentation + Creating an Artifactory backup repo for your sources — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/backup_sources/sources_backup.html b/2/devops/backup_sources/sources_backup.html index 4beb94f532c1..cde9c3762d15 100644 --- a/2/devops/backup_sources/sources_backup.html +++ b/2/devops/backup_sources/sources_backup.html @@ -4,7 +4,7 @@ - Backing up third-party sources with Conan — conan 2.2.2 documentation + Backing up third-party sources with Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/conancenter/hosting_binaries.html b/2/devops/conancenter/hosting_binaries.html index be93f1c92a9d..1f2df7b64c07 100644 --- a/2/devops/conancenter/hosting_binaries.html +++ b/2/devops/conancenter/hosting_binaries.html @@ -4,7 +4,7 @@ - Creating and hosting your own ConanCenter binaries — conan 2.2.2 documentation + Creating and hosting your own ConanCenter binaries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/metadata.html b/2/devops/metadata.html index ac75d7bdd5dc..a677af9f48a8 100644 --- a/2/devops/metadata.html +++ b/2/devops/metadata.html @@ -4,7 +4,7 @@ - Managing package metadata files — conan 2.2.2 documentation + Managing package metadata files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/save_restore.html b/2/devops/save_restore.html index 75ede5bfd4ad..446260d578c2 100644 --- a/2/devops/save_restore.html +++ b/2/devops/save_restore.html @@ -4,7 +4,7 @@ - Save and restore packages from/to the cache — conan 2.2.2 documentation + Save and restore packages from/to the cache — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/using_conancenter.html b/2/devops/using_conancenter.html index c6b61b2bb0bd..acffff11363e 100644 --- a/2/devops/using_conancenter.html +++ b/2/devops/using_conancenter.html @@ -4,7 +4,7 @@ - Using ConanCenter packages in production environments — conan 2.2.2 documentation + Using ConanCenter packages in production environments — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/versioning.html b/2/devops/versioning.html index 9e6469b75cc9..b3bcfa41a3cd 100644 --- a/2/devops/versioning.html +++ b/2/devops/versioning.html @@ -4,7 +4,7 @@ - Versioning — conan 2.2.2 documentation + Versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/devops/versioning/resolve_prereleases.html b/2/devops/versioning/resolve_prereleases.html index 5d3c9385cf8b..e34f71040e5d 100644 --- a/2/devops/versioning/resolve_prereleases.html +++ b/2/devops/versioning/resolve_prereleases.html @@ -4,7 +4,7 @@ - Handling version ranges and pre-releases — conan 2.2.2 documentation + Handling version ranges and pre-releases — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples.html b/2/examples.html index 318f805ecf0c..c5344618ec3b 100644 --- a/2/examples.html +++ b/2/examples.html @@ -4,7 +4,7 @@ - Examples — conan 2.2.2 documentation + Examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/commands.html b/2/examples/commands.html index a7418dcbf8e5..e5f25bc13a92 100644 --- a/2/examples/commands.html +++ b/2/examples/commands.html @@ -4,7 +4,7 @@ - Conan commands examples — conan 2.2.2 documentation + Conan commands examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/commands/pkglists.html b/2/examples/commands/pkglists.html index db35f180ffeb..c61e3245cb5b 100644 --- a/2/examples/commands/pkglists.html +++ b/2/examples/commands/pkglists.html @@ -4,7 +4,7 @@ - Using packages-lists — conan 2.2.2 documentation + Using packages-lists — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile.html b/2/examples/conanfile.html index 559cadd93da3..d2f3fd6297fe 100644 --- a/2/examples/conanfile.html +++ b/2/examples/conanfile.html @@ -4,7 +4,7 @@ - ConanFile methods examples — conan 2.2.2 documentation + ConanFile methods examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/layout.html b/2/examples/conanfile/layout.html index 061ac012b740..5f677e12b390 100644 --- a/2/examples/conanfile/layout.html +++ b/2/examples/conanfile/layout.html @@ -4,7 +4,7 @@ - ConanFile layout() examples — conan 2.2.2 documentation + ConanFile layout() examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/layout/conanfile_in_subfolder.html b/2/examples/conanfile/layout/conanfile_in_subfolder.html index 41e1be08afc2..ae7603b73648 100644 --- a/2/examples/conanfile/layout/conanfile_in_subfolder.html +++ b/2/examples/conanfile/layout/conanfile_in_subfolder.html @@ -4,7 +4,7 @@ - Declaring the layout when the Conanfile is inside a subfolder — conan 2.2.2 documentation + Declaring the layout when the Conanfile is inside a subfolder — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/layout/editable_components.html b/2/examples/conanfile/layout/editable_components.html index 90e6f7337a4a..4cb8197f8606 100644 --- a/2/examples/conanfile/layout/editable_components.html +++ b/2/examples/conanfile/layout/editable_components.html @@ -4,7 +4,7 @@ - Using components and editable packages — conan 2.2.2 documentation + Using components and editable packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/layout/multiple_subprojects.html b/2/examples/conanfile/layout/multiple_subprojects.html index d8612568abec..0612dc9e5f98 100644 --- a/2/examples/conanfile/layout/multiple_subprojects.html +++ b/2/examples/conanfile/layout/multiple_subprojects.html @@ -4,7 +4,7 @@ - Declaring the layout when we have multiple subprojects — conan 2.2.2 documentation + Declaring the layout when we have multiple subprojects — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/layout/third_party_libraries.html b/2/examples/conanfile/layout/third_party_libraries.html index 4dc60071d7d1..a8faac816f24 100644 --- a/2/examples/conanfile/layout/third_party_libraries.html +++ b/2/examples/conanfile/layout/third_party_libraries.html @@ -4,7 +4,7 @@ - Declaring the layout when creating packages for third-party libraries — conan 2.2.2 documentation + Declaring the layout when creating packages for third-party libraries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/package_info.html b/2/examples/conanfile/package_info.html index 8c16a76727af..0f6fc038c46b 100644 --- a/2/examples/conanfile/package_info.html +++ b/2/examples/conanfile/package_info.html @@ -4,7 +4,7 @@ - ConanFile package_info() examples — conan 2.2.2 documentation + ConanFile package_info() examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/package_info/components.html b/2/examples/conanfile/package_info/components.html index 6b16f8c279ab..59ccdb4037f0 100644 --- a/2/examples/conanfile/package_info/components.html +++ b/2/examples/conanfile/package_info/components.html @@ -4,7 +4,7 @@ - Define components for Conan packages that provide multiple libraries — conan 2.2.2 documentation + Define components for Conan packages that provide multiple libraries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/conanfile/package_info/package_info_conf_and_env.html b/2/examples/conanfile/package_info/package_info_conf_and_env.html index 38424bee87eb..e71c4b68029b 100644 --- a/2/examples/conanfile/package_info/package_info_conf_and_env.html +++ b/2/examples/conanfile/package_info/package_info_conf_and_env.html @@ -4,7 +4,7 @@ - Propagating environment or configuration information to consumers — conan 2.2.2 documentation + Propagating environment or configuration information to consumers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/config_files.html b/2/examples/config_files.html index 06350491e8ec..ea140287b96e 100644 --- a/2/examples/config_files.html +++ b/2/examples/config_files.html @@ -4,7 +4,7 @@ - Configuration files examples — conan 2.2.2 documentation + Configuration files examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/config_files/settings/settings_user.html b/2/examples/config_files/settings/settings_user.html index 64f03fae71aa..ab532402dc10 100644 --- a/2/examples/config_files/settings/settings_user.html +++ b/2/examples/config_files/settings/settings_user.html @@ -4,7 +4,7 @@ - Customize your settings: create your settings_user.yml — conan 2.2.2 documentation + Customize your settings: create your settings_user.yml — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/cross_build.html b/2/examples/cross_build.html index 95a667ecf725..643dda89888c 100644 --- a/2/examples/cross_build.html +++ b/2/examples/cross_build.html @@ -4,7 +4,7 @@ - Cross-building examples — conan 2.2.2 documentation + Cross-building examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/cross_build/android/android_studio.html b/2/examples/cross_build/android/android_studio.html index ca5b1105fa54..f6627f93967b 100644 --- a/2/examples/cross_build/android/android_studio.html +++ b/2/examples/cross_build/android/android_studio.html @@ -4,7 +4,7 @@ - Integrating Conan in Android Studio — conan 2.2.2 documentation + Integrating Conan in Android Studio — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/cross_build/android/ndk.html b/2/examples/cross_build/android/ndk.html index b92f034ec74f..2c60f746ecfb 100644 --- a/2/examples/cross_build/android/ndk.html +++ b/2/examples/cross_build/android/ndk.html @@ -4,7 +4,7 @@ - Cross building to Android with the NDK — conan 2.2.2 documentation + Cross building to Android with the NDK — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/cross_build/toolchain_packages.html b/2/examples/cross_build/toolchain_packages.html index ca280a260a86..3758036b82a5 100644 --- a/2/examples/cross_build/toolchain_packages.html +++ b/2/examples/cross_build/toolchain_packages.html @@ -4,7 +4,7 @@ - Creating a Conan package for a toolchain — conan 2.2.2 documentation + Creating a Conan package for a toolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/dev_flow.html b/2/examples/dev_flow.html index 421f4d846b6c..2108ea12b56a 100644 --- a/2/examples/dev_flow.html +++ b/2/examples/dev_flow.html @@ -4,7 +4,7 @@ - Developer tools and flows — conan 2.2.2 documentation + Developer tools and flows — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/dev_flow/debug/step_into_dependencies.html b/2/examples/dev_flow/debug/step_into_dependencies.html index 9ba699e671aa..ce458e6b262e 100644 --- a/2/examples/dev_flow/debug/step_into_dependencies.html +++ b/2/examples/dev_flow/debug/step_into_dependencies.html @@ -4,7 +4,7 @@ - Debugging and stepping into dependencies — conan 2.2.2 documentation + Debugging and stepping into dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions.html b/2/examples/extensions.html index 98adf2894f3c..9a263e961cb2 100644 --- a/2/examples/extensions.html +++ b/2/examples/extensions.html @@ -4,7 +4,7 @@ - Conan extensions examples — conan 2.2.2 documentation + Conan extensions examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/commands/clean/custom_command_clean_revisions.html b/2/examples/extensions/commands/clean/custom_command_clean_revisions.html index a9812f86d801..24a461562a93 100644 --- a/2/examples/extensions/commands/clean/custom_command_clean_revisions.html +++ b/2/examples/extensions/commands/clean/custom_command_clean_revisions.html @@ -4,7 +4,7 @@ - Custom command: Clean old recipe and package revisions — conan 2.2.2 documentation + Custom command: Clean old recipe and package revisions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/commands/custom_commands.html b/2/examples/extensions/commands/custom_commands.html index b436596158d8..9a477de74713 100644 --- a/2/examples/extensions/commands/custom_commands.html +++ b/2/examples/extensions/commands/custom_commands.html @@ -4,7 +4,7 @@ - Custom commands — conan 2.2.2 documentation + Custom commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/deployers/builtin_deployers.html b/2/examples/extensions/deployers/builtin_deployers.html index 68d08cabd3a7..b6619f5db5bd 100644 --- a/2/examples/extensions/deployers/builtin_deployers.html +++ b/2/examples/extensions/deployers/builtin_deployers.html @@ -4,7 +4,7 @@ - Builtin deployers — conan 2.2.2 documentation + Builtin deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/deployers/custom_deployers.html b/2/examples/extensions/deployers/custom_deployers.html index d342acad6c22..3da2c3b8d83e 100644 --- a/2/examples/extensions/deployers/custom_deployers.html +++ b/2/examples/extensions/deployers/custom_deployers.html @@ -4,7 +4,7 @@ - Custom deployers — conan 2.2.2 documentation + Custom deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/deployers/dev/development_deploy.html b/2/examples/extensions/deployers/dev/development_deploy.html index 0953aa87db3f..8ee511a2e080 100644 --- a/2/examples/extensions/deployers/dev/development_deploy.html +++ b/2/examples/extensions/deployers/dev/development_deploy.html @@ -4,7 +4,7 @@ - Creating a Conan-agnostic deploy of dependencies for developer use — conan 2.2.2 documentation + Creating a Conan-agnostic deploy of dependencies for developer use — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/extensions/deployers/sources/custom_deployer_sources.html b/2/examples/extensions/deployers/sources/custom_deployer_sources.html index 4a68e0596f83..37c1149a238d 100644 --- a/2/examples/extensions/deployers/sources/custom_deployer_sources.html +++ b/2/examples/extensions/deployers/sources/custom_deployer_sources.html @@ -4,7 +4,7 @@ - Copy sources from all your dependencies — conan 2.2.2 documentation + Copy sources from all your dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph.html b/2/examples/graph.html index f46e5081b88d..c4fcd238b3fd 100644 --- a/2/examples/graph.html +++ b/2/examples/graph.html @@ -4,7 +4,7 @@ - Graph examples — conan 2.2.2 documentation + Graph examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph/requires/consume_cmake_macro.html b/2/examples/graph/requires/consume_cmake_macro.html index 85b069a3aab1..3a9eb06c485d 100644 --- a/2/examples/graph/requires/consume_cmake_macro.html +++ b/2/examples/graph/requires/consume_cmake_macro.html @@ -4,7 +4,7 @@ - Use a CMake macro packaged in a dependency — conan 2.2.2 documentation + Use a CMake macro packaged in a dependency — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph/tool_requires/different_options.html b/2/examples/graph/tool_requires/different_options.html index cf6b8c56a18c..efa53a5bb0dc 100644 --- a/2/examples/graph/tool_requires/different_options.html +++ b/2/examples/graph/tool_requires/different_options.html @@ -4,7 +4,7 @@ - Depending on same version of a tool-require with different options — conan 2.2.2 documentation + Depending on same version of a tool-require with different options — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph/tool_requires/different_versions.html b/2/examples/graph/tool_requires/different_versions.html index 6d504af7204f..7904970f03a0 100644 --- a/2/examples/graph/tool_requires/different_versions.html +++ b/2/examples/graph/tool_requires/different_versions.html @@ -4,7 +4,7 @@ - Depending on different versions of the same tool-require — conan 2.2.2 documentation + Depending on different versions of the same tool-require — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph/tool_requires/use_cmake_modules.html b/2/examples/graph/tool_requires/use_cmake_modules.html index e566d5a8433b..671e1f9e133a 100644 --- a/2/examples/graph/tool_requires/use_cmake_modules.html +++ b/2/examples/graph/tool_requires/use_cmake_modules.html @@ -4,7 +4,7 @@ - Use cmake modules inside a tool_requires transparently — conan 2.2.2 documentation + Use cmake modules inside a tool_requires transparently — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/graph/tool_requires/using_protobuf.html b/2/examples/graph/tool_requires/using_protobuf.html index db6427fe6925..ceb207f7dd39 100644 --- a/2/examples/graph/tool_requires/using_protobuf.html +++ b/2/examples/graph/tool_requires/using_protobuf.html @@ -4,7 +4,7 @@ - Using the same requirement as a requires and as a tool_requires — conan 2.2.2 documentation + Using the same requirement as a requires and as a tool_requires — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools.html b/2/examples/tools.html index 3e352f7f02c7..50cdc4db0936 100644 --- a/2/examples/tools.html +++ b/2/examples/tools.html @@ -4,7 +4,7 @@ - Conan recipe tools examples — conan 2.2.2 documentation + Conan recipe tools examples — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/autotools/autotools.html b/2/examples/tools/autotools/autotools.html index b9e300ed5401..f8b6169e8791 100644 --- a/2/examples/tools/autotools/autotools.html +++ b/2/examples/tools/autotools/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/autotools/build_project_autotools_toolchain.html b/2/examples/tools/autotools/build_project_autotools_toolchain.html index ddbb7774a227..2d29ccc68d2c 100644 --- a/2/examples/tools/autotools/build_project_autotools_toolchain.html +++ b/2/examples/tools/autotools/build_project_autotools_toolchain.html @@ -4,7 +4,7 @@ - Build a simple Autotools project with Conan dependencies — conan 2.2.2 documentation + Build a simple Autotools project with Conan dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/autotools/create_your_first_package.html b/2/examples/tools/autotools/create_your_first_package.html index 50434afb947d..f4734b41ff37 100644 --- a/2/examples/tools/autotools/create_your_first_package.html +++ b/2/examples/tools/autotools/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Autotools — conan 2.2.2 documentation + Create your first Conan package with Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/cmake/cmake.html b/2/examples/tools/cmake/cmake.html index 4b55f6c341ca..e8931b05f98b 100644 --- a/2/examples/tools/cmake/cmake.html +++ b/2/examples/tools/cmake/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html b/2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html index 5136f11043d3..ca35900d3647 100644 --- a/2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html +++ b/2/examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.html @@ -4,7 +4,7 @@ - CMakeToolchain: Building your project using CMakePresets — conan 2.2.2 documentation + CMakeToolchain: Building your project using CMakePresets — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html b/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html index a0043749f096..d3c0c5fc19a6 100644 --- a/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html +++ b/2/examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.html @@ -4,7 +4,7 @@ - CMakeToolchain: Extending your CMakePresets with Conan generated ones — conan 2.2.2 documentation + CMakeToolchain: Extending your CMakePresets with Conan generated ones — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html b/2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html index 2240f9dfd717..e7dc04c8a7a8 100644 --- a/2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html +++ b/2/examples/tools/cmake/cmake_toolchain/inject_cmake_variables.html @@ -4,7 +4,7 @@ - CMakeToolchain: Inject arbitrary CMake variables into dependencies — conan 2.2.2 documentation + CMakeToolchain: Inject arbitrary CMake variables into dependencies — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html b/2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html index 85f3495128ad..f9c8608c2cc7 100644 --- a/2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html +++ b/2/examples/tools/cmake/cmake_toolchain/use_package_config_cmake.html @@ -4,7 +4,7 @@ - CMakeToolchain: Using xxx-config.cmake files inside packages — conan 2.2.2 documentation + CMakeToolchain: Using xxx-config.cmake files inside packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/files/files.html b/2/examples/tools/files/files.html index 02ef33f681ae..d10d95da8a60 100644 --- a/2/examples/tools/files/files.html +++ b/2/examples/tools/files/files.html @@ -4,7 +4,7 @@ - File interaction — conan 2.2.2 documentation + File interaction — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/files/patches/patch_sources.html b/2/examples/tools/files/patches/patch_sources.html index e5626c8ed0b6..966d0a3372e1 100644 --- a/2/examples/tools/files/patches/patch_sources.html +++ b/2/examples/tools/files/patches/patch_sources.html @@ -4,7 +4,7 @@ - Patching sources — conan 2.2.2 documentation + Patching sources — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/google/bazel.html b/2/examples/tools/google/bazel.html index 6f8e8a874f70..0aadb9cf0c7a 100644 --- a/2/examples/tools/google/bazel.html +++ b/2/examples/tools/google/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html b/2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html index 0c1584674b68..f58dff503b58 100644 --- a/2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html +++ b/2/examples/tools/google/bazeltoolchain/build_simple_bazel_project.html @@ -4,7 +4,7 @@ - Build a simple Bazel project using Conan — conan 2.2.2 documentation + Build a simple Bazel project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/meson/build_simple_meson_project.html b/2/examples/tools/meson/build_simple_meson_project.html index ca8f1315c263..e553faaf4bfa 100644 --- a/2/examples/tools/meson/build_simple_meson_project.html +++ b/2/examples/tools/meson/build_simple_meson_project.html @@ -4,7 +4,7 @@ - Build a simple Meson project using Conan — conan 2.2.2 documentation + Build a simple Meson project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/meson/create_your_first_package.html b/2/examples/tools/meson/create_your_first_package.html index a84cc0f502e5..2ceb7afbf27f 100644 --- a/2/examples/tools/meson/create_your_first_package.html +++ b/2/examples/tools/meson/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Meson — conan 2.2.2 documentation + Create your first Conan package with Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/meson/meson.html b/2/examples/tools/meson/meson.html index 55f07de26bab..edc637f7c94f 100644 --- a/2/examples/tools/meson/meson.html +++ b/2/examples/tools/meson/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/microsoft/msbuild.html b/2/examples/tools/microsoft/msbuild.html index c6a6aed90693..67f8d2c7aa0b 100644 --- a/2/examples/tools/microsoft/msbuild.html +++ b/2/examples/tools/microsoft/msbuild.html @@ -4,7 +4,7 @@ - MSBuild — conan 2.2.2 documentation + MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/microsoft/msbuild/create_your_first_package.html b/2/examples/tools/microsoft/msbuild/create_your_first_package.html index 0f76b2e60014..9713e219c998 100644 --- a/2/examples/tools/microsoft/msbuild/create_your_first_package.html +++ b/2/examples/tools/microsoft/msbuild/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package with Visual Studio/MSBuild — conan 2.2.2 documentation + Create your first Conan package with Visual Studio/MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/examples/tools/scm/git/capture_scm/git_capture_scm.html b/2/examples/tools/scm/git/capture_scm/git_capture_scm.html index 77cf80b3c89a..a8d1842117ae 100644 --- a/2/examples/tools/scm/git/capture_scm/git_capture_scm.html +++ b/2/examples/tools/scm/git/capture_scm/git_capture_scm.html @@ -4,7 +4,7 @@ - Capturing Git scm information — conan 2.2.2 documentation + Capturing Git scm information — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/genindex.html b/2/genindex.html index 32a900999842..7ba2b0c77781 100644 --- a/2/genindex.html +++ b/2/genindex.html @@ -3,7 +3,7 @@ - Index — conan 2.2.2 documentation + Index — conan 2.2.3 documentation @@ -18,7 +18,7 @@ - + diff --git a/2/index.html b/2/index.html index bc93917c5fca..e964e4d1215c 100644 --- a/2/index.html +++ b/2/index.html @@ -4,7 +4,7 @@ - Conan 2 - C and C++ Package Manager Documentation — conan 2.2.2 documentation + Conan 2 - C and C++ Package Manager Documentation — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/installation.html b/2/installation.html index d7c03f091f0b..e58e6bc56521 100644 --- a/2/installation.html +++ b/2/installation.html @@ -4,7 +4,7 @@ - Install — conan 2.2.2 documentation + Install — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations.html b/2/integrations.html index ea19f7645269..87b9af277a7e 100644 --- a/2/integrations.html +++ b/2/integrations.html @@ -4,7 +4,7 @@ - Integrations — conan 2.2.2 documentation + Integrations — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/android.html b/2/integrations/android.html index 85dbe3924c43..d67352156a01 100644 --- a/2/integrations/android.html +++ b/2/integrations/android.html @@ -4,7 +4,7 @@ - Android — conan 2.2.2 documentation + Android — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/autotools.html b/2/integrations/autotools.html index 36114413c707..c485bb14d71b 100644 --- a/2/integrations/autotools.html +++ b/2/integrations/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/bazel.html b/2/integrations/bazel.html index 1f1e707973b5..d66d674f2e10 100644 --- a/2/integrations/bazel.html +++ b/2/integrations/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/clion.html b/2/integrations/clion.html index 1b637f3bcc5d..7943c96d6000 100644 --- a/2/integrations/clion.html +++ b/2/integrations/clion.html @@ -4,7 +4,7 @@ - CLion — conan 2.2.2 documentation + CLion — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/cmake.html b/2/integrations/cmake.html index 89368ecc802d..f8ba8f914bc8 100644 --- a/2/integrations/cmake.html +++ b/2/integrations/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/jfrog.html b/2/integrations/jfrog.html index 457e128400cc..f29519174735 100644 --- a/2/integrations/jfrog.html +++ b/2/integrations/jfrog.html @@ -4,7 +4,7 @@ - JFrog — conan 2.2.2 documentation + JFrog — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/makefile.html b/2/integrations/makefile.html index 20b8efb55099..fad1f4b9b85d 100644 --- a/2/integrations/makefile.html +++ b/2/integrations/makefile.html @@ -4,7 +4,7 @@ - Makefile — conan 2.2.2 documentation + Makefile — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/meson.html b/2/integrations/meson.html index 3cf84e525ff5..5e7b66460eca 100644 --- a/2/integrations/meson.html +++ b/2/integrations/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/visual_studio.html b/2/integrations/visual_studio.html index 7171bfb143fd..028946724a0b 100644 --- a/2/integrations/visual_studio.html +++ b/2/integrations/visual_studio.html @@ -4,7 +4,7 @@ - Visual Studio — conan 2.2.2 documentation + Visual Studio — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/integrations/xcode.html b/2/integrations/xcode.html index 394b45e22332..8b8e65b377d8 100644 --- a/2/integrations/xcode.html +++ b/2/integrations/xcode.html @@ -4,7 +4,7 @@ - Xcode — conan 2.2.2 documentation + Xcode — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/introduction.html b/2/introduction.html index bfa0dd20014c..818d876fed33 100644 --- a/2/introduction.html +++ b/2/introduction.html @@ -4,7 +4,7 @@ - Introduction — conan 2.2.2 documentation + Introduction — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/knowledge.html b/2/knowledge.html index 54827702b03e..1a8a1d0862af 100644 --- a/2/knowledge.html +++ b/2/knowledge.html @@ -4,7 +4,7 @@ - Knowledge — conan 2.2.2 documentation + Knowledge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/knowledge/cheatsheet.html b/2/knowledge/cheatsheet.html index e25a35849c2a..8bdf0f887493 100644 --- a/2/knowledge/cheatsheet.html +++ b/2/knowledge/cheatsheet.html @@ -4,7 +4,7 @@ - Cheat sheet — conan 2.2.2 documentation + Cheat sheet — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/knowledge/faq.html b/2/knowledge/faq.html index 6dd392c117ac..946407fcaae1 100644 --- a/2/knowledge/faq.html +++ b/2/knowledge/faq.html @@ -4,7 +4,7 @@ - FAQ — conan 2.2.2 documentation + FAQ — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/knowledge/guidelines.html b/2/knowledge/guidelines.html index 19c3a4097fb2..2d8c9b2fb62c 100644 --- a/2/knowledge/guidelines.html +++ b/2/knowledge/guidelines.html @@ -4,7 +4,7 @@ - Core guidelines — conan 2.2.2 documentation + Core guidelines — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/knowledge/videos.html b/2/knowledge/videos.html index 7e5fc49838af..f9d1e17cc937 100644 --- a/2/knowledge/videos.html +++ b/2/knowledge/videos.html @@ -4,7 +4,7 @@ - Videos — conan 2.2.2 documentation + Videos — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference.html b/2/reference.html index 82ca2f564f6c..842282dd9ca6 100644 --- a/2/reference.html +++ b/2/reference.html @@ -4,7 +4,7 @@ - Reference — conan 2.2.2 documentation + Reference — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model.html b/2/reference/binary_model.html index 306c12b3231d..cae0e8ba1f3a 100644 --- a/2/reference/binary_model.html +++ b/2/reference/binary_model.html @@ -4,7 +4,7 @@ - The binary model — conan 2.2.2 documentation + The binary model — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model/custom_compatibility.html b/2/reference/binary_model/custom_compatibility.html index 6ab6a663db60..f88b14f3e3d2 100644 --- a/2/reference/binary_model/custom_compatibility.html +++ b/2/reference/binary_model/custom_compatibility.html @@ -4,7 +4,7 @@ - Customizing the binary compatibility — conan 2.2.2 documentation + Customizing the binary compatibility — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model/dependencies.html b/2/reference/binary_model/dependencies.html index 48f9c8207577..c5b16f5da72a 100644 --- a/2/reference/binary_model/dependencies.html +++ b/2/reference/binary_model/dependencies.html @@ -4,7 +4,7 @@ - The effect of dependencies on package_id — conan 2.2.2 documentation + The effect of dependencies on package_id — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model/extending.html b/2/reference/binary_model/extending.html index a3fff5a33d96..86e880dc0253 100644 --- a/2/reference/binary_model/extending.html +++ b/2/reference/binary_model/extending.html @@ -4,7 +4,7 @@ - Extending the binary model — conan 2.2.2 documentation + Extending the binary model — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model/package_id.html b/2/reference/binary_model/package_id.html index 70cee577dda7..dc8bfec0f50d 100644 --- a/2/reference/binary_model/package_id.html +++ b/2/reference/binary_model/package_id.html @@ -4,7 +4,7 @@ - How the package_id is computed — conan 2.2.2 documentation + How the package_id is computed — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/binary_model/settings_and_options.html b/2/reference/binary_model/settings_and_options.html index 5359088b8994..346be97acd34 100644 --- a/2/reference/binary_model/settings_and_options.html +++ b/2/reference/binary_model/settings_and_options.html @@ -4,7 +4,7 @@ - How settings and options of a recipe influence its package ID — conan 2.2.2 documentation + How settings and options of a recipe influence its package ID — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/commands.html b/2/reference/commands.html index 029dad092703..0e150aad9100 100644 --- a/2/reference/commands.html +++ b/2/reference/commands.html @@ -4,7 +4,7 @@ - Commands — conan 2.2.2 documentation + Commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/commands/build.html b/2/reference/commands/build.html index ba1a21f8faeb..834a1049d1ad 100644 --- a/2/reference/commands/build.html +++ b/2/reference/commands/build.html @@ -4,7 +4,7 @@ - conan build — conan 2.2.2 documentation + conan build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,11 +153,11 @@

    conan build

    $ conan build -h
    -usage: conan build [-h] [-v [V]] [--name NAME] [--version VERSION]
    -                   [--user USER] [--channel CHANNEL] [-g GENERATOR]
    -                   [-of OUTPUT_FOLDER] [-d DEPLOYER]
    +usage: conan build [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
    +                   [--version VERSION] [--user USER] [--channel CHANNEL]
    +                   [-g GENERATOR] [-of OUTPUT_FOLDER] [-d DEPLOYER]
                        [--deployer-folder DEPLOYER_FOLDER] [--build-require]
    -                   [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                   [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                        [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                        [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                        [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -165,7 +165,7 @@
                        [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                        [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                        [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                   [--lockfile-packages] [--lockfile-clean]
    +                   [--lockfile-clean]
                        [--lockfile-overrides LOCKFILE_OVERRIDES]
                        path
     
    @@ -182,6 +182,10 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  -f FORMAT, --format FORMAT
    +                        Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -221,13 +225,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -270,7 +274,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2/reference/commands/cache.html b/2/reference/commands/cache.html
    index c1ab161edfd7..cd8d1ea6ee5a 100644
    --- a/2/reference/commands/cache.html
    +++ b/2/reference/commands/cache.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan cache — conan 2.2.2 documentation
    +  conan cache — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -156,7 +156,7 @@
     

    conan cache path

    $ conan cache path -h
    -usage: conan cache path [-h] [-v [V]]
    +usage: conan cache path [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
                             [--folder {export_source,source,build,metadata}]
                             reference
     
    @@ -167,10 +167,14 @@ 

    conan cache path

    conan cache clean

    $ conan cache clean -h
    -usage: conan cache clean [-h] [-v [V]] [-s] [-b] [-d] [-t] [-p PACKAGE_QUERY]
    +usage: conan cache clean [-h] [-v [V]] [-cc CORE_CONF] [-s] [-b] [-d] [-t]
    +                         [-bs] [-p PACKAGE_QUERY]
                              [pattern]
     
     Remove non-critical folders from the cache, like source, build and/or download
    @@ -296,10 +301,14 @@ 

    conan cache clean

    conan cache check-integrity

    $ conan cache check-integrity -h
    -usage: conan cache check-integrity [-h] [-v [V]] [-p PACKAGE_QUERY] pattern
    +usage: conan cache check-integrity [-h] [-v [V]] [-cc CORE_CONF]
    +                                   [-p PACKAGE_QUERY]
    +                                   pattern
     
     Check the integrity of the local cache for the given references
     
    @@ -349,6 +360,8 @@ 

    conan cache check-integrity

    conan cache backup-upload

    $ conan cache backup-upload -h
    -usage: conan cache backup-upload [-h] [-v [V]]
    +usage: conan cache backup-upload [-h] [-v [V]] [-cc CORE_CONF]
     
     Upload all the source backups present in the cache
     
     options:
    -  -h, --help  show this help message and exit
    -  -v [V]      Level of detail of the output. Valid options from less verbose
    -              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
    -              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
     

    The conan cache backup-upload will upload all source backups present in the local cache to the backup server, @@ -388,7 +404,8 @@

    conan cache backup-upload

    conan cache save

    $ conan cache save -h
    -usage: conan cache save [-h] [-f FORMAT] [-v [V]] [-l LIST] [--file FILE]
    +usage: conan cache save [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] [-l LIST]
    +                        [--file FILE]
                             [pattern]
     
     Get the artifacts from a package list and archive them
    @@ -407,6 +424,8 @@ 

    conan cache save

    conan cache restore

    $ conan cache restore -h
    -usage: conan cache restore [-h] [-f FORMAT] [-v [V]] file
    +usage: conan cache restore [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] file
     
     Put the artifacts from an archive into the cache
     
    @@ -431,6 +450,8 @@ 

    conan cache restoreSave and restore packages from/to the cache.

    diff --git a/2/reference/commands/config.html b/2/reference/commands/config.html index 00fee74574de..fa1ca0c75817 100644 --- a/2/reference/commands/config.html +++ b/2/reference/commands/config.html @@ -4,7 +4,7 @@ - conan config — conan 2.2.2 documentation + conan config — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,15 +156,18 @@

    conan config

    conan config home

    $ conan config home -h
    -usage: conan config home [-h] [-v [V]]
    +usage: conan config home [-h] [-v [V]] [-cc CORE_CONF]
     
     Show the Conan home folder.
     
     options:
    -  -h, --help  show this help message and exit
    -  -v [V]      Level of detail of the output. Valid options from less verbose
    -              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
    -              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
     

    The conan config home command returns the path of the Conan home folder.

    @@ -177,8 +180,9 @@

    conan config home

    conan config install

    $ conan config install -h
    -usage: conan config install [-h] [-v [V]] [--verify-ssl [VERIFY_SSL] |
    -                            --insecure] [-t {git,dir,file,url}] [-a ARGS]
    +usage: conan config install [-h] [-v [V]] [-cc CORE_CONF]
    +                            [--verify-ssl [VERIFY_SSL] | --insecure]
    +                            [-t {git,dir,file,url}] [-a ARGS]
                                 [-sf SOURCE_FOLDER] [-tf TARGET_FOLDER]
                                 item
     
    @@ -195,6 +199,8 @@ 

    conan config homethe Conan stability section for more information.

    $ conan config install-pkg -h
    -Error executing: conan config install-pkg -h
    -usage: conan config [-h] [-v [V]] {home,install,list,show} ...
    -conan config: error: argument subcommand: invalid choice: 'install-pkg' (choose from 'home', 'install', 'list', 'show')
    -ERROR: Exiting with code: 2
    +usage: conan config install-pkg [-h] [-v [V]] [-cc CORE_CONF] [-l LOCKFILE]
    +                                [--lockfile-partial]
    +                                [--lockfile-out LOCKFILE_OUT] [-f]
    +                                item
    +
    +(Experimental) Install the configuration (remotes, profiles, conf), from a
    +Conan package
    +
    +positional arguments:
    +  item                  Conan require
    +
    +options:
    +  -h, --help            show this help message and exit
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  -l LOCKFILE, --lockfile LOCKFILE
    +                        Path to a lockfile. Use --lockfile="" to avoid
    +                        automatic use of existing 'conan.lock' file
    +  --lockfile-partial    Do not raise an error if some dependency is not found
    +                        in lockfile
    +  --lockfile-out LOCKFILE_OUT
    +                        Filename of the updated lockfile
    +  -f, --force           Force the re-installation of configuration
     

    This command allows to install configuration from a Conan package stored in a Conan server.

    @@ -316,7 +345,7 @@

    conan config home

    conan config list

    $ conan config list -h
    -usage: conan config list [-h] [-f FORMAT] [-v [V]]
    +usage: conan config list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
     
     Show all the Conan available configurations: core and tools.
     
    @@ -328,6 +357,8 @@ 

    conan config list

    conan config show

    $ conan config show -h
    -usage: conan config show [-h] [-f FORMAT] [-v [V]] pattern
    +usage: conan config show [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] pattern
     
     Get the value of the specified conf
     
    @@ -458,6 +496,8 @@ 

    conan config show - conan create — conan 2.2.2 documentation + conan create — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,19 +153,19 @@

    conan create

    $ conan create -h
    -usage: conan create [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan create [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                         [--version VERSION] [--user USER] [--channel CHANNEL]
                         [-l LOCKFILE] [--lockfile-partial]
    -                    [--lockfile-out LOCKFILE_OUT] [--lockfile-packages]
    -                    [--lockfile-clean]
    +                    [--lockfile-out LOCKFILE_OUT] [--lockfile-clean]
                         [--lockfile-overrides LOCKFILE_OVERRIDES] [-b BUILD]
    -                    [-r REMOTE | -nr] [-u] [-pr PROFILE] [-pr:b PROFILE_BUILD]
    -                    [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
    -                    [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    -                    [-o:a OPTIONS_ALL] [-s SETTINGS] [-s:b SETTINGS_BUILD]
    -                    [-s:h SETTINGS_HOST] [-s:a SETTINGS_ALL] [-c CONF]
    -                    [-c:b CONF_BUILD] [-c:h CONF_HOST] [-c:a CONF_ALL]
    -                    [--build-require] [-tf TEST_FOLDER] [-bt BUILD_TEST]
    +                    [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
    +                    [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
    +                    [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
    +                    [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    +                    [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
    +                    [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
    +                    [-c:h CONF_HOST] [-c:a CONF_ALL] [--build-require]
    +                    [-tf TEST_FOLDER] [-bt BUILD_TEST]
                         path
     
     Create a package.
    @@ -179,6 +179,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
    @@ -193,7 +195,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    @@ -220,13 +221,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    diff --git a/2/reference/commands/download.html b/2/reference/commands/download.html
    index 998f4958debb..34bfb757a9bd 100644
    --- a/2/reference/commands/download.html
    +++ b/2/reference/commands/download.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan download — conan 2.2.2 documentation
    +  conan download — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,8 +153,9 @@
       

    conan download

    $ conan download -h
    -usage: conan download [-h] [-v [V]] [-f FORMAT] [--only-recipe]
    -                      [-p PACKAGE_QUERY] -r REMOTE [-m METADATA] [-l LIST]
    +usage: conan download [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                      [--only-recipe] [-p PACKAGE_QUERY] -r REMOTE
    +                      [-m METADATA] [-l LIST]
                           [pattern]
     
     Download (without installing) a single conan package from a remote server.
    @@ -176,6 +177,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --only-recipe         Download only the recipe/s, not the binary packages.
    diff --git a/2/reference/commands/editable.html b/2/reference/commands/editable.html
    index ee343df56384..6d84ab04ef32 100644
    --- a/2/reference/commands/editable.html
    +++ b/2/reference/commands/editable.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan editable — conan 2.2.2 documentation
    +  conan editable — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -156,9 +156,10 @@
     

    conan editable add

    $ conan editable add -h
    -usage: conan editable add [-h] [-v [V]] [--name NAME] [--version VERSION]
    -                          [--user USER] [--channel CHANNEL]
    -                          [-of OUTPUT_FOLDER] [-r REMOTE | -nr]
    +usage: conan editable add [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
    +                          [--version VERSION] [--user USER]
    +                          [--channel CHANNEL] [-of OUTPUT_FOLDER]
    +                          [-r REMOTE | -nr]
                               path
     
     Define the given <path> location as the package <reference>, so when this
    @@ -174,6 +175,8 @@ 

    conan editable add

    conan editable remove

    $ conan editable remove -h
    -usage: conan editable remove [-h] [-v [V]] [-r REFS] [path]
    +usage: conan editable remove [-h] [-v [V]] [-cc CORE_CONF] [-r REFS] [path]
     
     Remove the "editable" mode for this reference.
     
    @@ -205,6 +208,8 @@ 

    conan editable remove

    @@ -212,7 +217,7 @@

    conan editable remove

    conan editable list

    $ conan editable list -h
    -usage: conan editable list [-h] [-f FORMAT] [-v [V]]
    +usage: conan editable list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
     
     List all the packages in editable mode.
     
    @@ -224,6 +229,8 @@ 

    conan editable list diff --git a/2/reference/commands/export-pkg.html b/2/reference/commands/export-pkg.html index 2c2602780d4e..11efe2fb366c 100644 --- a/2/reference/commands/export-pkg.html +++ b/2/reference/commands/export-pkg.html @@ -4,7 +4,7 @@ - conan export-pkg — conan 2.2.2 documentation + conan export-pkg — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,12 +153,12 @@

    conan export-pkg

    $ conan export-pkg -h
    -usage: conan export-pkg [-h] [-v [V]] [-f FORMAT] [-of OUTPUT_FOLDER]
    -                        [--build-require] [-tf TEST_FOLDER] [-sb]
    -                        [-r REMOTE | -nr] [--name NAME] [--version VERSION]
    -                        [--user USER] [--channel CHANNEL] [-l LOCKFILE]
    -                        [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                        [--lockfile-packages] [--lockfile-clean]
    +usage: conan export-pkg [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                        [-of OUTPUT_FOLDER] [--build-require]
    +                        [-tf TEST_FOLDER] [-sb] [-r REMOTE | -nr]
    +                        [--name NAME] [--version VERSION] [--user USER]
    +                        [--channel CHANNEL] [-l LOCKFILE] [--lockfile-partial]
    +                        [--lockfile-out LOCKFILE_OUT] [--lockfile-clean]
                             [--lockfile-overrides LOCKFILE_OVERRIDES]
                             [-pr PROFILE] [-pr:b PROFILE_BUILD]
                             [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
    @@ -179,6 +179,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       -of OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
    @@ -203,7 +205,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2/reference/commands/export.html b/2/reference/commands/export.html
    index 33ac08c5e935..1f9c597eb7ec 100644
    --- a/2/reference/commands/export.html
    +++ b/2/reference/commands/export.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan export — conan 2.2.2 documentation
    +  conan export — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,7 +153,7 @@
       

    conan export

    $ conan export -h
    -usage: conan export [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan export [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                         [--version VERSION] [--user USER] [--channel CHANNEL]
                         [-r REMOTE | -nr] [-l LOCKFILE]
                         [--lockfile-out LOCKFILE_OUT] [--lockfile-partial]
    @@ -171,6 +171,8 @@ 

    conan export - Formatter: Graph-info JSON — conan 2.2.2 documentation + Formatter: Graph-info JSON — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/commands/graph.html b/2/reference/commands/graph.html index ba01f3df7f8b..d6e06d2e0a23 100644 --- a/2/reference/commands/graph.html +++ b/2/reference/commands/graph.html @@ -4,7 +4,7 @@ - conan graph — conan 2.2.2 documentation + conan graph — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/commands/graph/build_order.html b/2/reference/commands/graph/build_order.html index 548034e4b1e8..71aa8f1169bd 100644 --- a/2/reference/commands/graph/build_order.html +++ b/2/reference/commands/graph/build_order.html @@ -4,7 +4,7 @@ - conan graph build-order — conan 2.2.2 documentation + conan graph build-order — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,11 +161,11 @@

    conan graph build-order

    $ conan graph build-order -h
    -usage: conan graph build-order [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                               [--version VERSION] [--user USER]
    +usage: conan graph build-order [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                               [--name NAME] [--version VERSION] [--user USER]
                                    [--channel CHANNEL] [--requires REQUIRES]
                                    [--tool-requires TOOL_REQUIRES] [-b BUILD]
    -                               [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                               [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                                    [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                                    [-pr:a PROFILE_ALL] [-o OPTIONS]
                                    [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    @@ -175,8 +175,9 @@ 

    conan graph build-orderconan graph build-orderconan graph build-orderconan graph build-order

    The conan graph build-order command computes the build order of the dependency graph for the recipe specified in path or in --requires/--tool-requires.

    diff --git a/2/reference/commands/graph/build_order_merge.html b/2/reference/commands/graph/build_order_merge.html index e4160a725812..9bc361c05f08 100644 --- a/2/reference/commands/graph/build_order_merge.html +++ b/2/reference/commands/graph/build_order_merge.html @@ -4,7 +4,7 @@ - conan graph build-order-merge — conan 2.2.2 documentation + conan graph build-order-merge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,7 +161,8 @@

    conan graph build-order-merge

    $ conan graph build-order-merge -h
    -usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]] [--file [FILE]]
    +usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                                     [--file [FILE]] [--reduce]
     
     Merge more than 1 build-order file.
     
    @@ -173,7 +174,12 @@ 

    conan graph build-order-mergeconan graph build-order command, there are 2 types of order recipe and configuration. diff --git a/2/reference/commands/graph/explain.html b/2/reference/commands/graph/explain.html index a3b6eccdd76c..0ffb58208089 100644 --- a/2/reference/commands/graph/explain.html +++ b/2/reference/commands/graph/explain.html @@ -4,7 +4,7 @@ - conan graph explain — conan 2.2.2 documentation + conan graph explain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -161,11 +161,11 @@

    conan graph explain

    $ conan graph explain -h
    -usage: conan graph explain [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                           [--version VERSION] [--user USER]
    +usage: conan graph explain [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                           [--name NAME] [--version VERSION] [--user USER]
                                [--channel CHANNEL] [--requires REQUIRES]
                                [--tool-requires TOOL_REQUIRES] [-b BUILD]
    -                           [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                           [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                                [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                                [-pr:a PROFILE_ALL] [-o OPTIONS]
                                [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    @@ -174,7 +174,7 @@
                                [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                                [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                                [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                           [--lockfile-packages] [--lockfile-clean]
    +                           [--lockfile-clean]
                                [--lockfile-overrides LOCKFILE_OVERRIDES]
                                [--check-updates] [--build-require]
                                [--missing [MISSING]]
    @@ -196,6 +196,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -227,13 +229,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -276,7 +278,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2/reference/commands/graph/info.html b/2/reference/commands/graph/info.html
    index 07985e4d2c2b..37e2e5b1a563 100644
    --- a/2/reference/commands/graph/info.html
    +++ b/2/reference/commands/graph/info.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan graph info — conan 2.2.2 documentation
    +  conan graph info — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -161,10 +161,11 @@
       

    conan graph info

    $ conan graph info -h
    -usage: conan graph info [-h] [-f FORMAT] [-v [V]] [--name NAME]
    -                        [--version VERSION] [--user USER] [--channel CHANNEL]
    -                        [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
    -                        [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +usage: conan graph info [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                        [--name NAME] [--version VERSION] [--user USER]
    +                        [--channel CHANNEL] [--requires REQUIRES]
    +                        [--tool-requires TOOL_REQUIRES] [-b BUILD]
    +                        [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                             [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                             [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                             [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -172,7 +173,7 @@
                             [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                             [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                             [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                        [--lockfile-packages] [--lockfile-clean]
    +                        [--lockfile-clean]
                             [--lockfile-overrides LOCKFILE_OVERRIDES]
                             [--check-updates] [--filter FILTER]
                             [--package-filter PACKAGE_FILTER] [-d DEPLOYER]
    @@ -194,6 +195,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       --name NAME           Provide a package name if not specified in conanfile
       --version VERSION     Provide a package version if not specified in
                             conanfile
    @@ -225,13 +228,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -274,7 +277,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2/reference/commands/graph/outdated.html b/2/reference/commands/graph/outdated.html
    index c14bbc93ffa4..9c968f7682f3 100644
    --- a/2/reference/commands/graph/outdated.html
    +++ b/2/reference/commands/graph/outdated.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan graph outdated — conan 2.2.2 documentation
    +  conan graph outdated — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -161,11 +161,126 @@
       

    conan graph outdated

    $ conan graph outdated -h
    -Error executing: conan graph outdated -h
    -usage: conan graph [-h] [-v [V]]
    -                   {build-order,build-order-merge,explain,info} ...
    -conan graph: error: argument subcommand: invalid choice: 'outdated' (choose from 'build-order', 'build-order-merge', 'explain', 'info')
    -ERROR: Exiting with code: 2
    +usage: conan graph outdated [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
    +                            [--name NAME] [--version VERSION] [--user USER]
    +                            [--channel CHANNEL] [--requires REQUIRES]
    +                            [--tool-requires TOOL_REQUIRES] [-b BUILD]
    +                            [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
    +                            [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
    +                            [-pr:a PROFILE_ALL] [-o OPTIONS]
    +                            [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
    +                            [-o:a OPTIONS_ALL] [-s SETTINGS]
    +                            [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
    +                            [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
    +                            [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
    +                            [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    +                            [--lockfile-clean]
    +                            [--lockfile-overrides LOCKFILE_OVERRIDES]
    +                            [--check-updates] [--build-require]
    +                            [path]
    +
    +List the dependencies in the graph and it's newer versions in the remote
    +
    +positional arguments:
    +  path                  Path to a folder containing a recipe (conanfile.py or
    +                        conanfile.txt) or to a recipe file. e.g.,
    +                        ./my_project/conanfile.txt.
    +
    +options:
    +  -h, --help            show this help message and exit
    +  -f FORMAT, --format FORMAT
    +                        Select the output format: json
    +  -v [V]                Level of detail of the output. Valid options from less
    +                        verbose to more verbose: -vquiet, -verror, -vwarning,
    +                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
    +                        -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
    +  --name NAME           Provide a package name if not specified in conanfile
    +  --version VERSION     Provide a package version if not specified in
    +                        conanfile
    +  --user USER           Provide a user if not specified in conanfile
    +  --channel CHANNEL     Provide a channel if not specified in conanfile
    +  --requires REQUIRES   Directly provide requires instead of a conanfile
    +  --tool-requires TOOL_REQUIRES
    +                        Directly provide tool-requires instead of a conanfile
    +  -b BUILD, --build BUILD
    +                        Optional, specify which packages to build from source.
    +                        Combining multiple '--build' options on one command
    +                        line is allowed. Possible values: --build="*" Force
    +                        build from source for all packages. --build=never
    +                        Disallow build for all packages, use binary packages
    +                        or fail if a binary package is not found, it cannot be
    +                        combined with other '--build' options. --build=missing
    +                        Build packages from source whose binary package is not
    +                        found. --build=cascade Build packages from source that
    +                        have at least one dependency being built from source.
    +                        --build=[pattern] Build packages from source whose
    +                        package reference matches the pattern. The pattern
    +                        uses 'fnmatch' style wildcards. --build=~[pattern]
    +                        Excluded packages, which will not be built from the
    +                        source, whose package reference matches the pattern.
    +                        The pattern uses 'fnmatch' style wildcards.
    +                        --build=missing:[pattern] Build from source if a
    +                        compatible binary does not exist, only for packages
    +                        matching pattern.
    +  -r REMOTE, --remote REMOTE
    +                        Look in the specified remote or remotes server
    +  -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
    +  -pr PROFILE, --profile PROFILE
    +                        Apply the specified profile. By default, or if
    +                        specifying -pr:h (--profile:host), it applies to the
    +                        host context. Use -pr:b (--profile:build) to specify
    +                        the build context, or -pr:a (--profile:all) to specify
    +                        both contexts at once
    +  -pr:b PROFILE_BUILD, --profile:build PROFILE_BUILD
    +  -pr:h PROFILE_HOST, --profile:host PROFILE_HOST
    +  -pr:a PROFILE_ALL, --profile:all PROFILE_ALL
    +  -o OPTIONS, --options OPTIONS
    +                        Apply the specified options. By default, or if
    +                        specifying -o:h (--options:host), it applies to the
    +                        host context. Use -o:b (--options:build) to specify
    +                        the build context, or -o:a (--options:all) to specify
    +                        both contexts at once. Example: -o pkg:with_qt=true
    +  -o:b OPTIONS_BUILD, --options:build OPTIONS_BUILD
    +  -o:h OPTIONS_HOST, --options:host OPTIONS_HOST
    +  -o:a OPTIONS_ALL, --options:all OPTIONS_ALL
    +  -s SETTINGS, --settings SETTINGS
    +                        Apply the specified settings. By default, or if
    +                        specifying -s:h (--settings:host), it applies to the
    +                        host context. Use -s:b (--settings:build) to specify
    +                        the build context, or -s:a (--settings:all) to specify
    +                        both contexts at once. Example: -s compiler=gcc
    +  -s:b SETTINGS_BUILD, --settings:build SETTINGS_BUILD
    +  -s:h SETTINGS_HOST, --settings:host SETTINGS_HOST
    +  -s:a SETTINGS_ALL, --settings:all SETTINGS_ALL
    +  -c CONF, --conf CONF  Apply the specified conf. By default, or if specifying
    +                        -c:h (--conf:host), it applies to the host context.
    +                        Use -c:b (--conf:build) to specify the build context,
    +                        or -c:a (--conf:all) to specify both contexts at once.
    +                        Example: -c tools.cmake.cmaketoolchain:generator=Xcode
    +  -c:b CONF_BUILD, --conf:build CONF_BUILD
    +  -c:h CONF_HOST, --conf:host CONF_HOST
    +  -c:a CONF_ALL, --conf:all CONF_ALL
    +  -l LOCKFILE, --lockfile LOCKFILE
    +                        Path to a lockfile. Use --lockfile="" to avoid
    +                        automatic use of existing 'conan.lock' file
    +  --lockfile-partial    Do not raise an error if some dependency is not found
    +                        in lockfile
    +  --lockfile-out LOCKFILE_OUT
    +                        Filename of the updated lockfile
    +  --lockfile-clean      Remove unused entries from the lockfile
    +  --lockfile-overrides LOCKFILE_OVERRIDES
    +                        Overwrite lockfile overrides
    +  --check-updates       Check if there are recipe updates
    +  --build-require       Whether the provided reference is a build-require
     

    The conan graph outdated command provides details on libraries for which a newer version is available in a remote diff --git a/2/reference/commands/inspect.html b/2/reference/commands/inspect.html index c74f484dee59..026e7dc46255 100644 --- a/2/reference/commands/inspect.html +++ b/2/reference/commands/inspect.html @@ -4,7 +4,7 @@ - conan inspect — conan 2.2.2 documentation + conan inspect — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -158,8 +158,8 @@ See the Conan stability section for more information.

    $ conan inspect -h
    -usage: conan inspect [-h] [-v [V]] [-f FORMAT] [-r REMOTE | -nr] [-l LOCKFILE]
    -                     [--lockfile-partial]
    +usage: conan inspect [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
    +                     [-r REMOTE | -nr] [-l LOCKFILE] [--lockfile-partial]
                          path
     
     Inspect a conanfile.py to return its public fields.
    @@ -173,6 +173,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       -r REMOTE, --remote REMOTE
    diff --git a/2/reference/commands/install.html b/2/reference/commands/install.html
    index 41d46a526f26..bb21b3afcf5e 100644
    --- a/2/reference/commands/install.html
    +++ b/2/reference/commands/install.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan install — conan 2.2.2 documentation
    +  conan install — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,10 +153,10 @@
       

    conan install

    $ conan install -h
    -usage: conan install [-h] [-v [V]] [-f FORMAT] [--name NAME]
    +usage: conan install [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [--name NAME]
                          [--version VERSION] [--user USER] [--channel CHANNEL]
                          [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
    -                     [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
    +                     [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
                          [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                          [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                          [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
    @@ -164,7 +164,7 @@
                          [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                          [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                          [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
    -                     [--lockfile-packages] [--lockfile-clean]
    +                     [--lockfile-clean]
                          [--lockfile-overrides LOCKFILE_OVERRIDES] [-g GENERATOR]
                          [-of OUTPUT_FOLDER] [-d DEPLOYER]
                          [--deployer-folder DEPLOYER_FOLDER]
    @@ -195,6 +195,8 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json
       --name NAME           Provide a package name if not specified in conanfile
    @@ -228,13 +230,13 @@
       -r REMOTE, --remote REMOTE
                             Look in the specified remote or remotes server
       -nr, --no-remote      Do not use remote, resolve exclusively in the cache
    -  -u, --update          Will check the remote and in case a newer version
    -                        and/or revision of the dependencies exists there, it
    -                        will install those in the local cache. When using
    -                        version ranges, it will install the latest version
    -                        that satisfies the range. Also, if using revisions, it
    -                        will update to the latest revision for the resolved
    -                        version range.
    +  -u [UPDATE], --update [UPDATE]
    +                        Will install newer versions and/or revisions in the
    +                        local cache for the given reference, or all in case no
    +                        argument is supplied. When using version ranges, it
    +                        will install the latest version that satisfies the
    +                        range. Also, if using revisions, it will update to the
    +                        latest revision for the resolved version range.
       -pr PROFILE, --profile PROFILE
                             Apply the specified profile. By default, or if
                             specifying -pr:h (--profile:host), it applies to the
    @@ -277,7 +279,6 @@
                             in lockfile
       --lockfile-out LOCKFILE_OUT
                             Filename of the updated lockfile
    -  --lockfile-packages   Lock package-id and package-revision information
       --lockfile-clean      Remove unused entries from the lockfile
       --lockfile-overrides LOCKFILE_OVERRIDES
                             Overwrite lockfile overrides
    diff --git a/2/reference/commands/list.html b/2/reference/commands/list.html
    index 4305f3ab81a4..ecd8927bad27 100644
    --- a/2/reference/commands/list.html
    +++ b/2/reference/commands/list.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan list — conan 2.2.2 documentation
    +  conan list — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -153,9 +153,10 @@
       

    conan list

    $ conan list -h
    -usage: conan list [-h] [-v [V]] [-f FORMAT] [-p PACKAGE_QUERY] [-r REMOTE]
    -                  [-c] [-g GRAPH] [-gb GRAPH_BINARIES] [-gr GRAPH_RECIPES]
    -                  [--lru LRU]
    +usage: conan list [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-p PACKAGE_QUERY]
    +                  [-fp FILTER_PROFILE] [-fs FILTER_SETTINGS]
    +                  [-fo FILTER_OPTIONS] [-r REMOTE] [-c] [-g GRAPH]
    +                  [-gb GRAPH_BINARIES] [-gr GRAPH_RECIPES] [--lru LRU]
                       [pattern]
     
     List existing recipes, revisions, or packages in the cache (by default) or the remotes.
    @@ -172,11 +173,19 @@
                             verbose to more verbose: -vquiet, -verror, -vwarning,
                             -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                             -vvv or -vtrace
    +  -cc CORE_CONF, --core-conf CORE_CONF
    +                        Global configuration for Conan
       -f FORMAT, --format FORMAT
                             Select the output format: json, html, compact
       -p PACKAGE_QUERY, --package-query PACKAGE_QUERY
                             List only the packages matching a specific query, e.g,
                             os=Windows AND (arch=x86 OR compiler=gcc)
    +  -fp FILTER_PROFILE, --filter-profile FILTER_PROFILE
    +                        Profiles to filter the binaries
    +  -fs FILTER_SETTINGS, --filter-settings FILTER_SETTINGS
    +                        Settings to filter the binaries
    +  -fo FILTER_OPTIONS, --filter-options FILTER_OPTIONS
    +                        Options to filter the binaries
       -r REMOTE, --remote REMOTE
                             Remote names. Accepts wildcards ('*' means all the
                             remotes available)
    diff --git a/2/reference/commands/lock.html b/2/reference/commands/lock.html
    index f6330eb03e08..70f0d8c207e0 100644
    --- a/2/reference/commands/lock.html
    +++ b/2/reference/commands/lock.html
    @@ -4,7 +4,7 @@
       
     
       
    -  conan lock — conan 2.2.2 documentation
    +  conan lock — conan 2.2.3 documentation
           
           
           
    @@ -19,7 +19,7 @@
       
             
             
    -        
    +        
             
             
         
    @@ -170,7 +170,7 @@ 

    conan lockconan lock merge: Merge several existing lockfiles into one.

$ conan lock -h
-usage: conan lock [-h] [-v [V]] {add,create,merge,remove} ...
+usage: conan lock [-h] [-v [V]] [-cc CORE_CONF] {add,create,merge,remove} ...
 
 Create or manage lockfiles.
 
@@ -197,6 +197,8 @@ 

conan lock - conan lock add — conan 2.2.2 documentation + conan lock add — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,9 +160,10 @@

conan lock add

$ conan lock add -h
-usage: conan lock add [-h] [-v [V]] [--requires REQUIRES]
+usage: conan lock add [-h] [-v [V]] [-cc CORE_CONF] [--requires REQUIRES]
                       [--build-requires BUILD_REQUIRES]
                       [--python-requires PYTHON_REQUIRES]
+                      [--config-requires CONFIG_REQUIRES]
                       [--lockfile-out LOCKFILE_OUT] [--lockfile LOCKFILE]
 
 Add requires, build-requires or python-requires to an existing or new
@@ -177,11 +178,15 @@ 

conan lock add - conan lock create — conan 2.2.2 documentation + conan lock create — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,18 +160,19 @@

conan lock create

$ conan lock create -h
-usage: conan lock create [-h] [-v [V]] [--name NAME] [--version VERSION]
-                         [--user USER] [--channel CHANNEL]
+usage: conan lock create [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
+                         [--version VERSION] [--user USER] [--channel CHANNEL]
                          [--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
-                         [-b BUILD] [-r REMOTE | -nr] [-u] [-pr PROFILE]
-                         [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
-                         [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
-                         [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
+                         [-b BUILD] [-r REMOTE | -nr] [-u [UPDATE]]
+                         [-pr PROFILE] [-pr:b PROFILE_BUILD]
+                         [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL] [-o OPTIONS]
+                         [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
+                         [-o:a OPTIONS_ALL] [-s SETTINGS]
                          [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                          [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                          [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                          [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
-                         [--lockfile-packages] [--lockfile-clean]
+                         [--lockfile-clean]
                          [--lockfile-overrides LOCKFILE_OVERRIDES]
                          [--build-require]
                          [path]
@@ -189,6 +190,8 @@ 

conan lock create - conan lock merge — conan 2.2.2 documentation + conan lock merge — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,7 +160,7 @@

conan lock merge

$ conan lock merge -h
-usage: conan lock merge [-h] [-v [V]] [--lockfile LOCKFILE]
+usage: conan lock merge [-h] [-v [V]] [-cc CORE_CONF] [--lockfile LOCKFILE]
                         [--lockfile-out LOCKFILE_OUT]
 
 Merge 2 or more lockfiles.
@@ -171,6 +171,8 @@ 

conan lock merge - conan lock remove — conan 2.2.2 documentation + conan lock remove — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -160,9 +160,10 @@

conan lock remove

$ conan lock remove -h
-usage: conan lock remove [-h] [-v [V]] [--requires REQUIRES]
+usage: conan lock remove [-h] [-v [V]] [-cc CORE_CONF] [--requires REQUIRES]
                          [--build-requires BUILD_REQUIRES]
                          [--python-requires PYTHON_REQUIRES]
+                         [--config-requires CONFIG_REQUIRES]
                          [--lockfile-out LOCKFILE_OUT] [--lockfile LOCKFILE]
 
 Remove requires, build-requires or python-requires from an existing or new
@@ -175,11 +176,15 @@ 

conan lock remove - conan new — conan 2.2.2 documentation + conan new — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,7 +156,7 @@

conan new

$ conan new -h
-usage: conan new [-h] [-v [V]] [-d DEFINE] [-f] template
+usage: conan new [-h] [-v [V]] [-cc CORE_CONF] [-d DEFINE] [-f] template
 
 Create a new example recipe and source files from a template.
 
@@ -165,11 +165,11 @@ 

conan newconan new - conan profile — conan 2.2.2 documentation + conan profile — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,17 +156,20 @@

conan profile detect

$ conan profile detect -h
-usage: conan profile detect [-h] [-v [V]] [--name NAME] [-f]
+usage: conan profile detect [-h] [-v [V]] [-cc CORE_CONF] [--name NAME] [-f]
 
 Generate a profile using auto-detected values.
 
 options:
-  -h, --help   show this help message and exit
-  -v [V]       Level of detail of the output. Valid options from less verbose
-               to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-               -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
-  --name NAME  Profile name, 'default' if not specified
-  -f, --force  Overwrite if exists
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --name NAME           Profile name, 'default' if not specified
+  -f, --force           Overwrite if exists
 
@@ -223,7 +226,7 @@

conan profile detect

conan profile list

$ conan profile list -h
-usage: conan profile list [-h] [-f FORMAT] [-v [V]]
+usage: conan profile list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List all profiles in the cache.
 
@@ -235,6 +238,8 @@ 

conan profile list @@ -292,11 +297,11 @@

conan profile path

conan profile show

$ conan profile show -h
-usage: conan profile show [-h] [-f FORMAT] [-v [V]] [-pr PROFILE]
-                          [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
-                          [-pr:a PROFILE_ALL] [-o OPTIONS]
-                          [-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST]
-                          [-o:a OPTIONS_ALL] [-s SETTINGS]
+usage: conan profile show [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                          [-pr PROFILE] [-pr:b PROFILE_BUILD]
+                          [-pr:h PROFILE_HOST] [-pr:a PROFILE_ALL]
+                          [-o OPTIONS] [-o:b OPTIONS_BUILD]
+                          [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
                           [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                           [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                           [-c:h CONF_HOST] [-c:a CONF_ALL]
@@ -311,6 +316,8 @@ 

conan profile show - conan remote — conan 2.2.2 documentation + conan remote — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -156,7 +156,7 @@ registry and also manage authentication to those remotes. For more information on how to work with Conan repositories, please check the dedicated section.

$ conan remote -h
-usage: conan remote [-h] [-v [V]]
+usage: conan remote [-h] [-v [V]] [-cc CORE_CONF]
                     {add,auth,disable,enable,list,list-users,login,logout,remove,rename,set-user,update}
                     ...
 
@@ -174,7 +174,7 @@
     login               Login into the specified remotes matching a pattern.
     logout              Clear the existing credentials for the specified
                         remotes matching a pattern.
-    remove              Remove a remote.
+    remove              Remove remotes.
     rename              Rename a remote.
     set-user            Associate a username with a remote matching a pattern
                         without performing the authentication.
@@ -186,36 +186,50 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote add

$ conan remote add -h
-usage: conan remote add [-h] [-v [V]] [--insecure] [--index INDEX] [-f]
+usage: conan remote add [-h] [-v [V]] [-cc CORE_CONF] [--insecure]
+                        [--index INDEX] [-f] [-ap ALLOWED_PACKAGES]
+                        [-t {local-recipes-index}]
                         name url
 
 Add a remote.
 
 positional arguments:
-  name           Name of the remote to add
-  url            Url of the remote
+  name                  Name of the remote to add
+  url                   Url of the remote
 
 options:
-  -h, --help     show this help message and exit
-  -v [V]         Level of detail of the output. Valid options from less
-                 verbose to more verbose: -vquiet, -verror, -vwarning,
-                 -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or
-                 -vtrace
-  --insecure     Allow insecure server connections when using SSL
-  --index INDEX  Insert the remote at a specific position in the remote list
-  -f, --force    Force the definition of the remote even if duplicated
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --insecure            Allow insecure server connections when using SSL
+  --index INDEX         Insert the remote at a specific position in the remote
+                        list
+  -f, --force           Force the definition of the remote even if duplicated
+  -ap ALLOWED_PACKAGES, --allowed-packages ALLOWED_PACKAGES
+                        Add recipe reference pattern to list of allowed
+                        packages for this remote
+  -t {local-recipes-index}, --type {local-recipes-index}
+                        Define the remote type
 

conan remote auth

$ conan remote auth -h
-usage: conan remote auth [-h] [-f FORMAT] [-v [V]] [--with-user] remote
+usage: conan remote auth [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                         [--with-user]
+                         remote
 
 Authenticate in the defined remotes
 
@@ -231,6 +245,8 @@ 

conan remote auth

conan remote disable

$ conan remote disable -h
-usage: conan remote disable [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote disable [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Disable all the remotes matching a pattern.
 
@@ -255,13 +271,15 @@ 

conan remote disable

conan remote enable

$ conan remote enable -h
-usage: conan remote enable [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote enable [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Enable all the remotes matching a pattern.
 
@@ -277,13 +295,15 @@ 

conan remote enable

conan remote list

$ conan remote list -h
-usage: conan remote list [-h] [-f FORMAT] [-v [V]]
+usage: conan remote list [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List current remotes.
 
@@ -295,13 +315,15 @@ 

conan remote list

conan remote list-users

$ conan remote list-users -h
-usage: conan remote list-users [-h] [-f FORMAT] [-v [V]]
+usage: conan remote list-users [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
 
 List the users logged into all the remotes.
 
@@ -313,13 +335,16 @@ 

conan remote list-users

conan remote login

$ conan remote login -h
-usage: conan remote login [-h] [-f FORMAT] [-v [V]] [-p [PASSWORD]]
+usage: conan remote login [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                          [-p [PASSWORD]]
                           remote [username]
 
 Login into the specified remotes matching a pattern.
@@ -337,6 +362,8 @@ 

conan remote login

conan remote logout

$ conan remote logout -h
-usage: conan remote logout [-h] [-f FORMAT] [-v [V]] remote
+usage: conan remote logout [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF] remote
 
 Clear the existing credentials for the specified remotes matching a pattern.
 
@@ -363,50 +390,60 @@ 

conan remote logout

conan remote remove

$ conan remote remove -h
-usage: conan remote remove [-h] [-v [V]] remote
+usage: conan remote remove [-h] [-v [V]] [-cc CORE_CONF] remote
 
-Remove a remote.
+Remove remotes.
 
 positional arguments:
-  remote      Name of the remote to remove. Accepts 'fnmatch' style wildcards.
+  remote                Name of the remote to remove. Accepts 'fnmatch' style
+                        wildcards.
 
 options:
-  -h, --help  show this help message and exit
-  -v [V]      Level of detail of the output. Valid options from less verbose
-              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote rename

$ conan remote rename -h
-usage: conan remote rename [-h] [-v [V]] remote new_name
+usage: conan remote rename [-h] [-v [V]] [-cc CORE_CONF] remote new_name
 
 Rename a remote.
 
 positional arguments:
-  remote      Current name of the remote
-  new_name    New name for the remote
+  remote                Current name of the remote
+  new_name              New name for the remote
 
 options:
-  -h, --help  show this help message and exit
-  -v [V]      Level of detail of the output. Valid options from less verbose
-              to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-              -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
 

conan remote set-user

$ conan remote set-user -h
-usage: conan remote set-user [-h] [-f FORMAT] [-v [V]] remote username
+usage: conan remote set-user [-h] [-f FORMAT] [-v [V]] [-cc CORE_CONF]
+                             remote username
 
 Associate a username with a remote matching a pattern without performing the
 authentication.
@@ -424,31 +461,40 @@ 

conan remote set-user

conan remote update

$ conan remote update -h
-usage: conan remote update [-h] [-v [V]] [--url URL] [--secure] [--insecure]
-                           [--index INDEX]
+usage: conan remote update [-h] [-v [V]] [-cc CORE_CONF] [--url URL]
+                           [--secure] [--insecure] [--index INDEX]
+                           [-ap ALLOWED_PACKAGES]
                            remote
 
 Update a remote.
 
 positional arguments:
-  remote         Name of the remote to update
+  remote                Name of the remote to update
 
 options:
-  -h, --help     show this help message and exit
-  -v [V]         Level of detail of the output. Valid options from less
-                 verbose to more verbose: -vquiet, -verror, -vwarning,
-                 -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv or
-                 -vtrace
-  --url URL      New url for the remote
-  --secure       Don't allow insecure server connections when using SSL
-  --insecure     Allow insecure server connections when using SSL
-  --index INDEX  Insert the remote at a specific position in the remote list
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --url URL             New url for the remote
+  --secure              Don't allow insecure server connections when using SSL
+  --insecure            Allow insecure server connections when using SSL
+  --index INDEX         Insert the remote at a specific position in the remote
+                        list
+  -ap ALLOWED_PACKAGES, --allowed-packages ALLOWED_PACKAGES
+                        Add recipe reference pattern to the list of allowed
+                        packages for this remote
 
diff --git a/2/reference/commands/remove.html b/2/reference/commands/remove.html index cc0e29edcf92..ca9730941c2e 100644 --- a/2/reference/commands/remove.html +++ b/2/reference/commands/remove.html @@ -4,7 +4,7 @@ - conan remove — conan 2.2.2 documentation + conan remove — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,8 +153,9 @@

conan remove

$ conan remove -h
-usage: conan remove [-h] [-v [V]] [-f FORMAT] [-c] [-p PACKAGE_QUERY]
-                    [-r REMOTE] [-l LIST] [--lru LRU] [--dry-run]
+usage: conan remove [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-c]
+                    [-p PACKAGE_QUERY] [-r REMOTE] [-l LIST] [--lru LRU]
+                    [--dry-run]
                     [pattern]
 
 Remove recipes or packages from local cache or a remote.
@@ -177,6 +178,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -c, --confirm         Remove without requesting a confirmation
diff --git a/2/reference/commands/search.html b/2/reference/commands/search.html
index 0c5c4baaa08e..f8b88c3c0e78 100644
--- a/2/reference/commands/search.html
+++ b/2/reference/commands/search.html
@@ -4,7 +4,7 @@
   
 
   
-  conan search — conan 2.2.2 documentation
+  conan search — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -155,7 +155,8 @@
 

Search existing recipes in remotes. This command is equivalent to conan list <query> -r=*, and is provided for simpler UX.

$ conan search -h
-usage: conan search [-h] [-v [V]] [-f FORMAT] [-r REMOTE] reference
+usage: conan search [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-r REMOTE]
+                    reference
 
 Search for package recipes in all the remotes (by default), or a remote.
 
@@ -169,6 +170,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -r REMOTE, --remote REMOTE
diff --git a/2/reference/commands/source.html b/2/reference/commands/source.html
index 131479f44105..afe8e640e849 100644
--- a/2/reference/commands/source.html
+++ b/2/reference/commands/source.html
@@ -4,7 +4,7 @@
   
 
   
-  conan source — conan 2.2.2 documentation
+  conan source — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -153,25 +153,28 @@
   

conan source

$ conan source -h
-usage: conan source [-h] [-v [V]] [--name NAME] [--version VERSION]
-                    [--user USER] [--channel CHANNEL]
+usage: conan source [-h] [-v [V]] [-cc CORE_CONF] [--name NAME]
+                    [--version VERSION] [--user USER] [--channel CHANNEL]
                     path
 
 Call the source() method.
 
 positional arguments:
-  path               Path to a folder containing a conanfile.py
+  path                  Path to a folder containing a conanfile.py
 
 options:
-  -h, --help         show this help message and exit
-  -v [V]             Level of detail of the output. Valid options from less
-                     verbose to more verbose: -vquiet, -verror, -vwarning,
-                     -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug, -vvv
-                     or -vtrace
-  --name NAME        Provide a package name if not specified in conanfile
-  --version VERSION  Provide a package version if not specified in conanfile
-  --user USER        Provide a user if not specified in conanfile
-  --channel CHANNEL  Provide a channel if not specified in conanfile
+  -h, --help            show this help message and exit
+  -v [V]                Level of detail of the output. Valid options from less
+                        verbose to more verbose: -vquiet, -verror, -vwarning,
+                        -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
+                        -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
+  --name NAME           Provide a package name if not specified in conanfile
+  --version VERSION     Provide a package version if not specified in
+                        conanfile
+  --user USER           Provide a user if not specified in conanfile
+  --channel CHANNEL     Provide a channel if not specified in conanfile
 
diff --git a/2/reference/commands/test.html b/2/reference/commands/test.html index feca6f329eda..d27430330847 100644 --- a/2/reference/commands/test.html +++ b/2/reference/commands/test.html @@ -4,7 +4,7 @@ - conan test — conan 2.2.2 documentation + conan test — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -153,16 +153,16 @@

conan test

$ conan test -h
-usage: conan test [-h] [-v [V]] [-f FORMAT] [-b BUILD] [-r REMOTE | -nr] [-u]
-                  [-pr PROFILE] [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
+usage: conan test [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT] [-b BUILD]
+                  [-r REMOTE | -nr] [-u [UPDATE]] [-pr PROFILE]
+                  [-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST]
                   [-pr:a PROFILE_ALL] [-o OPTIONS] [-o:b OPTIONS_BUILD]
                   [-o:h OPTIONS_HOST] [-o:a OPTIONS_ALL] [-s SETTINGS]
                   [-s:b SETTINGS_BUILD] [-s:h SETTINGS_HOST]
                   [-s:a SETTINGS_ALL] [-c CONF] [-c:b CONF_BUILD]
                   [-c:h CONF_HOST] [-c:a CONF_ALL] [-l LOCKFILE]
                   [--lockfile-partial] [--lockfile-out LOCKFILE_OUT]
-                  [--lockfile-packages] [--lockfile-clean]
-                  [--lockfile-overrides LOCKFILE_OVERRIDES]
+                  [--lockfile-clean] [--lockfile-overrides LOCKFILE_OVERRIDES]
                   path reference
 
 Test a package from a test_package folder.
@@ -178,6 +178,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -b BUILD, --build BUILD
@@ -203,13 +205,13 @@
   -r REMOTE, --remote REMOTE
                         Look in the specified remote or remotes server
   -nr, --no-remote      Do not use remote, resolve exclusively in the cache
-  -u, --update          Will check the remote and in case a newer version
-                        and/or revision of the dependencies exists there, it
-                        will install those in the local cache. When using
-                        version ranges, it will install the latest version
-                        that satisfies the range. Also, if using revisions, it
-                        will update to the latest revision for the resolved
-                        version range.
+  -u [UPDATE], --update [UPDATE]
+                        Will install newer versions and/or revisions in the
+                        local cache for the given reference, or all in case no
+                        argument is supplied. When using version ranges, it
+                        will install the latest version that satisfies the
+                        range. Also, if using revisions, it will update to the
+                        latest revision for the resolved version range.
   -pr PROFILE, --profile PROFILE
                         Apply the specified profile. By default, or if
                         specifying -pr:h (--profile:host), it applies to the
@@ -252,7 +254,6 @@
                         in lockfile
   --lockfile-out LOCKFILE_OUT
                         Filename of the updated lockfile
-  --lockfile-packages   Lock package-id and package-revision information
   --lockfile-clean      Remove unused entries from the lockfile
   --lockfile-overrides LOCKFILE_OVERRIDES
                         Overwrite lockfile overrides
diff --git a/2/reference/commands/upload.html b/2/reference/commands/upload.html
index 5c1e1886f52d..ff10217d8834 100644
--- a/2/reference/commands/upload.html
+++ b/2/reference/commands/upload.html
@@ -4,7 +4,7 @@
   
 
   
-  conan upload — conan 2.2.2 documentation
+  conan upload — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -156,9 +156,9 @@
 information on how to work with Conan repositories, please check the dedicated
 section.

$ conan upload -h
-usage: conan upload [-h] [-v [V]] [-f FORMAT] [-p PACKAGE_QUERY] -r REMOTE
-                    [--only-recipe] [--force] [--check] [-c] [--dry-run]
-                    [-l LIST] [-m METADATA]
+usage: conan upload [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
+                    [-p PACKAGE_QUERY] -r REMOTE [--only-recipe] [--force]
+                    [--check] [-c] [--dry-run] [-l LIST] [-m METADATA]
                     [pattern]
 
 Upload packages to a remote.
@@ -180,6 +180,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
   -p PACKAGE_QUERY, --package-query PACKAGE_QUERY
diff --git a/2/reference/commands/version.html b/2/reference/commands/version.html
index 3c9db6533da6..306d95f36a4e 100644
--- a/2/reference/commands/version.html
+++ b/2/reference/commands/version.html
@@ -4,7 +4,7 @@
   
 
   
-  conan version — conan 2.2.2 documentation
+  conan version — conan 2.2.3 documentation
       
       
       
@@ -19,7 +19,7 @@
   
         
         
-        
+        
         
         
     
@@ -158,7 +158,7 @@
 See the Conan stability section for more information.

$ conan version -h
-usage: conan version [-h] [-v [V]] [-f FORMAT]
+usage: conan version [-h] [-v [V]] [-cc CORE_CONF] [-f FORMAT]
 
 Give information about the Conan client version.
 
@@ -168,6 +168,8 @@
                         verbose to more verbose: -vquiet, -verror, -vwarning,
                         -vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
                         -vvv or -vtrace
+  -cc CORE_CONF, --core-conf CORE_CONF
+                        Global configuration for Conan
   -f FORMAT, --format FORMAT
                         Select the output format: json
 
diff --git a/2/reference/conan_server.html b/2/reference/conan_server.html index 32149933bdeb..015d542603a9 100644 --- a/2/reference/conan_server.html +++ b/2/reference/conan_server.html @@ -4,7 +4,7 @@ - Conan Server — conan 2.2.2 documentation + Conan Server — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile.html b/2/reference/conanfile.html index ec2a3ff748ad..b33e973d0047 100644 --- a/2/reference/conanfile.html +++ b/2/reference/conanfile.html @@ -4,7 +4,7 @@ - conanfile.py — conan 2.2.2 documentation + conanfile.py — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/attributes.html b/2/reference/conanfile/attributes.html index 1beec4470667..64922b390bde 100644 --- a/2/reference/conanfile/attributes.html +++ b/2/reference/conanfile/attributes.html @@ -4,7 +4,7 @@ - Attributes — conan 2.2.2 documentation + Attributes — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods.html b/2/reference/conanfile/methods.html index f876fdd2e509..86ba4dce0808 100644 --- a/2/reference/conanfile/methods.html +++ b/2/reference/conanfile/methods.html @@ -4,7 +4,7 @@ - Methods — conan 2.2.2 documentation + Methods — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/build.html b/2/reference/conanfile/methods/build.html index ef29a3948f7c..e74b0b6833cc 100644 --- a/2/reference/conanfile/methods/build.html +++ b/2/reference/conanfile/methods/build.html @@ -4,7 +4,7 @@ - build() — conan 2.2.2 documentation + build() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/build_id.html b/2/reference/conanfile/methods/build_id.html index 07b1acdc16f9..b8928ca76e9d 100644 --- a/2/reference/conanfile/methods/build_id.html +++ b/2/reference/conanfile/methods/build_id.html @@ -4,7 +4,7 @@ - build_id() — conan 2.2.2 documentation + build_id() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/build_requirements.html b/2/reference/conanfile/methods/build_requirements.html index 533dd0ce2bb7..e47c72ca84fc 100644 --- a/2/reference/conanfile/methods/build_requirements.html +++ b/2/reference/conanfile/methods/build_requirements.html @@ -4,7 +4,7 @@ - build_requirements() — conan 2.2.2 documentation + build_requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/compatibility.html b/2/reference/conanfile/methods/compatibility.html index e1be7edc8606..c09410893a28 100644 --- a/2/reference/conanfile/methods/compatibility.html +++ b/2/reference/conanfile/methods/compatibility.html @@ -4,7 +4,7 @@ - compatibility() — conan 2.2.2 documentation + compatibility() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/config_options.html b/2/reference/conanfile/methods/config_options.html index 336a715f7dc4..6ee78ecfbfd0 100644 --- a/2/reference/conanfile/methods/config_options.html +++ b/2/reference/conanfile/methods/config_options.html @@ -4,7 +4,7 @@ - config_options() — conan 2.2.2 documentation + config_options() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/configure.html b/2/reference/conanfile/methods/configure.html index 70f5e730ce55..37ce28eae1e8 100644 --- a/2/reference/conanfile/methods/configure.html +++ b/2/reference/conanfile/methods/configure.html @@ -4,7 +4,7 @@ - configure() — conan 2.2.2 documentation + configure() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/deploy.html b/2/reference/conanfile/methods/deploy.html index 5d04424689d8..e7d4d16338af 100644 --- a/2/reference/conanfile/methods/deploy.html +++ b/2/reference/conanfile/methods/deploy.html @@ -4,7 +4,7 @@ - deploy() — conan 2.2.2 documentation + deploy() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/export.html b/2/reference/conanfile/methods/export.html index 41394e63ee53..d2ce321be2f4 100644 --- a/2/reference/conanfile/methods/export.html +++ b/2/reference/conanfile/methods/export.html @@ -4,7 +4,7 @@ - export() — conan 2.2.2 documentation + export() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/export_sources.html b/2/reference/conanfile/methods/export_sources.html index 7e201eb35e0c..7dbac9d22417 100644 --- a/2/reference/conanfile/methods/export_sources.html +++ b/2/reference/conanfile/methods/export_sources.html @@ -4,7 +4,7 @@ - export_sources() — conan 2.2.2 documentation + export_sources() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/generate.html b/2/reference/conanfile/methods/generate.html index d3277ee4ef45..fd1fbb2d3e9e 100644 --- a/2/reference/conanfile/methods/generate.html +++ b/2/reference/conanfile/methods/generate.html @@ -4,7 +4,7 @@ - generate() — conan 2.2.2 documentation + generate() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/init.html b/2/reference/conanfile/methods/init.html index da2221b7686f..fe8d33b4fbe7 100644 --- a/2/reference/conanfile/methods/init.html +++ b/2/reference/conanfile/methods/init.html @@ -4,7 +4,7 @@ - init() — conan 2.2.2 documentation + init() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/layout.html b/2/reference/conanfile/methods/layout.html index 1597a4be0a23..e7d78b6f8351 100644 --- a/2/reference/conanfile/methods/layout.html +++ b/2/reference/conanfile/methods/layout.html @@ -4,7 +4,7 @@ - layout() — conan 2.2.2 documentation + layout() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/package.html b/2/reference/conanfile/methods/package.html index fc0422a1989e..dc809fcf6078 100644 --- a/2/reference/conanfile/methods/package.html +++ b/2/reference/conanfile/methods/package.html @@ -4,7 +4,7 @@ - package() — conan 2.2.2 documentation + package() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/package_id.html b/2/reference/conanfile/methods/package_id.html index 75c1eb317ee6..b18d916447a9 100644 --- a/2/reference/conanfile/methods/package_id.html +++ b/2/reference/conanfile/methods/package_id.html @@ -4,7 +4,7 @@ - package_id() — conan 2.2.2 documentation + package_id() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/package_info.html b/2/reference/conanfile/methods/package_info.html index 69f00afd6b4a..c0ddf12388ea 100644 --- a/2/reference/conanfile/methods/package_info.html +++ b/2/reference/conanfile/methods/package_info.html @@ -4,7 +4,7 @@ - package_info() — conan 2.2.2 documentation + package_info() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/requirements.html b/2/reference/conanfile/methods/requirements.html index 184f6152d729..07a870132439 100644 --- a/2/reference/conanfile/methods/requirements.html +++ b/2/reference/conanfile/methods/requirements.html @@ -4,7 +4,7 @@ - requirements() — conan 2.2.2 documentation + requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/set_name.html b/2/reference/conanfile/methods/set_name.html index 40d0045948a8..c3e6a218aa80 100644 --- a/2/reference/conanfile/methods/set_name.html +++ b/2/reference/conanfile/methods/set_name.html @@ -4,7 +4,7 @@ - set_name() — conan 2.2.2 documentation + set_name() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/set_version.html b/2/reference/conanfile/methods/set_version.html index e3ff08f7fe0e..54451cc50017 100644 --- a/2/reference/conanfile/methods/set_version.html +++ b/2/reference/conanfile/methods/set_version.html @@ -4,7 +4,7 @@ - set_version() — conan 2.2.2 documentation + set_version() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/source.html b/2/reference/conanfile/methods/source.html index 434608194521..254bd0a67594 100644 --- a/2/reference/conanfile/methods/source.html +++ b/2/reference/conanfile/methods/source.html @@ -4,7 +4,7 @@ - source() — conan 2.2.2 documentation + source() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/system_requirements.html b/2/reference/conanfile/methods/system_requirements.html index 579091212be2..3e7d3bd74f2b 100644 --- a/2/reference/conanfile/methods/system_requirements.html +++ b/2/reference/conanfile/methods/system_requirements.html @@ -4,7 +4,7 @@ - system_requirements() — conan 2.2.2 documentation + system_requirements() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/test.html b/2/reference/conanfile/methods/test.html index e42a938383b2..04a4fd2d1ca8 100644 --- a/2/reference/conanfile/methods/test.html +++ b/2/reference/conanfile/methods/test.html @@ -4,7 +4,7 @@ - test() — conan 2.2.2 documentation + test() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/validate.html b/2/reference/conanfile/methods/validate.html index 3248b3a81547..b58c7a610f04 100644 --- a/2/reference/conanfile/methods/validate.html +++ b/2/reference/conanfile/methods/validate.html @@ -4,7 +4,7 @@ - validate() — conan 2.2.2 documentation + validate() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/methods/validate_build.html b/2/reference/conanfile/methods/validate_build.html index 3633261caa22..20866bcc6faf 100644 --- a/2/reference/conanfile/methods/validate_build.html +++ b/2/reference/conanfile/methods/validate_build.html @@ -4,7 +4,7 @@ - validate_build() — conan 2.2.2 documentation + validate_build() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile/running_and_output.html b/2/reference/conanfile/running_and_output.html index 8dcac61835fb..9d150738a074 100644 --- a/2/reference/conanfile/running_and_output.html +++ b/2/reference/conanfile/running_and_output.html @@ -4,7 +4,7 @@ - Running and output — conan 2.2.2 documentation + Running and output — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/conanfile_txt.html b/2/reference/conanfile_txt.html index 117d40e72d14..fc3ffb6cc7c9 100644 --- a/2/reference/conanfile_txt.html +++ b/2/reference/conanfile_txt.html @@ -4,7 +4,7 @@ - conanfile.txt — conan 2.2.2 documentation + conanfile.txt — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files.html b/2/reference/config_files.html index 40326c27c2fe..b8b7adf8ead1 100644 --- a/2/reference/config_files.html +++ b/2/reference/config_files.html @@ -4,7 +4,7 @@ - Configuration files — conan 2.2.2 documentation + Configuration files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/conanrc.html b/2/reference/config_files/conanrc.html index a9d9a4e685d5..9b7c6bbec37f 100644 --- a/2/reference/config_files/conanrc.html +++ b/2/reference/config_files/conanrc.html @@ -4,7 +4,7 @@ - .conanrc — conan 2.2.2 documentation + .conanrc — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/credentials.html b/2/reference/config_files/credentials.html index 28b0257feb17..5bb808fb2fdc 100644 --- a/2/reference/config_files/credentials.html +++ b/2/reference/config_files/credentials.html @@ -4,7 +4,7 @@ - credentials.json — conan 2.2.2 documentation + credentials.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/global_conf.html b/2/reference/config_files/global_conf.html index 2b897305b0cc..2fd18ca0ff0e 100644 --- a/2/reference/config_files/global_conf.html +++ b/2/reference/config_files/global_conf.html @@ -4,7 +4,7 @@ - global.conf — conan 2.2.2 documentation + global.conf — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + @@ -173,15 +173,18 @@

Introduction to configuration - profiles — conan 2.2.2 documentation + profiles — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/remotes.html b/2/reference/config_files/remotes.html index c0a714b146f4..c4850c89ea78 100644 --- a/2/reference/config_files/remotes.html +++ b/2/reference/config_files/remotes.html @@ -4,7 +4,7 @@ - remotes.json — conan 2.2.2 documentation + remotes.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/settings.html b/2/reference/config_files/settings.html index 00b308b4e25a..925c5f621a03 100644 --- a/2/reference/config_files/settings.html +++ b/2/reference/config_files/settings.html @@ -4,7 +4,7 @@ - settings.yml — conan 2.2.2 documentation + settings.yml — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/config_files/source_credentials.html b/2/reference/config_files/source_credentials.html index c0cbaabde48d..15b90c745b86 100644 --- a/2/reference/config_files/source_credentials.html +++ b/2/reference/config_files/source_credentials.html @@ -4,7 +4,7 @@ - source_credentials.json — conan 2.2.2 documentation + source_credentials.json — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/environment.html b/2/reference/environment.html index a87dd60c1cde..65d8f93d2ace 100644 --- a/2/reference/environment.html +++ b/2/reference/environment.html @@ -4,7 +4,7 @@ - Environment variables — conan 2.2.2 documentation + Environment variables — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions.html b/2/reference/extensions.html index 37e82bf9e69d..23c067af4132 100644 --- a/2/reference/extensions.html +++ b/2/reference/extensions.html @@ -4,7 +4,7 @@ - Extensions — conan 2.2.2 documentation + Extensions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/binary_compatibility.html b/2/reference/extensions/binary_compatibility.html index f8ec775a24c4..db2f892cc0c5 100644 --- a/2/reference/extensions/binary_compatibility.html +++ b/2/reference/extensions/binary_compatibility.html @@ -4,7 +4,7 @@ - Binary compatibility — conan 2.2.2 documentation + Binary compatibility — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/command_wrapper.html b/2/reference/extensions/command_wrapper.html index 3115c6d0fdfb..e5d5586f8102 100644 --- a/2/reference/extensions/command_wrapper.html +++ b/2/reference/extensions/command_wrapper.html @@ -4,7 +4,7 @@ - Command wrapper — conan 2.2.2 documentation + Command wrapper — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/custom_commands.html b/2/reference/extensions/custom_commands.html index 3dfb443e5eac..830544d4d6eb 100644 --- a/2/reference/extensions/custom_commands.html +++ b/2/reference/extensions/custom_commands.html @@ -4,7 +4,7 @@ - Custom commands — conan 2.2.2 documentation + Custom commands — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/custom_generators.html b/2/reference/extensions/custom_generators.html index 75bd1b58371f..75eb6a826014 100644 --- a/2/reference/extensions/custom_generators.html +++ b/2/reference/extensions/custom_generators.html @@ -4,7 +4,7 @@ - Custom Conan generators — conan 2.2.2 documentation + Custom Conan generators — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/deployers.html b/2/reference/extensions/deployers.html index 26b202e7967f..777eec7f8e95 100644 --- a/2/reference/extensions/deployers.html +++ b/2/reference/extensions/deployers.html @@ -4,7 +4,7 @@ - Deployers — conan 2.2.2 documentation + Deployers — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/hooks.html b/2/reference/extensions/hooks.html index 400148072ae4..cc99cefc0818 100644 --- a/2/reference/extensions/hooks.html +++ b/2/reference/extensions/hooks.html @@ -4,7 +4,7 @@ - Hooks — conan 2.2.2 documentation + Hooks — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/package_signing.html b/2/reference/extensions/package_signing.html index c8fdec50b40e..1b6f785e4f71 100644 --- a/2/reference/extensions/package_signing.html +++ b/2/reference/extensions/package_signing.html @@ -4,7 +4,7 @@ - Package signing — conan 2.2.2 documentation + Package signing — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/profile_plugin.html b/2/reference/extensions/profile_plugin.html index 4d769c1ada8c..3e347565408c 100644 --- a/2/reference/extensions/profile_plugin.html +++ b/2/reference/extensions/profile_plugin.html @@ -4,7 +4,7 @@ - Profile plugin — conan 2.2.2 documentation + Profile plugin — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api.html b/2/reference/extensions/python_api.html index 7ff48a4b6667..45375ecb247e 100644 --- a/2/reference/extensions/python_api.html +++ b/2/reference/extensions/python_api.html @@ -4,7 +4,7 @@ - Python API — conan 2.2.2 documentation + Python API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/CommandAPI.html b/2/reference/extensions/python_api/CommandAPI.html index e6095ffe318a..98cd0cbe7684 100644 --- a/2/reference/extensions/python_api/CommandAPI.html +++ b/2/reference/extensions/python_api/CommandAPI.html @@ -4,7 +4,7 @@ - Command API — conan 2.2.2 documentation + Command API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/ConanAPI.html b/2/reference/extensions/python_api/ConanAPI.html index 2cd6dea5594d..52062c8abc9e 100644 --- a/2/reference/extensions/python_api/ConanAPI.html +++ b/2/reference/extensions/python_api/ConanAPI.html @@ -4,7 +4,7 @@ - Conan API Reference — conan 2.2.2 documentation + Conan API Reference — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/ConfigAPI.html b/2/reference/extensions/python_api/ConfigAPI.html index e25e18ce1854..df60180471af 100644 --- a/2/reference/extensions/python_api/ConfigAPI.html +++ b/2/reference/extensions/python_api/ConfigAPI.html @@ -4,7 +4,7 @@ - Config API — conan 2.2.2 documentation + Config API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/DownloadAPI.html b/2/reference/extensions/python_api/DownloadAPI.html index 4ff79b60103b..99453509d945 100644 --- a/2/reference/extensions/python_api/DownloadAPI.html +++ b/2/reference/extensions/python_api/DownloadAPI.html @@ -4,7 +4,7 @@ - Download API — conan 2.2.2 documentation + Download API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/ExportAPI.html b/2/reference/extensions/python_api/ExportAPI.html index 16a095efecca..c5983ba114dc 100644 --- a/2/reference/extensions/python_api/ExportAPI.html +++ b/2/reference/extensions/python_api/ExportAPI.html @@ -4,7 +4,7 @@ - Export API — conan 2.2.2 documentation + Export API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/GraphAPI.html b/2/reference/extensions/python_api/GraphAPI.html index 2dfc4f751d2d..7f9b1a8bcc38 100644 --- a/2/reference/extensions/python_api/GraphAPI.html +++ b/2/reference/extensions/python_api/GraphAPI.html @@ -4,7 +4,7 @@ - Graph API — conan 2.2.2 documentation + Graph API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/InstallAPI.html b/2/reference/extensions/python_api/InstallAPI.html index 3448e893744a..fbf09e66f5b3 100644 --- a/2/reference/extensions/python_api/InstallAPI.html +++ b/2/reference/extensions/python_api/InstallAPI.html @@ -4,7 +4,7 @@ - Install API — conan 2.2.2 documentation + Install API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/ListAPI.html b/2/reference/extensions/python_api/ListAPI.html index f453d7a2af59..1df2523bc3ab 100644 --- a/2/reference/extensions/python_api/ListAPI.html +++ b/2/reference/extensions/python_api/ListAPI.html @@ -4,7 +4,7 @@ - List API — conan 2.2.2 documentation + List API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/NewAPI.html b/2/reference/extensions/python_api/NewAPI.html index 8ca1de7e1731..3da81c2affe9 100644 --- a/2/reference/extensions/python_api/NewAPI.html +++ b/2/reference/extensions/python_api/NewAPI.html @@ -4,7 +4,7 @@ - New API — conan 2.2.2 documentation + New API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/ProfilesAPI.html b/2/reference/extensions/python_api/ProfilesAPI.html index da55623e3336..f1adcfd12b35 100644 --- a/2/reference/extensions/python_api/ProfilesAPI.html +++ b/2/reference/extensions/python_api/ProfilesAPI.html @@ -4,7 +4,7 @@ - Profiles API — conan 2.2.2 documentation + Profiles API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/RemotesAPI.html b/2/reference/extensions/python_api/RemotesAPI.html index ad97c45dd82b..f3e5cdc3e9a2 100644 --- a/2/reference/extensions/python_api/RemotesAPI.html +++ b/2/reference/extensions/python_api/RemotesAPI.html @@ -4,7 +4,7 @@ - Remotes API — conan 2.2.2 documentation + Remotes API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/RemoveAPI.html b/2/reference/extensions/python_api/RemoveAPI.html index 3c767dcf6bb9..503f1b6be505 100644 --- a/2/reference/extensions/python_api/RemoveAPI.html +++ b/2/reference/extensions/python_api/RemoveAPI.html @@ -4,7 +4,7 @@ - Remove API — conan 2.2.2 documentation + Remove API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/SearchAPI.html b/2/reference/extensions/python_api/SearchAPI.html index dd2a78f321fc..b1f0583e2b7d 100644 --- a/2/reference/extensions/python_api/SearchAPI.html +++ b/2/reference/extensions/python_api/SearchAPI.html @@ -4,7 +4,7 @@ - Search API — conan 2.2.2 documentation + Search API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_api/UploadAPI.html b/2/reference/extensions/python_api/UploadAPI.html index 4495146caf39..2720ee609833 100644 --- a/2/reference/extensions/python_api/UploadAPI.html +++ b/2/reference/extensions/python_api/UploadAPI.html @@ -4,7 +4,7 @@ - Upload API — conan 2.2.2 documentation + Upload API — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/extensions/python_requires.html b/2/reference/extensions/python_requires.html index b0a9adcfd942..021cf2810246 100644 --- a/2/reference/extensions/python_requires.html +++ b/2/reference/extensions/python_requires.html @@ -4,7 +4,7 @@ - Python requires — conan 2.2.2 documentation + Python requires — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools.html b/2/reference/tools.html index 03408105600c..dcfe7865c18a 100644 --- a/2/reference/tools.html +++ b/2/reference/tools.html @@ -4,7 +4,7 @@ - Recipe tools — conan 2.2.2 documentation + Recipe tools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/android.html b/2/reference/tools/android.html index 579f01f6e6d8..718968592064 100644 --- a/2/reference/tools/android.html +++ b/2/reference/tools/android.html @@ -4,7 +4,7 @@ - conan.tools.android — conan 2.2.2 documentation + conan.tools.android — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/apple.html b/2/reference/tools/apple.html index 7f74ce5c629d..5f4bea14bb85 100644 --- a/2/reference/tools/apple.html +++ b/2/reference/tools/apple.html @@ -4,7 +4,7 @@ - conan.tools.apple — conan 2.2.2 documentation + conan.tools.apple — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/apple/other.html b/2/reference/tools/apple/other.html index b81c6e0cc769..54bbc7ed4bae 100644 --- a/2/reference/tools/apple/other.html +++ b/2/reference/tools/apple/other.html @@ -4,7 +4,7 @@ - conan.tools.apple.fix_apple_shared_install_name() — conan 2.2.2 documentation + conan.tools.apple.fix_apple_shared_install_name() — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/apple/xcodebuild.html b/2/reference/tools/apple/xcodebuild.html index 88a766ae7328..b5d949b707fd 100644 --- a/2/reference/tools/apple/xcodebuild.html +++ b/2/reference/tools/apple/xcodebuild.html @@ -4,7 +4,7 @@ - XcodeBuild — conan 2.2.2 documentation + XcodeBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/apple/xcodedeps.html b/2/reference/tools/apple/xcodedeps.html index 2cefd154612b..110cae244d8f 100644 --- a/2/reference/tools/apple/xcodedeps.html +++ b/2/reference/tools/apple/xcodedeps.html @@ -4,7 +4,7 @@ - XcodeDeps — conan 2.2.2 documentation + XcodeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/apple/xcodetoolchain.html b/2/reference/tools/apple/xcodetoolchain.html index edbb70a102d3..329f0d9897d2 100644 --- a/2/reference/tools/apple/xcodetoolchain.html +++ b/2/reference/tools/apple/xcodetoolchain.html @@ -4,7 +4,7 @@ - XcodeToolchain — conan 2.2.2 documentation + XcodeToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/build.html b/2/reference/tools/build.html index 3b2fb7a254ec..05bc9535dd4b 100644 --- a/2/reference/tools/build.html +++ b/2/reference/tools/build.html @@ -4,7 +4,7 @@ - conan.tools.build — conan 2.2.2 documentation + conan.tools.build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cmake.html b/2/reference/tools/cmake.html index 4a384d432505..eca0cebc8332 100644 --- a/2/reference/tools/cmake.html +++ b/2/reference/tools/cmake.html @@ -4,7 +4,7 @@ - conan.tools.cmake — conan 2.2.2 documentation + conan.tools.cmake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cmake/cmake.html b/2/reference/tools/cmake/cmake.html index 609bf02bca43..5ee0bb3c700c 100644 --- a/2/reference/tools/cmake/cmake.html +++ b/2/reference/tools/cmake/cmake.html @@ -4,7 +4,7 @@ - CMake — conan 2.2.2 documentation + CMake — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cmake/cmake_layout.html b/2/reference/tools/cmake/cmake_layout.html index e52714999aad..8458f29031e0 100644 --- a/2/reference/tools/cmake/cmake_layout.html +++ b/2/reference/tools/cmake/cmake_layout.html @@ -4,7 +4,7 @@ - cmake_layout — conan 2.2.2 documentation + cmake_layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cmake/cmakedeps.html b/2/reference/tools/cmake/cmakedeps.html index 69a3d8652ff4..564b9f904884 100644 --- a/2/reference/tools/cmake/cmakedeps.html +++ b/2/reference/tools/cmake/cmakedeps.html @@ -4,7 +4,7 @@ - CMakeDeps — conan 2.2.2 documentation + CMakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cmake/cmaketoolchain.html b/2/reference/tools/cmake/cmaketoolchain.html index 8cac8f92b262..29d72de53c34 100644 --- a/2/reference/tools/cmake/cmaketoolchain.html +++ b/2/reference/tools/cmake/cmaketoolchain.html @@ -4,7 +4,7 @@ - CMakeToolchain — conan 2.2.2 documentation + CMakeToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/cpp_info.html b/2/reference/tools/cpp_info.html index 9004651fae3d..49dfd58b94ed 100644 --- a/2/reference/tools/cpp_info.html +++ b/2/reference/tools/cpp_info.html @@ -4,7 +4,7 @@ - conan.tools.CppInfo — conan 2.2.2 documentation + conan.tools.CppInfo — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/env.html b/2/reference/tools/env.html index 19197743653f..77a2e2e18aa1 100644 --- a/2/reference/tools/env.html +++ b/2/reference/tools/env.html @@ -4,7 +4,7 @@ - conan.tools.env — conan 2.2.2 documentation + conan.tools.env — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/env/environment.html b/2/reference/tools/env/environment.html index 26b767828730..ef4070fe08b5 100644 --- a/2/reference/tools/env/environment.html +++ b/2/reference/tools/env/environment.html @@ -4,7 +4,7 @@ - Environment — conan 2.2.2 documentation + Environment — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/env/envvars.html b/2/reference/tools/env/envvars.html index 789f6fe2758e..841b6b625d48 100644 --- a/2/reference/tools/env/envvars.html +++ b/2/reference/tools/env/envvars.html @@ -4,7 +4,7 @@ - EnvVars — conan 2.2.2 documentation + EnvVars — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/env/virtualbuildenv.html b/2/reference/tools/env/virtualbuildenv.html index 61f04d0a656e..417be9009db3 100644 --- a/2/reference/tools/env/virtualbuildenv.html +++ b/2/reference/tools/env/virtualbuildenv.html @@ -4,7 +4,7 @@ - VirtualBuildEnv — conan 2.2.2 documentation + VirtualBuildEnv — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/env/virtualrunenv.html b/2/reference/tools/env/virtualrunenv.html index f3292e3af15d..806cc8bf854e 100644 --- a/2/reference/tools/env/virtualrunenv.html +++ b/2/reference/tools/env/virtualrunenv.html @@ -4,7 +4,7 @@ - VirtualRunEnv — conan 2.2.2 documentation + VirtualRunEnv — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files.html b/2/reference/tools/files.html index 6e22ea61e349..cd46914d0063 100644 --- a/2/reference/tools/files.html +++ b/2/reference/tools/files.html @@ -4,7 +4,7 @@ - conan.tools.files — conan 2.2.2 documentation + conan.tools.files — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/basic.html b/2/reference/tools/files/basic.html index 68d73c6db8ef..6e24bb1db839 100644 --- a/2/reference/tools/files/basic.html +++ b/2/reference/tools/files/basic.html @@ -4,7 +4,7 @@ - conan.tools.files basic operations — conan 2.2.2 documentation + conan.tools.files basic operations — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/checksum.html b/2/reference/tools/files/checksum.html index f0c20f43dc40..295e3962c938 100644 --- a/2/reference/tools/files/checksum.html +++ b/2/reference/tools/files/checksum.html @@ -4,7 +4,7 @@ - conan.tools.files checksums — conan 2.2.2 documentation + conan.tools.files checksums — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/downloads.html b/2/reference/tools/files/downloads.html index fb8922cf2aa2..a91c0de22a01 100644 --- a/2/reference/tools/files/downloads.html +++ b/2/reference/tools/files/downloads.html @@ -4,7 +4,7 @@ - conan.tools.files downloads — conan 2.2.2 documentation + conan.tools.files downloads — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/packaging.html b/2/reference/tools/files/packaging.html index 1b77c252b85f..6aa0d0607a83 100644 --- a/2/reference/tools/files/packaging.html +++ b/2/reference/tools/files/packaging.html @@ -4,7 +4,7 @@ - conan.tools.files AutoPackager — conan 2.2.2 documentation + conan.tools.files AutoPackager — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/patches.html b/2/reference/tools/files/patches.html index 137547d0b4fa..2c499d4a0916 100644 --- a/2/reference/tools/files/patches.html +++ b/2/reference/tools/files/patches.html @@ -4,7 +4,7 @@ - conan.tools.files patches — conan 2.2.2 documentation + conan.tools.files patches — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/files/symlinks.html b/2/reference/tools/files/symlinks.html index 65196ba09ca8..7f3dc556907a 100644 --- a/2/reference/tools/files/symlinks.html +++ b/2/reference/tools/files/symlinks.html @@ -4,7 +4,7 @@ - conan.tools.files.symlinks — conan 2.2.2 documentation + conan.tools.files.symlinks — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu.html b/2/reference/tools/gnu.html index 10adceb96533..2c72ea88f461 100644 --- a/2/reference/tools/gnu.html +++ b/2/reference/tools/gnu.html @@ -4,7 +4,7 @@ - conan.tools.gnu — conan 2.2.2 documentation + conan.tools.gnu — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/autotools.html b/2/reference/tools/gnu/autotools.html index a69da09303f5..2bb469626965 100644 --- a/2/reference/tools/gnu/autotools.html +++ b/2/reference/tools/gnu/autotools.html @@ -4,7 +4,7 @@ - Autotools — conan 2.2.2 documentation + Autotools — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/autotoolsdeps.html b/2/reference/tools/gnu/autotoolsdeps.html index cd0f7d9e5015..b0982fe07de0 100644 --- a/2/reference/tools/gnu/autotoolsdeps.html +++ b/2/reference/tools/gnu/autotoolsdeps.html @@ -4,7 +4,7 @@ - AutotoolsDeps — conan 2.2.2 documentation + AutotoolsDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/autotoolstoolchain.html b/2/reference/tools/gnu/autotoolstoolchain.html index 070e9731fedd..a7608485e5e1 100644 --- a/2/reference/tools/gnu/autotoolstoolchain.html +++ b/2/reference/tools/gnu/autotoolstoolchain.html @@ -4,7 +4,7 @@ - AutotoolsToolchain — conan 2.2.2 documentation + AutotoolsToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/makedeps.html b/2/reference/tools/gnu/makedeps.html index f734835bfc1a..9059da315bb6 100644 --- a/2/reference/tools/gnu/makedeps.html +++ b/2/reference/tools/gnu/makedeps.html @@ -4,7 +4,7 @@ - MakeDeps — conan 2.2.2 documentation + MakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/pkgconfig.html b/2/reference/tools/gnu/pkgconfig.html index 902802e8f1d7..d0f4853637fd 100644 --- a/2/reference/tools/gnu/pkgconfig.html +++ b/2/reference/tools/gnu/pkgconfig.html @@ -4,7 +4,7 @@ - PkgConfig — conan 2.2.2 documentation + PkgConfig — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/gnu/pkgconfigdeps.html b/2/reference/tools/gnu/pkgconfigdeps.html index 9df05b9db008..af1592ff95ec 100644 --- a/2/reference/tools/gnu/pkgconfigdeps.html +++ b/2/reference/tools/gnu/pkgconfigdeps.html @@ -4,7 +4,7 @@ - PkgConfigDeps — conan 2.2.2 documentation + PkgConfigDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/google.html b/2/reference/tools/google.html index 881f7a00fa85..966ef34500b8 100644 --- a/2/reference/tools/google.html +++ b/2/reference/tools/google.html @@ -4,7 +4,7 @@ - conan.tools.google — conan 2.2.2 documentation + conan.tools.google — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/google/bazel.html b/2/reference/tools/google/bazel.html index 61fa98a80415..58590f14de03 100644 --- a/2/reference/tools/google/bazel.html +++ b/2/reference/tools/google/bazel.html @@ -4,7 +4,7 @@ - Bazel — conan 2.2.2 documentation + Bazel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/google/bazeldeps.html b/2/reference/tools/google/bazeldeps.html index a68b967e051e..0fb9686d080a 100644 --- a/2/reference/tools/google/bazeldeps.html +++ b/2/reference/tools/google/bazeldeps.html @@ -4,7 +4,7 @@ - BazelDeps — conan 2.2.2 documentation + BazelDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/google/bazeltoolchain.html b/2/reference/tools/google/bazeltoolchain.html index 561063c36d76..e92b74dded32 100644 --- a/2/reference/tools/google/bazeltoolchain.html +++ b/2/reference/tools/google/bazeltoolchain.html @@ -4,7 +4,7 @@ - BazelToolchain — conan 2.2.2 documentation + BazelToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/intel.html b/2/reference/tools/intel.html index 78948007a60e..429366056d72 100644 --- a/2/reference/tools/intel.html +++ b/2/reference/tools/intel.html @@ -4,7 +4,7 @@ - conan.tools.intel — conan 2.2.2 documentation + conan.tools.intel — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/layout.html b/2/reference/tools/layout.html index 7e63c85e4fae..32b0d0ffe941 100644 --- a/2/reference/tools/layout.html +++ b/2/reference/tools/layout.html @@ -4,7 +4,7 @@ - conan.tools.layout — conan 2.2.2 documentation + conan.tools.layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/meson.html b/2/reference/tools/meson.html index 7aa68440d7d3..ca82e165b5b4 100644 --- a/2/reference/tools/meson.html +++ b/2/reference/tools/meson.html @@ -4,7 +4,7 @@ - conan.tools.meson — conan 2.2.2 documentation + conan.tools.meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/meson/meson.html b/2/reference/tools/meson/meson.html index fbedfbbee0c9..cbc47dd5ffd9 100644 --- a/2/reference/tools/meson/meson.html +++ b/2/reference/tools/meson/meson.html @@ -4,7 +4,7 @@ - Meson — conan 2.2.2 documentation + Meson — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/meson/mesontoolchain.html b/2/reference/tools/meson/mesontoolchain.html index 9fd727594c68..b70e859215dd 100644 --- a/2/reference/tools/meson/mesontoolchain.html +++ b/2/reference/tools/meson/mesontoolchain.html @@ -4,7 +4,7 @@ - MesonToolchain — conan 2.2.2 documentation + MesonToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft.html b/2/reference/tools/microsoft.html index e0eb6836ec7e..f5a2d9aadeb3 100644 --- a/2/reference/tools/microsoft.html +++ b/2/reference/tools/microsoft.html @@ -4,7 +4,7 @@ - conan.tools.microsoft — conan 2.2.2 documentation + conan.tools.microsoft — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/helpers.html b/2/reference/tools/microsoft/helpers.html index 159e1042df5f..3c6e0a93c138 100644 --- a/2/reference/tools/microsoft/helpers.html +++ b/2/reference/tools/microsoft/helpers.html @@ -4,7 +4,7 @@ - conan.tools.microsoft.visual — conan 2.2.2 documentation + conan.tools.microsoft.visual — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/msbuild.html b/2/reference/tools/microsoft/msbuild.html index 866a2a2d4311..df38236c16c3 100644 --- a/2/reference/tools/microsoft/msbuild.html +++ b/2/reference/tools/microsoft/msbuild.html @@ -4,7 +4,7 @@ - MSBuild — conan 2.2.2 documentation + MSBuild — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/msbuilddeps.html b/2/reference/tools/microsoft/msbuilddeps.html index 73353bbb175b..5de14aab8e40 100644 --- a/2/reference/tools/microsoft/msbuilddeps.html +++ b/2/reference/tools/microsoft/msbuilddeps.html @@ -4,7 +4,7 @@ - MSBuildDeps — conan 2.2.2 documentation + MSBuildDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/msbuildtoolchain.html b/2/reference/tools/microsoft/msbuildtoolchain.html index cfcdcf0ff4c4..1477b21a991b 100644 --- a/2/reference/tools/microsoft/msbuildtoolchain.html +++ b/2/reference/tools/microsoft/msbuildtoolchain.html @@ -4,7 +4,7 @@ - MSBuildToolchain — conan 2.2.2 documentation + MSBuildToolchain — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/nmake.html b/2/reference/tools/microsoft/nmake.html index 8ff54b11b1d3..5be4cf4d10bd 100644 --- a/2/reference/tools/microsoft/nmake.html +++ b/2/reference/tools/microsoft/nmake.html @@ -4,7 +4,7 @@ - NMakeDeps — conan 2.2.2 documentation + NMakeDeps — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/vcvars.html b/2/reference/tools/microsoft/vcvars.html index 9ee2f8df0c55..d3a920189af2 100644 --- a/2/reference/tools/microsoft/vcvars.html +++ b/2/reference/tools/microsoft/vcvars.html @@ -4,7 +4,7 @@ - VCVars — conan 2.2.2 documentation + VCVars — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/microsoft/visual_layout.html b/2/reference/tools/microsoft/visual_layout.html index 38eb86bed838..2387e66ff07c 100644 --- a/2/reference/tools/microsoft/visual_layout.html +++ b/2/reference/tools/microsoft/visual_layout.html @@ -4,7 +4,7 @@ - vs_layout — conan 2.2.2 documentation + vs_layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/scm.html b/2/reference/tools/scm.html index ea7b60575a3f..5891951dd577 100644 --- a/2/reference/tools/scm.html +++ b/2/reference/tools/scm.html @@ -4,7 +4,7 @@ - conan.tools.scm — conan 2.2.2 documentation + conan.tools.scm — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/scm/git.html b/2/reference/tools/scm/git.html index d243ce30a002..5aa1af56d781 100644 --- a/2/reference/tools/scm/git.html +++ b/2/reference/tools/scm/git.html @@ -4,7 +4,7 @@ - Git — conan 2.2.2 documentation + Git — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/scm/version.html b/2/reference/tools/scm/version.html index ac45ad4626cd..18f1e885aaef 100644 --- a/2/reference/tools/scm/version.html +++ b/2/reference/tools/scm/version.html @@ -4,7 +4,7 @@ - Version — conan 2.2.2 documentation + Version — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/scons.html b/2/reference/tools/scons.html index 8cd59c3da691..4e446bda0130 100644 --- a/2/reference/tools/scons.html +++ b/2/reference/tools/scons.html @@ -4,7 +4,7 @@ - conan.tools.scons — conan 2.2.2 documentation + conan.tools.scons — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/system.html b/2/reference/tools/system.html index a3e7520d93d8..677289506174 100644 --- a/2/reference/tools/system.html +++ b/2/reference/tools/system.html @@ -4,7 +4,7 @@ - conan.tools.system — conan 2.2.2 documentation + conan.tools.system — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/reference/tools/system/package_manager.html b/2/reference/tools/system/package_manager.html index 4d1f01b2d76d..9137e00275d8 100644 --- a/2/reference/tools/system/package_manager.html +++ b/2/reference/tools/system/package_manager.html @@ -4,7 +4,7 @@ - conan.tools.system.package_manager — conan 2.2.2 documentation + conan.tools.system.package_manager — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/search.html b/2/search.html index f68946e399c7..b1112766dd49 100644 --- a/2/search.html +++ b/2/search.html @@ -3,7 +3,7 @@ - Search — conan 2.2.2 documentation + Search — conan 2.2.3 documentation @@ -20,7 +20,7 @@ - + diff --git a/2/searchindex.js b/2/searchindex.js index 7713b2be0248..386427c71e4b 100644 --- a/2/searchindex.js +++ b/2/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["404", "changelog", "devops", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo", "devops/backup_sources/sources_backup", "devops/conancenter/hosting_binaries", "devops/metadata", "devops/save_restore", "devops/using_conancenter", "devops/versioning", "devops/versioning/resolve_prereleases", "examples", "examples/commands", "examples/commands/pkglists", "examples/conanfile", "examples/conanfile/layout", "examples/conanfile/layout/conanfile_in_subfolder", "examples/conanfile/layout/editable_components", "examples/conanfile/layout/multiple_subprojects", "examples/conanfile/layout/third_party_libraries", "examples/conanfile/package_info", "examples/conanfile/package_info/components", "examples/conanfile/package_info/package_info_conf_and_env", "examples/config_files", "examples/config_files/settings/settings_user", "examples/cross_build", "examples/cross_build/android/android_studio", "examples/cross_build/android/ndk", "examples/cross_build/toolchain_packages", "examples/dev_flow", "examples/dev_flow/debug/step_into_dependencies", "examples/extensions", "examples/extensions/commands/clean/custom_command_clean_revisions", "examples/extensions/commands/custom_commands", "examples/extensions/deployers/builtin_deployers", "examples/extensions/deployers/custom_deployers", "examples/extensions/deployers/dev/development_deploy", "examples/extensions/deployers/sources/custom_deployer_sources", "examples/graph", "examples/graph/requires/consume_cmake_macro", "examples/graph/tool_requires/different_options", "examples/graph/tool_requires/different_versions", "examples/graph/tool_requires/use_cmake_modules", "examples/graph/tool_requires/using_protobuf", "examples/tools", "examples/tools/autotools/autotools", "examples/tools/autotools/build_project_autotools_toolchain", "examples/tools/autotools/create_your_first_package", "examples/tools/cmake/cmake", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake", "examples/tools/files/files", "examples/tools/files/patches/patch_sources", "examples/tools/google/bazel", "examples/tools/google/bazeltoolchain/build_simple_bazel_project", "examples/tools/meson/build_simple_meson_project", "examples/tools/meson/create_your_first_package", "examples/tools/meson/meson", "examples/tools/microsoft/msbuild", "examples/tools/microsoft/msbuild/create_your_first_package", "examples/tools/scm/git/capture_scm/git_capture_scm", "index", "installation", "integrations", "integrations/android", "integrations/autotools", "integrations/bazel", "integrations/clion", "integrations/cmake", "integrations/jfrog", "integrations/makefile", "integrations/meson", "integrations/visual_studio", "integrations/xcode", "introduction", "knowledge", "knowledge/cheatsheet", "knowledge/faq", "knowledge/guidelines", "knowledge/videos", "reference", "reference/binary_model", "reference/binary_model/custom_compatibility", "reference/binary_model/dependencies", "reference/binary_model/extending", "reference/binary_model/package_id", "reference/binary_model/settings_and_options", "reference/commands", "reference/commands/build", "reference/commands/cache", "reference/commands/config", "reference/commands/create", "reference/commands/download", "reference/commands/editable", "reference/commands/export", "reference/commands/export-pkg", "reference/commands/formatters/graph_info_json_formatter", "reference/commands/graph", "reference/commands/graph/build_order", "reference/commands/graph/build_order_merge", "reference/commands/graph/explain", "reference/commands/graph/info", "reference/commands/graph/outdated", "reference/commands/inspect", "reference/commands/install", "reference/commands/list", "reference/commands/lock", "reference/commands/lock/add", "reference/commands/lock/create", "reference/commands/lock/merge", "reference/commands/lock/remove", "reference/commands/new", "reference/commands/profile", "reference/commands/remote", "reference/commands/remove", "reference/commands/search", "reference/commands/source", "reference/commands/test", "reference/commands/upload", "reference/commands/version", "reference/conan_server", "reference/conanfile", "reference/conanfile/attributes", "reference/conanfile/methods", "reference/conanfile/methods/build", "reference/conanfile/methods/build_id", "reference/conanfile/methods/build_requirements", "reference/conanfile/methods/compatibility", "reference/conanfile/methods/config_options", "reference/conanfile/methods/configure", "reference/conanfile/methods/deploy", "reference/conanfile/methods/export", "reference/conanfile/methods/export_sources", "reference/conanfile/methods/generate", "reference/conanfile/methods/init", "reference/conanfile/methods/layout", "reference/conanfile/methods/package", "reference/conanfile/methods/package_id", "reference/conanfile/methods/package_info", "reference/conanfile/methods/requirements", "reference/conanfile/methods/set_name", "reference/conanfile/methods/set_version", "reference/conanfile/methods/source", "reference/conanfile/methods/system_requirements", "reference/conanfile/methods/test", "reference/conanfile/methods/validate", "reference/conanfile/methods/validate_build", "reference/conanfile/running_and_output", "reference/conanfile_txt", "reference/config_files", "reference/config_files/conanrc", "reference/config_files/credentials", "reference/config_files/global_conf", "reference/config_files/profiles", "reference/config_files/remotes", "reference/config_files/settings", "reference/config_files/source_credentials", "reference/environment", "reference/extensions", "reference/extensions/binary_compatibility", "reference/extensions/command_wrapper", "reference/extensions/custom_commands", "reference/extensions/custom_generators", "reference/extensions/deployers", "reference/extensions/hooks", "reference/extensions/package_signing", "reference/extensions/profile_plugin", "reference/extensions/python_api", "reference/extensions/python_api/CommandAPI", "reference/extensions/python_api/ConanAPI", "reference/extensions/python_api/ConfigAPI", "reference/extensions/python_api/DownloadAPI", "reference/extensions/python_api/ExportAPI", "reference/extensions/python_api/GraphAPI", "reference/extensions/python_api/InstallAPI", "reference/extensions/python_api/ListAPI", "reference/extensions/python_api/NewAPI", "reference/extensions/python_api/ProfilesAPI", "reference/extensions/python_api/RemotesAPI", "reference/extensions/python_api/RemoveAPI", "reference/extensions/python_api/SearchAPI", "reference/extensions/python_api/UploadAPI", "reference/extensions/python_requires", "reference/tools", "reference/tools/android", "reference/tools/apple", "reference/tools/apple/other", "reference/tools/apple/xcodebuild", "reference/tools/apple/xcodedeps", "reference/tools/apple/xcodetoolchain", "reference/tools/build", "reference/tools/cmake", "reference/tools/cmake/cmake", "reference/tools/cmake/cmake_layout", "reference/tools/cmake/cmakedeps", "reference/tools/cmake/cmaketoolchain", "reference/tools/cpp_info", "reference/tools/env", "reference/tools/env/environment", "reference/tools/env/envvars", "reference/tools/env/virtualbuildenv", "reference/tools/env/virtualrunenv", "reference/tools/files", "reference/tools/files/basic", "reference/tools/files/checksum", "reference/tools/files/downloads", "reference/tools/files/packaging", "reference/tools/files/patches", "reference/tools/files/symlinks", "reference/tools/gnu", "reference/tools/gnu/autotools", "reference/tools/gnu/autotoolsdeps", "reference/tools/gnu/autotoolstoolchain", "reference/tools/gnu/makedeps", "reference/tools/gnu/pkgconfig", "reference/tools/gnu/pkgconfigdeps", "reference/tools/google", "reference/tools/google/bazel", "reference/tools/google/bazeldeps", "reference/tools/google/bazeltoolchain", "reference/tools/intel", "reference/tools/layout", "reference/tools/meson", "reference/tools/meson/meson", "reference/tools/meson/mesontoolchain", "reference/tools/microsoft", "reference/tools/microsoft/helpers", "reference/tools/microsoft/msbuild", "reference/tools/microsoft/msbuilddeps", "reference/tools/microsoft/msbuildtoolchain", "reference/tools/microsoft/nmake", "reference/tools/microsoft/vcvars", "reference/tools/microsoft/visual_layout", "reference/tools/scm", "reference/tools/scm/git", "reference/tools/scm/version", "reference/tools/scons", "reference/tools/system", "reference/tools/system/package_manager", "tutorial", "tutorial/conan_repositories", "tutorial/conan_repositories/conan_center", "tutorial/conan_repositories/setting_up_conan_remotes", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server", "tutorial/conan_repositories/uploading_packages", "tutorial/consuming_packages", "tutorial/consuming_packages/build_simple_cmake_project", "tutorial/consuming_packages/cross_building_with_conan", "tutorial/consuming_packages/different_configurations", "tutorial/consuming_packages/intro_to_versioning", "tutorial/consuming_packages/the_flexibility_of_conanfile_py", "tutorial/consuming_packages/use_tools_as_conan_packages", "tutorial/creating_packages", "tutorial/creating_packages/add_dependencies_to_packages", "tutorial/creating_packages/build_packages", "tutorial/creating_packages/configure_options_settings", "tutorial/creating_packages/create_your_first_package", "tutorial/creating_packages/define_package_information", "tutorial/creating_packages/handle_sources_in_packages", "tutorial/creating_packages/other_types_of_packages", "tutorial/creating_packages/other_types_of_packages/header_only_packages", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages", "tutorial/creating_packages/package_method", "tutorial/creating_packages/preparing_the_build", "tutorial/creating_packages/test_conan_packages", "tutorial/developing_packages", "tutorial/developing_packages/editable_packages", "tutorial/developing_packages/local_package_development_flow", "tutorial/developing_packages/package_layout", "tutorial/other_features", "tutorial/versioning", "tutorial/versioning/conflicts", "tutorial/versioning/lockfiles", "tutorial/versioning/revisions", "tutorial/versioning/version_ranges", "tutorial/versioning/versions", "whatsnew"], "filenames": ["404.rst", "changelog.rst", "devops.rst", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.rst", "devops/backup_sources/sources_backup.rst", "devops/conancenter/hosting_binaries.rst", "devops/metadata.rst", "devops/save_restore.rst", "devops/using_conancenter.rst", "devops/versioning.rst", "devops/versioning/resolve_prereleases.rst", "examples.rst", "examples/commands.rst", "examples/commands/pkglists.rst", "examples/conanfile.rst", "examples/conanfile/layout.rst", "examples/conanfile/layout/conanfile_in_subfolder.rst", "examples/conanfile/layout/editable_components.rst", "examples/conanfile/layout/multiple_subprojects.rst", "examples/conanfile/layout/third_party_libraries.rst", "examples/conanfile/package_info.rst", "examples/conanfile/package_info/components.rst", "examples/conanfile/package_info/package_info_conf_and_env.rst", "examples/config_files.rst", "examples/config_files/settings/settings_user.rst", "examples/cross_build.rst", "examples/cross_build/android/android_studio.rst", "examples/cross_build/android/ndk.rst", "examples/cross_build/toolchain_packages.rst", "examples/dev_flow.rst", "examples/dev_flow/debug/step_into_dependencies.rst", "examples/extensions.rst", "examples/extensions/commands/clean/custom_command_clean_revisions.rst", "examples/extensions/commands/custom_commands.rst", "examples/extensions/deployers/builtin_deployers.rst", "examples/extensions/deployers/custom_deployers.rst", "examples/extensions/deployers/dev/development_deploy.rst", "examples/extensions/deployers/sources/custom_deployer_sources.rst", "examples/graph.rst", "examples/graph/requires/consume_cmake_macro.rst", "examples/graph/tool_requires/different_options.rst", "examples/graph/tool_requires/different_versions.rst", "examples/graph/tool_requires/use_cmake_modules.rst", "examples/graph/tool_requires/using_protobuf.rst", "examples/tools.rst", "examples/tools/autotools/autotools.rst", "examples/tools/autotools/build_project_autotools_toolchain.rst", "examples/tools/autotools/create_your_first_package.rst", "examples/tools/cmake/cmake.rst", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables.rst", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake.rst", "examples/tools/files/files.rst", "examples/tools/files/patches/patch_sources.rst", "examples/tools/google/bazel.rst", "examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst", "examples/tools/meson/build_simple_meson_project.rst", "examples/tools/meson/create_your_first_package.rst", "examples/tools/meson/meson.rst", "examples/tools/microsoft/msbuild.rst", "examples/tools/microsoft/msbuild/create_your_first_package.rst", "examples/tools/scm/git/capture_scm/git_capture_scm.rst", "index.rst", "installation.rst", "integrations.rst", "integrations/android.rst", "integrations/autotools.rst", "integrations/bazel.rst", "integrations/clion.rst", "integrations/cmake.rst", "integrations/jfrog.rst", "integrations/makefile.rst", "integrations/meson.rst", "integrations/visual_studio.rst", "integrations/xcode.rst", "introduction.rst", "knowledge.rst", "knowledge/cheatsheet.rst", "knowledge/faq.rst", "knowledge/guidelines.rst", "knowledge/videos.rst", "reference.rst", "reference/binary_model.rst", "reference/binary_model/custom_compatibility.rst", "reference/binary_model/dependencies.rst", "reference/binary_model/extending.rst", "reference/binary_model/package_id.rst", "reference/binary_model/settings_and_options.rst", "reference/commands.rst", "reference/commands/build.rst", "reference/commands/cache.rst", "reference/commands/config.rst", "reference/commands/create.rst", "reference/commands/download.rst", "reference/commands/editable.rst", "reference/commands/export.rst", "reference/commands/export-pkg.rst", "reference/commands/formatters/graph_info_json_formatter.rst", "reference/commands/graph.rst", "reference/commands/graph/build_order.rst", "reference/commands/graph/build_order_merge.rst", "reference/commands/graph/explain.rst", "reference/commands/graph/info.rst", "reference/commands/graph/outdated.rst", "reference/commands/inspect.rst", "reference/commands/install.rst", "reference/commands/list.rst", "reference/commands/lock.rst", "reference/commands/lock/add.rst", "reference/commands/lock/create.rst", "reference/commands/lock/merge.rst", "reference/commands/lock/remove.rst", "reference/commands/new.rst", "reference/commands/profile.rst", "reference/commands/remote.rst", "reference/commands/remove.rst", "reference/commands/search.rst", "reference/commands/source.rst", "reference/commands/test.rst", "reference/commands/upload.rst", "reference/commands/version.rst", "reference/conan_server.rst", "reference/conanfile.rst", "reference/conanfile/attributes.rst", "reference/conanfile/methods.rst", "reference/conanfile/methods/build.rst", "reference/conanfile/methods/build_id.rst", "reference/conanfile/methods/build_requirements.rst", "reference/conanfile/methods/compatibility.rst", "reference/conanfile/methods/config_options.rst", "reference/conanfile/methods/configure.rst", "reference/conanfile/methods/deploy.rst", "reference/conanfile/methods/export.rst", "reference/conanfile/methods/export_sources.rst", "reference/conanfile/methods/generate.rst", "reference/conanfile/methods/init.rst", "reference/conanfile/methods/layout.rst", "reference/conanfile/methods/package.rst", "reference/conanfile/methods/package_id.rst", "reference/conanfile/methods/package_info.rst", "reference/conanfile/methods/requirements.rst", "reference/conanfile/methods/set_name.rst", "reference/conanfile/methods/set_version.rst", "reference/conanfile/methods/source.rst", "reference/conanfile/methods/system_requirements.rst", "reference/conanfile/methods/test.rst", "reference/conanfile/methods/validate.rst", "reference/conanfile/methods/validate_build.rst", "reference/conanfile/running_and_output.rst", "reference/conanfile_txt.rst", "reference/config_files.rst", "reference/config_files/conanrc.rst", "reference/config_files/credentials.rst", "reference/config_files/global_conf.rst", "reference/config_files/profiles.rst", "reference/config_files/remotes.rst", "reference/config_files/settings.rst", "reference/config_files/source_credentials.rst", "reference/environment.rst", "reference/extensions.rst", "reference/extensions/binary_compatibility.rst", "reference/extensions/command_wrapper.rst", "reference/extensions/custom_commands.rst", "reference/extensions/custom_generators.rst", "reference/extensions/deployers.rst", "reference/extensions/hooks.rst", "reference/extensions/package_signing.rst", "reference/extensions/profile_plugin.rst", "reference/extensions/python_api.rst", "reference/extensions/python_api/CommandAPI.rst", "reference/extensions/python_api/ConanAPI.rst", "reference/extensions/python_api/ConfigAPI.rst", "reference/extensions/python_api/DownloadAPI.rst", "reference/extensions/python_api/ExportAPI.rst", "reference/extensions/python_api/GraphAPI.rst", "reference/extensions/python_api/InstallAPI.rst", "reference/extensions/python_api/ListAPI.rst", "reference/extensions/python_api/NewAPI.rst", "reference/extensions/python_api/ProfilesAPI.rst", "reference/extensions/python_api/RemotesAPI.rst", "reference/extensions/python_api/RemoveAPI.rst", "reference/extensions/python_api/SearchAPI.rst", "reference/extensions/python_api/UploadAPI.rst", "reference/extensions/python_requires.rst", "reference/tools.rst", "reference/tools/android.rst", "reference/tools/apple.rst", "reference/tools/apple/other.rst", "reference/tools/apple/xcodebuild.rst", "reference/tools/apple/xcodedeps.rst", "reference/tools/apple/xcodetoolchain.rst", "reference/tools/build.rst", "reference/tools/cmake.rst", "reference/tools/cmake/cmake.rst", "reference/tools/cmake/cmake_layout.rst", "reference/tools/cmake/cmakedeps.rst", "reference/tools/cmake/cmaketoolchain.rst", "reference/tools/cpp_info.rst", "reference/tools/env.rst", "reference/tools/env/environment.rst", "reference/tools/env/envvars.rst", "reference/tools/env/virtualbuildenv.rst", "reference/tools/env/virtualrunenv.rst", "reference/tools/files.rst", "reference/tools/files/basic.rst", "reference/tools/files/checksum.rst", "reference/tools/files/downloads.rst", "reference/tools/files/packaging.rst", "reference/tools/files/patches.rst", "reference/tools/files/symlinks.rst", "reference/tools/gnu.rst", "reference/tools/gnu/autotools.rst", "reference/tools/gnu/autotoolsdeps.rst", "reference/tools/gnu/autotoolstoolchain.rst", "reference/tools/gnu/makedeps.rst", "reference/tools/gnu/pkgconfig.rst", "reference/tools/gnu/pkgconfigdeps.rst", "reference/tools/google.rst", "reference/tools/google/bazel.rst", "reference/tools/google/bazeldeps.rst", "reference/tools/google/bazeltoolchain.rst", "reference/tools/intel.rst", "reference/tools/layout.rst", "reference/tools/meson.rst", "reference/tools/meson/meson.rst", "reference/tools/meson/mesontoolchain.rst", "reference/tools/microsoft.rst", "reference/tools/microsoft/helpers.rst", "reference/tools/microsoft/msbuild.rst", "reference/tools/microsoft/msbuilddeps.rst", "reference/tools/microsoft/msbuildtoolchain.rst", "reference/tools/microsoft/nmake.rst", "reference/tools/microsoft/vcvars.rst", "reference/tools/microsoft/visual_layout.rst", "reference/tools/scm.rst", "reference/tools/scm/git.rst", "reference/tools/scm/version.rst", "reference/tools/scons.rst", "reference/tools/system.rst", "reference/tools/system/package_manager.rst", "tutorial.rst", "tutorial/conan_repositories.rst", "tutorial/conan_repositories/conan_center.rst", "tutorial/conan_repositories/setting_up_conan_remotes.rst", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.rst", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server.rst", "tutorial/conan_repositories/uploading_packages.rst", "tutorial/consuming_packages.rst", "tutorial/consuming_packages/build_simple_cmake_project.rst", "tutorial/consuming_packages/cross_building_with_conan.rst", "tutorial/consuming_packages/different_configurations.rst", "tutorial/consuming_packages/intro_to_versioning.rst", "tutorial/consuming_packages/the_flexibility_of_conanfile_py.rst", "tutorial/consuming_packages/use_tools_as_conan_packages.rst", "tutorial/creating_packages.rst", "tutorial/creating_packages/add_dependencies_to_packages.rst", "tutorial/creating_packages/build_packages.rst", "tutorial/creating_packages/configure_options_settings.rst", "tutorial/creating_packages/create_your_first_package.rst", "tutorial/creating_packages/define_package_information.rst", "tutorial/creating_packages/handle_sources_in_packages.rst", "tutorial/creating_packages/other_types_of_packages.rst", "tutorial/creating_packages/other_types_of_packages/header_only_packages.rst", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages.rst", "tutorial/creating_packages/package_method.rst", "tutorial/creating_packages/preparing_the_build.rst", "tutorial/creating_packages/test_conan_packages.rst", "tutorial/developing_packages.rst", "tutorial/developing_packages/editable_packages.rst", "tutorial/developing_packages/local_package_development_flow.rst", "tutorial/developing_packages/package_layout.rst", "tutorial/other_features.rst", "tutorial/versioning.rst", "tutorial/versioning/conflicts.rst", "tutorial/versioning/lockfiles.rst", "tutorial/versioning/revisions.rst", "tutorial/versioning/version_ranges.rst", "tutorial/versioning/versions.rst", "whatsnew.rst"], "titles": ["Page Not Found", "Changelog", "Devops guide", "Creating an Artifactory backup repo for your sources", "Backing up third-party sources with Conan", "Creating and hosting your own ConanCenter binaries", "Managing package metadata files", "Save and restore packages from/to the cache", "Using ConanCenter packages in production environments", "Versioning", "Handling version ranges and pre-releases", "Examples", "Conan commands examples", "Using packages-lists", "ConanFile methods examples", "ConanFile layout() examples", "Declaring the layout when the Conanfile is inside a subfolder", "Using components and editable packages", "Declaring the layout when we have multiple subprojects", "Declaring the layout when creating packages for third-party libraries", "ConanFile package_info() examples", "Define components for Conan packages that provide multiple libraries", "Propagating environment or configuration information to consumers", "Configuration files examples", "Customize your settings: create your settings_user.yml", "Cross-building examples", "Integrating Conan in Android Studio", "Cross building to Android with the NDK", "Creating a Conan package for a toolchain", "Developer tools and flows", "Debugging and stepping into dependencies", "Conan extensions examples", "Custom command: Clean old recipe and package revisions", "Custom commands", "Builtin deployers", "Custom deployers", "Creating a Conan-agnostic deploy of dependencies for developer use", "Copy sources from all your dependencies", "Graph examples", "Use a CMake macro packaged in a dependency", "Depending on same version of a tool-require with different options", "Depending on different versions of the same tool-require", "Use cmake modules inside a tool_requires transparently", "Using the same requirement as a requires and as a tool_requires", "Conan recipe tools examples", "Autotools", "Build a simple Autotools project with Conan dependencies", "Create your first Conan package with Autotools", "CMake", "CMakeToolchain: Building your project using CMakePresets", "CMakeToolchain: Extending your CMakePresets with Conan generated ones", "CMakeToolchain: Inject arbitrary CMake variables into dependencies", "CMakeToolchain: Using xxx-config.cmake files inside packages", "File interaction", "Patching sources", "Bazel", "Build a simple Bazel project using Conan", "Build a simple Meson project using Conan", "Create your first Conan package with Meson", "Meson", "MSBuild", "Create your first Conan package with Visual Studio/MSBuild", "Capturing Git scm information", "Conan 2 - C and C++ Package Manager Documentation", "Install", "Integrations", " Android", " Autotools", " Bazel", " CLion", " CMake", " JFrog", " Makefile", " Meson", " Visual Studio", " Xcode", "Introduction", "Knowledge", "Cheat sheet", "FAQ", "Core guidelines", "Videos", "Reference", "The binary model", "Customizing the binary compatibility", "The effect of dependencies on package_id", "Extending the binary model", "How the package_id is computed", "How settings and options of a recipe influence its package ID", "Commands", "conan build", "conan cache", "conan config", "conan create", "conan download", "conan editable", "conan export", "conan export-pkg", "Formatter: Graph-info JSON", "conan graph", "conan graph build-order", "conan graph build-order-merge", "conan graph explain", "conan graph info", "conan graph outdated", "conan inspect", "conan install", "conan list", "conan lock", "conan lock add", "conan lock create", "conan lock merge", "conan lock remove", "conan new", "conan profile", "conan remote", "conan remove", "conan search", "conan source", "conan test", "conan upload", "conan version", "Conan Server", "conanfile.py", "Attributes", "Methods", "build()", "build_id()", "build_requirements()", "compatibility()", "config_options()", "configure()", "deploy()", "export()", "export_sources()", "generate()", "init()", "layout()", "package()", "package_id()", "package_info()", "requirements()", "set_name()", "set_version()", "source()", "system_requirements()", "test()", "validate()", "validate_build()", "Running and output", "conanfile.txt", "Configuration files", ".conanrc", "credentials.json", "global.conf", "profiles", "remotes.json", "settings.yml", "source_credentials.json", "Environment variables", "Extensions", "Binary compatibility", "Command wrapper", "Custom commands", "Custom Conan generators", "Deployers", "Hooks", "Package signing", "Profile plugin", "Python API", "Command API", "Conan API Reference", "Config API", "Download API", "Export API", "Graph API", "Install API", "List API", "New API", "Profiles API", "Remotes API", "Remove API", "Search API", "Upload API", "Python requires", "Recipe tools", "conan.tools.android", "conan.tools.apple", "conan.tools.apple.fix_apple_shared_install_name()", "XcodeBuild", "XcodeDeps", "XcodeToolchain", "conan.tools.build", "conan.tools.cmake", "CMake", "cmake_layout", "CMakeDeps", "CMakeToolchain", "conan.tools.CppInfo", "conan.tools.env", "Environment", "EnvVars", "VirtualBuildEnv", "VirtualRunEnv", "conan.tools.files", "conan.tools.files basic operations", "conan.tools.files checksums", "conan.tools.files downloads", "conan.tools.files AutoPackager", "conan.tools.files patches", "conan.tools.files.symlinks", "conan.tools.gnu", "Autotools", "AutotoolsDeps", "AutotoolsToolchain", "MakeDeps", "PkgConfig", "PkgConfigDeps", "conan.tools.google", "Bazel", "BazelDeps", "BazelToolchain", "conan.tools.intel", "conan.tools.layout", "conan.tools.meson", "Meson", "MesonToolchain", "conan.tools.microsoft", "conan.tools.microsoft.visual", "MSBuild", "MSBuildDeps", "MSBuildToolchain", "NMakeDeps", "VCVars", "vs_layout", "conan.tools.scm", "Git", "Version", "conan.tools.scons", "conan.tools.system", "conan.tools.system.package_manager", "Tutorial", "Working with Conan repositories", "Contributing to Conan Center", "Setting up a Conan remote", "Artifactory Community Edition for C/C++", "Setting-up a Conan Server", "Uploading Packages", "Consuming packages", "Build a simple CMake project using Conan", "How to cross-compile your applications using Conan: host and build contexts", "Building for multiple configurations: Release, Debug, Static and Shared", "Introduction to versioning", "Understanding the flexibility of using conanfile.py vs conanfile.txt", "Using build tools as Conan packages", "Creating packages", "Add dependencies to packages", "Build packages: the build() method", "Configure settings and options in recipes", "Create your first Conan package", "Define information for consumers: the package_info() method", "Handle sources in packages", "Other types of packages", "Header-only packages", "Package prebuilt binaries", "Tool requires packages", "Package files: the package() method", "Preparing the build", "Testing Conan packages", "Developing packages locally", "Packages in editable mode", "Package Development Flow", "Understanding the Conan Package layout", "Other important Conan features", "Versioning", "Dependencies conflicts", "Lockfiles", "Revisions", "Version ranges", "Versions", "What\u2019s new in Conan 2"], "terms": {"unfortun": 0, "you": [0, 1, 2, 4, 5, 6, 8, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 74, 76, 79, 80, 81, 86, 87, 91, 92, 93, 94, 100, 103, 107, 113, 114, 116, 120, 122, 124, 125, 126, 127, 128, 130, 131, 135, 136, 137, 139, 140, 144, 149, 150, 152, 154, 155, 157, 159, 160, 163, 164, 165, 166, 168, 184, 189, 190, 191, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 217, 220, 222, 223, 225, 226, 229, 230, 231, 232, 236, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 278, 279, 280], "ar": [0, 1, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 71, 72, 73, 74, 75, 76, 79, 80, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 97, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 163, 165, 166, 167, 175, 176, 180, 183, 184, 185, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 210, 212, 214, 217, 219, 220, 222, 223, 226, 230, 236, 239, 244, 245, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "look": [0, 1, 4, 6, 13, 16, 18, 19, 21, 24, 36, 37, 42, 43, 46, 47, 52, 54, 56, 57, 58, 61, 69, 87, 90, 92, 93, 95, 96, 97, 100, 102, 103, 106, 107, 109, 110, 111, 119, 124, 153, 154, 155, 156, 157, 162, 163, 165, 175, 197, 220, 221, 240, 249, 250, 253, 254, 259, 260, 261, 268, 271], "doe": [0, 1, 6, 8, 10, 21, 24, 36, 40, 41, 46, 47, 52, 56, 62, 64, 70, 71, 74, 80, 84, 85, 86, 88, 90, 91, 92, 93, 100, 102, 103, 105, 106, 107, 109, 110, 111, 113, 119, 122, 124, 127, 128, 134, 135, 141, 144, 145, 153, 154, 155, 168, 180, 183, 184, 196, 201, 205, 212, 214, 236, 240, 252, 253, 254, 256, 258, 273, 275, 278, 280], "exist": [0, 1, 6, 7, 8, 21, 28, 62, 64, 76, 79, 84, 86, 90, 91, 92, 93, 97, 99, 100, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 120, 124, 126, 128, 129, 130, 131, 133, 135, 139, 141, 144, 152, 153, 154, 155, 157, 161, 163, 173, 175, 179, 180, 183, 188, 192, 196, 197, 200, 201, 205, 212, 214, 216, 226, 236, 247, 252, 258, 259, 264, 268, 275, 276, 277, 279, 280], "wa": [0, 1, 2, 4, 24, 40, 41, 43, 47, 54, 58, 61, 62, 71, 81, 84, 85, 88, 91, 92, 93, 102, 104, 106, 111, 127, 138, 139, 142, 143, 149, 157, 161, 168, 190, 191, 197, 205, 208, 212, 236, 251, 254, 256, 257, 259, 260, 263, 268, 271, 275, 276, 277, 278, 279], "remov": [0, 1, 5, 7, 10, 12, 28, 32, 36, 64, 76, 84, 86, 89, 90, 91, 92, 93, 96, 97, 100, 102, 103, 106, 108, 110, 111, 114, 119, 120, 124, 130, 131, 139, 140, 154, 157, 160, 161, 163, 166, 168, 169, 180, 184, 188, 197, 200, 205, 207, 208, 210, 213, 214, 226, 241, 247, 253, 258, 259, 262, 263, 264, 266, 267, 270, 272, 276, 277, 278, 279, 280], "can": [0, 1, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 172, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 236, 238, 240, 242, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "our": [0, 3, 6, 10, 13, 26, 27, 30, 37, 46, 49, 50, 56, 57, 62, 69, 74, 76, 85, 88, 91, 100, 111, 144, 157, 184, 190, 195, 222, 223, 230, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 271, 272, 276, 279], "refer": [0, 1, 3, 4, 8, 13, 18, 24, 28, 32, 37, 41, 47, 49, 58, 61, 62, 63, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 81, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 108, 109, 110, 111, 112, 116, 117, 119, 120, 123, 128, 129, 132, 135, 138, 139, 140, 145, 150, 154, 155, 157, 160, 161, 163, 167, 169, 175, 177, 184, 185, 187, 193, 199, 205, 211, 218, 223, 224, 227, 246, 247, 250, 251, 253, 254, 256, 258, 259, 260, 261, 266, 267, 270, 271, 278, 280], "tree": [0, 71, 155, 165, 196], "us": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 18, 19, 21, 23, 26, 27, 30, 31, 32, 34, 37, 38, 40, 41, 44, 46, 47, 48, 50, 51, 55, 58, 59, 61, 62, 63, 65, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 102, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 175, 180, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 198, 200, 201, 202, 203, 205, 206, 207, 208, 210, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 236, 237, 238, 240, 241, 242, 246, 247, 248, 252, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 269, 271, 272, 273, 274, 275, 276, 278, 279, 280], "search": [0, 1, 32, 36, 54, 69, 80, 89, 107, 114, 122, 124, 152, 156, 160, 169, 188, 205, 212, 245, 247, 249, 251, 258, 260, 272, 280], "bar": [0, 74, 122, 205, 214, 232], "desir": [0, 1, 4, 41, 47, 51, 58, 61, 86, 94, 106, 113, 122, 124, 125, 139, 157, 165, 201, 202, 203, 238], "topic": [0, 1, 9, 76, 98, 103, 105, 163, 259], "If": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 19, 21, 24, 26, 27, 30, 32, 37, 40, 41, 42, 43, 47, 49, 50, 51, 52, 54, 58, 61, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 100, 102, 106, 107, 109, 110, 111, 113, 115, 116, 117, 120, 122, 124, 127, 129, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 147, 152, 153, 154, 155, 156, 157, 158, 159, 161, 163, 173, 180, 183, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 212, 213, 214, 216, 217, 222, 223, 226, 228, 230, 232, 236, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 270, 271, 272, 273, 275, 276, 277, 279, 280], "think": [0, 43, 79], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 237, 238, 240, 241, 242, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "an": [0, 1, 4, 6, 7, 8, 18, 19, 21, 27, 32, 36, 37, 40, 41, 47, 49, 52, 58, 61, 62, 63, 69, 74, 76, 79, 80, 84, 85, 88, 89, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 119, 120, 122, 124, 127, 130, 135, 136, 137, 138, 139, 141, 142, 143, 147, 149, 150, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 166, 167, 168, 175, 179, 180, 188, 191, 192, 194, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 220, 222, 226, 229, 232, 233, 236, 237, 240, 248, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 273, 275, 276, 277, 278, 280], "error": [0, 1, 6, 21, 28, 32, 40, 41, 62, 64, 85, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 110, 114, 119, 122, 124, 126, 135, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 157, 159, 166, 168, 175, 180, 196, 205, 207, 212, 226, 240, 248, 251, 256, 258, 270, 271, 274, 275, 276, 280], "should": [0, 1, 3, 4, 6, 7, 17, 24, 26, 28, 30, 32, 36, 37, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 64, 69, 72, 74, 76, 80, 84, 86, 87, 88, 93, 100, 106, 107, 113, 122, 124, 126, 127, 128, 129, 130, 131, 132, 133, 135, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 153, 158, 159, 165, 166, 167, 168, 175, 183, 184, 189, 191, 194, 196, 197, 202, 205, 209, 215, 217, 220, 225, 226, 232, 236, 245, 249, 250, 251, 253, 256, 257, 258, 259, 260, 263, 270, 271, 272, 275, 276, 277, 278, 279, 280], "pleas": [0, 1, 6, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 54, 56, 57, 62, 64, 66, 67, 70, 72, 74, 75, 76, 79, 80, 81, 94, 100, 103, 109, 114, 115, 120, 122, 124, 135, 141, 154, 155, 161, 166, 167, 197, 223, 226, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 277, 280], "open": [0, 4, 5, 8, 26, 30, 50, 57, 61, 62, 63, 69, 74, 79, 124, 126, 149, 154, 158, 167, 205, 231, 236, 242, 244, 246, 249, 251, 270], "issu": [0, 1, 6, 8, 40, 41, 52, 63, 76, 79, 86, 122, 135, 136, 137, 154, 157, 161, 196, 259, 261, 276, 277], "For": [1, 3, 4, 7, 8, 13, 21, 28, 30, 36, 37, 46, 52, 62, 64, 67, 69, 71, 72, 74, 75, 80, 84, 85, 86, 88, 91, 92, 94, 100, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 120, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 150, 152, 153, 154, 155, 157, 158, 159, 162, 163, 165, 166, 168, 175, 184, 188, 189, 190, 191, 192, 195, 197, 198, 201, 205, 209, 214, 215, 217, 220, 222, 223, 226, 229, 230, 233, 240, 244, 245, 247, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 266, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "more": [1, 4, 6, 7, 8, 13, 18, 19, 27, 28, 32, 37, 43, 46, 49, 54, 62, 64, 66, 69, 71, 74, 76, 79, 81, 83, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 126, 128, 130, 131, 132, 136, 137, 138, 139, 140, 144, 146, 150, 152, 153, 154, 155, 157, 158, 160, 161, 162, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 191, 192, 196, 197, 198, 202, 203, 205, 212, 215, 217, 219, 220, 221, 223, 225, 226, 230, 232, 243, 244, 248, 249, 252, 253, 254, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 273, 276, 277, 278, 280], "detail": [1, 8, 28, 43, 52, 54, 64, 69, 71, 74, 76, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 157, 191, 205, 226, 229, 254, 258, 259, 261, 264, 266, 268, 272], "descript": [1, 98, 103, 105, 113, 135, 136, 166, 217, 259], "major": [1, 5, 36, 40, 41, 62, 76, 81, 106, 114, 124, 155, 184, 197, 244, 249, 275, 278, 280], "chang": [1, 5, 6, 7, 8, 10, 13, 17, 19, 21, 26, 28, 32, 36, 37, 50, 52, 54, 62, 76, 78, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 98, 100, 105, 109, 110, 111, 113, 114, 121, 122, 124, 127, 128, 130, 131, 132, 139, 140, 144, 153, 154, 155, 157, 158, 159, 161, 162, 163, 165, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 195, 196, 197, 198, 201, 205, 212, 214, 215, 217, 219, 220, 221, 222, 226, 229, 232, 236, 240, 249, 251, 252, 253, 256, 258, 259, 261, 263, 264, 266, 267, 269, 270, 272, 274, 275, 276, 277, 279, 280], "conan": [1, 2, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 18, 19, 20, 24, 25, 27, 30, 34, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 98, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 213, 214, 215, 217, 219, 220, 221, 225, 229, 230, 231, 232, 233, 236, 241, 247, 248, 251, 252, 253, 255, 256, 257, 261, 263, 264, 265, 267, 269, 270, 274, 275, 276, 277, 278, 279], "bring": [1, 65, 155, 261], "compar": [1, 157, 192, 237, 277, 278], "x": [1, 28, 64, 76, 78, 92, 97, 124, 154, 157, 166, 196, 205, 208, 228, 259, 263, 276, 278, 280], "read": [1, 3, 4, 6, 8, 18, 19, 24, 32, 37, 43, 46, 47, 49, 56, 57, 58, 61, 64, 69, 76, 79, 80, 84, 86, 90, 91, 92, 93, 95, 97, 106, 107, 110, 114, 118, 119, 122, 124, 128, 129, 131, 134, 135, 137, 139, 140, 142, 143, 145, 149, 150, 154, 155, 161, 167, 184, 192, 194, 205, 209, 212, 214, 216, 222, 236, 243, 245, 247, 249, 258, 261, 265, 270, 271, 279, 280], "what": [1, 4, 5, 13, 24, 62, 63, 76, 81, 84, 99, 100, 102, 106, 107, 120, 124, 125, 159, 197, 200, 201, 208, 250, 252, 253, 254, 258, 259, 260, 263, 264, 267, 272, 275, 276, 277], "": [1, 3, 4, 6, 8, 10, 13, 17, 18, 21, 24, 26, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 54, 56, 57, 58, 61, 62, 63, 64, 66, 68, 69, 71, 74, 76, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 100, 102, 103, 104, 106, 107, 110, 111, 113, 114, 115, 119, 120, 122, 124, 128, 129, 139, 140, 141, 147, 148, 149, 152, 154, 155, 156, 157, 160, 162, 163, 165, 168, 188, 190, 191, 192, 197, 207, 212, 214, 219, 220, 221, 222, 226, 230, 231, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "new": [1, 3, 5, 6, 8, 10, 13, 23, 27, 32, 37, 46, 47, 49, 58, 61, 63, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 89, 91, 106, 108, 109, 110, 111, 112, 114, 115, 124, 138, 139, 155, 160, 162, 163, 165, 167, 169, 172, 180, 184, 188, 190, 191, 195, 196, 197, 198, 200, 202, 203, 214, 217, 222, 230, 231, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 267, 271, 272, 274, 275, 276, 277, 278], "fix": [1, 5, 8, 36, 47, 76, 124, 144, 158, 184, 188, 209, 251, 252, 275], "avoid": [1, 5, 6, 10, 52, 62, 64, 76, 80, 90, 92, 93, 97, 100, 102, 103, 105, 106, 110, 113, 116, 119, 122, 123, 124, 127, 128, 131, 135, 136, 141, 144, 154, 158, 159, 161, 167, 184, 196, 197, 201, 205, 212, 214, 223, 254, 257, 258, 263, 268, 270, 275, 276, 277, 278], "recip": [1, 4, 5, 7, 8, 10, 11, 13, 17, 21, 24, 28, 30, 31, 33, 37, 39, 40, 41, 42, 43, 47, 49, 51, 52, 54, 58, 61, 62, 63, 65, 70, 75, 76, 80, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 113, 114, 116, 117, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 139, 140, 141, 142, 143, 144, 145, 147, 150, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 173, 175, 177, 183, 184, 188, 192, 194, 195, 196, 197, 200, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 217, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 241, 242, 247, 249, 251, 252, 253, 254, 255, 256, 259, 261, 262, 263, 264, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "print": [1, 4, 26, 40, 41, 46, 51, 56, 78, 85, 103, 107, 113, 116, 124, 149, 159, 163, 167, 168, 216, 226, 256, 265, 267], "file": [1, 2, 3, 4, 7, 8, 10, 11, 13, 16, 17, 18, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 113, 114, 116, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 179, 180, 183, 185, 188, 189, 190, 191, 193, 194, 195, 198, 199, 200, 211, 212, 216, 218, 219, 222, 223, 224, 225, 227, 229, 231, 233, 236, 238, 241, 245, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "fileobj": 1, "15934": 1, "broken": [1, 5, 71, 76, 100, 137, 144, 210, 266, 277], "call": [1, 3, 4, 13, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 49, 52, 54, 56, 58, 61, 62, 67, 69, 74, 75, 80, 85, 89, 90, 94, 97, 106, 113, 114, 118, 122, 125, 126, 127, 128, 130, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 158, 161, 162, 163, 165, 166, 167, 183, 184, 189, 194, 196, 197, 198, 201, 202, 203, 208, 212, 214, 219, 221, 222, 225, 229, 231, 232, 233, 236, 240, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 274, 275, 277, 280], "y": [1, 97, 102, 124, 259], "duplic": [1, 40, 41, 56, 115, 140], "keyword": [1, 116, 162, 209, 212], "argument": [1, 6, 7, 10, 26, 28, 30, 32, 36, 37, 49, 51, 70, 79, 80, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 132, 142, 143, 149, 153, 154, 159, 160, 161, 162, 164, 165, 167, 175, 179, 189, 190, 194, 195, 196, 197, 198, 200, 201, 205, 212, 214, 219, 222, 223, 229, 236, 240, 250, 251, 253, 257, 258, 259, 261, 264, 270, 271, 273, 276, 278, 279], "15912": 1, "bugfix": [1, 8, 76], "handl": [1, 6, 9, 62, 79, 122, 124, 140, 157, 200, 209, 241, 255, 257, 272], "tool": [1, 5, 6, 11, 16, 18, 26, 27, 28, 36, 37, 38, 39, 42, 43, 46, 50, 51, 52, 56, 57, 58, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 76, 79, 81, 82, 84, 86, 88, 90, 92, 93, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 114, 119, 124, 126, 128, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 150, 151, 155, 157, 160, 162, 164, 165, 166, 184, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 236, 241, 245, 248, 249, 250, 251, 253, 255, 256, 257, 259, 261, 262, 263, 264, 267, 268, 271, 272, 279, 280], "build": [1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 16, 17, 18, 19, 21, 24, 29, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 79, 80, 81, 82, 84, 85, 87, 88, 89, 91, 92, 95, 96, 97, 98, 99, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 114, 119, 123, 125, 127, 128, 131, 132, 133, 135, 137, 138, 139, 143, 144, 146, 147, 148, 149, 150, 154, 155, 157, 160, 162, 163, 164, 165, 166, 175, 179, 184, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 198, 200, 201, 202, 203, 205, 209, 211, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 243, 248, 252, 253, 255, 256, 258, 259, 260, 261, 262, 263, 265, 266, 268, 269, 273, 275, 276, 277, 278, 279], "defin": [1, 4, 6, 10, 14, 17, 19, 20, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 51, 52, 56, 58, 61, 62, 76, 80, 83, 84, 86, 88, 91, 92, 95, 97, 98, 103, 106, 107, 109, 111, 113, 114, 115, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 150, 152, 153, 154, 155, 157, 158, 159, 160, 161, 163, 165, 168, 172, 179, 180, 184, 187, 189, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 212, 213, 214, 215, 216, 217, 220, 222, 223, 226, 230, 231, 232, 233, 236, 241, 248, 249, 250, 251, 253, 255, 256, 257, 258, 259, 261, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "multiconfig": 1, "cmake": [1, 10, 11, 16, 17, 18, 19, 21, 27, 28, 30, 36, 38, 43, 44, 47, 49, 50, 54, 56, 57, 58, 61, 62, 63, 65, 69, 74, 75, 76, 79, 80, 81, 82, 86, 88, 90, 92, 93, 97, 100, 102, 103, 106, 110, 112, 113, 114, 119, 124, 126, 128, 135, 137, 138, 139, 140, 141, 150, 154, 155, 157, 162, 185, 195, 197, 202, 209, 223, 241, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271, 272, 280], "15924": 1, "add": [1, 4, 5, 6, 17, 21, 24, 28, 30, 46, 47, 54, 58, 61, 62, 69, 74, 79, 86, 88, 89, 91, 92, 108, 110, 111, 112, 113, 116, 122, 124, 139, 140, 154, 158, 163, 166, 167, 180, 189, 190, 194, 196, 197, 200, 205, 207, 212, 214, 215, 217, 219, 220, 221, 225, 226, 230, 232, 240, 241, 245, 250, 252, 253, 254, 255, 257, 258, 260, 265, 267, 268, 270, 272, 275, 276, 279], "copytree_compat": 1, "method": [1, 4, 6, 11, 16, 17, 18, 19, 21, 28, 32, 37, 40, 41, 46, 47, 49, 52, 58, 61, 62, 63, 67, 74, 76, 79, 80, 82, 86, 88, 89, 90, 91, 97, 105, 106, 113, 114, 118, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 155, 160, 161, 164, 165, 166, 167, 180, 184, 188, 189, 190, 191, 194, 196, 197, 200, 201, 202, 203, 205, 208, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 239, 241, 248, 255, 256, 258, 259, 261, 263, 264, 265, 267, 268, 270, 271, 272, 275, 279], "compat": [1, 8, 24, 27, 28, 46, 69, 74, 76, 81, 82, 83, 85, 86, 88, 90, 93, 94, 100, 102, 103, 106, 110, 119, 120, 124, 125, 139, 155, 157, 160, 166, 196, 197, 212, 217, 226, 251, 253, 255, 265], "python": [1, 8, 32, 54, 62, 64, 67, 74, 76, 80, 82, 84, 88, 90, 92, 108, 109, 112, 121, 122, 136, 149, 154, 155, 160, 162, 163, 164, 166, 168, 175, 194, 197, 201, 212, 214, 217, 219, 226, 229, 232, 253], "after": [1, 6, 10, 24, 26, 28, 37, 43, 46, 64, 65, 69, 74, 76, 106, 128, 130, 135, 140, 146, 147, 154, 163, 166, 191, 194, 196, 197, 201, 202, 203, 212, 221, 226, 231, 238, 248, 249, 251, 253, 254, 255, 257, 259, 263, 266, 268, 270, 271, 272, 280], "distutil": 1, "15906": 1, "featur": [1, 4, 6, 7, 13, 27, 32, 49, 50, 51, 63, 64, 69, 70, 71, 76, 92, 93, 103, 105, 121, 124, 128, 129, 130, 131, 132, 139, 140, 152, 153, 154, 155, 157, 158, 161, 166, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 192, 194, 197, 198, 208, 215, 219, 220, 221, 241, 245, 250, 253, 260, 263, 268, 269, 270, 271, 272, 280], "rais": [1, 6, 21, 28, 37, 62, 79, 90, 92, 93, 96, 97, 100, 102, 103, 105, 106, 110, 119, 122, 124, 126, 135, 144, 145, 147, 148, 149, 154, 157, 166, 168, 180, 192, 196, 205, 206, 207, 228, 236, 240, 248, 256, 258, 275], "toolchain": [1, 11, 25, 26, 27, 46, 48, 58, 61, 67, 68, 70, 74, 75, 86, 92, 126, 135, 137, 154, 155, 157, 191, 194, 212, 214, 221, 226, 231, 249, 250, 251, 253, 254, 255, 258, 259, 265, 267, 271], "differ": [1, 4, 6, 7, 8, 9, 11, 12, 18, 21, 24, 26, 28, 30, 32, 36, 38, 42, 43, 46, 47, 51, 52, 54, 58, 61, 62, 64, 67, 68, 70, 71, 72, 73, 75, 76, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 120, 122, 124, 125, 126, 127, 128, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 150, 154, 155, 157, 159, 160, 161, 163, 164, 165, 166, 184, 190, 191, 195, 196, 197, 201, 202, 203, 205, 209, 217, 222, 223, 228, 230, 231, 236, 240, 245, 248, 249, 250, 253, 254, 255, 258, 259, 260, 263, 264, 265, 267, 268, 270, 272, 273, 274, 275, 276, 278, 279, 280], "than": [1, 8, 47, 52, 58, 61, 62, 69, 76, 79, 84, 86, 92, 93, 94, 101, 106, 109, 116, 120, 124, 127, 129, 130, 136, 139, 140, 142, 143, 148, 149, 154, 157, 158, 165, 184, 191, 192, 196, 197, 214, 217, 231, 232, 240, 249, 252, 258, 262, 268, 277, 278, 280], "cmaketoolchain": [1, 16, 17, 18, 26, 27, 28, 36, 39, 42, 43, 44, 48, 54, 62, 70, 75, 79, 86, 90, 92, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 135, 140, 150, 154, 155, 157, 185, 193, 194, 195, 196, 249, 250, 251, 252, 253, 254, 257, 259, 261, 263, 265, 267, 268, 271, 272, 280], "univers": [1, 8, 124, 193], "binari": [1, 4, 6, 7, 8, 13, 24, 36, 40, 41, 46, 47, 51, 54, 56, 58, 61, 62, 63, 64, 66, 79, 80, 81, 82, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 123, 125, 126, 127, 128, 129, 132, 135, 138, 139, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 157, 160, 165, 173, 176, 184, 188, 191, 193, 196, 205, 212, 217, 226, 241, 242, 243, 244, 245, 247, 249, 250, 251, 253, 254, 255, 257, 259, 260, 261, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "syntax": [1, 32, 74, 75, 79, 106, 113, 124, 128, 135, 141, 153, 161, 172, 184, 191, 196, 197, 201, 215, 217, 231, 249, 252, 259, 275, 279], "15896": 1, "warn": [1, 24, 56, 62, 69, 79, 85, 92, 114, 116, 124, 142, 143, 149, 155, 166, 205, 226, 236, 258, 280], "misplac": 1, "requir": [1, 6, 7, 8, 10, 11, 21, 26, 27, 28, 36, 37, 38, 39, 42, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 69, 70, 71, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 122, 123, 125, 128, 129, 135, 136, 137, 139, 140, 147, 148, 154, 155, 156, 157, 158, 160, 163, 164, 165, 166, 175, 190, 192, 194, 196, 197, 202, 203, 205, 213, 215, 216, 217, 220, 222, 226, 231, 232, 233, 238, 240, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 262, 263, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "function": [1, 6, 8, 21, 26, 28, 39, 42, 43, 47, 58, 61, 62, 65, 68, 76, 80, 85, 93, 113, 122, 124, 128, 134, 138, 142, 143, 146, 149, 150, 154, 155, 158, 160, 161, 163, 165, 166, 167, 168, 184, 186, 192, 195, 196, 201, 205, 209, 212, 220, 226, 253, 257, 259, 260, 261, 263, 266, 275, 276, 280], "15888": 1, "option": [1, 4, 7, 8, 11, 32, 38, 43, 47, 51, 54, 61, 62, 69, 73, 74, 75, 82, 83, 85, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 125, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 147, 148, 154, 156, 160, 161, 163, 165, 166, 179, 180, 190, 191, 192, 193, 194, 196, 197, 205, 207, 212, 214, 221, 222, 224, 229, 230, 231, 241, 244, 248, 253, 255, 257, 259, 261, 263, 265, 267, 274, 277, 278, 280], "conflict": [1, 40, 41, 64, 79, 80, 106, 123, 124, 128, 141, 155, 175, 196, 200, 217, 226, 241, 263, 274], "graph": [1, 6, 8, 10, 11, 13, 37, 40, 41, 43, 63, 79, 80, 84, 86, 89, 92, 93, 105, 106, 108, 109, 110, 111, 114, 124, 125, 131, 135, 140, 141, 144, 145, 147, 150, 154, 155, 160, 163, 165, 169, 176, 190, 201, 230, 240, 248, 249, 250, 252, 254, 258, 273, 274, 275, 276, 277, 279], "caus": [1, 8, 80, 124, 128, 141, 147, 196, 217, 259, 261, 275, 276, 277], "branch": [1, 19, 62, 64, 79, 80, 143, 144, 236, 255, 256, 257, 260, 267, 271, 274, 277, 279], "valu": [1, 21, 26, 27, 40, 51, 79, 80, 84, 86, 88, 90, 92, 93, 100, 102, 103, 106, 107, 110, 113, 114, 119, 120, 122, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 139, 140, 141, 142, 143, 144, 147, 148, 149, 150, 152, 153, 154, 155, 156, 159, 161, 163, 168, 172, 186, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 205, 207, 212, 213, 214, 221, 223, 225, 226, 228, 229, 230, 231, 232, 237, 240, 251, 253, 257, 258, 259, 260, 263, 265, 267, 268, 271, 272, 275, 277], "15876": 1, "doc": [1, 8, 63, 64, 76, 79, 122, 161, 212, 245, 253, 254, 280], "here": [1, 4, 19, 27, 28, 42, 43, 52, 63, 88, 89, 100, 107, 124, 131, 135, 136, 137, 141, 157, 166, 184, 196, 197, 201, 205, 217, 220, 240, 251, 253, 256, 258, 259, 261, 264, 271, 272], "maco": [1, 8, 24, 26, 27, 36, 43, 45, 57, 64, 65, 79, 87, 98, 103, 107, 114, 155, 157, 188, 193, 211, 222, 226, 240, 249, 251, 253, 254, 257, 259, 260, 264, 270, 272], "version": [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 36, 38, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 63, 64, 65, 69, 71, 74, 76, 79, 80, 81, 83, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119, 120, 122, 125, 128, 129, 135, 136, 137, 139, 141, 143, 144, 145, 147, 148, 150, 154, 155, 157, 158, 160, 161, 162, 164, 165, 168, 175, 184, 185, 188, 191, 192, 195, 196, 197, 200, 205, 208, 209, 212, 216, 217, 222, 226, 228, 231, 232, 233, 235, 236, 240, 241, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 280], "set": [1, 7, 8, 10, 11, 13, 16, 17, 18, 21, 23, 26, 27, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 69, 70, 73, 74, 75, 80, 82, 83, 85, 87, 89, 90, 92, 93, 94, 97, 98, 100, 102, 103, 105, 107, 110, 114, 116, 119, 120, 122, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 149, 151, 152, 153, 154, 158, 160, 161, 163, 165, 168, 172, 179, 186, 188, 189, 190, 191, 192, 193, 194, 196, 197, 200, 201, 202, 203, 207, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 238, 240, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 266, 267, 268, 271, 272, 276, 277], "yml": [1, 4, 7, 11, 23, 54, 62, 69, 74, 79, 80, 82, 86, 92, 124, 133, 134, 135, 136, 144, 151, 155, 167, 205, 209, 236, 255], "15859": 1, "html": [1, 46, 64, 79, 163, 253, 280], "inform": [1, 2, 4, 6, 7, 8, 11, 13, 14, 18, 20, 21, 32, 44, 46, 49, 52, 56, 57, 64, 66, 69, 70, 74, 75, 79, 80, 81, 82, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 119, 120, 121, 123, 125, 126, 127, 128, 130, 131, 132, 135, 136, 137, 138, 144, 145, 146, 147, 150, 151, 152, 153, 155, 157, 158, 160, 161, 163, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 190, 194, 197, 200, 203, 205, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 230, 236, 238, 241, 244, 247, 249, 250, 251, 253, 254, 255, 258, 259, 261, 263, 267, 268, 271, 272, 273, 277, 278, 280], "test": [1, 5, 6, 7, 10, 13, 21, 26, 27, 42, 43, 47, 52, 54, 58, 61, 64, 76, 79, 80, 89, 92, 93, 94, 97, 98, 103, 107, 111, 114, 122, 124, 125, 126, 127, 128, 135, 139, 150, 154, 160, 175, 194, 197, 209, 219, 225, 230, 236, 241, 246, 250, 255, 256, 259, 260, 261, 262, 264, 265, 267, 270, 271, 276, 280], "hide": 1, "show": [1, 21, 28, 32, 40, 41, 43, 49, 50, 62, 79, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 128, 154, 155, 223, 236, 248, 251, 253, 255, 259, 261, 267, 269, 270, 271, 272], "packag": [1, 2, 5, 10, 11, 12, 14, 15, 16, 18, 20, 24, 25, 26, 27, 30, 31, 33, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 54, 56, 57, 59, 60, 62, 64, 67, 69, 70, 71, 73, 74, 75, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 102, 103, 106, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 173, 175, 176, 177, 180, 183, 184, 188, 190, 191, 194, 196, 197, 198, 200, 201, 203, 205, 208, 212, 214, 216, 217, 219, 220, 223, 225, 226, 230, 231, 236, 239, 241, 242, 243, 244, 245, 246, 249, 250, 252, 267, 274, 275, 276, 278, 279], "15846": 1, "backup": [1, 7, 92, 122, 154, 183], "sourc": [1, 2, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 29, 31, 32, 35, 36, 39, 40, 41, 43, 44, 46, 47, 50, 51, 52, 53, 56, 57, 58, 61, 62, 63, 79, 80, 81, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 106, 107, 110, 113, 114, 119, 122, 123, 125, 126, 133, 134, 135, 137, 140, 147, 154, 155, 158, 166, 167, 175, 176, 183, 184, 194, 195, 196, 197, 201, 202, 205, 207, 209, 213, 214, 217, 223, 236, 241, 242, 243, 244, 245, 246, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 263, 264, 265, 266, 267, 268, 269, 270, 274, 277, 279], "flag": [1, 28, 47, 51, 91, 92, 103, 130, 139, 140, 154, 157, 188, 189, 191, 192, 196, 212, 213, 214, 217, 221, 225, 226, 228, 231, 232, 238, 258], "cach": [1, 2, 4, 6, 10, 13, 18, 19, 24, 28, 30, 32, 36, 43, 47, 49, 52, 54, 58, 61, 62, 63, 64, 69, 76, 80, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 119, 124, 127, 132, 133, 134, 135, 137, 138, 142, 143, 153, 155, 158, 159, 160, 161, 162, 165, 166, 167, 168, 173, 175, 177, 179, 191, 194, 197, 201, 205, 212, 219, 226, 231, 236, 241, 242, 247, 249, 251, 252, 253, 254, 255, 258, 260, 263, 264, 266, 268, 269, 270, 271, 272, 275, 276, 277, 278, 279], "clean": [1, 6, 7, 31, 33, 62, 64, 90, 93, 97, 100, 102, 103, 106, 110, 111, 119, 124, 205, 219, 264, 270, 276, 277], "15845": 1, "outdat": [1, 81, 99], "command": [1, 4, 7, 10, 11, 13, 24, 26, 27, 31, 37, 46, 47, 49, 50, 51, 56, 58, 61, 63, 64, 67, 68, 73, 74, 75, 76, 78, 79, 80, 82, 85, 86, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 137, 138, 142, 143, 144, 147, 153, 155, 156, 157, 159, 160, 164, 166, 168, 169, 171, 175, 178, 189, 190, 191, 194, 196, 197, 201, 212, 219, 220, 221, 222, 225, 229, 230, 231, 233, 236, 238, 240, 247, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 276, 277, 278, 279], "list": [1, 4, 5, 6, 7, 8, 11, 12, 19, 24, 32, 37, 46, 47, 51, 56, 58, 61, 62, 63, 67, 69, 72, 74, 75, 79, 85, 86, 87, 88, 89, 91, 94, 99, 100, 105, 109, 111, 113, 116, 117, 120, 122, 124, 125, 129, 135, 136, 139, 140, 149, 150, 153, 154, 155, 156, 160, 161, 163, 169, 173, 175, 179, 180, 183, 191, 192, 194, 195, 196, 197, 201, 205, 207, 212, 214, 215, 217, 219, 221, 226, 229, 230, 231, 232, 236, 238, 240, 241, 247, 252, 259, 260, 263, 264, 270, 271, 276, 277, 279], "depend": [1, 6, 8, 10, 11, 13, 17, 21, 28, 29, 31, 34, 35, 38, 42, 43, 44, 45, 47, 48, 52, 54, 56, 57, 58, 61, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 125, 128, 131, 133, 136, 139, 140, 141, 144, 145, 147, 150, 154, 155, 162, 164, 165, 166, 175, 176, 179, 184, 188, 190, 191, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 215, 217, 220, 221, 222, 225, 226, 227, 232, 238, 240, 241, 245, 248, 249, 250, 252, 253, 254, 255, 257, 258, 259, 264, 265, 267, 268, 271, 272, 273, 274, 276, 277, 278, 279, 280], "have": [1, 4, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 100, 102, 103, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 128, 131, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 159, 163, 164, 166, 175, 184, 188, 190, 191, 196, 197, 205, 207, 212, 214, 217, 220, 222, 223, 226, 230, 231, 240, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "newer": [1, 8, 76, 90, 93, 99, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 124, 157, 175, 265, 278, 279], "remot": [1, 3, 4, 6, 7, 8, 12, 32, 46, 56, 62, 76, 79, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 117, 119, 120, 122, 151, 153, 154, 155, 160, 169, 173, 175, 176, 177, 183, 205, 236, 241, 242, 245, 246, 247, 249, 251, 254, 255, 258, 264, 271, 278, 280], "15838": 1, "cmake_vs_debugger_environ": [1, 197], "from": [1, 2, 3, 4, 6, 8, 12, 16, 18, 21, 24, 26, 27, 28, 29, 31, 32, 35, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 160, 163, 164, 165, 167, 173, 175, 177, 178, 180, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 242, 243, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 277, 278, 279], "point": [1, 4, 8, 30, 36, 40, 41, 62, 63, 69, 74, 76, 86, 92, 103, 106, 111, 113, 124, 135, 155, 165, 166, 175, 188, 197, 205, 210, 212, 236, 250, 252, 264, 266, 272, 275, 280], "all": [1, 5, 6, 7, 8, 13, 24, 26, 27, 28, 30, 31, 32, 35, 36, 43, 46, 52, 54, 56, 62, 63, 64, 67, 68, 69, 70, 71, 73, 75, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 103, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117, 119, 120, 122, 124, 127, 131, 132, 133, 134, 135, 137, 139, 140, 142, 143, 144, 150, 152, 153, 154, 155, 157, 159, 162, 163, 164, 165, 166, 172, 175, 179, 180, 183, 184, 185, 188, 189, 190, 191, 196, 197, 198, 201, 202, 203, 205, 207, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 226, 230, 231, 233, 238, 240, 241, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 267, 268, 270, 271, 272, 273, 275, 277, 280], "directori": [1, 26, 27, 28, 36, 37, 39, 49, 64, 92, 106, 113, 122, 124, 133, 134, 135, 137, 140, 142, 143, 144, 152, 154, 155, 156, 163, 196, 197, 205, 209, 210, 220, 223, 236, 251, 253, 257, 263, 264, 269, 270, 271], "when": [1, 4, 5, 6, 8, 10, 13, 14, 15, 28, 30, 39, 40, 41, 42, 46, 49, 51, 52, 54, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 97, 98, 100, 102, 103, 106, 107, 109, 110, 111, 115, 119, 120, 122, 124, 125, 128, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 155, 157, 158, 159, 163, 165, 167, 168, 180, 184, 186, 188, 190, 191, 192, 194, 196, 197, 201, 202, 203, 205, 207, 214, 217, 219, 220, 222, 225, 226, 228, 230, 231, 237, 240, 242, 245, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "visual": [1, 29, 36, 44, 52, 60, 63, 65, 76, 78, 86, 92, 103, 135, 140, 154, 157, 185, 194, 195, 196, 197, 214, 222, 223, 226, 227, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "studio": [1, 11, 25, 27, 29, 36, 44, 52, 60, 63, 65, 66, 76, 86, 92, 135, 140, 154, 157, 194, 195, 196, 197, 214, 222, 223, 226, 228, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "negat": 1, "need": [1, 3, 4, 5, 6, 8, 13, 17, 18, 21, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 62, 64, 69, 70, 74, 76, 80, 83, 84, 85, 88, 89, 92, 97, 99, 100, 101, 103, 105, 109, 110, 113, 116, 120, 122, 124, 128, 130, 131, 136, 137, 139, 140, 141, 142, 143, 145, 149, 150, 154, 157, 158, 159, 160, 163, 164, 184, 188, 195, 196, 197, 198, 200, 209, 213, 214, 215, 222, 226, 229, 232, 236, 240, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 267, 270, 271, 272, 275, 277, 278, 279, 280], "copi": [1, 4, 5, 6, 8, 13, 16, 17, 18, 19, 24, 26, 28, 31, 32, 35, 36, 39, 42, 43, 47, 58, 61, 62, 64, 76, 80, 85, 91, 92, 106, 107, 113, 122, 124, 125, 132, 133, 134, 135, 137, 138, 144, 154, 160, 165, 184, 197, 204, 208, 209, 247, 248, 255, 259, 260, 261, 263, 264, 265, 267, 269, 280], "dll": [1, 135, 138, 140, 197, 201, 251, 266], "launch": [1, 21, 122, 149, 153, 189, 222, 245, 246, 255, 257], "execut": [1, 6, 17, 21, 26, 27, 28, 32, 36, 40, 41, 42, 43, 46, 47, 52, 57, 58, 61, 62, 69, 74, 80, 84, 85, 86, 88, 91, 92, 97, 103, 104, 105, 106, 113, 120, 124, 127, 128, 130, 131, 132, 136, 138, 139, 140, 141, 142, 143, 144, 146, 149, 150, 154, 155, 159, 162, 163, 166, 167, 183, 188, 191, 194, 197, 201, 202, 203, 212, 214, 216, 219, 225, 226, 230, 232, 236, 238, 240, 251, 253, 254, 257, 258, 259, 260, 263, 265, 268, 270, 271, 272, 280], "id": [1, 13, 24, 26, 30, 43, 49, 52, 61, 65, 69, 70, 75, 79, 82, 83, 84, 85, 86, 87, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 119, 124, 126, 127, 139, 140, 145, 154, 155, 157, 184, 188, 190, 196, 197, 230, 231, 248, 253, 255, 263, 264, 265, 270, 280], "15830": 1, "paramet": [1, 32, 56, 68, 89, 140, 160, 165, 175, 177, 180, 186, 188, 189, 192, 194, 195, 196, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 233, 234, 236, 240, 259], "trim_conandata": [1, 204], "except": [1, 26, 32, 40, 41, 51, 84, 86, 92, 122, 124, 128, 129, 131, 137, 144, 149, 150, 154, 155, 157, 159, 180, 184, 192, 194, 205, 236, 240, 249, 253, 258, 275], "conandata": [1, 4, 54, 62, 69, 74, 80, 124, 133, 134, 135, 136, 144, 167, 205, 209, 236, 255], "doesn": [1, 6, 7, 28, 36, 47, 51, 52, 58, 61, 62, 80, 86, 97, 100, 103, 110, 111, 122, 124, 128, 130, 131, 135, 139, 141, 147, 148, 153, 157, 161, 166, 183, 184, 192, 195, 197, 201, 205, 206, 207, 223, 230, 236, 251, 252, 258, 259, 261, 263, 265, 268, 275, 276, 277, 280], "t": [1, 4, 5, 6, 7, 10, 13, 21, 24, 28, 30, 32, 36, 40, 41, 46, 47, 49, 50, 51, 52, 58, 61, 62, 64, 69, 76, 80, 81, 84, 85, 86, 88, 91, 92, 97, 100, 101, 102, 103, 106, 107, 109, 110, 111, 115, 116, 122, 123, 124, 128, 130, 131, 135, 138, 139, 140, 141, 144, 147, 148, 153, 155, 157, 161, 163, 166, 183, 184, 185, 192, 194, 195, 196, 197, 198, 201, 205, 206, 207, 214, 221, 223, 226, 230, 236, 249, 250, 251, 252, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 275, 276, 277, 280], "15829": 1, "ad": [1, 3, 5, 8, 10, 24, 58, 62, 69, 72, 75, 76, 79, 93, 106, 109, 110, 113, 124, 130, 131, 136, 138, 141, 154, 155, 161, 162, 163, 165, 167, 179, 180, 184, 188, 190, 191, 197, 200, 209, 212, 214, 221, 230, 231, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 265, 266, 267, 276, 280], "build_context_fold": 1, "pkgconfigdep": [1, 46, 47, 57, 58, 67, 73, 140, 185, 211, 226, 257], "15813": 1, "includ": [1, 4, 13, 16, 17, 18, 21, 26, 27, 28, 30, 36, 37, 39, 42, 43, 46, 47, 49, 50, 51, 52, 56, 57, 58, 61, 64, 65, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 91, 92, 93, 98, 103, 106, 107, 108, 109, 116, 124, 128, 135, 137, 138, 139, 140, 141, 151, 157, 165, 183, 184, 190, 191, 195, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 222, 226, 230, 231, 249, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pkg_config_path": [1, 46, 214, 216, 226], "built": [1, 4, 6, 7, 8, 13, 17, 18, 19, 21, 24, 27, 30, 32, 37, 43, 46, 47, 52, 56, 58, 61, 62, 64, 71, 76, 79, 80, 82, 84, 86, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 106, 107, 110, 113, 116, 119, 124, 126, 129, 133, 134, 135, 137, 140, 144, 145, 148, 150, 151, 160, 161, 167, 175, 184, 186, 190, 194, 196, 198, 205, 211, 219, 225, 230, 249, 250, 251, 253, 254, 255, 257, 258, 259, 260, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "section": [1, 2, 3, 4, 6, 7, 9, 13, 21, 26, 28, 32, 38, 47, 58, 61, 67, 70, 72, 74, 75, 76, 81, 83, 84, 86, 87, 88, 89, 92, 93, 94, 98, 103, 105, 107, 110, 114, 115, 120, 121, 122, 124, 128, 130, 131, 132, 135, 139, 141, 150, 151, 152, 153, 154, 157, 158, 159, 161, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 191, 195, 197, 198, 200, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 241, 242, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279], "mesontoolchain": [1, 28, 57, 58, 73, 92, 154, 185, 224, 225], "templat": [1, 26, 47, 49, 51, 76, 87, 89, 103, 114, 124, 151, 155, 158, 178, 195, 197, 201], "updat": [1, 4, 6, 8, 26, 40, 41, 65, 69, 74, 76, 80, 90, 92, 93, 96, 97, 100, 102, 103, 109, 110, 119, 122, 124, 136, 140, 141, 145, 154, 155, 157, 161, 175, 180, 188, 198, 205, 214, 240, 252, 260, 274, 278, 279, 280], "_meson_cpu_family_map": 1, "support": [1, 8, 17, 26, 27, 28, 46, 47, 49, 50, 51, 54, 63, 65, 66, 69, 70, 71, 72, 76, 79, 86, 103, 107, 113, 122, 128, 137, 140, 142, 143, 147, 150, 154, 155, 157, 159, 160, 161, 164, 165, 168, 180, 187, 192, 193, 196, 214, 217, 222, 226, 228, 240, 248, 256, 261, 267, 270, 271, 272, 280], "arm64ec": [1, 157], "15812": 1, "clang": [1, 24, 26, 27, 43, 46, 76, 79, 86, 87, 92, 98, 103, 107, 114, 116, 121, 148, 154, 155, 157, 168, 188, 192, 195, 197, 209, 226, 249, 251, 259], "15806": 1, "basic": [1, 5, 28, 32, 43, 46, 49, 57, 69, 76, 78, 80, 103, 109, 111, 113, 122, 124, 132, 158, 166, 185, 197, 198, 204, 207, 223, 248, 249, 255, 257, 263, 276, 277], "15775": 1, "cmake_layout": [1, 6, 17, 18, 19, 26, 28, 36, 43, 49, 54, 62, 92, 150, 154, 185, 193, 197, 223, 250, 253, 259, 261, 263, 265, 268, 270, 271, 272], "build_fold": [1, 6, 17, 28, 61, 80, 98, 103, 105, 135, 137, 138, 166, 195, 205, 220, 225, 263, 264, 265, 266], "config": [1, 7, 17, 24, 26, 27, 32, 36, 42, 43, 44, 46, 48, 50, 56, 57, 58, 67, 68, 70, 71, 75, 79, 80, 84, 89, 113, 114, 122, 135, 140, 150, 154, 155, 157, 160, 162, 163, 164, 165, 168, 169, 189, 191, 194, 195, 196, 197, 216, 217, 219, 221, 222, 230, 231, 246, 249, 251, 253, 254, 256, 257, 260, 264, 268, 270, 272, 280], "allow": [1, 3, 4, 6, 13, 47, 51, 52, 57, 58, 61, 69, 74, 76, 80, 81, 86, 89, 90, 92, 93, 95, 100, 102, 103, 106, 107, 109, 110, 114, 115, 119, 122, 124, 125, 126, 127, 128, 133, 134, 137, 139, 140, 153, 154, 155, 157, 158, 159, 160, 161, 162, 168, 176, 180, 184, 195, 196, 197, 198, 200, 205, 212, 226, 228, 230, 231, 240, 249, 252, 253, 259, 261, 271, 273, 276, 278, 279, 280], "re": [1, 6, 13, 32, 37, 43, 62, 69, 80, 84, 85, 106, 124, 127, 128, 154, 155, 184, 197, 214, 220, 226, 260, 270, 271, 280], "local": [1, 4, 6, 13, 17, 18, 19, 24, 27, 30, 32, 36, 39, 47, 56, 58, 61, 62, 63, 76, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 118, 119, 122, 124, 126, 135, 137, 140, 142, 143, 144, 155, 165, 166, 175, 179, 191, 195, 205, 207, 212, 216, 222, 223, 231, 236, 241, 242, 245, 247, 249, 250, 251, 253, 254, 257, 258, 259, 260, 262, 263, 266, 270, 271, 272, 277, 278, 279, 280], "folder": [1, 4, 6, 7, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 46, 47, 49, 51, 52, 56, 57, 58, 61, 62, 64, 69, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 109, 110, 113, 114, 118, 119, 122, 123, 125, 127, 132, 133, 134, 135, 138, 144, 152, 154, 155, 159, 160, 162, 163, 164, 165, 166, 167, 168, 178, 188, 194, 195, 196, 197, 200, 205, 207, 209, 210, 212, 214, 217, 220, 223, 225, 226, 233, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 275, 276, 280], "15767": 1, "test_fold": [1, 93, 97, 195, 257], "output": [1, 6, 10, 13, 17, 36, 37, 46, 49, 54, 57, 69, 71, 76, 79, 80, 82, 88, 89, 90, 91, 92, 94, 95, 97, 98, 100, 101, 102, 103, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 135, 139, 144, 154, 155, 159, 163, 165, 166, 184, 205, 207, 209, 216, 223, 226, 236, 249, 251, 253, 254, 256, 257, 260, 267, 268, 272, 277, 280], "test_packag": [1, 21, 27, 28, 43, 47, 52, 58, 61, 62, 80, 93, 97, 113, 114, 119, 125, 146, 175, 184, 195, 255, 256, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271], "tmp": [1, 124, 195, 197, 205, 257, 258, 260, 261, 263, 266], "placehold": [1, 107, 120, 200, 201], "creat": [1, 7, 8, 10, 11, 13, 14, 15, 16, 18, 21, 23, 25, 27, 30, 31, 32, 34, 37, 39, 40, 41, 42, 43, 44, 45, 46, 49, 51, 52, 54, 56, 57, 59, 60, 62, 63, 69, 71, 75, 76, 79, 80, 81, 84, 85, 86, 88, 89, 91, 92, 96, 97, 98, 103, 106, 107, 108, 109, 111, 112, 113, 114, 124, 125, 126, 127, 128, 133, 134, 135, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 156, 157, 160, 163, 164, 165, 166, 171, 175, 184, 190, 191, 194, 195, 196, 197, 198, 199, 202, 203, 205, 207, 216, 217, 219, 220, 221, 222, 226, 231, 232, 233, 236, 238, 241, 242, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 278, 279, 280], "temporari": [1, 6, 7, 24, 80, 91, 124, 138, 141, 205, 207, 258, 266, 271, 275], "system": [1, 5, 7, 8, 27, 28, 36, 40, 41, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 65, 67, 69, 70, 74, 79, 82, 86, 92, 106, 114, 121, 122, 124, 125, 126, 128, 135, 138, 140, 141, 144, 149, 151, 152, 154, 155, 158, 160, 164, 165, 166, 179, 185, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 205, 213, 214, 216, 230, 249, 250, 251, 253, 254, 255, 258, 259, 260, 264, 266, 267, 270, 271, 276, 277], "experiment": [1, 6, 7, 13, 32, 76, 92, 98, 105, 113, 120, 121, 124, 128, 130, 131, 132, 139, 140, 150, 153, 155, 157, 158, 161, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 195, 196, 197, 198, 215, 219, 220, 221, 222, 236, 280], "instal": [1, 4, 6, 7, 13, 16, 18, 24, 26, 27, 28, 30, 36, 37, 43, 46, 47, 49, 50, 52, 56, 57, 58, 61, 62, 63, 65, 76, 79, 80, 84, 85, 86, 87, 89, 90, 93, 94, 97, 98, 100, 102, 103, 107, 108, 109, 110, 113, 114, 119, 122, 124, 125, 126, 132, 135, 137, 138, 141, 142, 143, 144, 145, 147, 148, 150, 154, 155, 157, 160, 162, 164, 165, 166, 167, 168, 169, 175, 188, 189, 190, 191, 194, 195, 197, 202, 203, 212, 213, 214, 216, 219, 220, 221, 222, 225, 226, 230, 231, 233, 238, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 261, 263, 264, 265, 267, 270, 272, 275, 276, 278, 279], "pkg": [1, 6, 7, 19, 24, 39, 40, 41, 46, 52, 57, 58, 67, 84, 86, 88, 89, 90, 91, 93, 94, 98, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 147, 148, 154, 155, 157, 164, 183, 184, 186, 190, 191, 196, 197, 202, 203, 205, 213, 214, 215, 216, 217, 220, 221, 222, 230, 231, 232, 233, 238, 239, 260, 264, 270, 278, 279, 280], "myconf": [1, 86, 92, 124, 137, 139, 140, 154, 155, 280], "configur": [1, 3, 6, 7, 8, 11, 14, 16, 17, 18, 19, 20, 21, 26, 28, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 63, 64, 65, 67, 68, 75, 76, 79, 80, 82, 83, 84, 85, 88, 89, 92, 93, 100, 101, 102, 103, 106, 107, 110, 111, 114, 124, 125, 126, 127, 128, 129, 130, 133, 134, 135, 138, 139, 140, 144, 147, 148, 155, 157, 158, 159, 166, 172, 175, 179, 184, 187, 189, 191, 192, 194, 195, 197, 202, 203, 207, 212, 214, 216, 219, 221, 225, 226, 227, 228, 229, 231, 233, 236, 239, 241, 242, 245, 248, 249, 250, 254, 255, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 277, 278, 279], "insid": [1, 6, 11, 14, 15, 17, 18, 19, 30, 36, 38, 40, 41, 44, 48, 62, 80, 85, 87, 92, 107, 113, 124, 128, 137, 140, 152, 154, 157, 163, 164, 166, 188, 197, 201, 205, 210, 223, 240, 246, 253, 255, 258, 259, 266, 270, 272, 276, 280], "package_typ": [1, 28, 39, 43, 92, 98, 103, 105, 136, 139, 147, 164, 184, 265, 280], "15748": 1, "core": [1, 3, 4, 10, 32, 46, 56, 63, 77, 84, 86, 91, 92, 120, 122, 124, 139, 149, 153, 155, 159, 173, 183, 184, 236, 278], "package_id": [1, 6, 7, 13, 28, 32, 80, 82, 83, 86, 88, 91, 92, 94, 98, 100, 102, 103, 107, 116, 120, 124, 125, 127, 131, 135, 141, 147, 148, 154, 160, 175, 251, 258, 262, 263, 275, 277], "config_mod": [1, 92], "affect": [1, 5, 6, 10, 64, 84, 86, 87, 88, 92, 100, 106, 124, 130, 131, 139, 141, 155, 157, 184, 191, 194, 195, 196, 197, 205, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 239, 250, 253, 255, 257, 258, 260, 263, 270, 272], "make": [1, 6, 8, 26, 27, 28, 30, 39, 40, 41, 46, 47, 52, 62, 64, 65, 67, 72, 76, 92, 97, 106, 107, 109, 124, 131, 133, 135, 138, 139, 142, 145, 149, 154, 155, 157, 160, 162, 167, 184, 191, 196, 200, 212, 214, 215, 226, 236, 251, 253, 256, 257, 258, 266, 269, 270, 272, 279, 280], "cppstd_flag": 1, "public": [1, 3, 4, 43, 52, 56, 62, 76, 80, 89, 105, 114, 122, 123, 160, 163, 185, 196, 198, 220, 226, 246, 266, 267], "return": [1, 6, 26, 28, 30, 32, 43, 46, 56, 57, 84, 87, 89, 91, 92, 99, 100, 101, 105, 107, 114, 121, 122, 124, 129, 135, 149, 155, 161, 162, 163, 172, 175, 177, 179, 180, 184, 186, 188, 189, 192, 196, 197, 198, 200, 201, 202, 203, 205, 213, 214, 222, 228, 229, 232, 236, 240, 249, 251, 253, 263, 265, 268, 277], "correspond": [1, 28, 49, 69, 124, 197, 202, 203, 214, 217, 228, 251, 258, 260], "c": [1, 4, 6, 13, 26, 27, 28, 30, 37, 46, 47, 49, 51, 56, 57, 58, 61, 71, 74, 76, 79, 81, 84, 87, 90, 92, 93, 97, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 122, 124, 131, 139, 140, 144, 145, 151, 154, 155, 161, 188, 191, 192, 195, 196, 197, 198, 201, 209, 214, 221, 222, 225, 230, 231, 232, 233, 244, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 267, 271, 273, 277, 278, 280], "standard": [1, 26, 27, 36, 52, 76, 124, 127, 137, 151, 154, 155, 186, 191, 192, 196, 197, 226, 230, 231, 236, 249, 250, 256, 258, 263, 267, 271, 278], "base": [1, 4, 8, 28, 36, 37, 40, 43, 49, 56, 57, 64, 74, 76, 85, 86, 90, 94, 103, 105, 106, 107, 110, 116, 120, 124, 135, 136, 138, 141, 155, 160, 163, 165, 173, 183, 186, 189, 191, 192, 195, 197, 222, 226, 228, 229, 231, 249, 251, 257, 267, 280], "15710": 1, "self": [1, 6, 16, 17, 18, 19, 21, 28, 36, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 79, 80, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 158, 160, 162, 163, 164, 165, 166, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 275, 276, 277, 279, 280], "name": [1, 3, 4, 6, 7, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 64, 71, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 105, 107, 109, 110, 113, 114, 115, 117, 118, 122, 125, 128, 135, 136, 137, 139, 140, 142, 143, 144, 145, 147, 148, 150, 153, 154, 155, 156, 157, 159, 160, 162, 164, 165, 166, 179, 180, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 215, 216, 221, 222, 226, 229, 230, 231, 233, 236, 238, 240, 245, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 275, 276, 277, 278, 279, 280], "build_folder_var": [1, 26, 50, 92, 137, 154, 195, 197], "attribut": [1, 19, 21, 50, 80, 82, 84, 86, 88, 105, 123, 126, 128, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 149, 150, 161, 166, 184, 190, 195, 196, 197, 209, 220, 223, 227, 251, 253, 256, 259, 260, 261, 263, 266, 268, 271, 272, 279], "conf": [1, 3, 4, 7, 10, 26, 27, 37, 46, 51, 74, 80, 82, 84, 88, 90, 91, 92, 93, 97, 100, 102, 103, 110, 114, 119, 120, 122, 126, 131, 135, 136, 139, 140, 149, 151, 157, 159, 165, 172, 179, 187, 193, 201, 202, 203, 212, 224, 227, 240, 246, 254, 257, 263, 280], "15705": 1, "filter": [1, 6, 92, 103, 116, 124, 135, 147, 163, 205, 276], "xxx": [1, 6, 13, 44, 48, 94, 140, 142, 143, 154, 155, 194, 196, 197, 200, 226], "match": [1, 4, 10, 17, 26, 28, 32, 36, 46, 56, 64, 84, 86, 88, 89, 90, 91, 92, 93, 94, 99, 100, 102, 103, 104, 106, 107, 110, 115, 116, 119, 120, 122, 124, 128, 139, 140, 144, 149, 153, 154, 155, 157, 158, 168, 180, 192, 196, 205, 206, 207, 209, 229, 232, 249, 251, 252, 253, 254, 258, 259, 265, 272, 276], "15697": 1, "detect_libc": [1, 155], "detect_api": [1, 154, 155], "get": [1, 4, 6, 10, 19, 28, 32, 37, 40, 46, 54, 56, 57, 62, 64, 76, 79, 80, 86, 88, 91, 92, 103, 114, 116, 122, 124, 139, 144, 145, 153, 154, 155, 158, 166, 177, 180, 186, 188, 192, 194, 195, 196, 198, 201, 204, 209, 212, 217, 220, 222, 226, 228, 229, 232, 236, 238, 240, 249, 251, 252, 257, 261, 263, 264, 265, 270, 271, 272, 275, 277, 280], "librari": [1, 4, 6, 8, 10, 14, 15, 17, 20, 26, 27, 36, 37, 39, 40, 41, 43, 46, 47, 54, 56, 57, 58, 61, 62, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 103, 104, 105, 106, 113, 124, 125, 127, 128, 131, 135, 136, 137, 138, 139, 141, 144, 145, 146, 147, 150, 151, 154, 155, 158, 163, 188, 190, 191, 196, 197, 198, 201, 205, 211, 216, 217, 220, 222, 230, 241, 248, 249, 250, 253, 254, 255, 256, 259, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 279, 280], "15683": 1, "commandapi": [1, 169, 170], "subapi": [1, 280], "conanapi": [1, 32, 163, 169, 171], "other": [1, 3, 6, 7, 8, 13, 18, 21, 24, 28, 32, 36, 39, 43, 46, 47, 50, 52, 58, 61, 62, 63, 64, 72, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 107, 110, 111, 113, 114, 116, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 148, 154, 155, 157, 158, 159, 160, 163, 184, 185, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 219, 226, 231, 232, 236, 240, 241, 245, 247, 249, 250, 252, 253, 254, 255, 256, 258, 259, 261, 265, 267, 269, 270, 271, 272, 276, 277, 279, 280], "15630": 1, "unnecessari": [1, 62, 127], "tool_requir": [1, 11, 27, 28, 36, 38, 40, 41, 58, 80, 85, 86, 93, 97, 100, 102, 103, 106, 110, 113, 114, 125, 135, 139, 140, 141, 144, 184, 196, 197, 202, 213, 217, 220, 230, 250, 251, 252, 253, 254, 265, 268, 278], "miss": [1, 5, 26, 28, 36, 37, 43, 46, 56, 57, 84, 85, 86, 87, 90, 91, 93, 98, 99, 100, 102, 103, 106, 110, 119, 124, 145, 155, 166, 240, 249, 250, 251, 253, 254, 256, 257, 258, 260, 263, 264, 266, 267, 275, 277, 280], "repeat": [1, 62, 76, 124, 195, 202, 203, 264, 273], "15885": 1, "cmakedep": [1, 17, 21, 26, 36, 42, 43, 52, 62, 70, 75, 106, 124, 135, 140, 150, 165, 185, 193, 194, 197, 249, 250, 252, 253, 254, 256, 257, 259, 260, 263, 268, 271, 280], "set_properti": [1, 17, 21, 42, 52, 140, 217, 220, 260], "append": [1, 6, 26, 28, 51, 64, 92, 122, 124, 140, 142, 143, 154, 155, 161, 167, 194, 196, 197, 200, 201, 205, 213, 214, 215, 231, 232, 265], "order": [1, 4, 8, 13, 32, 37, 99, 104, 106, 108, 109, 112, 122, 123, 124, 126, 139, 140, 154, 157, 158, 161, 165, 179, 180, 184, 197, 198, 201, 205, 214, 250, 252, 270, 276, 277, 278], "15877": 1, "infinit": 1, "loop": [1, 155], "found": [1, 4, 21, 26, 27, 28, 40, 41, 51, 52, 56, 64, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 114, 119, 137, 140, 145, 146, 152, 155, 158, 161, 165, 180, 194, 196, 197, 205, 212, 223, 226, 249, 251, 254, 263, 272, 276], "ill": [1, 84], "form": [1, 84, 91, 94, 102, 107, 113, 116, 120, 122, 124, 128, 133, 134, 140, 144, 146, 240, 252, 253, 259, 277, 278], "15835": 1, "sure": [1, 8, 24, 30, 39, 43, 52, 64, 107, 135, 138, 145, 149, 167, 184, 205, 226, 279], "detect_default_compil": [1, 155], "alwai": [1, 8, 26, 30, 32, 58, 61, 62, 76, 79, 80, 81, 86, 88, 92, 106, 107, 112, 113, 124, 127, 128, 133, 135, 139, 141, 142, 143, 144, 150, 155, 157, 158, 166, 185, 192, 194, 195, 197, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 232, 233, 234, 240, 249, 251, 252, 253, 263, 264, 273, 275, 277, 278, 280], "tupl": [1, 92, 124, 136, 154, 155, 205, 207, 236], "15832": 1, "clear": [1, 115, 124, 139, 140, 147, 200, 253, 258, 263, 276], "messag": [1, 4, 17, 26, 32, 39, 42, 43, 46, 51, 54, 79, 85, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 149, 154, 166, 254, 256, 257, 258, 261, 265, 267, 270, 277, 280], "explain": [1, 5, 47, 58, 61, 62, 69, 76, 79, 84, 87, 99, 104, 144, 154, 155, 157, 191, 198, 208, 240, 242, 248, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 269, 272, 274, 276, 279], "one": [1, 3, 4, 7, 12, 16, 17, 18, 21, 24, 27, 30, 32, 40, 41, 43, 46, 47, 50, 52, 56, 57, 58, 61, 69, 74, 76, 79, 80, 81, 84, 85, 86, 87, 90, 91, 92, 93, 94, 98, 99, 100, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 116, 119, 120, 122, 124, 126, 127, 128, 131, 135, 137, 138, 139, 140, 141, 144, 147, 150, 154, 155, 158, 160, 161, 162, 163, 165, 168, 180, 184, 188, 190, 192, 194, 195, 196, 197, 198, 200, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 222, 225, 229, 230, 231, 232, 238, 240, 249, 250, 251, 252, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 275, 276, 277, 278, 279, 280], "revis": [1, 6, 7, 8, 13, 24, 31, 33, 47, 58, 61, 62, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 108, 109, 110, 111, 112, 114, 116, 119, 120, 124, 135, 139, 150, 157, 163, 175, 183, 184, 205, 241, 248, 249, 254, 258, 259, 260, 263, 265, 266, 271, 273, 274, 276], "15823": 1, "static": [1, 8, 19, 21, 27, 39, 54, 61, 79, 81, 84, 85, 86, 87, 98, 103, 110, 124, 131, 138, 140, 141, 157, 177, 179, 190, 195, 214, 230, 241, 248, 249, 253, 257, 258, 259, 260, 272, 275, 280], "msbuild_lib": [1, 61, 113], "15807": 1, "platform_requir": 1, "fail": [1, 4, 6, 21, 52, 62, 64, 74, 79, 85, 90, 93, 100, 102, 103, 106, 110, 114, 119, 124, 126, 145, 147, 159, 161, 162, 165, 175, 180, 194, 228, 240, 258, 263, 264, 270, 275, 276], "explicit": [1, 42, 91, 106, 138, 153, 208, 232, 273, 274, 276, 279, 280], "being": [1, 6, 8, 10, 13, 32, 52, 76, 80, 84, 85, 86, 87, 90, 93, 100, 102, 103, 106, 109, 110, 119, 124, 128, 133, 134, 135, 137, 140, 141, 142, 143, 144, 157, 159, 161, 166, 167, 175, 184, 188, 194, 195, 205, 219, 220, 225, 251, 259, 264, 268, 275, 279, 280], "pass": [1, 4, 13, 26, 37, 40, 46, 51, 56, 57, 70, 86, 91, 92, 93, 100, 106, 113, 114, 122, 124, 131, 136, 137, 144, 149, 153, 154, 162, 163, 165, 172, 180, 188, 189, 190, 191, 194, 195, 197, 198, 207, 209, 212, 214, 215, 219, 222, 226, 229, 236, 240, 249, 257, 258, 259, 260, 261, 263, 267, 268, 270, 276, 280], "via": [1, 4, 7, 10, 13, 32, 39, 51, 52, 64, 70, 71, 76, 80, 84, 86, 88, 92, 97, 124, 135, 137, 141, 154, 163, 165, 168, 184, 194, 196, 197, 198, 200, 243, 249, 250, 278, 280], "15804": 1, "end": [1, 4, 28, 76, 79, 80, 128, 141, 154, 155, 165, 166, 197, 201, 225, 251, 260, 268, 277, 278], "newlin": 1, "15788": 1, "do": [1, 4, 5, 6, 7, 13, 21, 26, 28, 30, 32, 37, 40, 41, 42, 47, 51, 52, 57, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 102, 103, 105, 106, 109, 110, 112, 116, 119, 120, 124, 126, 127, 131, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 149, 153, 154, 155, 157, 158, 159, 163, 165, 180, 184, 192, 196, 197, 200, 205, 212, 226, 236, 240, 247, 249, 250, 251, 252, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 272, 273, 275, 276, 277, 279, 280], "queri": [1, 91, 92, 94, 103, 107, 116, 117, 120, 177], "pattern": [1, 6, 7, 13, 28, 32, 86, 90, 91, 92, 93, 94, 95, 100, 102, 103, 106, 107, 110, 112, 115, 116, 119, 120, 122, 124, 138, 139, 144, 149, 150, 151, 180, 183, 196, 205, 207, 230, 236, 237, 251, 258, 266, 273], "provid": [1, 4, 6, 8, 10, 13, 14, 19, 20, 26, 36, 39, 40, 41, 46, 47, 50, 51, 52, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 86, 90, 91, 93, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 113, 116, 117, 118, 119, 122, 125, 126, 132, 135, 138, 140, 141, 142, 143, 150, 153, 154, 155, 157, 158, 161, 162, 165, 175, 180, 194, 196, 197, 198, 200, 201, 205, 207, 209, 214, 216, 217, 226, 238, 251, 252, 253, 255, 264, 266, 267, 274, 276, 279, 280], "15781": 1, "preprocessor_definit": 1, "definit": [1, 17, 47, 67, 69, 70, 72, 73, 76, 79, 81, 86, 92, 97, 106, 113, 114, 115, 124, 131, 140, 144, 154, 155, 157, 160, 180, 191, 197, 199, 201, 202, 203, 213, 214, 226, 230, 231, 232, 236, 253, 267, 270, 272, 279], "none": [1, 28, 32, 37, 39, 51, 52, 84, 92, 98, 103, 105, 106, 124, 135, 137, 147, 149, 154, 155, 166, 171, 173, 175, 176, 179, 180, 183, 188, 189, 192, 194, 195, 196, 197, 200, 201, 205, 207, 209, 210, 212, 214, 215, 216, 219, 225, 226, 228, 229, 236, 240], "liter": [1, 91, 113, 155, 184], "string": [1, 6, 26, 43, 46, 54, 57, 86, 92, 107, 113, 122, 124, 139, 142, 143, 149, 154, 155, 156, 183, 192, 194, 195, 197, 200, 201, 205, 209, 214, 217, 221, 226, 249, 250, 257, 259, 279, 280], "ha": [1, 4, 5, 6, 8, 10, 19, 21, 24, 26, 28, 32, 36, 37, 39, 40, 41, 52, 54, 58, 64, 65, 71, 76, 80, 86, 91, 93, 94, 102, 106, 110, 113, 116, 120, 122, 124, 128, 135, 139, 140, 141, 144, 146, 147, 148, 149, 153, 154, 155, 157, 158, 159, 161, 164, 166, 168, 176, 179, 184, 188, 190, 196, 200, 201, 202, 214, 216, 226, 230, 236, 240, 244, 245, 251, 252, 253, 257, 258, 259, 261, 264, 265, 268, 271, 273, 276, 277, 280], "15756": 1, "improv": [1, 6, 76, 126, 280], "path": [1, 4, 6, 16, 18, 19, 26, 27, 28, 30, 36, 37, 40, 41, 49, 50, 51, 52, 54, 56, 61, 62, 64, 74, 80, 87, 89, 90, 92, 93, 95, 96, 97, 100, 102, 103, 105, 107, 110, 111, 113, 118, 119, 122, 124, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 152, 154, 155, 163, 165, 166, 167, 175, 179, 184, 185, 188, 189, 194, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 216, 219, 220, 221, 222, 223, 226, 228, 232, 233, 249, 251, 253, 254, 257, 259, 260, 263, 264, 265, 266, 268, 270, 271, 272, 280], "deploy": [1, 6, 11, 31, 36, 80, 82, 90, 91, 92, 94, 103, 132, 144, 154, 160, 201, 226], "case": [1, 4, 6, 13, 17, 21, 26, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 79, 81, 84, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 105, 106, 107, 109, 110, 111, 116, 119, 122, 124, 126, 127, 128, 129, 130, 135, 137, 138, 139, 140, 141, 142, 143, 144, 152, 154, 155, 157, 158, 160, 162, 164, 165, 166, 168, 175, 183, 184, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 202, 205, 207, 212, 226, 228, 229, 230, 231, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "crash": [1, 6, 80, 275], "package_fold": [1, 17, 28, 39, 40, 41, 42, 61, 98, 103, 105, 123, 132, 135, 137, 138, 140, 166, 188, 190, 197, 200, 205, 212, 215, 217, 263, 264, 265, 266], "15737": 1, "info": [1, 6, 13, 24, 28, 32, 37, 47, 56, 58, 61, 65, 79, 84, 85, 86, 87, 88, 89, 92, 93, 99, 102, 104, 105, 107, 110, 135, 139, 140, 141, 144, 145, 147, 148, 149, 154, 163, 166, 175, 184, 207, 226, 238, 240, 250, 258, 259, 263, 265, 276, 277], "format": [1, 6, 7, 13, 54, 71, 78, 89, 91, 92, 93, 94, 95, 97, 98, 100, 101, 102, 103, 105, 106, 114, 115, 116, 117, 119, 120, 121, 124, 129, 135, 140, 144, 145, 153, 157, 158, 162, 184, 198, 201, 205, 207, 215, 217, 223, 226, 231, 244, 257, 264, 265, 273, 280], "larg": [1, 6, 10, 122, 124, 139, 155, 201, 269, 279], "15724": 1, "plugin": [1, 26, 52, 65, 74, 76, 80, 82, 89, 92, 122, 129, 139, 149, 160, 161, 162, 167, 265], "stderr": [1, 76, 149, 194, 280], "so": [1, 4, 5, 6, 10, 13, 17, 18, 21, 26, 27, 28, 32, 36, 37, 39, 40, 41, 43, 46, 47, 49, 51, 52, 54, 56, 57, 58, 61, 62, 64, 74, 76, 79, 83, 84, 85, 86, 88, 91, 94, 95, 97, 105, 106, 107, 109, 111, 112, 113, 116, 120, 122, 124, 126, 130, 131, 133, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 162, 163, 165, 166, 184, 189, 190, 191, 195, 196, 197, 198, 201, 202, 203, 205, 212, 214, 216, 217, 220, 230, 233, 236, 240, 249, 250, 251, 252, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 272, 273, 275, 276, 277, 278, 279, 280], "json": [1, 3, 4, 6, 13, 21, 49, 50, 62, 71, 82, 89, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 105, 106, 109, 111, 114, 115, 116, 117, 119, 120, 121, 135, 136, 144, 145, 151, 163, 180, 194, 195, 197, 264, 270, 271, 272, 273, 280], "stdout": [1, 28, 76, 105, 107, 113, 121, 124, 149, 194, 280], "15704": 1, "gnu": [1, 28, 46, 47, 67, 72, 82, 86, 92, 103, 154, 155, 157, 185, 192, 200, 201, 207, 212, 213, 214, 215, 216, 217, 221, 250], "triplet": [1, 28, 92, 154, 214], "linux": [1, 8, 26, 27, 28, 36, 45, 47, 50, 57, 64, 65, 76, 86, 87, 88, 92, 94, 102, 107, 110, 111, 145, 147, 154, 155, 157, 192, 207, 222, 240, 249, 250, 251, 253, 254, 257, 259, 260, 264, 270, 272, 277], "x86": [1, 26, 27, 91, 92, 94, 107, 116, 120, 154, 157, 177, 192, 205, 229, 233, 240, 276], "15699": 1, "solv": [1, 30, 62, 64, 80, 81, 141, 155, 160, 163, 196, 217, 275, 277], "backslash": 1, "conan_home_fold": [1, 154], "global": [1, 3, 4, 7, 10, 43, 64, 79, 82, 86, 92, 124, 129, 135, 139, 151, 155, 159, 160, 166, 172, 184, 197, 198, 216, 217, 220, 230, 257, 263, 280], "15870": 1, "multi": [1, 49, 50, 52, 111, 140, 165, 190, 193, 194, 196, 230, 251, 253, 264, 270, 272, 274], "condit": [1, 6, 8, 28, 80, 106, 111, 124, 128, 133, 134, 136, 138, 144, 150, 190, 191, 248, 257, 258, 276, 278], "build_typ": [1, 16, 17, 18, 24, 26, 28, 30, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 71, 79, 84, 86, 87, 88, 98, 102, 103, 105, 106, 107, 114, 124, 127, 131, 139, 140, 148, 155, 157, 161, 168, 189, 190, 191, 194, 195, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 249, 250, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 272, 277], "15853": 1, "move": [1, 7, 36, 76, 80, 144, 184, 205, 259, 261, 266, 271, 272, 275, 276, 277, 279], "get_backup_sourc": 1, "expect": [1, 7, 10, 28, 43, 46, 62, 80, 97, 102, 106, 124, 126, 144, 154, 157, 206, 223, 259, 261, 271, 277], "cacheapi": 1, "uploadapi": [1, 169, 183], "typeerror": 1, "patch": [1, 6, 19, 44, 53, 76, 80, 84, 85, 91, 124, 126, 134, 144, 155, 157, 184, 185, 188, 204, 212, 255, 261, 278, 280], "15842": 1, "script": [1, 4, 5, 18, 26, 36, 39, 40, 41, 42, 43, 46, 47, 52, 54, 58, 61, 67, 80, 88, 92, 124, 126, 127, 135, 138, 140, 141, 143, 154, 162, 166, 168, 196, 197, 200, 201, 202, 203, 212, 213, 214, 221, 222, 226, 231, 232, 233, 245, 250, 251, 259, 267, 268, 276], "lockfil": [1, 8, 89, 90, 92, 93, 96, 97, 100, 102, 103, 105, 108, 109, 110, 111, 112, 114, 119, 175, 184, 241, 248, 274], "15802": 1, "channel": [1, 5, 63, 76, 79, 90, 93, 95, 96, 97, 98, 100, 102, 103, 107, 110, 118, 122, 135, 155, 252], "line": [1, 8, 10, 21, 26, 30, 32, 51, 62, 67, 68, 73, 74, 75, 76, 79, 80, 86, 90, 93, 100, 102, 103, 106, 110, 113, 114, 119, 122, 124, 126, 142, 143, 153, 154, 159, 162, 163, 164, 168, 189, 190, 194, 196, 197, 205, 212, 219, 220, 225, 229, 231, 233, 249, 251, 254, 256, 257, 259, 261, 266, 277, 278, 279, 280], "specifi": [1, 6, 10, 13, 18, 26, 27, 28, 32, 37, 41, 46, 54, 74, 79, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 107, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 124, 128, 130, 131, 135, 137, 139, 140, 141, 149, 150, 154, 155, 156, 157, 165, 173, 183, 192, 194, 195, 196, 197, 201, 205, 206, 207, 212, 214, 215, 217, 220, 222, 225, 226, 232, 236, 247, 249, 250, 251, 252, 253, 261, 263, 278, 279], "user": [1, 2, 3, 4, 5, 7, 8, 18, 21, 24, 26, 30, 36, 40, 41, 43, 52, 56, 62, 63, 64, 76, 78, 79, 80, 81, 83, 84, 86, 88, 89, 90, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 112, 113, 114, 118, 122, 125, 128, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 151, 152, 153, 155, 156, 157, 158, 159, 160, 165, 166, 168, 178, 179, 180, 196, 197, 200, 205, 207, 209, 214, 217, 226, 230, 236, 237, 245, 246, 249, 251, 252, 254, 257, 258, 259, 260, 261, 263, 265, 266, 270, 271, 275, 278], "15794": 1, "cross": [1, 11, 26, 43, 57, 58, 63, 64, 66, 76, 92, 126, 139, 140, 144, 154, 155, 192, 193, 196, 214, 217, 221, 224, 225, 240, 241, 248, 251, 268], "compil": [1, 6, 8, 16, 17, 18, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 63, 70, 74, 79, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 105, 106, 107, 110, 113, 114, 116, 119, 120, 124, 127, 129, 131, 135, 138, 139, 140, 141, 144, 148, 151, 154, 155, 161, 168, 177, 188, 189, 190, 191, 192, 194, 195, 196, 200, 202, 203, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 225, 226, 228, 229, 230, 231, 232, 233, 238, 241, 248, 249, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 280], "android": [1, 8, 11, 25, 63, 65, 76, 82, 92, 124, 140, 154, 157, 185, 197, 224, 250], "window": [1, 8, 13, 17, 26, 27, 30, 36, 40, 41, 43, 46, 47, 50, 57, 58, 61, 64, 65, 74, 76, 80, 86, 87, 88, 91, 92, 94, 107, 110, 111, 116, 120, 124, 127, 130, 135, 138, 140, 144, 147, 154, 155, 157, 161, 168, 177, 197, 201, 203, 205, 213, 214, 222, 226, 240, 245, 246, 249, 251, 253, 254, 257, 258, 259, 260, 261, 264, 265, 270, 272, 277, 280], "15790": 1, "generator_toolset": 1, "15789": 1, "evalu": [1, 51, 84, 105, 106, 108, 110, 114, 122, 124, 133, 135, 141, 147, 154, 158, 175, 253, 276], "item": [1, 4, 37, 76, 86, 92, 106, 108, 112, 116, 135, 139, 154, 157, 159, 164, 197, 201, 278], "thei": [1, 6, 7, 13, 17, 21, 24, 28, 30, 36, 40, 41, 58, 62, 67, 68, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 85, 86, 88, 91, 92, 93, 94, 97, 99, 105, 106, 108, 109, 111, 122, 124, 126, 128, 129, 131, 135, 137, 140, 141, 144, 145, 150, 153, 154, 155, 157, 158, 159, 163, 165, 166, 175, 180, 184, 186, 188, 191, 194, 197, 205, 210, 219, 223, 226, 231, 236, 240, 247, 251, 252, 253, 255, 258, 259, 260, 261, 263, 264, 265, 272, 273, 275, 276, 277, 278, 280], "modul": [1, 11, 38, 46, 64, 71, 122, 124, 135, 136, 155, 160, 164, 184, 196, 220], "15779": 1, "gener": [1, 2, 3, 4, 6, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 44, 46, 47, 48, 51, 52, 56, 57, 58, 61, 62, 67, 68, 70, 72, 73, 74, 75, 76, 79, 80, 82, 84, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 105, 107, 109, 110, 111, 113, 114, 119, 120, 122, 125, 126, 127, 129, 131, 136, 137, 139, 140, 141, 144, 145, 154, 155, 157, 158, 159, 160, 161, 162, 165, 166, 167, 168, 176, 184, 185, 186, 190, 191, 193, 194, 195, 199, 200, 201, 205, 211, 212, 218, 222, 223, 224, 225, 227, 231, 232, 233, 236, 238, 244, 245, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 278, 280], "pc": [1, 46, 57, 215, 216, 217], "its": [1, 4, 13, 24, 28, 30, 32, 37, 40, 41, 52, 61, 62, 64, 65, 74, 76, 79, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 100, 105, 106, 107, 114, 116, 124, 127, 135, 139, 140, 141, 144, 146, 153, 154, 155, 163, 165, 166, 184, 195, 196, 197, 200, 212, 217, 231, 248, 250, 252, 253, 259, 268, 270, 272, 273, 276], "context": [1, 6, 13, 28, 43, 80, 86, 90, 93, 97, 98, 100, 102, 103, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 150, 154, 155, 165, 186, 196, 197, 200, 201, 202, 203, 205, 217, 220, 226, 228, 230, 241, 248, 251, 265], "alreadi": [1, 4, 6, 7, 24, 28, 56, 76, 80, 92, 94, 97, 100, 106, 111, 113, 114, 115, 120, 124, 130, 131, 136, 154, 155, 173, 175, 180, 183, 186, 190, 196, 197, 205, 214, 217, 240, 241, 242, 247, 251, 253, 254, 256, 257, 258, 259, 262, 265, 266, 268, 272, 275, 277, 279, 280], "15763": 1, "visibl": [1, 40, 41, 81, 85, 92, 98, 103, 122, 128, 154, 197, 220], "conan_c_flag": 1, "too": [1, 5, 8, 18, 30, 32, 46, 47, 58, 61, 62, 76, 79, 80, 86, 113, 122, 124, 140, 150, 155, 166, 184, 190, 200, 201, 230, 252, 270, 276], "15762": 1, "profil": [1, 24, 26, 27, 28, 40, 41, 43, 46, 51, 56, 58, 62, 64, 69, 76, 79, 80, 82, 84, 86, 88, 89, 90, 92, 93, 97, 100, 102, 103, 107, 110, 119, 124, 128, 131, 140, 141, 151, 154, 157, 159, 160, 161, 165, 169, 172, 175, 192, 197, 200, 214, 221, 222, 225, 226, 228, 232, 248, 249, 251, 253, 254, 258, 263, 275, 276, 277, 278], "scope": [1, 124, 137, 149, 150, 154, 155, 197, 200, 201, 202, 203, 222, 228, 233], "15747": 1, "legaci": [1, 127, 154, 197, 228], "usag": [1, 6, 27, 28, 32, 36, 38, 40, 41, 42, 52, 69, 76, 80, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 127, 137, 140, 141, 153, 154, 155, 157, 159, 165, 198, 205, 207, 209, 212, 216, 223, 232, 252, 265, 270, 280], "api": [1, 6, 27, 71, 76, 80, 82, 124, 155, 160, 163, 166, 244, 245, 253], "15743": 1, "contain": [1, 2, 4, 6, 7, 8, 17, 18, 19, 26, 27, 28, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 56, 57, 58, 61, 62, 67, 68, 72, 76, 84, 85, 86, 87, 90, 92, 93, 95, 96, 97, 99, 100, 102, 103, 105, 106, 108, 109, 110, 111, 113, 117, 118, 119, 122, 124, 125, 127, 131, 135, 136, 137, 140, 141, 152, 154, 157, 159, 160, 165, 167, 168, 172, 180, 184, 188, 190, 196, 197, 198, 202, 203, 209, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 236, 238, 249, 250, 252, 256, 259, 263, 264, 265, 267, 268, 270, 271, 272, 276, 278, 279, 280], "15727": 1, "precend": 1, "metadata": [1, 2, 7, 63, 71, 91, 120, 123, 139, 173, 183, 259, 277], "rang": [1, 8, 9, 76, 80, 84, 86, 90, 92, 93, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 119, 124, 139, 141, 150, 154, 155, 157, 184, 241, 248, 253, 259, 274, 276, 279, 280], "15653": 1, "implement": [1, 2, 7, 8, 42, 52, 76, 79, 80, 85, 91, 97, 113, 122, 129, 135, 138, 144, 157, 161, 165, 168, 184, 185, 189, 197, 223, 229, 237, 244, 246, 259, 261, 263, 264, 273, 275, 280], "xxxx": [1, 7, 52, 74, 86, 89, 92, 98, 124, 135, 142, 143, 197, 219, 221, 230, 280], "15654": 1, "abil": 1, "15652": 1, "formatt": [1, 46, 94, 120, 160], "15651": 1, "cross_build": [1, 28, 92, 154, 226, 250, 268], "decid": [1, 28, 84, 122, 124, 128, 139, 142, 143, 253, 257, 275, 277, 278], "whether": [1, 90, 92, 93, 96, 97, 102, 103, 106, 110, 122, 135, 145, 154, 190, 192, 228, 253, 257, 260, 267, 272, 280], "regardless": [1, 91, 107, 258], "intern": [1, 52, 56, 62, 80, 92, 122, 144, 155, 157, 158, 188, 189, 226, 229, 240, 250, 252, 263, 277], "mechan": [1, 7, 13, 62, 76, 79, 80, 86, 122, 124, 129, 135, 143, 144, 155, 158, 160, 165, 184, 198, 201, 236, 251, 252, 258, 274, 276, 277, 279, 280], "15616": 1, "15613": 1, "15602": 1, "reduc": [1, 80, 100, 101, 145], "exclus": [1, 36, 90, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 107, 110, 111, 116, 119, 120, 124, 125, 128, 140, 141, 144, 230], "15573": 1, "cuda": [1, 92, 154, 197, 214], "toolkit": 1, "15572": 1, "import": [1, 6, 7, 8, 16, 17, 18, 24, 26, 28, 32, 37, 39, 40, 41, 42, 43, 48, 51, 54, 61, 62, 63, 64, 65, 67, 68, 72, 73, 74, 75, 76, 79, 84, 86, 88, 89, 100, 103, 106, 110, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 151, 153, 155, 157, 160, 161, 163, 164, 167, 184, 185, 186, 188, 189, 190, 191, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 238, 240, 241, 250, 252, 253, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 272, 276, 278, 279, 280], "higher": [1, 69, 86, 106, 140, 141, 149, 153, 236, 276, 278], "preced": [1, 79, 124, 152, 185, 197, 200, 214, 217], "over": [1, 6, 8, 10, 78, 79, 80, 86, 91, 92, 94, 106, 124, 136, 139, 144, 152, 154, 155, 159, 161, 162, 165, 179, 184, 189, 197, 207, 214, 216, 217, 236, 257, 260, 261, 266, 273, 275, 278, 280], "regular": [1, 42, 124, 135, 137, 140, 155, 159, 166, 184, 196, 207, 217, 230, 246, 248, 250, 263], "15571": 1, "displai": [1, 13, 69, 87, 89, 92, 99, 103, 104, 107, 124, 145, 162, 168, 259, 276], "deactivate_conanvcvar": 1, "15557": 1, "serial": [1, 7, 124], "forward": [1, 6, 46, 56, 57, 76, 184, 207, 275, 279], "15553": 1, "log": [1, 6, 26, 62, 94, 115, 122, 149, 158, 160, 272, 280], "git": [1, 11, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 44, 46, 50, 51, 52, 54, 56, 57, 64, 71, 76, 79, 80, 92, 106, 113, 114, 124, 143, 144, 158, 185, 205, 235, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 279, 280], "run": [1, 6, 10, 13, 17, 18, 19, 21, 26, 27, 28, 33, 35, 39, 40, 41, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 76, 80, 82, 86, 92, 93, 98, 102, 103, 104, 110, 116, 120, 123, 124, 125, 126, 127, 128, 135, 137, 139, 140, 143, 146, 152, 154, 155, 157, 160, 162, 163, 165, 166, 191, 192, 194, 196, 197, 199, 200, 203, 212, 217, 219, 220, 221, 222, 225, 229, 230, 232, 233, 236, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 276, 277, 279, 280], "verbos": [1, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 140, 149, 154, 155, 159, 189, 194, 214, 225, 229, 272], "mode": [1, 17, 21, 76, 79, 92, 95, 107, 124, 135, 137, 144, 145, 154, 157, 222, 240, 241, 251, 269, 272, 280], "15514": 1, "debug": [1, 6, 11, 17, 26, 29, 36, 49, 50, 52, 54, 69, 79, 80, 106, 110, 113, 114, 124, 127, 140, 149, 155, 157, 161, 168, 189, 190, 191, 195, 196, 197, 202, 203, 205, 214, 226, 229, 230, 231, 241, 248, 253, 256, 258, 259, 263, 264, 265, 267, 270, 271, 272], "vvv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "15513": 1, "python_requir": [1, 80, 98, 105, 109, 110, 111, 112, 125, 135, 136, 160, 175, 197, 223, 241, 252, 276, 278], "tested_reference_str": [1, 28, 184, 265, 268], "15485": 1, "presets_build": 1, "run_environ": 1, "modifi": [1, 3, 4, 6, 10, 17, 26, 27, 28, 30, 50, 54, 69, 79, 80, 86, 91, 122, 124, 127, 128, 135, 140, 157, 159, 162, 166, 168, 190, 197, 198, 205, 213, 248, 252, 253, 257, 258, 259, 261, 266, 267, 275, 277, 278, 279, 280], "cmakepreset": [1, 44, 48, 70, 92, 135, 154, 194, 195, 197, 253, 270, 271, 272, 280], "environ": [1, 2, 6, 13, 14, 20, 28, 36, 46, 47, 57, 63, 64, 67, 82, 86, 88, 92, 103, 113, 114, 122, 124, 135, 140, 149, 152, 153, 154, 155, 158, 185, 194, 196, 197, 199, 202, 203, 213, 216, 222, 226, 227, 231, 233, 249, 250, 251, 253, 254, 255, 257, 263, 265, 267, 268, 271], "15470": 1, "packg": 1, "limit": [1, 28, 36, 52, 107, 116, 124, 140, 192, 201, 205, 226, 249, 280], "suppli": [1, 4, 5, 91, 108, 109, 112, 165, 280], "15464": 1, "initi": [1, 6, 62, 69, 125, 136, 140, 142, 143, 175, 226, 234, 279], "document": [1, 3, 4, 26, 27, 64, 71, 80, 81, 86, 94, 103, 116, 124, 132, 135, 140, 145, 157, 160, 168, 184, 185, 197, 198, 205, 208, 222, 226, 244, 245, 253, 254, 258, 272, 280], "remotesapi": [1, 32, 169, 180], "publicli": [1, 4], "avail": [1, 3, 4, 8, 24, 26, 28, 37, 54, 58, 69, 74, 76, 78, 79, 92, 97, 102, 104, 105, 107, 112, 113, 116, 122, 124, 129, 137, 141, 150, 154, 155, 166, 180, 184, 188, 192, 197, 239, 249, 250, 252, 253, 258, 259, 263, 264, 265, 270, 271, 278, 280], "15462": 1, "vcvar": [1, 92, 135, 154, 157, 185, 227, 229, 231], "env": [1, 24, 26, 40, 41, 56, 80, 82, 92, 115, 140, 141, 146, 149, 154, 155, 159, 185, 194, 197, 200, 201, 202, 203, 214, 231, 232, 233, 238, 249, 251, 254, 265, 268, 271], "variabl": [1, 26, 36, 37, 44, 46, 47, 48, 63, 67, 82, 84, 86, 88, 92, 113, 122, 124, 135, 139, 140, 152, 153, 154, 155, 158, 187, 191, 194, 195, 196, 198, 199, 202, 203, 213, 214, 215, 216, 217, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233, 240, 250, 251, 253, 254, 257, 265, 266, 267, 268, 277, 278, 280], "powershel": [1, 92, 154, 201, 202, 203, 233, 254], "15461": 1, "exclud": [1, 40, 41, 90, 91, 92, 93, 100, 102, 103, 106, 110, 119, 124, 205, 230, 236, 252, 278], "dirti": [1, 6, 62, 124, 236], "helper": [1, 18, 46, 47, 56, 57, 58, 61, 67, 68, 70, 73, 74, 75, 76, 79, 92, 124, 126, 134, 135, 144, 145, 149, 154, 157, 158, 163, 189, 192, 194, 196, 197, 200, 201, 205, 211, 214, 216, 219, 221, 225, 228, 229, 236, 237, 263], "15457": 1, "scm": [1, 11, 28, 44, 82, 106, 124, 143, 185, 205, 236, 256, 261, 277, 279], "revision_mod": [1, 98, 103, 105, 277], "python_package_id_mod": 1, "per": [1, 6, 74, 76, 86, 113, 126, 135, 138, 140, 144, 155, 183, 184, 190, 197, 219, 220, 230], "effect": [1, 6, 8, 51, 79, 82, 83, 84, 106, 124, 135, 139, 144, 154, 160, 230, 240, 258, 276], "consum": [1, 6, 8, 14, 20, 21, 36, 39, 42, 46, 47, 52, 58, 61, 62, 63, 70, 74, 75, 85, 88, 89, 93, 114, 123, 125, 128, 135, 137, 140, 141, 148, 150, 155, 175, 176, 184, 190, 198, 200, 212, 215, 217, 220, 230, 238, 241, 251, 252, 253, 254, 255, 256, 259, 263, 264, 265, 268, 269, 270, 272, 275, 277, 279, 280], "15453": 1, "cmakeexecut": [1, 197], "preset": [1, 28, 30, 49, 50, 70, 92, 126, 137, 154, 195, 197, 270, 271, 272], "15447": 1, "cli": [1, 10, 13, 32, 76, 98, 103, 104, 154, 156, 159, 163, 194, 219, 245, 279], "15441": 1, "detect_msvc_upd": [1, 155], "15435": 1, "job": [1, 7, 62, 80, 92, 154, 155, 192, 194, 225, 280], "buildpreset": [1, 50, 197], "15422": 1, "nest": [1, 79, 157, 205, 270], "ani": [1, 4, 6, 7, 8, 10, 13, 21, 24, 36, 37, 43, 47, 52, 58, 61, 62, 74, 76, 79, 80, 84, 85, 86, 91, 92, 93, 94, 98, 103, 105, 106, 107, 109, 111, 113, 114, 116, 117, 120, 122, 124, 126, 127, 128, 133, 134, 135, 136, 140, 142, 143, 144, 145, 149, 152, 154, 155, 157, 159, 160, 161, 163, 166, 184, 185, 191, 194, 195, 196, 197, 202, 205, 207, 210, 212, 215, 217, 219, 220, 222, 226, 230, 231, 237, 240, 245, 247, 249, 251, 252, 256, 258, 259, 263, 264, 265, 269, 270, 273, 275, 276, 277, 278, 279, 280], "15415": 1, "coordinates_to_conandata": [1, 62, 236], "checkout_from_conandata_coordin": [1, 62, 236], "simplifi": [1, 13, 28, 111, 150, 258, 259, 280], "flow": [1, 5, 6, 11, 13, 18, 30, 36, 62, 63, 76, 90, 97, 106, 118, 135, 140, 191, 196, 231, 241, 245, 257, 269, 276, 280], "15377": 1, "autotoolstoolchain": [1, 28, 46, 47, 67, 92, 154, 185, 200, 211, 212, 257], "automat": [1, 3, 6, 32, 42, 49, 64, 69, 74, 76, 86, 90, 92, 93, 97, 100, 102, 103, 105, 106, 109, 110, 113, 119, 122, 124, 133, 140, 141, 144, 153, 154, 155, 157, 166, 179, 184, 188, 194, 195, 196, 197, 200, 201, 203, 208, 209, 212, 215, 216, 217, 219, 221, 222, 225, 231, 240, 243, 249, 251, 252, 254, 257, 258, 260, 261, 265, 268, 273, 274, 275, 276, 277, 278, 280], "inject": [1, 40, 41, 44, 48, 68, 69, 74, 92, 124, 139, 140, 149, 153, 154, 155, 158, 160, 162, 184, 221, 232, 254, 257, 267], "f": [1, 28, 32, 37, 40, 41, 88, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 113, 114, 115, 116, 117, 119, 120, 121, 124, 140, 144, 158, 164, 166, 167, 184, 197, 217, 232], "v": [1, 26, 50, 52, 61, 62, 81, 84, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 129, 139, 150, 154, 157, 159, 184, 225, 226, 230, 231, 232, 236, 241, 248, 249, 251, 254, 259, 280], "15375": 1, "upload": [1, 3, 5, 7, 12, 30, 62, 71, 76, 79, 80, 86, 89, 92, 94, 96, 114, 115, 116, 122, 124, 133, 134, 154, 156, 160, 167, 169, 212, 241, 242, 243, 245, 252, 263, 264, 270, 273, 274, 280], "parallel": [1, 69, 80, 86, 92, 100, 120, 154, 159, 160, 162, 173, 183, 192, 197, 280], "faster": [1, 13, 86, 236, 252, 279], "15360": 1, "intel": [1, 43, 76, 82, 92, 154, 185, 192, 228], "oneapi": [1, 92, 154, 157, 222], "detect": [1, 6, 62, 76, 80, 92, 154, 155, 179, 192, 197, 216, 226, 249, 250, 251, 260], "15358": 1, "progress": 1, "long": [1, 4, 7, 76, 79, 124, 137, 157, 184, 276, 278, 280], "15354": 1, "extension_properti": [1, 161], "extens": [1, 4, 11, 32, 36, 37, 39, 61, 63, 64, 65, 76, 80, 82, 83, 84, 92, 106, 124, 161, 162, 163, 164, 165, 166, 167, 168, 192, 201, 205, 250, 258, 265, 271], "15348": 1, "compatibility_cppstd": [1, 124, 161], "py": [1, 6, 16, 17, 18, 19, 21, 24, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 63, 64, 69, 74, 76, 80, 82, 86, 89, 90, 91, 93, 95, 96, 97, 100, 102, 103, 105, 106, 109, 110, 113, 114, 118, 119, 122, 124, 129, 133, 135, 136, 137, 142, 143, 144, 145, 146, 147, 150, 155, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 175, 176, 184, 190, 191, 196, 202, 203, 209, 213, 214, 215, 217, 219, 220, 221, 222, 230, 231, 233, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 277, 278, 279], "disabl": [1, 52, 92, 93, 122, 124, 154, 156, 159, 161, 165, 180, 197, 207, 214, 263], "fallback": [1, 106, 157, 189, 280], "cppstd": [1, 24, 26, 27, 28, 47, 58, 61, 79, 84, 88, 98, 103, 114, 124, 131, 139, 155, 157, 161, 168, 185, 191, 197, 214, 221, 232, 249, 250, 251, 258, 259, 263, 280], "get_commit": [1, 236], "repositori": [1, 3, 5, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 30, 31, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 79, 80, 92, 94, 104, 106, 115, 120, 124, 144, 158, 160, 163, 166, 220, 236, 240, 241, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "true": [1, 6, 10, 19, 21, 28, 37, 40, 41, 42, 43, 46, 47, 54, 62, 79, 85, 86, 87, 88, 90, 92, 93, 97, 98, 100, 102, 103, 105, 106, 107, 110, 114, 119, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 141, 144, 145, 149, 150, 153, 154, 155, 156, 179, 180, 188, 190, 192, 194, 195, 196, 197, 201, 202, 203, 205, 207, 209, 214, 216, 219, 221, 226, 228, 230, 231, 236, 240, 251, 253, 254, 257, 258, 259, 261, 263, 267, 271, 275, 276, 278], "obtain": [1, 40, 41, 62, 87, 89, 91, 125, 139, 145, 155, 180, 188, 189, 194, 199, 201, 202, 203, 226, 229, 231, 236, 251, 279], "commit": [1, 19, 62, 71, 76, 80, 124, 137, 144, 205, 236, 256, 257, 260, 261, 267, 271, 272, 277, 279], "15304": 1, "ensur": [1, 4, 8, 28, 37, 43, 64, 69, 84, 93, 128, 157, 197, 205, 219, 222, 251, 253, 278], "edit": [1, 3, 14, 15, 21, 26, 30, 54, 64, 76, 79, 80, 89, 114, 115, 122, 124, 135, 137, 140, 144, 155, 157, 168, 184, 241, 244, 246, 249, 252, 269, 272, 277], "cascad": [1, 90, 93, 100, 102, 103, 106, 110, 119, 270], "work": [1, 4, 7, 16, 18, 19, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 52, 54, 62, 63, 64, 65, 73, 74, 76, 80, 89, 94, 95, 106, 111, 113, 114, 115, 116, 120, 122, 124, 125, 133, 134, 135, 137, 144, 147, 148, 153, 155, 157, 161, 163, 166, 184, 192, 194, 196, 197, 201, 220, 223, 226, 236, 241, 246, 249, 250, 251, 253, 258, 259, 261, 264, 266, 269, 271, 272, 275, 280], "togeth": [1, 62, 73, 76, 91, 101, 107, 114, 124, 133, 134, 144, 161, 183, 184, 194, 197, 225, 232, 252, 259, 273, 280], "15300": 1, "sort": [1, 100, 109, 111, 112, 140, 167, 198, 205, 276, 280], "group": [1, 32, 92, 124, 280], "15270": 1, "past": [1, 26, 81, 91, 107], "timestamp": [1, 13, 102, 107, 109, 111], "compact": [1, 91], "lock": [1, 8, 76, 89, 90, 92, 93, 97, 100, 102, 103, 105, 106, 114, 119, 175, 184, 252, 276], "15262": 1, "guarante": [1, 4, 7, 62, 79, 86, 92, 111, 114, 124, 139, 141, 155, 184, 261, 274, 275, 277], "15678": 1, "platform_tool_requir": 1, "discard": [1, 92, 141, 154], "15665": 1, "gcc": [1, 24, 28, 40, 41, 46, 47, 76, 80, 84, 86, 87, 90, 91, 93, 94, 97, 100, 102, 103, 106, 107, 110, 114, 116, 119, 120, 124, 129, 139, 144, 148, 155, 157, 168, 177, 192, 207, 214, 250], "conda": 1, "15664": 1, "download": [1, 4, 5, 7, 12, 19, 24, 26, 27, 30, 62, 63, 64, 69, 74, 76, 80, 89, 91, 92, 96, 97, 99, 100, 103, 106, 107, 114, 116, 122, 124, 133, 134, 144, 155, 156, 158, 160, 167, 169, 175, 185, 204, 236, 242, 245, 247, 249, 252, 253, 254, 258, 261, 262, 265, 269, 271, 273, 275, 277, 280], "15601": 1, "relativ": 1, "15592": 1, "map": [1, 47, 85, 135, 140, 184, 189, 194, 197, 214, 226, 229, 232, 240, 264, 272], "without": [1, 4, 5, 6, 13, 24, 32, 36, 37, 40, 41, 52, 62, 74, 76, 80, 86, 88, 89, 92, 94, 97, 99, 103, 106, 107, 108, 109, 112, 114, 115, 116, 120, 122, 124, 127, 128, 133, 135, 139, 141, 142, 143, 145, 147, 149, 154, 155, 157, 159, 161, 166, 172, 180, 184, 196, 197, 200, 205, 209, 228, 240, 252, 253, 259, 261, 266, 267, 269, 270, 271, 276, 277, 278, 279], "15545": 1, "text": [1, 107, 122, 123, 124, 143, 154, 155, 163, 184, 205, 279], "15538": 1, "help": [1, 8, 32, 37, 46, 50, 52, 64, 67, 68, 72, 73, 74, 76, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 163, 191, 200, 214, 222, 231, 253, 254, 265, 273, 274], "reachabl": 1, "want": [1, 3, 4, 5, 6, 7, 13, 16, 17, 21, 24, 26, 28, 30, 32, 39, 40, 41, 42, 43, 50, 51, 54, 64, 69, 79, 84, 86, 88, 93, 94, 100, 102, 107, 110, 111, 122, 124, 126, 127, 128, 129, 139, 140, 141, 142, 143, 144, 145, 154, 155, 157, 175, 184, 190, 195, 196, 197, 198, 205, 214, 222, 230, 232, 236, 238, 240, 244, 247, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 266, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offlin": [1, 76], "15516": 1, "stacktrac": 1, "15501": 1, "intend": [1, 2, 4, 6, 7, 16, 17, 18, 19, 28, 30, 42, 65, 76, 80, 86, 91, 92, 106, 107, 124, 128, 132, 133, 134, 135, 146, 155, 166, 184, 194, 196, 197, 201, 219, 225, 236, 240, 251, 254, 257, 265, 276], "15499": 1, "check_typ": 1, "int": [1, 30, 43, 46, 56, 57, 192, 209, 249, 251, 263, 268], "bool": [1, 92, 154, 156, 192, 219, 225, 226, 228], "15378": 1, "entri": [1, 63, 69, 90, 92, 93, 97, 100, 102, 103, 106, 110, 119, 124, 135, 153, 158, 188, 195, 196, 197, 207, 209, 222, 278], "machin": [1, 6, 28, 30, 64, 86, 97, 114, 122, 124, 132, 157, 159, 192, 196, 212, 217, 225, 226, 230, 240, 242, 247, 250, 251, 268, 277], "due": [1, 28, 87, 124, 272], "pkgconfig": [1, 58, 92, 154, 185, 211, 226], "deprec": [1, 76, 92, 98, 100, 149, 154, 157, 184, 208, 214, 217, 226], "sinc": [1, 28, 46, 47, 49, 50, 69, 81, 103, 195, 197, 212, 217, 240, 247, 270, 271, 272, 277], "meson": [1, 11, 44, 63, 65, 76, 80, 82, 92, 113, 154, 155, 185, 249, 257, 259], "15369": 1, "some": [1, 4, 5, 6, 7, 8, 13, 18, 21, 30, 32, 36, 40, 41, 42, 43, 46, 47, 51, 52, 64, 65, 70, 71, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 92, 93, 96, 97, 100, 102, 103, 105, 106, 107, 110, 111, 113, 119, 124, 125, 126, 127, 128, 130, 131, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 164, 166, 180, 184, 190, 196, 197, 198, 200, 205, 207, 212, 213, 214, 216, 217, 221, 222, 223, 226, 232, 236, 240, 250, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "15355": 1, "did": [1, 49, 91, 184, 250, 251, 254, 256, 259, 261, 272, 279], "15353": 1, "upload_polici": [1, 98], "skip": [1, 4, 37, 92, 93, 94, 97, 98, 103, 124, 126, 149, 173, 183, 188, 196, 197, 236, 242, 250, 257, 258, 263, 268], "15336": 1, "accept": [1, 5, 7, 96, 105, 106, 107, 110, 115, 117, 124, 149, 152, 155, 157, 189, 194, 197, 205, 209, 217, 222, 225, 229, 240], "onli": [1, 4, 6, 7, 8, 13, 17, 21, 26, 28, 30, 32, 36, 46, 47, 49, 50, 52, 54, 56, 58, 61, 62, 69, 74, 76, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 100, 101, 102, 103, 105, 106, 107, 110, 113, 115, 116, 119, 120, 123, 124, 127, 128, 129, 131, 132, 133, 135, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 149, 150, 154, 155, 157, 159, 162, 163, 165, 166, 167, 175, 176, 180, 184, 185, 190, 191, 192, 194, 195, 196, 197, 198, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 221, 226, 230, 238, 240, 248, 250, 251, 252, 254, 255, 257, 259, 260, 261, 262, 264, 265, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "15312": 1, "releas": [1, 4, 5, 9, 17, 21, 24, 26, 28, 36, 43, 46, 47, 49, 50, 52, 54, 58, 61, 63, 65, 71, 74, 76, 79, 81, 85, 87, 88, 92, 98, 102, 103, 106, 107, 110, 113, 114, 124, 127, 137, 139, 140, 144, 154, 155, 157, 161, 165, 168, 184, 189, 190, 191, 194, 195, 196, 197, 202, 203, 207, 213, 214, 222, 226, 229, 230, 231, 236, 241, 248, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278], "14780": 1, "msbuilddep": [1, 61, 74, 92, 135, 154, 185, 227], "compon": [1, 14, 15, 20, 135, 137, 187, 194, 196, 198, 215, 216, 217, 220, 230, 255], "15626": 1, "themselv": [1, 8, 113, 184, 258], "15575": 1, "o": [1, 6, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 37, 39, 40, 41, 42, 43, 47, 51, 54, 58, 61, 62, 79, 80, 86, 87, 88, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 105, 106, 107, 110, 111, 114, 116, 119, 120, 124, 127, 130, 131, 134, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 153, 154, 155, 157, 158, 166, 167, 168, 177, 184, 188, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 245, 249, 250, 251, 252, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275], "microsoft": [1, 74, 82, 92, 124, 135, 140, 154, 155, 157, 185, 194, 197, 212, 222, 229, 230, 231, 232, 233], "15568": 1, "wrong": [1, 99, 102, 138, 144], "propag": [1, 8, 14, 20, 52, 79, 81, 124, 128, 140, 141, 150, 200, 217, 255, 263, 275], "fals": [1, 13, 17, 28, 32, 37, 40, 41, 43, 47, 54, 61, 62, 79, 86, 87, 88, 92, 98, 100, 102, 103, 105, 107, 114, 116, 122, 124, 128, 130, 131, 135, 136, 138, 140, 141, 149, 154, 155, 156, 161, 165, 175, 176, 180, 183, 188, 190, 192, 194, 196, 197, 202, 203, 205, 207, 209, 214, 216, 225, 226, 228, 230, 236, 237, 240, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 275, 278], "header": [1, 6, 17, 36, 40, 41, 43, 52, 79, 80, 81, 85, 86, 87, 98, 124, 128, 137, 138, 139, 140, 146, 147, 158, 188, 196, 198, 207, 230, 255, 259, 260, 262, 264, 265, 266, 270, 272, 280], "15564": 1, "store": [1, 4, 6, 13, 28, 62, 69, 71, 76, 84, 91, 92, 104, 106, 113, 114, 122, 124, 140, 153, 154, 164, 166, 197, 205, 209, 212, 236, 241, 242, 247, 249, 251, 255, 258, 259, 260, 264, 270, 272, 276, 279, 280], "storage_path": [1, 92], "also": [1, 3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 27, 28, 36, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 70, 72, 74, 75, 76, 79, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 98, 100, 101, 102, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 126, 127, 128, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 154, 155, 157, 158, 159, 160, 164, 166, 167, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 232, 233, 238, 240, 242, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 271, 272, 274, 275, 276, 277, 278, 279, 280], "find": [1, 4, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 79, 85, 86, 102, 106, 124, 138, 140, 157, 160, 188, 196, 198, 212, 216, 222, 226, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276], "them": [1, 3, 5, 6, 7, 8, 12, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 37, 40, 41, 43, 46, 50, 54, 56, 57, 61, 62, 64, 69, 74, 75, 76, 79, 80, 81, 85, 86, 87, 91, 92, 94, 97, 111, 113, 114, 115, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 145, 150, 155, 157, 162, 163, 164, 166, 179, 180, 183, 184, 189, 190, 191, 195, 196, 197, 201, 205, 207, 212, 214, 223, 226, 229, 230, 231, 240, 241, 242, 243, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 276, 278, 279], "correctli": [1, 17, 18, 24, 28, 30, 43, 52, 58, 69, 80, 93, 111, 146, 196, 197, 198, 205, 212, 251, 253, 255, 259, 263, 264, 268], "15505": 1, "The": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 26, 27, 28, 30, 32, 36, 37, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 56, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 173, 175, 180, 184, 185, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 243, 245, 246, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "export": [1, 5, 6, 7, 10, 16, 28, 39, 52, 62, 80, 89, 91, 92, 93, 98, 109, 114, 125, 134, 135, 136, 137, 138, 142, 143, 144, 160, 166, 167, 169, 184, 205, 209, 236, 256, 259, 260, 261, 264, 267, 269, 270, 272, 277, 279], "now": [1, 3, 4, 6, 10, 13, 17, 19, 24, 26, 28, 32, 37, 40, 41, 43, 46, 47, 50, 56, 57, 58, 61, 62, 64, 65, 71, 74, 85, 87, 88, 91, 100, 102, 124, 165, 167, 184, 190, 196, 220, 222, 245, 247, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "statu": [1, 39, 51, 62, 103, 149, 236], "15504": 1, "follow": [1, 4, 6, 8, 10, 26, 27, 28, 32, 36, 37, 39, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 64, 70, 76, 79, 84, 85, 88, 91, 92, 103, 105, 106, 107, 109, 112, 113, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 135, 139, 140, 144, 145, 147, 149, 153, 154, 158, 159, 161, 163, 165, 190, 191, 195, 196, 197, 200, 202, 203, 207, 214, 215, 217, 219, 220, 222, 226, 229, 230, 231, 232, 236, 238, 240, 245, 249, 253, 259, 260, 261, 264, 265, 268, 273, 275, 278, 279], "same": [1, 4, 6, 7, 8, 11, 13, 16, 18, 21, 26, 28, 36, 37, 38, 46, 47, 49, 51, 52, 54, 58, 61, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 101, 102, 103, 106, 110, 116, 124, 125, 127, 128, 129, 135, 137, 139, 141, 142, 143, 144, 149, 150, 154, 155, 157, 159, 161, 162, 163, 165, 166, 167, 184, 188, 190, 191, 192, 194, 196, 198, 205, 212, 214, 217, 220, 223, 226, 230, 231, 236, 240, 247, 249, 250, 251, 252, 253, 254, 258, 259, 260, 261, 263, 264, 265, 266, 268, 271, 272, 274, 275, 276, 277, 278, 279, 280], "behavior": [1, 8, 49, 76, 80, 84, 86, 101, 109, 110, 111, 124, 127, 130, 131, 135, 139, 140, 150, 154, 159, 161, 162, 166, 192, 196, 197, 217, 220, 226, 236, 240, 261, 280], "calcul": [1, 140, 202, 203, 209, 214, 232, 258, 263], "valid": [1, 6, 8, 10, 47, 58, 61, 79, 80, 84, 86, 87, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 135, 148, 154, 157, 158, 161, 168, 175, 192, 197, 207, 214, 215, 217, 226, 228, 231, 248, 256, 259, 263, 264, 267, 268, 271, 275, 276, 278], "apple_min_version_flag": [1, 226], "15465": 1, "subset": [1, 86, 88, 131, 139, 157, 197], "build_id": [1, 13, 98, 103, 125], "15439": 1, "conan_login_username_remot": 1, "15388": 1, "don": [1, 5, 10, 13, 24, 32, 40, 41, 46, 69, 79, 85, 102, 106, 107, 115, 123, 124, 144, 153, 155, 163, 184, 196, 198, 249, 250, 251, 252, 263, 264, 266, 270, 273], "take": [1, 6, 21, 28, 30, 31, 62, 87, 88, 92, 93, 100, 111, 116, 120, 122, 124, 135, 142, 143, 146, 152, 153, 154, 157, 189, 190, 195, 196, 197, 200, 214, 217, 230, 237, 240, 250, 251, 253, 258, 259, 265, 267, 268, 273, 280], "consider": [1, 7, 48], "15349": 1, "15337": 1, "get_url_and_commit": [1, 62, 236], "15271": 1, "direct": [1, 28, 37, 98, 103, 106, 122, 124, 128, 135, 140, 165, 190, 196, 197, 202, 230, 275], "host": [1, 8, 13, 24, 28, 31, 36, 43, 76, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 154, 155, 165, 175, 179, 186, 192, 196, 197, 198, 203, 207, 214, 217, 222, 226, 228, 230, 232, 240, 241, 244, 245, 248, 251, 265], "shouldn": [1, 6, 36, 40, 41, 62, 64, 80, 81, 86, 88, 116, 124, 128, 131, 138, 140, 185, 230, 236, 252, 263, 277], "non": [1, 52, 76, 80, 84, 91, 92, 111, 124, 138, 154, 192, 203, 248, 256, 278, 280], "artifact": [1, 6, 7, 13, 30, 47, 58, 71, 76, 80, 85, 91, 92, 94, 106, 116, 120, 124, 125, 127, 132, 137, 138, 139, 141, 154, 165, 167, 183, 197, 244, 245, 259, 264, 266, 270, 271, 272, 277, 280], "like": [1, 4, 6, 7, 8, 10, 13, 16, 18, 19, 21, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 61, 62, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 102, 103, 106, 107, 108, 109, 111, 112, 113, 114, 116, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 166, 168, 175, 176, 177, 180, 184, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 216, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 238, 240, 248, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "imag": [1, 69, 76, 87, 105, 113, 140, 245], "time": [1, 6, 8, 10, 24, 26, 28, 43, 56, 62, 69, 74, 76, 80, 81, 87, 88, 97, 107, 114, 116, 122, 124, 127, 128, 132, 133, 134, 135, 136, 137, 140, 141, 155, 160, 167, 184, 194, 196, 197, 202, 203, 207, 212, 217, 249, 252, 253, 254, 258, 261, 264, 265, 266, 269, 270, 272, 273, 274, 275, 277, 278, 280], "resourc": [1, 8, 63, 103, 140, 248, 277], "15128": 1, "save": [1, 2, 6, 32, 40, 41, 56, 62, 63, 76, 97, 108, 114, 122, 124, 127, 134, 154, 155, 164, 196, 197, 201, 204, 207, 217, 226], "subfold": [1, 7, 14, 15, 17, 19, 92, 137, 165, 166, 188, 195, 205, 209, 212, 245, 261, 264, 272], "tgz": [1, 7, 91, 144, 167, 183, 205, 207, 249, 254, 264], "15409": 1, "libcxx": [1, 24, 26, 27, 28, 32, 47, 79, 98, 103, 114, 124, 131, 139, 151, 155, 191, 197, 214, 222, 226, 249, 250, 251, 258, 259], "cc": [1, 43, 56, 188, 214, 220, 222, 226, 232, 250, 257, 263], "cxx": [1, 19, 21, 27, 43, 92, 154, 157, 188, 214, 222, 226, 232, 250, 257, 258, 259, 260, 263, 266, 267, 268, 271, 272], "var": [1, 40, 41, 80, 92, 115, 122, 141, 154, 155, 159, 196, 197, 200, 201, 202, 203, 213, 222, 232], "15418": 1, "winsdk_vers": [1, 92, 154, 197, 231, 233], "bug": [1, 8, 63, 76], "cmake_minimum_requir": [1, 21, 26, 39, 42, 43, 51, 69, 196, 249, 254, 257, 260, 266, 267, 268], "15373": 1, "trait": [1, 38, 40, 80, 81, 84, 124, 128, 275, 280], "15357": 1, "thru": 1, "15356": 1, "dump": [1, 163, 200], "reproduc": [1, 4, 6, 62, 76, 114, 124, 127, 184, 205, 236, 248, 252, 264, 274, 276, 277, 279, 280], "independ": [1, 21, 81, 86, 122, 133, 134, 139, 144, 165, 198, 272, 280], "were": [1, 6, 24, 30, 52, 62, 97, 131, 153, 165, 180, 220, 249, 251, 257, 260, 266, 275, 278, 280], "declar": [1, 14, 15, 21, 28, 49, 54, 58, 76, 79, 84, 91, 107, 124, 129, 130, 131, 135, 137, 139, 140, 141, 155, 157, 159, 160, 163, 164, 184, 190, 191, 192, 194, 195, 196, 197, 199, 201, 217, 220, 226, 230, 232, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 272, 275, 280], "revert": [1, 76, 159], "default": [1, 4, 6, 8, 10, 13, 21, 26, 27, 28, 30, 32, 40, 41, 42, 46, 47, 49, 50, 51, 52, 56, 58, 61, 69, 76, 79, 83, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 107, 109, 110, 113, 114, 116, 117, 119, 120, 122, 124, 132, 136, 137, 139, 140, 144, 145, 150, 153, 154, 155, 156, 157, 159, 161, 168, 175, 179, 180, 183, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 229, 230, 231, 232, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 259, 260, 261, 263, 265, 266, 267, 270, 272, 273, 275, 276, 277, 278, 280], "source_buildenv": 1, "15319": 1, "15284": 1, "ctest": [1, 194, 257], "directli": [1, 6, 7, 8, 13, 17, 27, 36, 46, 47, 51, 52, 64, 69, 74, 80, 88, 89, 95, 97, 100, 102, 103, 106, 109, 110, 114, 126, 135, 141, 155, 157, 164, 189, 194, 197, 205, 209, 219, 226, 231, 249, 252, 253, 264, 265, 270, 271, 275, 279], "instead": [1, 4, 5, 8, 19, 36, 62, 64, 69, 74, 76, 80, 86, 91, 92, 95, 100, 102, 103, 106, 110, 113, 116, 122, 124, 135, 139, 140, 149, 154, 157, 180, 184, 189, 194, 196, 197, 201, 217, 230, 236, 251, 252, 253, 254, 256, 257, 259, 260, 261, 267, 270, 271, 272, 275, 276, 278, 279], "target": [1, 8, 17, 18, 19, 21, 27, 28, 43, 52, 56, 69, 76, 80, 92, 106, 113, 124, 126, 139, 157, 165, 186, 189, 192, 194, 212, 219, 220, 221, 222, 225, 226, 229, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 266, 267, 268, 271, 272, 277, 280], "run_test": [1, 126, 194], "15282": 1, "track": [1, 6, 71, 76, 128, 252, 277], "host_vers": [1, 43], "15274": 1, "given": [1, 6, 8, 32, 37, 43, 84, 85, 86, 91, 92, 95, 103, 106, 109, 110, 111, 112, 130, 139, 140, 147, 149, 155, 158, 159, 161, 175, 179, 180, 197, 198, 201, 205, 207, 209, 214, 220, 226, 228, 236, 252, 273, 276, 277, 279, 280], "15272": 1, "pkglist": [1, 6, 13, 94, 96, 116, 120, 273], "15266": 1, "conan_log_level": [1, 159], "abl": [1, 3, 6, 7, 18, 24, 26, 30, 32, 36, 37, 40, 41, 42, 43, 62, 64, 79, 80, 84, 109, 110, 112, 134, 140, 141, 144, 149, 153, 155, 196, 198, 200, 205, 222, 226, 236, 259, 268, 270, 274, 280], "level": [1, 13, 16, 18, 21, 27, 30, 46, 47, 69, 74, 76, 79, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 129, 134, 139, 145, 149, 154, 157, 158, 159, 184, 189, 196, 207, 217, 220, 272, 280], "15263": 1, "request": [1, 32, 63, 76, 79, 92, 102, 106, 115, 116, 122, 124, 129, 153, 154, 159, 166, 243], "15257": 1, "oper": [1, 6, 8, 28, 51, 64, 65, 70, 71, 76, 86, 91, 106, 114, 116, 123, 126, 132, 151, 155, 158, 166, 180, 185, 191, 197, 200, 204, 236, 240, 242, 249, 250, 251, 258, 259, 261, 264, 269, 273, 276, 278, 280], "conanfil": [1, 6, 11, 13, 17, 18, 19, 21, 24, 28, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 69, 74, 76, 80, 82, 84, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 105, 108, 109, 110, 113, 114, 118, 119, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 154, 155, 157, 158, 161, 162, 164, 165, 166, 167, 172, 175, 176, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "15221": 1, "conandep": [1, 61, 190, 215, 230, 238], "aggreg": [1, 24, 56, 111, 114, 140, 179, 185, 190, 191, 201, 213, 230, 249, 254, 271], "style": [1, 90, 93, 100, 102, 103, 106, 110, 115, 119, 188, 205], "15207": 1, "15192": 1, "about": [1, 4, 6, 18, 19, 21, 24, 32, 38, 43, 46, 47, 49, 54, 56, 57, 58, 61, 62, 69, 70, 71, 75, 76, 80, 81, 82, 84, 86, 89, 90, 93, 95, 97, 99, 103, 106, 110, 113, 114, 118, 119, 121, 124, 125, 126, 128, 130, 131, 135, 136, 137, 139, 140, 141, 144, 145, 147, 150, 151, 155, 157, 159, 163, 168, 197, 211, 217, 223, 226, 238, 243, 245, 248, 249, 251, 253, 255, 257, 258, 260, 261, 263, 267, 268, 270, 271, 274, 275, 277, 278, 280], "potenti": [1, 5, 41, 64, 94, 127, 141, 142, 143, 183, 197, 201, 277], "migrat": [1, 76, 124, 228, 253], "would": [1, 4, 5, 6, 10, 13, 16, 18, 19, 21, 32, 40, 41, 52, 62, 64, 79, 80, 86, 88, 92, 97, 100, 106, 107, 109, 111, 116, 122, 124, 126, 128, 132, 133, 135, 139, 140, 141, 142, 143, 144, 154, 155, 157, 158, 161, 162, 165, 167, 184, 195, 197, 198, 201, 212, 220, 236, 249, 250, 251, 252, 257, 260, 263, 265, 266, 275, 276, 277, 278, 279], "everi": [1, 3, 4, 8, 13, 32, 37, 50, 52, 69, 76, 80, 86, 87, 91, 92, 104, 106, 124, 135, 138, 139, 153, 154, 155, 158, 165, 167, 190, 191, 197, 201, 219, 220, 230, 231, 249, 253, 254, 264, 265, 269, 270, 273, 276, 277, 279, 280], "15174": 1, "deploi": [1, 31, 34, 56, 62, 90, 103, 106, 125, 139, 165, 176, 249, 254, 265, 271], "15172": 1, "15153": 1, "access": [1, 3, 4, 6, 16, 18, 19, 27, 36, 37, 40, 41, 62, 74, 91, 103, 122, 123, 124, 128, 131, 135, 144, 157, 165, 184, 205, 207, 213, 216, 228, 230, 267], "content": [1, 3, 4, 7, 18, 19, 21, 26, 27, 28, 56, 57, 62, 63, 64, 80, 91, 92, 103, 113, 122, 123, 134, 137, 155, 160, 166, 167, 184, 185, 205, 209, 217, 220, 226, 231, 249, 251, 252, 253, 259, 261, 268, 269, 271, 272, 277], "settings_us": [1, 11, 23, 79, 86, 151], "configapi": [1, 169, 172], "15151": 1, "builtin": [1, 11, 31, 76, 157], "redirect_stdout": 1, "integr": [1, 6, 7, 11, 25, 27, 36, 47, 51, 58, 61, 63, 64, 66, 69, 70, 71, 74, 75, 76, 79, 86, 113, 120, 126, 135, 140, 146, 157, 164, 167, 186, 243, 258, 259, 268, 276], "15150": 1, "warnings_as_error": [1, 92, 149, 154], "15149": 1, "ftp_tl": 1, "secur": [1, 6, 54, 115, 154, 158, 180, 207, 265, 278, 280], "ftp_download": [1, 204], "commun": [1, 3, 8, 79, 92, 122, 140, 154, 157, 233, 244, 246], "15137": 1, "replace_requir": 1, "replace_tool_requir": 1, "redefin": [1, 106, 155], "replac": [1, 19, 36, 51, 54, 79, 92, 124, 155, 159, 172, 184, 197, 201, 205, 266], "zlibng": [1, 155], "zlib": [1, 4, 5, 6, 10, 13, 26, 28, 30, 36, 37, 43, 57, 76, 79, 85, 87, 91, 92, 94, 98, 100, 102, 103, 104, 106, 107, 110, 116, 117, 120, 124, 135, 140, 141, 150, 154, 155, 156, 164, 190, 196, 202, 203, 215, 217, 220, 230, 233, 238, 248, 249, 250, 251, 252, 253, 254, 259], "altern": [1, 62, 74, 76, 93, 97, 99, 102, 124, 142, 143, 155, 184, 201, 236, 264], "wrap": [1, 126, 149, 155, 201, 222, 226, 233, 280], "anoth": [1, 7, 13, 28, 36, 42, 54, 85, 124, 127, 128, 135, 145, 155, 157, 163, 196, 200, 212, 220, 240, 242, 247, 249, 250, 257, 258, 260, 264, 266, 267, 270, 277], "15136": 1, "captur": [1, 6, 11, 44, 93, 110, 144, 202, 203, 205, 236, 240, 250, 252, 253, 254, 257, 261, 276], "15121": 1, "platform": [1, 8, 17, 28, 40, 41, 57, 63, 64, 65, 73, 74, 79, 80, 86, 88, 91, 102, 114, 130, 133, 134, 135, 138, 140, 144, 153, 154, 155, 157, 188, 197, 226, 228, 229, 230, 231, 240, 248, 249, 250, 253, 257, 268, 270, 277], "14871": 1, "14694": 1, "cpp_info": [1, 17, 21, 28, 39, 40, 41, 42, 43, 52, 93, 98, 103, 137, 190, 196, 197, 198, 203, 205, 214, 215, 216, 217, 220, 253, 259, 260, 261, 263, 264, 265, 272], "13994": 1, "15297": 1, "separ": [1, 21, 62, 89, 93, 116, 122, 124, 127, 137, 154, 155, 159, 195, 196, 197, 200, 201, 226, 246, 254, 260, 272, 278], "15296": 1, "escap": [1, 115, 159], "report": [1, 6, 13, 63, 64, 76, 92, 102, 106, 122, 145, 154, 157, 176, 240], "involv": [1, 28, 270, 271], "15222": 1, "hard": [1, 157], "set_nam": [1, 105, 125, 135], "set_vers": [1, 105, 124, 125, 135, 184, 236, 279], "mutat": 1, "15211": 1, "15170": 1, "cmake_policy_default_cmp0091": 1, "unus": [1, 90, 93, 97, 100, 102, 103, 106, 110, 111, 119, 241, 276], "15127": 1, "system_tool": [1, 254], "favor": [1, 124], "align": [1, 7, 28, 157], "least": [1, 3, 90, 93, 100, 102, 103, 106, 108, 109, 110, 119, 124, 141, 236, 252, 256, 263, 267, 273], "is_dirti": [1, 236], "process": [1, 5, 7, 26, 28, 56, 58, 62, 64, 69, 74, 76, 80, 86, 98, 109, 111, 113, 122, 124, 125, 126, 131, 140, 155, 159, 163, 165, 166, 183, 197, 202, 226, 247, 251, 252, 253, 255, 259, 264, 266, 276, 279, 280], "current": [1, 6, 18, 26, 36, 39, 40, 41, 42, 47, 51, 58, 61, 62, 64, 70, 72, 73, 74, 75, 76, 79, 80, 84, 86, 91, 92, 97, 104, 106, 109, 113, 115, 122, 124, 125, 132, 133, 134, 135, 137, 139, 141, 142, 143, 144, 147, 148, 152, 154, 155, 161, 168, 184, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 247, 249, 250, 251, 253, 254, 256, 257, 259, 265, 270, 272, 276], "whole": [1, 6, 10, 17, 76, 84, 86, 91, 106, 124, 147, 183, 184, 196, 197, 201, 216], "repo": [1, 4, 5, 6, 16, 62, 64, 71, 76, 113, 114, 124, 166, 236, 272, 279, 280], "similarli": [1, 155, 203, 245, 278], "15289": 1, "15285": 1, "restor": [1, 2, 63, 201, 202, 203, 251, 252, 254], "portabl": [1, 76, 124], "across": [1, 8, 57, 88, 154, 160, 161, 249], "oss": [1, 111, 140, 157, 277], "15253": 1, "absolut": [1, 36, 37, 51, 92, 113, 135, 152, 154, 155, 165, 178, 196, 197, 205, 207, 209, 210, 266], "15244": 1, "architectur": [1, 8, 24, 26, 27, 28, 36, 43, 54, 70, 76, 86, 87, 88, 92, 107, 127, 130, 139, 151, 154, 155, 188, 189, 191, 192, 197, 214, 222, 226, 229, 240, 249, 250, 251, 253, 264, 268, 276], "ignor": [1, 6, 30, 56, 80, 132, 142, 143, 159, 194, 209, 210, 236, 240, 276], "15215": 1, "mislead": 1, "node": [1, 13, 98, 100, 103, 145, 175], "15196": 1, "15185": 1, "nmakedep": [1, 185, 198, 227], "quot": [1, 107, 115, 217], "15140": 1, "lru": [1, 107, 116, 273], "data": [1, 6, 8, 86, 122, 124, 127, 134, 135, 136, 137, 140, 151, 192, 196, 205, 217, 224, 246, 261, 280], "15135": 1, "package_metadata_fold": [1, 6], "15126": 1, "pyinstal": [1, 64], "useless": [1, 136, 196], "15116": 1, "download_cach": [1, 4, 92], "15109": 1, "riscv64": [1, 157], "riscv32": [1, 157], "manag": [1, 2, 3, 7, 8, 28, 32, 40, 41, 44, 46, 47, 49, 52, 56, 57, 64, 67, 68, 69, 71, 72, 73, 74, 80, 81, 84, 86, 88, 89, 92, 106, 108, 113, 114, 115, 120, 124, 125, 130, 131, 139, 140, 144, 145, 154, 155, 156, 157, 165, 180, 184, 186, 190, 197, 198, 200, 201, 205, 213, 222, 226, 228, 236, 239, 244, 248, 249, 250, 253, 255, 259, 265, 273, 274, 276, 277, 278, 279], "autotool": [1, 11, 44, 63, 65, 76, 92, 113, 135, 154, 185, 188, 198, 200, 201, 211, 213, 214, 249, 257, 259], "15053": 1, "simultan": [1, 196, 217, 270, 275], "databas": [1, 92, 154, 240], "connect": [1, 56, 79, 92, 103, 115, 122, 154, 180, 245], "15029": 1, "which": [1, 3, 4, 6, 7, 8, 10, 13, 17, 18, 21, 28, 31, 32, 37, 42, 43, 46, 47, 52, 56, 57, 58, 61, 62, 64, 67, 68, 69, 72, 78, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 96, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 116, 119, 121, 122, 124, 126, 128, 131, 133, 134, 137, 138, 140, 141, 144, 148, 149, 152, 153, 154, 155, 157, 158, 160, 162, 165, 166, 167, 172, 183, 184, 188, 189, 194, 196, 197, 200, 205, 207, 212, 214, 216, 219, 220, 221, 222, 223, 225, 226, 229, 230, 232, 240, 249, 251, 252, 253, 255, 258, 259, 260, 264, 270, 271, 273, 275, 278, 280], "15013": 1, "better": [1, 5, 6, 24, 27, 32, 37, 62, 70, 89, 106, 111, 124, 126, 139, 142, 143, 158, 201, 246, 264, 265, 275, 276, 280], "ux": [1, 117, 151], "15011": 1, "15007": 1, "14984": 1, "extra": [1, 4, 6, 36, 37, 40, 41, 43, 92, 93, 113, 124, 139, 142, 143, 149, 154, 194, 209, 214, 219, 221, 226, 231, 232, 236, 256, 263, 267], "14966": 1, "load": [1, 16, 42, 46, 56, 68, 92, 106, 124, 133, 134, 136, 142, 143, 154, 155, 166, 178, 179, 184, 197, 204, 207, 212, 220, 222, 238, 251, 253, 279], "ci": [1, 2, 4, 5, 6, 7, 8, 62, 71, 80, 100, 102, 114, 124, 126, 154, 157, 158, 159, 276, 280], "workflow": [1, 62, 166, 271], "air": [1, 7, 13], "gap": [1, 7, 13], "14923": 1, "comput": [1, 10, 13, 27, 36, 51, 62, 76, 79, 82, 83, 84, 88, 99, 100, 103, 104, 106, 107, 108, 110, 114, 124, 125, 131, 135, 139, 141, 144, 147, 155, 157, 168, 175, 179, 184, 202, 203, 213, 214, 247, 249, 251, 252, 254, 258, 259, 268, 277], "intersect": [1, 10], "14912": 1, "multipl": [1, 4, 6, 8, 14, 15, 20, 26, 74, 75, 76, 80, 90, 93, 94, 100, 102, 103, 106, 110, 119, 122, 124, 135, 137, 139, 155, 158, 165, 184, 190, 194, 196, 197, 198, 202, 212, 214, 223, 226, 230, 240, 241, 242, 245, 248, 255, 270, 272, 276, 278, 280], "14883": 1, "14858": 1, "listen": [1, 122, 216, 219, 246], "system_package_vers": [1, 196, 217], "properti": [1, 21, 43, 52, 61, 73, 74, 98, 103, 124, 135, 137, 141, 172, 188, 197, 213, 222, 226, 230, 231, 239, 255, 266, 267, 271], "14808": 1, "shorthand": 1, "14727": 1, "control": [1, 4, 5, 51, 62, 76, 79, 84, 88, 93, 124, 137, 143, 157, 159, 190, 197, 230, 264, 276, 278, 280], "14054": 1, "overwrit": [1, 7, 24, 84, 90, 93, 97, 100, 102, 103, 106, 110, 113, 114, 119, 124, 144, 184, 200, 217], "layout": [1, 6, 11, 14, 17, 26, 28, 36, 43, 47, 49, 56, 58, 61, 82, 92, 123, 125, 135, 138, 140, 144, 185, 194, 195, 197, 209, 214, 220, 226, 234, 241, 248, 250, 259, 261, 263, 264, 265, 268, 269, 270, 271], "nor": [1, 37, 76, 132, 136, 144, 145, 183, 240], "15058": 1, "astra": 1, "elbru": [1, 157], "altlinux": 1, "distribut": [1, 7, 36, 46, 62, 64, 76, 114, 144, 157, 168, 240, 246], "apt": [1, 64, 92, 125, 145, 154, 239], "systempackagemanag": 1, "15051": 1, "mint": [1, 64], "15026": 1, "check": [1, 5, 6, 8, 16, 18, 19, 21, 26, 27, 28, 30, 31, 32, 43, 46, 50, 51, 54, 61, 62, 64, 66, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 84, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 109, 110, 114, 115, 119, 120, 122, 124, 126, 137, 139, 140, 141, 144, 145, 147, 148, 154, 155, 157, 159, 160, 161, 163, 166, 168, 175, 176, 180, 183, 191, 192, 196, 201, 205, 206, 207, 212, 220, 222, 223, 226, 228, 236, 240, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 273, 275, 276, 277, 280], "server": [1, 4, 5, 6, 7, 8, 13, 30, 56, 62, 63, 71, 76, 80, 82, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 106, 110, 113, 114, 115, 116, 119, 120, 124, 133, 134, 139, 153, 154, 158, 159, 167, 175, 180, 183, 207, 212, 241, 244, 245, 247, 249, 252, 261, 263, 273, 277, 280], "even": [1, 4, 6, 36, 37, 49, 52, 54, 64, 65, 76, 79, 80, 85, 87, 88, 94, 106, 111, 115, 120, 124, 126, 128, 131, 135, 141, 142, 143, 144, 145, 154, 155, 156, 157, 162, 165, 166, 180, 184, 205, 223, 230, 236, 247, 250, 252, 253, 257, 258, 259, 263, 274, 275, 276, 277, 278, 279], "shallow": 1, "clone": [1, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 92, 106, 144, 158, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277], "15023": 1, "appl": [1, 24, 43, 47, 75, 76, 79, 82, 87, 92, 98, 103, 107, 114, 154, 155, 157, 185, 189, 190, 191, 195, 197, 212, 214, 224, 249, 251, 259], "15015": 1, "extraflag": 1, "prioriti": [1, 106, 112, 124, 131, 140, 141, 142, 143, 153, 154, 155, 159, 179, 200, 236, 275], "15005": 1, "color": [1, 32, 103, 124, 256, 257, 260, 267, 268], "15002": 1, "sqlite3": [1, 135], "unsupport": [1, 261], "less": [1, 6, 36, 47, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 279], "2012": 1, "14950": 1, "db": 1, "slash": 1, "uniform": 1, "14940": 1, "forc": [1, 6, 32, 37, 42, 80, 90, 92, 93, 98, 100, 102, 103, 106, 110, 112, 113, 114, 115, 119, 120, 122, 124, 128, 153, 154, 155, 157, 159, 180, 183, 197, 214, 222, 249, 252, 270, 275, 276, 277], "rebuild": [1, 5, 74, 85, 124, 264, 270, 280], "while": [1, 4, 6, 8, 17, 19, 21, 28, 30, 46, 47, 51, 64, 76, 80, 81, 83, 84, 86, 92, 106, 112, 124, 125, 131, 140, 141, 149, 154, 155, 157, 165, 209, 217, 223, 248, 251, 267, 269, 270, 271, 273, 278, 279, 280], "previou": [1, 2, 6, 7, 13, 47, 58, 61, 76, 84, 88, 102, 106, 107, 109, 111, 157, 163, 180, 190, 195, 196, 197, 200, 226, 231, 240, 247, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 278, 279], "still": [1, 5, 30, 40, 41, 52, 62, 64, 88, 109, 116, 124, 127, 128, 131, 139, 140, 157, 175, 183, 236, 263, 270, 277, 278, 280], "project": [1, 2, 4, 5, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 84, 86, 88, 92, 93, 103, 113, 122, 124, 125, 137, 140, 154, 165, 184, 189, 190, 191, 195, 212, 215, 219, 220, 221, 222, 223, 226, 230, 231, 234, 241, 242, 244, 245, 247, 248, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 278, 280], "14938": 1, "14932": 1, "fill_cpp_info": [1, 216], "xorg": 1, "veri": [1, 6, 7, 8, 26, 30, 40, 41, 46, 47, 52, 56, 57, 58, 61, 62, 76, 79, 81, 84, 86, 88, 103, 110, 124, 135, 140, 155, 157, 159, 184, 195, 223, 244, 245, 246, 249, 256, 257, 271, 277, 278, 279, 280], "noisi": 1, "quiet": [1, 92, 149, 154, 189, 194, 225, 229], "14924": 1, "necessari": [1, 2, 6, 13, 17, 19, 21, 27, 28, 30, 36, 37, 40, 41, 47, 51, 52, 54, 58, 62, 64, 69, 74, 75, 76, 79, 80, 84, 86, 92, 93, 97, 100, 103, 106, 107, 109, 111, 113, 116, 120, 124, 125, 126, 128, 133, 134, 135, 136, 138, 139, 140, 144, 145, 147, 148, 150, 153, 154, 155, 157, 158, 176, 183, 186, 196, 197, 198, 202, 203, 205, 226, 232, 236, 238, 249, 251, 253, 254, 258, 259, 260, 261, 263, 264, 268, 271, 273, 275, 276, 277, 278, 279, 280], "buildinfo": 1, "14886": 1, "14852": 1, "min": [1, 103, 191, 226], "xro": [1, 157], "simul": [1, 52], "14776": 1, "could": [1, 5, 6, 8, 10, 13, 18, 21, 24, 30, 36, 37, 40, 42, 43, 62, 84, 86, 88, 89, 91, 97, 103, 106, 109, 111, 113, 124, 126, 127, 128, 129, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 147, 153, 154, 155, 157, 162, 164, 165, 179, 184, 196, 197, 198, 201, 205, 214, 223, 225, 230, 247, 250, 251, 253, 257, 259, 261, 263, 264, 266, 267, 272, 275, 276, 277, 278, 279], "transit": [1, 13, 37, 52, 80, 93, 94, 106, 128, 135, 141, 155, 184, 190, 196, 202, 213, 230, 248, 270], "15082": 1, "15042": 1, "download_sourc": [1, 37, 92, 144, 154], "15004": 1, "incorrectli": 1, "xcconfig": [1, 75, 190, 191], "14898": 1, "export_sourc": [1, 7, 16, 18, 62, 91, 124, 125, 133, 135, 137, 209], "been": [1, 4, 6, 8, 13, 26, 28, 52, 64, 65, 71, 76, 80, 81, 84, 91, 93, 97, 101, 106, 107, 116, 131, 135, 140, 141, 144, 146, 147, 148, 155, 157, 176, 184, 190, 196, 202, 251, 252, 258, 259, 260, 270, 271, 273, 277, 280], "14850": 1, "properli": [1, 105, 154, 259, 268], "candid": 1, "14846": 1, "activ": [1, 8, 30, 36, 42, 51, 62, 64, 69, 74, 76, 86, 92, 124, 135, 140, 149, 154, 157, 159, 160, 190, 194, 196, 197, 200, 202, 203, 217, 220, 230, 232, 233, 250, 251, 254, 265], "pre": [1, 9, 46, 56, 62, 64, 74, 76, 79, 89, 92, 97, 114, 124, 144, 153, 154, 160, 166, 201, 223, 253, 255, 262, 271, 272, 278], "resolut": [1, 81, 133, 160], "full": [1, 5, 6, 24, 37, 40, 41, 54, 62, 67, 71, 72, 74, 75, 76, 85, 86, 91, 93, 97, 100, 106, 107, 109, 113, 124, 129, 135, 139, 145, 150, 157, 161, 165, 167, 169, 175, 184, 196, 197, 200, 216, 222, 236, 258, 266, 270, 279], "14814": 1, "lower": [1, 223, 252, 264, 278], "bound": [1, 278], "upper": [1, 278], "introduc": [1, 30, 54, 81, 83, 122, 144, 248, 258, 263, 271, 272, 274, 275, 276, 277, 278, 279, 280], "14837": 1, "14781": 1, "dry": [1, 62, 116, 120], "14760": 1, "host_tool": 1, "package_manag": [1, 92, 124, 140, 145, 154, 185, 239], "indic": [1, 4, 26, 28, 69, 79, 92, 93, 97, 104, 141, 154, 156, 194, 200, 205, 219, 220, 233, 251, 253, 265, 275], "14752": 1, "try": [1, 4, 16, 24, 40, 41, 43, 56, 57, 64, 76, 79, 85, 102, 103, 106, 110, 115, 124, 133, 134, 136, 144, 147, 155, 157, 159, 168, 175, 184, 188, 195, 197, 222, 240, 247, 249, 251, 254, 257, 258, 260, 264, 267, 268, 271, 275, 276, 279], "14819": 1, "14813": 1, "minor": [1, 76, 84, 85, 124, 155, 157, 184, 275, 278, 280], "14797": 1, "prettier": 1, "14787": 1, "settings_target": [1, 86, 139, 188, 265], "14825": 1, "first": [1, 4, 5, 6, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 37, 40, 41, 43, 44, 45, 46, 50, 54, 56, 57, 59, 60, 62, 64, 69, 79, 83, 85, 92, 93, 106, 108, 109, 111, 112, 124, 127, 138, 139, 142, 143, 154, 155, 158, 159, 161, 166, 167, 168, 179, 190, 191, 197, 202, 203, 207, 209, 214, 222, 231, 236, 240, 241, 242, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 279], "14800": 1, "reus": [1, 30, 42, 76, 124, 125, 135, 136, 138, 140, 144, 160, 242, 249, 259, 260, 268, 273], "session": [1, 64], "conanrequest": 1, "speed": [1, 6], "up": [1, 2, 10, 28, 56, 63, 69, 74, 84, 92, 122, 128, 152, 154, 165, 197, 241, 242, 247, 251, 257, 260, 263], "14795": 1, "rel": [1, 5, 18, 36, 37, 69, 87, 100, 113, 122, 124, 125, 126, 137, 140, 142, 143, 152, 155, 165, 166, 188, 196, 197, 200, 205, 209, 210, 266, 271, 272, 275, 277], "partial": [1, 85, 90, 93, 96, 97, 100, 102, 103, 105, 106, 109, 110, 111, 112, 119, 155, 276, 280], "14782": 1, "14743": 1, "arg": [1, 32, 92, 100, 126, 159, 163, 212, 219, 222, 233, 236, 240, 279], "cmd": [1, 26, 124, 140, 146, 155, 162, 201, 212, 229, 236, 246, 268], "14737": 1, "block": [1, 54, 280], "interfac": [1, 6, 62, 69, 76, 85, 122, 160, 161, 198], "select": [1, 21, 26, 28, 69, 74, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 114, 115, 116, 117, 119, 120, 121, 124, 186, 195, 197, 205, 222, 229, 245, 255, 266, 273], "kei": [1, 62, 92, 113, 122, 124, 135, 140, 154, 158, 163, 197, 209, 214, 226, 231, 232, 236, 245, 261, 269, 270], "14731": 1, "14716": 1, "14692": 1, "cl": [1, 76, 232], "14682": 1, "transform": [1, 159, 205, 226], "cpp": [1, 16, 17, 18, 19, 21, 26, 27, 28, 36, 43, 46, 47, 52, 54, 56, 58, 61, 69, 76, 81, 85, 92, 140, 146, 154, 155, 157, 195, 197, 214, 223, 226, 232, 245, 256, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 270, 271, 277], "ld": [1, 28, 56, 103, 214, 226, 250], "blank": [1, 122, 200, 226], "14676": 1, "nobara": 1, "distro": [1, 64, 154, 157, 240], "dnf": [1, 92, 154, 239], "14668": 1, "b_vscrt": [1, 226], "14664": 1, "regex": [1, 86, 124, 139, 196], "14621": 1, "makedep": [1, 72, 185, 211], "tweak": [1, 197], "14605": 1, "jinja": [1, 51, 153, 154, 155, 158, 201], "14578": 1, "14532": 1, "14740": 1, "init": [1, 62, 125, 135, 184, 279], "failur": [1, 76, 92, 154, 207], "14735": 1, "alias": [1, 124, 184, 196, 217], "14644": 1, "regress": [1, 76], "win_bash": [1, 46, 47, 92, 98, 154], "14756": 1, "14728": 1, "share": [1, 7, 8, 18, 26, 27, 43, 47, 54, 61, 62, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 102, 103, 105, 107, 110, 113, 114, 116, 124, 128, 131, 135, 138, 140, 141, 142, 150, 155, 157, 160, 164, 184, 190, 191, 194, 195, 196, 197, 201, 211, 214, 217, 221, 226, 230, 240, 241, 242, 247, 248, 249, 250, 253, 257, 258, 259, 260, 261, 267, 273, 275, 280], "test_requir": [1, 80, 125, 135, 141, 250, 253, 257, 263, 265, 278], "diamond": [1, 124, 275], "14721": 1, "14712": 1, "otherwis": [1, 6, 8, 13, 30, 100, 101, 114, 122, 124, 131, 132, 144, 155, 157, 162, 167, 192, 196, 197, 201, 205, 207, 226, 228, 229, 236, 247, 251, 268, 275], "chain": [1, 5, 149, 280], "those": [1, 5, 6, 7, 13, 18, 21, 28, 30, 37, 40, 41, 43, 46, 52, 57, 58, 62, 64, 68, 74, 76, 80, 84, 90, 91, 92, 93, 97, 100, 102, 103, 105, 106, 107, 109, 110, 115, 116, 119, 122, 124, 126, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 147, 154, 157, 159, 160, 163, 164, 165, 184, 188, 190, 191, 196, 197, 198, 202, 203, 205, 214, 215, 217, 226, 230, 232, 236, 240, 243, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 263, 265, 266, 270, 271, 273, 274, 275, 276, 277, 280], "14673": 1, "cpu": [1, 8, 92, 154, 157, 192, 221, 229], "nativ": [1, 26, 27, 52, 57, 74, 80, 92, 154, 184, 192, 220, 225, 226, 233], "arm64": [1, 26, 43, 157, 186, 189, 197, 229], "14667": 1, "ones": [1, 6, 10, 31, 32, 43, 44, 48, 68, 76, 80, 84, 89, 91, 92, 100, 102, 116, 124, 129, 141, 145, 154, 155, 157, 165, 166, 172, 180, 186, 196, 197, 200, 201, 205, 210, 217, 222, 228, 229, 230, 247, 252, 266, 271, 272, 276, 277, 278, 279], "14643": 1, "unnecessarili": [1, 86], "decor": [1, 160], "sequenc": [1, 46, 99, 122], "14642": 1, "14622": 1, "patch_us": [1, 209], "apply_conandata_patch": [1, 134, 144, 204], "14576": 1, "xcode": [1, 63, 65, 90, 92, 93, 97, 100, 102, 103, 106, 110, 114, 119, 154, 189, 190, 191, 194, 195, 222, 226], "io": [1, 5, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 65, 71, 76, 79, 92, 98, 103, 105, 124, 156, 157, 163, 188, 189, 226, 243, 244, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "tvo": [1, 157, 188], "watcho": [1, 157, 188, 226], "14538": 1, "incorrect": [1, 76], "conancent": [1, 2, 13, 30, 52, 62, 63, 76, 79, 85, 87, 98, 102, 103, 104, 107, 117, 124, 140, 154, 156, 243, 249, 252, 254], "web": [1, 4, 6, 64, 124, 157, 244, 245], "url": [1, 3, 4, 62, 91, 92, 98, 103, 105, 113, 115, 122, 135, 144, 154, 156, 158, 166, 180, 205, 207, 236, 245, 246, 256, 257, 259, 260, 261, 264, 267], "14531": 1, "14529": 1, "rrev": [1, 32, 98, 107], "rrev_timestamp": [1, 98], "prev_timestamp": [1, 98], "14526": 1, "resolv": [1, 8, 10, 90, 91, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 112, 119, 122, 128, 154, 155, 179, 201, 205, 252, 274, 276, 277, 278], "14510": 1, "verifi": [1, 5, 28, 52, 54, 58, 80, 91, 92, 148, 154, 156, 160, 167, 207, 261, 264, 268, 280], "14508": 1, "visiono": [1, 157, 188], "14504": 1, "unknown": [1, 84, 98, 103, 149], "14493": 1, "skip_binari": [1, 37, 92, 154], "14466": 1, "symlink": [1, 92, 154, 165, 185, 204, 205, 255], "14461": 1, "14413": 1, "cli_arg": [1, 194], "14397": 1, "14394": 1, "credenti": [1, 3, 4, 44, 79, 82, 115, 122, 151, 158, 236, 245], "14392": 1, "apk": [1, 92, 154, 239], "alpin": [1, 240], "14382": 1, "msvc": [1, 52, 58, 61, 87, 88, 92, 107, 124, 140, 154, 155, 168, 192, 214, 228, 231, 253], "invok": [1, 43, 46, 92, 106, 154, 155, 165, 176, 188, 230, 239, 250, 251, 254, 256, 257, 261, 266, 268, 271], "within": [1, 28, 74, 88, 92, 122, 124, 132, 155, 188, 198, 205, 253, 278, 280], "prompt": [1, 32, 159, 197, 229, 232, 233], "where": [1, 4, 8, 19, 21, 28, 32, 43, 46, 54, 57, 64, 76, 86, 88, 91, 92, 105, 106, 107, 122, 124, 126, 135, 137, 140, 152, 154, 155, 156, 157, 163, 184, 189, 196, 197, 198, 200, 201, 205, 207, 212, 214, 219, 220, 222, 223, 225, 226, 229, 236, 245, 249, 250, 251, 253, 258, 259, 260, 261, 272, 277], "14364": 1, "14358": 1, "14347": 1, "default_build_opt": 1, "14340": 1, "14338": 1, "makefil": [1, 46, 47, 63, 65, 76, 194, 195, 212, 214, 215, 232, 253], "14133": 1, "14594": 1, "v2": [1, 157, 166, 192, 246], "readi": [1, 31, 56, 57, 74, 79, 155, 214, 223, 249, 259], "center": [1, 5, 8, 62, 69, 74, 76, 79, 98, 103, 105, 156, 157, 160, 241, 242, 249, 254], "link": [1, 4, 17, 19, 21, 26, 27, 28, 36, 43, 46, 47, 56, 58, 61, 63, 74, 80, 85, 86, 103, 124, 128, 137, 140, 141, 146, 161, 190, 196, 197, 198, 205, 217, 226, 231, 232, 245, 248, 250, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "14593": 1, "inspect": [1, 6, 7, 37, 69, 89, 91, 114, 175, 232], "14572": 1, "hyphen": [1, 217, 220], "14561": 1, "user_toolchain": [1, 51, 92, 154, 197], "14556": 1, "boolean": [1, 92, 124, 135, 154, 180, 196, 197, 219, 221, 226, 280], "14530": 1, "14511": 1, "14491": 1, "14444": 1, "conf_info": [1, 28, 98, 135, 137, 154, 197, 260, 267], "14442": 1, "msbuildtoolchain": [1, 61, 74, 92, 124, 140, 154, 185, 227], "resourcecompil": [1, 231], "14378": 1, "result": [1, 4, 6, 8, 13, 28, 46, 64, 76, 79, 80, 84, 85, 86, 88, 92, 93, 94, 100, 101, 106, 107, 108, 109, 111, 112, 113, 114, 120, 124, 126, 135, 137, 139, 144, 145, 149, 154, 155, 157, 161, 163, 175, 179, 184, 192, 197, 198, 214, 226, 236, 251, 253, 254, 258, 260, 261, 266, 271, 277, 280], "14376": 1, "processor": [1, 157, 192, 226], "armv8": [1, 26, 27, 28, 43, 46, 86, 103, 107, 114, 124, 140, 155, 157, 186, 192, 197, 226, 240, 253, 264, 268], "aarch64": [1, 28, 103, 157, 240], "14362": 1, "mandat": [1, 200], "final": [1, 13, 17, 26, 32, 36, 40, 41, 43, 46, 47, 52, 56, 58, 62, 69, 76, 83, 92, 106, 107, 111, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 139, 140, 144, 155, 157, 179, 196, 197, 198, 205, 214, 217, 225, 242, 249, 254, 256, 259, 265, 268, 269, 271, 274, 275, 278, 280], "14342": 1, "default_opt": [1, 43, 54, 62, 79, 86, 88, 98, 105, 131, 136, 190, 194, 197, 226, 230, 257, 258, 259, 261, 267, 275], "xcrun": [1, 185, 187], "14326": 1, "abspath": 1, "14183": 1, "14555": 1, "vtrace": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "14522": 1, "confirm": [1, 28, 32, 116, 120], "interact": [1, 11, 44, 92, 103, 115, 153, 154, 159], "14512": 1, "just": [1, 5, 6, 18, 19, 21, 28, 40, 41, 42, 46, 52, 64, 74, 76, 79, 80, 85, 86, 88, 92, 94, 106, 111, 112, 113, 116, 122, 124, 126, 127, 128, 139, 141, 144, 150, 157, 159, 162, 166, 168, 184, 190, 196, 207, 212, 230, 237, 240, 245, 247, 249, 250, 251, 254, 257, 258, 261, 265, 266, 267, 268, 270, 276, 279, 280], "onc": [1, 4, 5, 6, 10, 26, 30, 46, 54, 62, 69, 74, 80, 86, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 126, 127, 133, 134, 138, 141, 144, 148, 166, 176, 184, 205, 207, 243, 245, 263, 270, 271, 277], "14478": 1, "14443": 1, "14441": 1, "14410": 1, "14391": 1, "14337": 1, "14320": 1, "14302": 1, "outsid": [1, 8, 62, 76, 84, 122, 124, 139, 152, 210], "scm_folder": [1, 124], "14330": 1, "trace": [1, 149, 264], "14322": 1, "flush": 1, "stream": [1, 76, 194], "write": [1, 4, 27, 46, 56, 76, 80, 81, 106, 113, 122, 127, 137, 160, 167, 184, 196, 197, 205, 214, 253, 259, 261, 267, 271], "14310": 1, "sign": [1, 82, 122, 160], "14331": 1, "cmakeuserpreset": [1, 21, 49, 50, 62, 91, 197, 264, 270, 271, 272], "inherit": [1, 50, 80, 136, 184, 197, 253], "typo": 1, "14325": 1, "conanpreset": [1, 50, 197], "14296": 1, "prefix": [1, 103, 116, 124, 155, 163, 197, 214, 215, 216, 217, 220, 221, 226, 258, 266], "param": [1, 32, 163, 176, 183, 194, 200, 225], "unix": [1, 155, 194, 195, 205, 253], "14295": 1, "invalid": [1, 6, 28, 92, 103, 104, 122, 125, 147, 148, 192, 196, 275], "loglevel": 1, "14289": 1, "14252": 1, "let": [1, 4, 6, 10, 13, 17, 18, 21, 24, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 54, 56, 57, 58, 61, 62, 69, 85, 86, 87, 88, 91, 100, 106, 107, 111, 128, 139, 154, 155, 162, 163, 168, 190, 196, 220, 230, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "pkg_config_custom_cont": [1, 217], "14233": 1, "dict": [1, 92, 124, 135, 140, 154, 163, 177, 197, 214, 217, 226, 231, 232], "object": [1, 6, 19, 21, 27, 43, 46, 98, 103, 122, 124, 135, 136, 137, 138, 139, 140, 149, 161, 162, 163, 165, 166, 175, 180, 183, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 228, 229, 230, 231, 232, 233, 234, 240, 250, 251, 257, 258, 259, 260, 263, 268, 271, 272], "fix_apple_shared_install_nam": [1, 47, 185, 187, 212], "otool": [1, 188, 212], "install_name_tool": [1, 47, 188, 212], "program": [1, 28, 30, 46, 56, 57, 92, 136, 154, 212, 233, 249, 251], "14195": 1, "fpic": [1, 43, 47, 54, 62, 79, 86, 87, 98, 103, 105, 107, 124, 130, 131, 194, 197, 214, 221, 226, 257, 258, 259, 261, 267], "header_onli": [1, 86, 124, 131, 139, 263], "14194": 1, "type": [1, 6, 28, 38, 70, 76, 85, 92, 96, 101, 103, 114, 124, 139, 140, 151, 165, 184, 194, 196, 197, 202, 203, 217, 224, 241, 244, 245, 251, 252, 253, 254, 255, 257, 258, 280], "cmake_package_version_compat": 1, "anynewervers": [1, 196], "14176": 1, "14152": 1, "14272": 1, "longer": [1, 4, 41, 76, 79, 165, 252, 280], "won": [1, 4, 30, 40, 41, 52, 76, 79, 109, 116, 122, 124, 155, 157, 163, 196, 205, 226, 250, 258, 266, 270], "14261": 1, "permit": [1, 278], "empti": [1, 4, 6, 92, 93, 115, 116, 124, 140, 154, 155, 163, 175, 183, 192, 214, 217, 220, 230, 263, 264, 275, 276, 279], "14254": 1, "rm_safe": [1, 28, 43, 86, 124, 130, 131, 139, 258], "never": [1, 76, 80, 84, 85, 90, 93, 97, 100, 102, 103, 106, 107, 110, 119, 124, 150, 176, 240, 252, 258, 264], "14238": 1, "make_program": [1, 92, 154], "14223": 1, "lib": [1, 17, 21, 26, 28, 36, 43, 52, 61, 91, 98, 102, 103, 122, 124, 128, 135, 137, 138, 140, 157, 188, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 232, 238, 250, 258, 259, 260, 261, 263, 264, 266, 272, 280], "14215": 1, "clarif": [1, 76], "shown": [1, 4, 37, 103, 105, 129, 226], "14199": 1, "enabl": [1, 8, 10, 28, 69, 74, 79, 92, 124, 154, 156, 180, 192, 197, 205, 214, 240, 263, 278], "code": [1, 6, 16, 17, 18, 19, 26, 30, 33, 35, 36, 46, 52, 54, 57, 62, 64, 69, 76, 79, 80, 85, 91, 92, 103, 104, 113, 124, 125, 135, 140, 144, 145, 147, 154, 157, 158, 160, 184, 189, 195, 196, 197, 198, 207, 217, 222, 230, 236, 240, 249, 251, 252, 253, 255, 256, 258, 259, 261, 263, 267, 268, 270, 271, 272, 273, 274, 276, 277, 279], "14177": 1, "xcodedep": [1, 75, 185, 187, 191], "14168": 1, "respect": [1, 32, 37, 79, 111, 124, 155, 159, 160, 197, 200, 226, 250, 275, 277], "locat": [1, 4, 6, 17, 18, 19, 21, 23, 26, 27, 30, 33, 35, 36, 43, 49, 51, 52, 58, 61, 69, 95, 103, 106, 113, 114, 122, 124, 135, 137, 138, 140, 142, 143, 154, 155, 156, 157, 159, 160, 161, 162, 165, 167, 168, 179, 188, 189, 190, 194, 196, 197, 205, 212, 214, 223, 232, 249, 250, 251, 253, 254, 259, 260, 261, 264, 265, 266, 272, 277], "14164": 1, "runner": [1, 26], "13985": 1, "leak": [1, 62, 158], "cmake_find_library_suffix": 1, "14253": 1, "custom": [1, 4, 5, 6, 11, 17, 23, 26, 31, 37, 46, 69, 71, 74, 76, 79, 80, 81, 82, 83, 89, 92, 106, 114, 116, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 139, 151, 154, 155, 159, 160, 161, 162, 166, 168, 171, 184, 185, 187, 193, 195, 200, 209, 211, 218, 224, 227, 255, 258, 260, 266, 267, 272], "14227": 1, "14190": 1, "osx": [1, 36, 46, 47, 64, 76, 135, 140, 197, 251], "14187": 1, "keyerror": 1, "14185": 1, "cmake_generator_platform": [1, 157, 197], "14114": 1, "cppinfo": [1, 21, 82, 124, 135, 140, 185, 196, 260], "14101": 1, "14082": 1, "both": [1, 6, 8, 10, 17, 18, 21, 27, 28, 36, 37, 40, 41, 43, 49, 50, 51, 61, 78, 85, 86, 90, 91, 92, 93, 97, 100, 102, 103, 106, 107, 108, 110, 111, 113, 114, 116, 119, 124, 127, 135, 136, 137, 138, 140, 142, 143, 149, 154, 155, 157, 159, 165, 184, 188, 190, 191, 192, 196, 197, 200, 220, 236, 244, 247, 249, 251, 253, 254, 260, 264, 265, 266, 268, 270, 272, 275, 276, 279, 280], "summari": [1, 4, 8, 84, 222, 260], "delet": [1, 32, 43, 64, 80, 116, 122, 124, 131, 258], "thing": [1, 13, 18, 21, 30, 52, 69, 70, 76, 79, 80, 88, 106, 111, 124, 139, 176, 184, 185, 197, 201, 212, 249, 251, 253, 255, 257, 259, 260, 265, 266, 267, 272, 280], "excluded_url": 1, "14020": 1, "learn": [1, 21, 26, 28, 70, 76, 79, 81, 124, 223, 242, 247, 248, 250, 251, 257, 259, 263, 265, 268, 269, 270, 276, 280], "14011": 1, "express": [1, 43, 51, 86, 112, 124, 137, 149, 150, 155, 197, 252, 274, 280], "14004": 1, "equival": [1, 62, 91, 92, 106, 107, 110, 117, 124, 126, 128, 133, 134, 140, 141, 150, 157, 180, 184, 194, 198, 200, 236, 250, 251, 252, 253, 259, 260, 271, 272, 276], "14002": 1, "13999": 1, "small": [1, 62, 76, 122, 133, 205, 246, 259, 264, 268, 275, 276], "13989": 1, "packageslist": [1, 173], "input": [1, 8, 28, 47, 61, 80, 84, 86, 88, 92, 94, 96, 101, 103, 106, 107, 108, 109, 110, 112, 113, 116, 120, 139, 144, 153, 154, 159, 205, 226, 231, 251, 253, 263, 273, 277], "13928": 1, "associ": [1, 3, 6, 113, 115, 116, 155, 157, 197, 252, 280], "13918": 1, "13757": 1, "split": [1, 155], "two": [1, 6, 18, 28, 46, 54, 76, 85, 86, 91, 96, 122, 124, 127, 128, 155, 164, 165, 184, 192, 197, 200, 209, 214, 230, 231, 240, 248, 249, 251, 257, 258, 263, 270, 272, 276], "13729": 1, "bindir": [1, 18, 28, 40, 41, 98, 103, 140, 146, 195, 197, 214, 217, 223, 226, 260, 263, 265, 268], "13623": 1, "autopackag": [1, 185, 204], "remnant": 1, "14083": 1, "14075": 1, "space": [1, 64, 76, 106, 115, 122, 124, 138, 157, 200, 278], "14063": 1, "trail": 1, "xxx_folder": 1, "break": [1, 5, 6, 7, 13, 32, 64, 76, 79, 92, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 165, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 197, 198, 215, 219, 220, 221, 222, 228], "subsystem": [1, 46, 47, 92, 124, 140, 154, 157, 185, 201, 227], "msys2": [1, 46, 47, 92, 154, 157, 240, 248], "14061": 1, "intermedi": [1, 106], "aggregated_compon": [1, 198], "14060": 1, "14053": 1, "pyyaml": 1, "broke": 1, "13990": 1, "13946": 1, "latest": [1, 5, 8, 13, 32, 62, 64, 74, 76, 85, 87, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 107, 110, 112, 113, 114, 116, 119, 120, 124, 157, 163, 192, 202, 203, 236, 245, 249, 252, 266, 274, 276, 277, 278, 279, 280], "14110": 1, "doubl": [1, 30, 115, 196, 245, 258], "setup": [1, 7, 42, 52, 57, 62, 225, 242], "14109": 1, "quietli": 1, "noth": [1, 17, 32, 40, 41, 52, 205, 259], "14106": 1, "overlap": [1, 226], "14095": 1, "freebsd": [1, 8, 64, 76, 155, 157, 240], "14065": 1, "through": [1, 24, 28, 97, 113, 124, 156, 166, 197, 225, 241, 247, 257, 259, 268], "root": [1, 10, 16, 18, 19, 27, 37, 39, 47, 58, 61, 90, 92, 95, 97, 98, 103, 104, 106, 137, 140, 154, 155, 157, 163, 165, 175, 176, 196, 214, 220, 222, 223, 249, 250, 252, 254, 258, 259, 264], "14051": 1, "irrespect": [1, 124, 139, 142, 143, 145, 230, 236, 253, 259], "problem": [1, 4, 6, 8, 76, 92, 128, 246, 251, 268], "parent": [1, 124, 137, 152, 205, 261], "13983": 1, "libdir1": 1, "includedir1": 1, "index": [1, 5, 8, 62, 64, 76, 79, 98, 103, 105, 115, 160, 180, 188, 243], "libdir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 205, 214, 216, 217, 223, 226, 260, 263, 264, 265, 272], "includedir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 214, 216, 217, 226, 230, 260, 264, 272], "cmake_program": [1, 92, 154, 194, 197], "13940": 1, "str": [1, 17, 32, 37, 124, 139, 165, 173, 177, 180, 190, 192, 201, 205, 222, 223, 225, 226, 228, 229, 230, 233, 253, 257, 264, 272], "13964": 1, "layer": [1, 157, 163, 259, 280], "13944": 1, "unzip": [1, 6, 19, 27, 64, 124, 144, 204, 207, 245, 261, 271], "13937": 1, "13929": 1, "13967": 1, "13966": 1, "source_fold": [1, 6, 16, 17, 18, 37, 39, 42, 54, 61, 92, 98, 103, 105, 137, 138, 144, 176, 197, 205, 209, 212, 225, 253, 257, 263, 264, 266], "13953": 1, "complet": [1, 4, 5, 6, 24, 40, 41, 56, 58, 62, 76, 93, 103, 106, 107, 109, 111, 116, 124, 135, 139, 140, 142, 143, 144, 147, 155, 157, 165, 166, 183, 197, 240, 244, 245, 253, 260, 264, 267, 270, 272, 280], "13934": 1, "premakedep": 1, "13926": 1, "http": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 79, 92, 98, 103, 105, 113, 122, 124, 144, 154, 156, 158, 163, 166, 207, 209, 231, 243, 245, 246, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "github": [1, 4, 5, 6, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 92, 98, 103, 105, 122, 124, 135, 144, 157, 160, 163, 166, 209, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "com": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 26, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 92, 98, 103, 105, 122, 124, 144, 155, 163, 166, 209, 231, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "pull": [1, 76, 79, 209, 243, 276], "13898": 1, "overrid": [1, 40, 41, 79, 80, 90, 92, 93, 97, 98, 100, 102, 103, 106, 110, 119, 122, 124, 128, 154, 155, 194, 197, 240, 251, 274], "specif": [1, 6, 7, 8, 13, 21, 28, 37, 40, 41, 46, 47, 58, 61, 64, 69, 76, 86, 88, 91, 92, 94, 103, 104, 107, 112, 115, 120, 122, 124, 135, 137, 139, 140, 150, 154, 155, 157, 161, 162, 165, 192, 194, 197, 201, 202, 203, 205, 223, 226, 230, 233, 240, 247, 251, 253, 254, 255, 259, 261, 264, 265, 272, 278], "13923": 1, "13839": 1, "13836": 1, "step": [1, 3, 4, 6, 11, 13, 28, 29, 46, 47, 56, 62, 69, 122, 124, 130, 131, 155, 194, 212, 222, 253, 255, 258, 264, 267, 270, 271], "13833": 1, "relocat": [1, 30, 36, 211, 266], "build_polici": [1, 97, 98, 264], "debugg": 1, "13810": 1, "possible_valu": [1, 124], "possibl": [1, 4, 5, 6, 7, 13, 17, 27, 30, 36, 41, 42, 47, 51, 52, 58, 61, 62, 64, 76, 79, 80, 84, 86, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 116, 119, 120, 124, 126, 127, 128, 131, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 154, 155, 157, 158, 160, 161, 162, 163, 167, 172, 175, 183, 184, 186, 190, 192, 194, 196, 198, 200, 201, 222, 226, 230, 237, 240, 251, 252, 257, 258, 261, 269, 270, 272, 273, 275, 276, 277, 278, 279, 280], "13796": 1, "optim": [1, 76, 97, 124, 127, 263], "hit": [1, 201, 246], "13771": 1, "sh": [1, 36, 40, 41, 46, 56, 92, 135, 154, 157, 200, 201, 202, 203, 213, 214, 222, 232, 245, 250, 251, 253, 254, 257, 265, 271, 272], "shell": [1, 36, 40, 41, 43, 64, 67, 92, 124, 149, 154, 200, 201, 205, 213, 214, 222], "13764": 1, "13748": 1, "auto": [1, 43, 79, 80, 92, 114, 154, 155, 157, 249], "home": [1, 4, 26, 27, 32, 62, 63, 79, 113, 114, 122, 124, 140, 152, 154, 156, 157, 159, 163, 178, 180, 215, 249, 250, 251, 259], "13746": 1, "render": [1, 21, 103, 107, 113, 151, 153, 154, 158], "profile_nam": [1, 155], "13721": 1, "13718": 1, "understand": [1, 24, 32, 37, 49, 67, 72, 79, 83, 102, 111, 124, 150, 154, 165, 213, 214, 232, 241, 248, 259, 269], "13716": 1, "13712": 1, "skip_warn": [1, 92, 149, 154], "silenc": 1, "13706": 1, "info_invalid": [1, 98, 103], "13688": 1, "13680": 1, "mono": [1, 124], "13562": 1, "demonstr": [1, 28, 253], "13529": 1, "build_script": 1, "13901": 1, "13880": 1, "feed": [1, 80], "field": [1, 47, 52, 89, 93, 100, 103, 105, 107, 114, 117, 123, 124, 135, 137, 140, 153, 156, 157, 158, 166, 188, 197, 209, 212, 217, 236, 280], "13870": 1, "compiler_execut": [1, 28, 92, 154, 155, 197, 214, 226, 232, 249], "13867": 1, "13857": 1, "suffix": [1, 163, 196, 217], "13841": 1, "unkown": 1, "13832": 1, "13778": 1, "renam": [1, 180, 196, 204, 217], "d": [1, 7, 13, 27, 47, 49, 58, 61, 85, 90, 91, 103, 106, 113, 122, 124, 136, 155, 184, 195, 197, 215, 245, 259, 264, 277], "13740": 1, "omit": [1, 21, 124, 154, 272], "l": [1, 90, 91, 93, 94, 96, 97, 100, 102, 103, 105, 106, 110, 116, 119, 120, 212, 213, 215, 217, 236], "libpath": [1, 238], "13704": 1, "13855": 1, "out": [1, 26, 28, 30, 32, 37, 56, 57, 62, 76, 78, 86, 90, 92, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 119, 122, 135, 222, 226, 257, 261, 272, 276], "13853": 1, "13846": 1, "13844": 1, "13779": 1, "merg": [1, 5, 8, 24, 99, 100, 104, 108, 198, 243, 272, 276, 280], "alia": [1, 113, 196, 212], "13763": 1, "dep": [1, 21, 37, 42, 56, 85, 102, 135, 147, 155, 164, 165, 190, 194, 196, 198, 220, 230, 232, 253, 257, 259], "13762": 1, "cmake_system_nam": [1, 92, 154, 197], "baremet": [1, 157], "13739": 1, "deactiv": [1, 51, 166, 197, 202, 203, 251, 278], "13707": 1, "13597": 1, "extend": [1, 28, 44, 48, 79, 82, 83, 93, 100, 110, 125, 136, 160, 166, 193, 276, 278, 280], "13669": 1, "13608": 1, "bat": [1, 36, 40, 41, 46, 92, 135, 154, 197, 200, 201, 202, 203, 213, 214, 222, 226, 231, 232, 233, 245, 251, 253, 254], "13607": 1, "preliminari": [1, 197], "dev": [1, 145, 157, 240], "premake5": 1, "13390": 1, "old": [1, 31, 33, 124, 157, 172, 273, 276], "login": [1, 89, 122, 153, 180, 207, 245], "13671": 1, "msg": [1, 149, 163], "13668": 1, "correct": [1, 41, 43, 79, 80, 84, 92, 124, 137, 138, 140, 142, 143, 167, 188, 190, 196, 197, 201, 205, 225, 232, 250, 251, 260, 261, 264, 266, 270], "origin": [1, 4, 6, 8, 13, 24, 62, 64, 92, 106, 124, 128, 138, 153, 157, 200, 201, 226, 236, 252, 261, 264, 280], "13667": 1, "13661": 1, "respond": [1, 76], "forbidden": [1, 77, 109, 111, 128], "13626": 1, "13622": 1, "direct_deploi": [1, 106, 280], "13612": 1, "13605": 1, "p": [1, 4, 7, 13, 21, 24, 30, 43, 54, 62, 74, 91, 94, 98, 103, 107, 115, 116, 120, 154, 215, 229, 245, 257, 258, 260, 261, 263, 264, 266, 272], "had": [1, 13, 47, 58, 61, 62, 97, 124, 128, 253, 258, 261, 270, 272, 275], "13662": 1, "13657": 1, "close": [1, 97, 124, 205], "13631": 1, "13618": 1, "full_deploi": [1, 36, 106, 280], "collis": [1, 123, 196, 212, 214], "13610": 1, "13601": 1, "temp": [1, 91], "everyth": [1, 5, 13, 19, 43, 62, 64, 71, 76, 79, 91, 111, 116, 128, 137, 155, 185, 236, 253, 270], "13581": 1, "dictionari": [1, 92, 100, 124, 135, 140, 154, 163, 194, 197, 205, 207], "semant": [1, 124, 157, 259, 274], "13571": 1, "sdk": [1, 26, 36, 92, 154, 157, 188, 189, 191, 214, 226], "13531": 1, "13526": 1, "13505": 1, "13502": 1, "13470": 1, "side": [1, 6, 7, 8, 52, 122, 124, 140, 154, 249, 250, 257, 267, 277], "third": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 207, 236, 264, 271, 272], "parti": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 236, 264, 271, 272], "13461": 1, "cmake_legacy_toolchain": [1, 92, 154, 197], "android_use_legacy_toolchain_fil": [1, 92, 154, 197], "It": [1, 6, 7, 8, 13, 17, 18, 28, 30, 32, 36, 37, 40, 41, 46, 47, 52, 54, 58, 61, 62, 64, 68, 69, 70, 74, 75, 76, 78, 79, 80, 84, 85, 86, 87, 89, 91, 92, 93, 94, 100, 102, 103, 104, 106, 109, 111, 112, 113, 114, 116, 117, 120, 124, 126, 127, 128, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 159, 160, 161, 163, 166, 183, 184, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 212, 213, 214, 215, 216, 219, 220, 221, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 244, 245, 246, 249, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 273, 275, 276, 277, 278, 279, 280], "cflag": [1, 46, 92, 98, 103, 140, 154, 155, 191, 197, 213, 214, 217, 221, 226, 231, 232], "cxxflag": [1, 47, 51, 86, 92, 98, 103, 140, 154, 191, 197, 198, 213, 214, 221, 226, 231, 232, 238], "prevent": [1, 122, 124, 197], "13459": 1, "13458": 1, "authent": [1, 3, 62, 79, 114, 115, 153, 156, 158, 159, 180, 207, 244, 245], "13421": 1, "wai": [1, 4, 5, 6, 7, 8, 13, 21, 36, 43, 54, 62, 64, 70, 79, 84, 88, 89, 91, 92, 93, 102, 107, 122, 124, 126, 135, 137, 138, 141, 155, 157, 158, 159, 160, 164, 184, 197, 216, 223, 230, 236, 245, 247, 249, 251, 253, 256, 257, 258, 261, 263, 269, 270, 275, 277, 278, 280], "python_requires_extend": [1, 80, 136, 184], "13487": 1, "again": [1, 4, 13, 21, 26, 28, 32, 54, 91, 93, 122, 147, 149, 167, 220, 222, 236, 247, 251, 263, 264, 266, 270, 275, 277], "mydep": [1, 84, 135, 141, 232], "someopt": 1, "13467": 1, "cpp_std": 1, "vc": 1, "vs2019": [1, 92, 154, 222, 226], "vs2022": 1, "rather": [1, 8, 52, 84, 92, 139, 154, 157, 214, 232, 262, 272], "13450": 1, "conan_shared_found_librari": 1, "find_librari": [1, 26], "13596": 1, "13574": 1, "cmd_wrapper": [1, 160, 162, 280], "13564": 1, "becaus": [1, 6, 13, 17, 24, 28, 30, 32, 36, 43, 47, 49, 50, 52, 58, 62, 64, 65, 69, 76, 84, 87, 88, 91, 92, 100, 107, 109, 110, 124, 131, 138, 139, 140, 141, 145, 154, 155, 157, 167, 184, 192, 196, 197, 217, 222, 251, 252, 254, 258, 263, 264, 265, 266, 270, 271, 272, 275, 276, 277, 278], "13544": 1, "subcommand": [1, 92, 99, 104, 108, 163, 280], "underscor": [1, 259], "13516": 1, "13496": 1, "13488": 1, "composit": [1, 136, 157, 199], "13468": 1, "13415": 1, "13409": 1, "build_script_fold": [1, 194, 212, 263], "autoreconf": [1, 47, 212, 214, 257], "class": [1, 6, 16, 17, 18, 19, 24, 28, 32, 39, 40, 41, 42, 43, 51, 52, 54, 62, 76, 79, 80, 84, 86, 88, 106, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 155, 157, 160, 163, 164, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 232, 233, 236, 237, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 271, 272, 275, 276, 277, 278, 279], "mirror": [1, 4, 207], "That": [1, 8, 13, 17, 24, 39, 68, 79, 80, 88, 106, 124, 144, 159, 161, 168, 190, 196, 201, 217, 222, 231, 250, 251, 252, 263, 267, 276, 279, 280], "13403": 1, "13386": 1, "13354": 1, "jinja2": [1, 113, 114, 154, 155], "inclus": [1, 230], "13336": 1, "13324": 1, "version_rang": [1, 10, 92, 124, 154, 278], "resolve_prereleas": [1, 10, 92, 124, 154, 278], "prereleas": [1, 10, 278], "13321": 1, "13433": 1, "corrupt": 1, "13432": 1, "13430": 1, "13423": 1, "_detect_compiler_vers": 1, "13396": 1, "libc": [1, 24, 79, 98, 103, 114, 155, 157, 197, 226, 249, 251, 259], "13359": 1, "vswhere": [1, 92, 154], "13355": 1, "convers": [1, 81, 89], "13323": 1, "13230": 1, "msbuild": [1, 11, 44, 52, 65, 74, 76, 92, 113, 140, 154, 155, 157, 185, 194, 227, 230, 231, 233, 259], "13435": 1, "nonexist": [1, 21], "13434": 1, "individu": [1, 41, 76, 128, 135, 139, 153, 179, 271, 278], "13428": 1, "fatal": [1, 26], "malform": 1, "13365": 1, "system_lib": [1, 98, 103, 140, 198, 215, 216], "13364": 1, "virtualbuildenv": [1, 28, 40, 41, 46, 124, 140, 155, 185, 197, 199, 200, 201, 250, 251, 254, 260, 265], "instanti": [1, 52, 124, 135, 190, 191, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238], "13346": 1, "nicer": 1, "13328": 1, "qcc": [1, 157], "13326": 1, "insecur": [1, 92, 115], "ssl": [1, 92, 115, 140, 154, 156, 180, 207, 220], "13270": 1, "conanignor": [1, 92], "13269": 1, "traceback": 1, "vv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "13226": 1, "13299": 1, "telemetri": 1, "hang": [1, 76, 122], "13293": 1, "schema2": 1, "13288": 1, "logger": 1, "13287": 1, "auth": [1, 76, 158, 159, 207], "13285": 1, "unexpect": [1, 79, 80, 149, 226, 276], "13282": 1, "runtime_typ": [1, 58, 61, 88, 157, 168, 214], "reli": [1, 4, 52, 76, 80, 107, 142, 143, 197, 217, 249, 264, 266], "13277": 1, "txt": [1, 6, 16, 17, 18, 19, 21, 24, 28, 36, 39, 42, 43, 46, 49, 50, 51, 52, 56, 57, 63, 69, 70, 80, 82, 87, 90, 91, 95, 100, 102, 103, 106, 110, 113, 114, 124, 134, 138, 142, 143, 155, 164, 167, 176, 184, 190, 191, 194, 195, 196, 197, 202, 203, 205, 213, 214, 215, 217, 220, 221, 222, 223, 230, 231, 233, 238, 241, 248, 249, 250, 254, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pars": [1, 32, 62, 76, 107, 154, 155, 160, 216, 236, 237, 261], "13266": 1, "unifi": [1, 6, 157], "13264": 1, "13249": 1, "13214": 1, "explicitli": [1, 6, 13, 28, 42, 76, 80, 86, 91, 92, 94, 100, 106, 107, 109, 116, 124, 126, 130, 131, 133, 135, 139, 140, 141, 144, 145, 154, 184, 196, 198, 249, 252, 260, 275, 277, 278, 279], "state": [1, 7, 141, 180, 184, 197, 226, 252], "13211": 1, "13207": 1, "readm": [1, 166, 207, 271], "13186": 1, "13298": 1, "certain": [1, 28, 64, 106, 112, 116, 135, 140, 154, 155, 157, 166, 230, 252, 258, 260, 267], "13284": 1, "13278": 1, "13267": 1, "13263": 1, "win": [1, 64, 111, 264], "drive": [1, 47, 58, 61], "13248": 1, "13191": 1, "gnu17": [1, 43, 47, 98, 103, 114, 155, 157, 192, 249], "13185": 1, "13180": 1, "13178": 1, "13176": 1, "13172": 1, "etc": [1, 4, 6, 7, 8, 18, 30, 32, 36, 38, 43, 63, 70, 73, 76, 79, 80, 89, 92, 106, 110, 111, 114, 122, 124, 125, 127, 131, 135, 137, 138, 139, 140, 146, 154, 155, 157, 159, 160, 167, 188, 189, 196, 197, 198, 200, 202, 203, 213, 214, 217, 226, 230, 233, 244, 245, 248, 249, 258, 261, 263, 264, 267, 272, 277, 279, 280], "12746": 1, "13135": 1, "main": [1, 5, 19, 26, 30, 36, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 69, 71, 93, 94, 103, 106, 111, 121, 124, 136, 138, 157, 163, 185, 190, 191, 196, 209, 219, 231, 249, 251, 253, 254, 257, 259, 261, 263, 268, 271, 272, 277, 278, 280], "13117": 1, "13112": 1, "13110": 1, "13109": 1, "assign": [1, 28, 80, 84, 124, 130, 139, 142, 143, 195, 196, 197, 216, 226, 236, 258, 265], "13099": 1, "ui": [1, 32, 244, 245], "13093": 1, "13090": 1, "13074": 1, "13066": 1, "13050": 1, "customiz": [1, 157, 280], "presets_prefix": 1, "prepend": [1, 140, 154, 155, 200, 201, 216], "13015": 1, "your": [1, 2, 4, 6, 8, 10, 11, 19, 21, 23, 26, 27, 28, 30, 31, 32, 35, 43, 44, 45, 46, 48, 54, 56, 59, 60, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 81, 86, 88, 91, 93, 103, 113, 114, 123, 124, 125, 126, 130, 131, 133, 134, 135, 136, 139, 140, 144, 149, 154, 155, 157, 160, 163, 164, 165, 166, 167, 168, 184, 186, 189, 190, 191, 192, 195, 197, 205, 212, 214, 220, 221, 222, 223, 225, 226, 230, 232, 236, 238, 240, 241, 242, 247, 248, 249, 251, 253, 254, 255, 258, 261, 263, 264, 266, 267, 268, 269, 270, 271, 273, 280], "own": [1, 4, 8, 13, 19, 30, 37, 43, 50, 62, 64, 76, 79, 80, 81, 83, 86, 87, 88, 103, 113, 114, 123, 124, 126, 127, 135, 144, 154, 155, 157, 160, 163, 164, 165, 166, 184, 186, 196, 197, 223, 236, 242, 244, 255, 259, 264, 268, 270, 272, 280], "10166": 1, "13084": 1, "hash": [1, 83, 87, 98, 103, 105, 124, 144, 184, 207, 251, 252, 258, 260, 261, 277, 280], "13011": 1, "13003": 1, "12980": 1, "12937": 1, "pkgconfidep": 1, "get_transitive_requir": 1, "13013": 1, "13010": 1, "12992": 1, "12962": 1, "concurr": [1, 7, 69, 80, 92, 154, 159, 276, 280], "12930": 1, "against": [1, 5, 8, 10, 21, 37, 43, 74, 80, 115, 124, 132, 140, 149, 153, 156, 157, 162, 180, 238, 251, 259, 260, 268, 275, 276], "12913": 1, "system_requir": [1, 98, 103, 125, 135, 240], "12912": 1, "tar": [1, 4, 8, 28, 124, 205, 207], "pax": 1, "python3": [1, 64, 122], "12899": 1, "unix_path_package_info_legaci": 1, "package_info": [1, 11, 14, 17, 21, 28, 39, 42, 43, 52, 80, 97, 124, 125, 137, 166, 184, 190, 196, 197, 198, 200, 205, 214, 216, 217, 220, 241, 255, 259, 261, 263, 264, 265, 272], "In": [1, 4, 7, 8, 13, 17, 19, 21, 24, 26, 27, 28, 32, 36, 37, 40, 41, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 79, 84, 86, 87, 88, 91, 93, 97, 102, 106, 108, 110, 112, 122, 123, 124, 126, 127, 128, 129, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 150, 155, 157, 164, 165, 166, 175, 184, 189, 190, 192, 195, 196, 197, 200, 201, 212, 214, 222, 226, 228, 231, 240, 242, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "perform": [1, 4, 28, 71, 88, 91, 92, 106, 109, 111, 114, 115, 116, 120, 122, 124, 154, 159, 166, 180, 183, 188, 205, 221, 236, 240, 244, 245, 253, 269, 271, 280], "12886": 1, "12883": 1, "cmake_": [1, 197], "ex": [1, 36, 40, 41, 49, 57, 76, 124, 197, 249, 251, 253, 254, 265, 270], "12875": 1, "tempor": [1, 195], "12808": 1, "barebon": 1, "12802": 1, "pkgid": [1, 107], "12801": 1, "prev": [1, 13, 32, 98, 100, 103, 107], "12781": 1, "12780": 1, "12836": 1, "12881": 1, "ref": [1, 13, 19, 41, 46, 54, 79, 95, 98, 100, 103, 122, 124, 135, 138, 145, 147, 150, 162, 164, 167, 173, 176, 261, 270, 271, 272], "12722": 1, "12699": 1, "required_conan_vers": [1, 92, 154], "between": [1, 7, 13, 27, 28, 54, 84, 92, 102, 106, 124, 129, 135, 139, 140, 154, 184, 207, 244, 248, 250, 270, 275, 280], "12695": 1, "cleanup": 1, "organ": [1, 2, 4, 8, 84, 158, 197, 244, 253], "12666": 1, "12636": 1, "conaninfo": [1, 24, 87, 91, 249, 254, 258, 266], "12616": 1, "conanapiv2": 1, "12615": 1, "refactor": 1, "12554": 1, "12572": 1, "build_modul": [1, 196], "12578": 1, "12525": 1, "12468": 1, "env_info": 1, "user_info": 1, "fake": [1, 40, 41, 265], "12351": 1, "12379": 1, "reciperefer": [1, 173, 175], "equal": [1, 28, 91, 113, 124, 144, 161, 200, 278], "12506": 1, "compress": [1, 6, 57, 64, 92, 98, 103, 154, 183, 205, 207, 249, 250, 251, 253, 254], "uncompress": [1, 57, 64, 249, 251, 253, 254], "12378": 1, "12475": 1, "proper": [1, 7, 140, 212, 214, 224, 250], "lockfileapi": 1, "sever": [1, 6, 7, 21, 24, 27, 28, 42, 62, 64, 65, 69, 74, 79, 86, 87, 89, 94, 99, 100, 106, 108, 111, 124, 127, 154, 155, 163, 184, 190, 196, 197, 220, 236, 240, 244, 245, 249, 251, 257, 259, 261, 266, 268, 271, 273, 274, 275, 278, 280], "loos": 1, "12502": 1, "produc": [1, 28, 79, 80, 86, 88, 91, 92, 106, 108, 109, 111, 124, 127, 135, 137, 140, 154, 157, 184, 196, 197, 202, 203, 205, 261, 275], "drop": [1, 52, 106, 155], "compat_app": 1, "12484": 1, "transitive_head": [1, 98, 280], "12508": 1, "transitive_lib": [1, 98, 280], "uncommit": [1, 124], "12267": 1, "12263": 1, "12243": 1, "included_fil": [1, 236], "12246": 1, "12251": 1, "12152": 1, "convent": [1, 130, 131, 144, 154, 157], "12235": 1, "12080": 1, "decoupl": 1, "12046": 1, "special": [1, 6, 7, 17, 54, 79, 84, 86, 92, 113, 124, 125, 128, 149, 154, 155, 184, 196, 200, 212, 217, 251, 253, 278], "char": [1, 30, 43, 57, 209, 249], "12053": 1, "12032": 1, "clicolor_forc": [1, 159], "12028": 1, "12050": 1, "output_fold": [1, 37, 90, 95, 97, 106, 165, 176], "11977": 1, "12019": 1, "11720": 1, "11728": 1, "11680": 1, "11615": 1, "conanrc": [1, 82, 151], "11675": 1, "11672": 1, "max": [1, 92, 154, 157], "11610": 1, "post_build_fail": 1, "hook": [1, 76, 80, 82, 92, 160, 205], "11593": 1, "pre_gener": [1, 166], "post_gener": [1, 166], "cover": [1, 71, 137, 157, 242, 248, 265, 269], "around": [1, 8, 67, 68, 73, 74, 75, 76, 189, 194, 212, 219, 229, 240, 255], "brought": 1, "back": [1, 2, 10, 18, 47, 58, 61, 63, 76, 84, 92, 112, 154, 279], "11575": 1, "11522": 1, "model": [1, 17, 21, 63, 76, 79, 81, 82, 87, 88, 92, 122, 123, 129, 135, 139, 140, 141, 145, 157, 161, 248, 255, 258, 259], "relationship": [1, 124, 280], "linkag": [1, 251], "autom": [1, 5, 13, 26, 76, 107, 124, 144, 145, 159, 231, 274, 276, 280], "flexibl": [1, 47, 58, 61, 124, 150, 241, 248, 278, 280], "power": [1, 13, 76, 106, 160, 163, 197, 248, 280], "transpar": [1, 4, 11, 38, 58, 70, 249, 270, 280], "pythonapi": 1, "cleaner": [1, 88, 280], "structur": [1, 6, 18, 43, 46, 47, 54, 56, 57, 58, 61, 80, 100, 105, 106, 107, 121, 124, 140, 152, 155, 160, 175, 195, 220, 249, 253, 254, 259, 260, 261, 263, 264, 272, 275, 280], "account": [1, 6, 30, 84, 88, 122, 124, 135, 138, 157, 184, 189, 195, 197, 200, 237, 250, 258, 265, 267, 273, 280], "simpler": [1, 5, 6, 42, 117, 135, 141], "immut": [1, 6, 19, 80, 84, 144, 158, 252, 256, 257, 260, 261, 267, 271, 277], "tutori": [2, 10, 21, 27, 28, 30, 43, 46, 47, 49, 54, 56, 57, 58, 61, 63, 70, 76, 90, 93, 95, 97, 106, 109, 110, 111, 115, 118, 119, 120, 124, 126, 128, 130, 131, 135, 137, 138, 139, 140, 144, 146, 147, 223, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 279, 280], "aim": [2, 76, 98, 128, 150, 154, 157, 220, 267], "develop": [2, 4, 6, 7, 8, 10, 11, 18, 26, 28, 30, 31, 34, 52, 56, 57, 62, 63, 71, 76, 80, 88, 90, 91, 97, 106, 107, 118, 122, 124, 126, 132, 137, 140, 142, 143, 144, 154, 157, 159, 165, 168, 186, 191, 196, 222, 223, 231, 233, 241, 244, 245, 246, 249, 250, 254, 257, 264, 270, 276], "engin": [2, 21, 112, 154, 275, 276], "administr": [2, 3, 245], "architect": 2, "adopt": 2, "design": [2, 18, 28, 76, 136, 157, 253, 272, 280], "product": [2, 5, 6, 36, 63, 76, 80, 93, 111, 114, 128, 132, 139, 272], "team": [2, 5, 8, 52, 57, 76, 79, 84, 112, 113, 114, 122, 124, 157, 244, 245, 246, 249, 264], "plan": [2, 100, 135, 140], "we": [3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 71, 80, 81, 84, 85, 86, 87, 88, 91, 100, 102, 106, 107, 110, 111, 112, 113, 122, 124, 127, 129, 131, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 148, 154, 155, 157, 175, 184, 190, 192, 195, 196, 197, 198, 201, 217, 220, 222, 223, 230, 236, 240, 242, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279], "ll": [3, 4, 32, 46, 56, 57, 69, 155, 163, 197, 222, 231, 233, 249, 271], "free": [3, 4, 28, 76, 98, 103, 122, 197, 244, 245, 246], "tab": [3, 69], "exampl": [3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 150, 152, 153, 154, 155, 157, 161, 162, 163, 165, 166, 167, 168, 176, 188, 189, 190, 191, 195, 196, 197, 198, 201, 202, 205, 209, 215, 216, 217, 220, 223, 226, 228, 229, 230, 236, 240, 241, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 278, 279, 280], "imagin": [3, 10, 102, 196, 220, 253, 258, 266], "give": [3, 4, 8, 76, 89, 102, 114, 121, 202, 203], "upload_url": [3, 4, 92, 154], "myteam": [3, 4, 154], "myorg": [3, 4, 154], "next": [3, 26, 30, 46, 74, 76, 87, 111, 124, 214, 230, 236, 250, 256, 257, 258, 265, 279], "anonym": [3, 122, 153, 158, 159], "see": [3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 56, 62, 64, 69, 71, 79, 85, 86, 87, 88, 89, 92, 93, 94, 100, 105, 106, 107, 110, 114, 116, 120, 121, 122, 124, 128, 130, 131, 132, 138, 139, 140, 144, 146, 152, 153, 154, 155, 157, 158, 161, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 195, 196, 197, 198, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offici": [3, 32, 105, 160, 163, 222, 242, 280], "guid": [3, 4, 63, 241], "how": [3, 4, 5, 6, 8, 16, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 43, 47, 49, 50, 54, 56, 58, 61, 62, 66, 69, 70, 76, 79, 81, 82, 83, 84, 86, 93, 97, 100, 107, 110, 111, 115, 120, 123, 124, 137, 141, 152, 154, 155, 156, 157, 160, 165, 184, 196, 220, 223, 239, 241, 242, 243, 247, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279], "token": [3, 62, 122, 153, 158, 236], "live": [3, 13, 19, 124, 144, 150, 230, 280], "source_credenti": [3, 4, 82, 151], "cmvmdgtu1234567890abcdefghijklmnopqrstuvwxyz": 3, "And": [3, 6, 13, 21, 36, 42, 50, 54, 64, 71, 91, 94, 113, 124, 135, 147, 150, 154, 155, 157, 164, 166, 168, 184, 190, 191, 200, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 233, 250, 252, 259, 260, 270, 275, 276], "last": [3, 7, 107, 141, 157, 179, 180, 221, 231, 273, 278, 280], "permiss": [3, 4, 64, 76, 80, 205, 244, 245], "feel": [3, 140], "accord": [3, 46, 69, 70, 86, 144, 155, 189, 196, 197, 233, 260, 278], "With": [3, 4, 7, 17, 21, 28, 36, 37, 52, 64, 69, 74, 76, 153, 155, 157, 209, 222, 251, 257, 265, 270], "common": [4, 6, 8, 13, 17, 18, 27, 36, 54, 79, 80, 86, 88, 91, 92, 107, 124, 133, 134, 135, 139, 140, 143, 157, 160, 162, 163, 184, 189, 223, 229, 236, 240, 251, 252, 259, 266, 273, 274], "practic": [4, 5, 6, 7, 8, 13, 19, 30, 36, 62, 74, 76, 77, 84, 86, 91, 93, 107, 109, 111, 113, 114, 122, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 140, 141, 144, 147, 150, 155, 158, 184, 226, 241, 250, 252, 254, 256, 257, 260, 261, 265, 267, 271, 275, 276, 277, 278, 279], "canon": [4, 196], "page": [4, 27, 28, 63, 74, 124, 245], "keep": [4, 6, 18, 26, 62, 71, 80, 88, 111, 112, 136, 157, 166, 184, 195, 196, 197, 205, 249, 252, 253, 264, 265, 273, 279, 280], "record": 4, "traceabl": [4, 6, 76, 265, 274, 279, 280], "purpos": [4, 7, 64, 80, 124, 131, 133, 135, 136, 154, 158, 160, 197, 236, 240, 241, 242, 247, 265, 272, 276, 279, 280], "howev": [4, 5, 21, 28, 36, 40, 41, 46, 47, 64, 65, 71, 88, 100, 103, 122, 127, 150, 154, 157, 166, 196, 252, 253, 254, 258, 261, 275, 276, 277, 279], "often": [4, 30, 137, 278], "term": [4, 7, 259], "futur": [4, 7, 37, 62, 72, 79, 80, 81, 92, 100, 113, 114, 124, 155, 161, 162, 165, 167, 184, 205, 208, 253, 261], "mai": [4, 8, 19, 21, 26, 28, 64, 76, 79, 88, 94, 121, 124, 126, 130, 131, 140, 157, 190, 196, 197, 205, 237, 246, 248, 251, 253, 254, 260, 261, 267], "encount": [4, 124], "thu": [4, 8, 80, 122, 124, 127, 133, 134, 212, 215, 280], "retriev": [4, 6, 7, 8, 62, 80, 91, 94, 103, 122, 124, 129, 207, 236, 249, 251, 254, 255, 256, 259, 261, 264, 277], "addition": [4, 8, 28, 103, 104, 128, 141, 149, 154, 196, 217], "alongsid": [4, 220, 241], "infrastructur": [4, 6], "trigger": [4, 74, 149, 280], "sha256": [4, 28, 124, 206, 207, 261], "signatur": [4, 165, 167, 168, 206], "few": [4, 37, 86, 107, 159, 160, 162, 184, 265], "download_url": [4, 92, 154], "repres": [4, 6, 28, 80, 84, 86, 87, 124, 196, 197, 198, 201, 226, 240, 251, 277, 280], "fetch": [4, 6, 28, 62, 64, 76, 89, 91, 105, 144, 236, 251], "either": [4, 8, 37, 74, 113, 122, 124, 126, 135, 139, 140, 141, 149, 159, 167, 179, 186, 200, 252, 278], "present": [4, 13, 37, 46, 52, 79, 81, 91, 92, 104, 105, 106, 124, 141, 157, 159, 192, 254], "prefer": [4, 49, 50, 64, 69, 84, 100, 158, 189, 197, 214, 236, 264, 270, 271, 272, 278], "ahead": [4, 10], "Being": [4, 184], "might": [4, 6, 7, 10, 13, 17, 18, 26, 27, 30, 36, 37, 40, 41, 51, 52, 54, 58, 62, 64, 74, 76, 79, 80, 81, 84, 86, 88, 91, 93, 100, 102, 106, 107, 109, 110, 111, 113, 122, 124, 127, 131, 134, 135, 137, 138, 139, 140, 143, 144, 145, 154, 155, 157, 175, 186, 200, 214, 226, 230, 231, 246, 251, 259, 264, 265, 270, 271, 275, 279], "exclude_url": [4, 91, 92, 154], "start": [4, 5, 6, 17, 30, 46, 56, 57, 62, 64, 74, 80, 100, 103, 113, 123, 124, 139, 140, 155, 157, 158, 163, 166, 175, 197, 205, 207, 217, 222, 226, 245, 246, 249, 259, 270, 271, 272, 275, 276, 277, 279, 280], "begin": [4, 74, 76, 92, 154, 155, 248, 255], "someth": [4, 6, 13, 18, 40, 41, 49, 50, 52, 69, 76, 79, 80, 86, 87, 88, 111, 122, 124, 131, 134, 135, 137, 139, 140, 144, 150, 153, 154, 155, 157, 163, 168, 186, 188, 197, 216, 222, 236, 249, 251, 252, 270, 271, 272, 276, 277, 279], "A": [4, 6, 13, 47, 49, 54, 58, 61, 71, 76, 86, 88, 91, 92, 94, 98, 102, 103, 107, 110, 111, 116, 120, 122, 124, 128, 130, 132, 139, 141, 143, 144, 145, 149, 154, 155, 162, 166, 175, 180, 183, 184, 194, 197, 200, 205, 207, 211, 228, 231, 240, 245, 249, 252, 255, 257, 258, 260, 262, 263, 264, 268, 270, 273, 276, 278, 280], "put": [4, 6, 17, 30, 37, 64, 91, 92, 97, 113, 124, 135, 137, 140, 144, 153, 154, 155, 160, 167, 201, 220, 221, 223, 259, 265, 268, 272, 273, 277], "strongli": [4, 8, 64, 84, 124, 127, 158, 226, 261], "recommend": [4, 5, 6, 7, 8, 13, 24, 30, 32, 36, 37, 56, 57, 62, 65, 76, 79, 80, 84, 86, 88, 92, 100, 106, 107, 111, 114, 122, 124, 127, 132, 133, 138, 139, 141, 142, 144, 154, 155, 159, 166, 184, 196, 208, 240, 244, 245, 246, 254, 257, 259, 264, 270, 275, 276, 278], "below": [4, 5, 6, 8, 69, 76, 84, 86, 87, 91, 129, 141, 144, 152, 154, 188, 190, 191, 195, 197, 205, 214, 217, 220, 258], "relev": [4, 21, 28, 47, 58, 61, 63, 67, 68, 72, 73, 74, 75, 86, 88, 154, 256, 257, 258, 260, 261, 265, 267, 268, 276], "els": [4, 6, 17, 26, 28, 32, 40, 41, 54, 76, 122, 124, 138, 139, 140, 144, 155, 192, 240, 251, 253, 256, 257, 260, 265, 267], "each": [4, 6, 8, 17, 18, 21, 24, 26, 27, 40, 41, 46, 54, 56, 64, 68, 76, 79, 92, 98, 100, 104, 106, 113, 122, 124, 127, 129, 135, 137, 139, 140, 150, 155, 156, 157, 163, 165, 190, 191, 196, 197, 209, 214, 221, 226, 238, 240, 250, 253, 258, 259, 260, 261, 264, 265, 270, 276, 277, 278], "blob": [4, 71, 280], "belong": [4, 91, 94, 107, 111, 124, 185, 196, 205, 217, 250, 259, 265, 268, 280], "artifactori": [4, 13, 65, 76, 122, 160, 244, 246], "describ": [4, 5, 6, 8, 10, 46, 57, 83, 85, 89, 101, 124, 135, 137, 143, 153, 192, 197, 198, 226, 272, 279], "approach": [4, 6, 8, 13, 28, 30, 42, 52, 62, 76, 79, 80, 81, 84, 86, 106, 124, 137, 138, 139, 140, 141, 142, 144, 155, 157, 163, 184, 194, 196, 197, 208, 236, 250, 257, 264, 265, 276, 279], "deal": [4, 9, 81, 127, 139], "worker": 4, "abov": [4, 5, 6, 7, 8, 13, 16, 54, 56, 61, 62, 76, 85, 86, 87, 91, 94, 103, 110, 113, 116, 122, 124, 135, 136, 139, 141, 150, 154, 157, 167, 184, 190, 191, 194, 196, 197, 201, 202, 205, 217, 220, 230, 240, 251, 260, 261, 266, 267, 270, 272, 275, 276, 277, 279, 280], "travers": [4, 152], "until": [4, 8, 69, 80, 152, 153, 158, 161, 259], "client": [4, 7, 13, 32, 52, 69, 74, 76, 79, 89, 92, 114, 121, 122, 124, 153, 166, 245, 246, 251, 259], "regard": [4, 28, 76, 81, 110, 157, 166, 205, 266], "capabl": [4, 7, 105, 106, 155, 197, 253, 280], "1": [4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 71, 76, 78, 79, 81, 84, 85, 87, 88, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 116, 117, 120, 121, 122, 124, 128, 135, 136, 139, 140, 141, 143, 144, 147, 148, 150, 154, 155, 156, 157, 164, 165, 166, 184, 190, 192, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 215, 217, 220, 226, 228, 230, 231, 232, 233, 236, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "3": [4, 10, 19, 21, 26, 28, 30, 36, 39, 40, 41, 42, 43, 49, 50, 51, 54, 62, 64, 69, 76, 79, 85, 86, 87, 93, 100, 104, 106, 107, 109, 110, 111, 113, 121, 122, 124, 128, 135, 145, 150, 155, 157, 184, 189, 190, 196, 197, 202, 207, 217, 220, 222, 249, 250, 252, 253, 254, 257, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276, 278, 279, 280], "ruben": 4, "conan2": [4, 21, 24, 30, 43, 62, 64, 79, 92, 98, 103, 114, 159, 215, 249, 251, 257, 258, 259, 260, 261, 263, 266], "zlib0f4e45286ecd1": 4, "src": [4, 6, 16, 17, 19, 21, 26, 27, 28, 30, 36, 39, 43, 46, 47, 52, 54, 56, 57, 58, 61, 85, 91, 124, 132, 137, 138, 196, 205, 220, 249, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277], "net": [4, 92, 98, 103, 122, 154], "fossil": 4, "gz": [4, 124, 205, 207], "madler": 4, "v1": [4, 192], "newli": 4, "therefor": [4, 8, 69, 88, 127, 205, 240, 263], "dure": [4, 8, 26, 28, 58, 62, 69, 81, 88, 124, 131, 141, 194, 226, 259, 271, 278], "address": [4, 8, 139, 157, 274], "scenario": [4, 7, 28, 41, 42, 43, 62, 64, 86, 124, 126, 127, 140, 141, 155, 161, 253, 264, 280], "ce": [4, 76, 244], "simpl": [4, 13, 17, 24, 28, 37, 43, 44, 45, 47, 51, 55, 58, 59, 61, 62, 68, 73, 76, 79, 80, 93, 100, 113, 122, 124, 125, 126, 128, 136, 141, 150, 163, 166, 184, 219, 220, 221, 223, 241, 244, 246, 248, 251, 253, 255, 259, 261, 262, 263, 267, 270, 271, 278, 279], "suffici": [4, 74, 122], "instruct": [4, 28, 64, 69, 79, 125, 138, 157, 251], "author": [4, 6, 8, 52, 62, 98, 136, 158, 259], "agent": [4, 62, 100], "done": [5, 6, 37, 39, 52, 54, 76, 79, 80, 83, 88, 100, 109, 111, 116, 122, 126, 127, 128, 135, 140, 141, 143, 144, 153, 155, 157, 159, 164, 165, 166, 176, 184, 188, 196, 197, 201, 202, 203, 212, 243, 250, 252, 253, 257, 259, 260, 268, 270, 271, 272, 273, 278, 279, 280], "much": [5, 6, 80, 126, 133, 144, 184, 259, 271, 280], "fulli": [5, 36, 62, 76, 109, 111, 124, 141, 142, 143, 165, 190, 191, 197, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238, 270, 280], "fork": [5, 8, 124], "maintain": [5, 8, 18, 76, 100, 109, 124, 139, 150, 155, 166, 217, 252, 273], "pr": [5, 28, 43, 51, 58, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 155, 220, 222, 250], "2": [5, 6, 8, 10, 13, 17, 26, 28, 36, 40, 41, 42, 43, 46, 50, 56, 57, 62, 64, 65, 69, 76, 78, 79, 81, 85, 87, 91, 92, 94, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 116, 117, 120, 121, 122, 124, 128, 133, 135, 136, 138, 140, 141, 143, 147, 150, 154, 155, 156, 157, 164, 167, 184, 190, 195, 196, 197, 202, 203, 207, 208, 212, 215, 217, 220, 228, 230, 233, 249, 250, 251, 252, 253, 254, 256, 259, 263, 264, 270, 275, 276, 277, 278, 279], "13": [5, 6, 13, 24, 28, 36, 43, 85, 87, 88, 91, 94, 102, 103, 106, 107, 110, 114, 116, 117, 120, 121, 128, 150, 155, 157, 164, 215, 249, 252, 256], "part": [5, 17, 21, 28, 32, 39, 40, 41, 43, 47, 58, 61, 62, 76, 86, 92, 93, 94, 107, 116, 124, 125, 128, 131, 133, 134, 137, 138, 139, 141, 154, 155, 157, 184, 242, 244, 256, 257, 258, 259, 260, 261, 267, 268, 271, 272, 277, 279], "mostli": [5, 32, 46, 124, 141, 157, 166, 240], "proprietari": [5, 76, 158, 216], "idea": [5, 135, 154, 276, 280], "further": [5, 28, 84, 124, 128, 157, 197, 280], "soon": [5, 65, 76, 280], "straightforward": [5, 83, 93, 106, 135, 269, 275], "mani": [5, 6, 46, 51, 52, 62, 64, 71, 76, 79, 80, 81, 86, 109, 113, 135, 155, 184, 201, 247, 270, 273, 276, 280], "advantag": [5, 64, 164, 191, 231, 253], "mitig": [5, 52, 201], "risk": [5, 52, 62, 79, 154, 278], "befor": [5, 6, 7, 10, 26, 46, 56, 57, 62, 74, 120, 124, 126, 130, 135, 137, 144, 147, 155, 165, 166, 184, 201, 205, 214, 219, 222, 226, 232, 236, 240, 250, 251, 253, 254, 257, 258, 261, 265, 272, 276, 280], "No": [5, 24, 52, 88, 124, 131, 251, 263, 279], "central": [5, 76, 242], "outag": 5, "adapt": [5, 83, 113, 114, 124], "perfectli": [5, 52, 79, 150], "minut": [5, 107, 116], "week": [5, 107, 116, 273], "appli": [5, 8, 51, 52, 54, 80, 81, 86, 89, 90, 91, 93, 97, 100, 102, 103, 106, 109, 110, 111, 114, 119, 122, 124, 126, 127, 131, 134, 135, 140, 144, 154, 155, 157, 190, 197, 199, 209, 222, 250, 251, 252, 254, 255, 257, 258, 263, 264, 267, 275, 278, 280], "wouldn": [5, 52, 64, 69, 124, 194], "elimin": [5, 270], "attack": 5, "audit": [5, 8], "analyz": [5, 32, 56, 160], "diff": [5, 54, 102, 107, 209], "trim": [5, 110], "fire": [5, 100, 144, 184, 272], "effici": [5, 36, 57, 76, 84, 124, 139, 230, 249, 280], "thank": [5, 26, 40, 41, 46, 57, 86, 160, 163, 264], "secondari": [5, 76], "Then": [5, 6, 13, 24, 26, 27, 30, 42, 46, 62, 69, 71, 80, 88, 100, 113, 128, 130, 131, 136, 139, 140, 153, 155, 164, 165, 196, 198, 205, 212, 222, 231, 242, 245, 246, 248, 249, 250, 252, 253, 255, 258, 259, 260, 266, 268, 274, 275, 278, 279], "good": [5, 19, 62, 76, 77, 84, 111, 113, 122, 124, 126, 128, 129, 135, 136, 140, 141, 154, 175, 231, 233, 244, 256, 257, 260, 267, 271, 275, 276, 279], "subject": [6, 7, 13, 32, 76, 92, 98, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 161, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 196, 197, 198, 215, 219, 220, 221, 222], "stabil": [6, 7, 13, 32, 71, 76, 92, 105, 107, 114, 121, 128, 130, 131, 132, 139, 152, 153, 155, 157, 158, 161, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 197, 198, 205, 215, 219, 220, 221, 273], "typic": [6, 8, 13, 27, 40, 41, 52, 61, 62, 64, 69, 79, 86, 124, 130, 133, 134, 135, 137, 140, 141, 155, 158, 167, 188, 189, 195, 196, 198, 201, 217, 223, 229, 234, 240, 250, 251, 253, 257, 258, 260, 263, 264, 265, 270, 271, 273, 280], "compos": [6, 28, 106, 140, 154, 155, 172, 179, 189, 197, 200, 236, 263], "But": [6, 7, 13, 30, 40, 41, 52, 62, 76, 86, 97, 107, 112, 124, 127, 135, 146, 148, 149, 155, 163, 167, 196, 217, 220, 250, 252, 253, 259, 263, 265, 275, 276, 277], "normal": [6, 36, 43, 73, 79, 116, 124, 132, 163, 166, 200, 270, 278], "consumpt": [6, 21, 76, 125, 150, 253], "complianc": [6, 127, 280], "technic": [6, 124], "busi": [6, 280], "reason": [6, 8, 42, 52, 62, 79, 80, 93, 97, 111, 144, 158, 265, 272, 275, 277], "suit": [6, 150, 155, 223, 257, 263], "heavi": [6, 30, 76, 124, 126, 162], "pdb": [6, 30], "coverag": [6, 196, 280], "sanit": 6, "analysi": [6, 92, 154], "exact": [6, 49, 50, 80, 84, 91, 92, 109, 111, 116, 124, 127, 155, 180, 191, 205, 231, 236, 252, 259, 270, 271, 272, 277, 279], "relat": [6, 28, 46, 64, 73, 81, 124, 135, 154, 180, 191, 197, 205, 217, 226, 253, 258, 259, 271, 280], "There": [6, 7, 17, 21, 27, 30, 40, 41, 43, 52, 62, 64, 69, 74, 76, 78, 79, 86, 88, 92, 100, 106, 107, 113, 116, 122, 124, 126, 133, 137, 138, 139, 147, 148, 154, 159, 166, 184, 196, 197, 200, 223, 240, 244, 245, 253, 257, 258, 260, 264, 265, 270, 274, 275, 277, 280], "regul": 6, "larger": 6, "happen": [6, 8, 13, 19, 28, 32, 51, 62, 74, 79, 87, 93, 116, 126, 133, 134, 135, 138, 139, 140, 153, 158, 159, 163, 201, 249, 252, 254, 258, 259, 263, 270, 272, 275, 276, 278, 280], "lot": [6, 8, 267, 278, 280], "impact": [6, 8], "experi": [6, 124, 126, 197, 246, 278, 280], "cost": [6, 80], "furthermor": [6, 56, 80, 280], "highlight": [6, 26, 149, 200, 220, 261], "probabl": [6, 32, 197, 223, 230, 252], "scan": [6, 210], "recipe_metadata_fold": 6, "0": [6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 61, 62, 65, 69, 76, 78, 79, 81, 84, 85, 88, 91, 92, 94, 98, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 121, 122, 124, 128, 135, 136, 139, 141, 144, 145, 147, 148, 150, 155, 157, 164, 165, 184, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 217, 220, 226, 228, 230, 231, 232, 233, 240, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "def": [6, 16, 17, 18, 19, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 56, 58, 61, 62, 79, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 155, 157, 158, 161, 162, 163, 164, 165, 166, 167, 168, 184, 186, 188, 189, 190, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 279], "Or": [6, 79, 88, 92, 126, 135, 155, 197, 216, 232, 238], "mybuild": [6, 124], "recipe_fold": [6, 16, 18, 62, 98, 103, 133, 134, 135, 136, 142, 143], "dst": [6, 17, 28, 39, 61, 124, 132, 205, 266], "join": [6, 16, 17, 18, 19, 28, 37, 40, 41, 54, 61, 79, 124, 134, 136, 137, 138, 140, 142, 143, 146, 155, 166, 167, 184, 196, 197, 200, 205, 223, 253, 257, 263, 264, 265, 266, 268, 272], "stuff": 6, "srclog": 6, "most": [6, 7, 13, 18, 21, 28, 30, 32, 36, 40, 41, 46, 56, 57, 65, 67, 68, 72, 73, 74, 75, 76, 80, 86, 88, 89, 93, 107, 108, 110, 124, 129, 138, 139, 141, 142, 151, 154, 161, 184, 195, 197, 198, 205, 223, 232, 240, 241, 249, 256, 265, 268, 269, 271, 275, 276], "mylog": 6, "note": [6, 13, 17, 18, 28, 32, 36, 37, 39, 40, 41, 47, 49, 50, 51, 52, 58, 61, 64, 69, 81, 84, 86, 91, 100, 101, 103, 106, 107, 109, 111, 113, 116, 122, 124, 126, 136, 139, 140, 144, 146, 149, 150, 155, 157, 165, 167, 184, 190, 196, 197, 211, 226, 240, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 266, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "clutter": [6, 223], "accross": [6, 84], "sai": [6, 13, 16, 18, 39, 42, 54, 86, 91, 102, 106, 111, 124, 154, 155, 190, 230, 258, 272], "no_copy_sourc": [6, 126, 263], "As": [6, 8, 17, 21, 24, 28, 40, 41, 43, 46, 56, 61, 76, 79, 85, 86, 87, 88, 91, 100, 101, 107, 112, 113, 124, 144, 155, 157, 158, 165, 184, 186, 191, 196, 197, 201, 220, 240, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 272, 275, 276, 277, 279, 280], "post_export": [6, 166, 205], "post_sourc": [6, 166], "post_build": [6, 160, 166], "similar": [6, 8, 18, 47, 58, 61, 64, 71, 76, 94, 97, 111, 120, 122, 124, 137, 145, 155, 163, 184, 196, 198, 200, 236, 249, 256, 258, 261, 263, 272, 278], "To": [6, 24, 26, 28, 30, 32, 37, 57, 62, 64, 69, 70, 74, 79, 92, 103, 107, 111, 114, 116, 124, 128, 136, 137, 144, 149, 154, 155, 158, 161, 166, 190, 195, 196, 197, 202, 203, 205, 212, 213, 214, 223, 249, 251, 253, 254, 260, 261, 270, 272, 276, 278, 279], "achiev": [6, 8, 40, 62, 80, 126, 139, 165, 191, 196, 205, 231, 248, 253, 259, 263, 276, 279, 280], "didn": [6, 49, 52, 62, 79, 85, 259, 263], "far": [6, 251, 252, 253, 256, 258, 270, 280], "r": [6, 13, 32, 36, 62, 71, 79, 85, 87, 90, 93, 94, 95, 96, 97, 98, 100, 102, 103, 105, 106, 107, 110, 116, 117, 119, 120, 236, 245, 247, 252, 273, 277], "da39a3ee5e6b4b0d3255bfef95601890afd80709": [6, 32, 263], "By": [6, 21, 28, 42, 50, 58, 74, 76, 79, 84, 90, 91, 92, 93, 97, 100, 102, 103, 106, 107, 110, 114, 119, 120, 122, 124, 140, 153, 154, 159, 184, 196, 197, 200, 212, 214, 215, 217, 219, 226, 236, 240, 276, 277], "situat": [6, 13, 28, 36, 40, 41, 86, 109, 116, 124, 126, 138, 139, 143, 155, 184, 196, 217, 274, 275], "sometim": [6, 7, 30, 54, 79, 93, 124, 145, 252, 257, 261, 263, 269], "mix": [6, 86, 184], "recov": [6, 62, 205], "previous": [6, 13, 24, 28, 32, 37, 64, 106, 111, 153, 155, 157, 197, 200, 222, 254, 261, 264, 275], "under": [6, 8, 37, 67, 72, 74, 75, 76, 87, 122, 124, 137, 139, 155, 163, 166, 209, 226, 236, 240, 246, 249, 259, 264, 269, 278], "collect": [6, 37, 103, 106, 135, 140, 144, 205, 215, 258, 267], "recal": [6, 28, 52, 109, 111, 116, 128, 131, 155, 159, 190, 194, 197], "At": [6, 10, 21, 26, 69, 74, 76, 80, 111, 124, 135, 157, 205, 213, 221, 222], "moment": [6, 7, 36, 80, 122, 124, 135, 140, 157, 213, 221], "addit": [6, 8, 64, 65, 92, 93, 108, 124, 141, 154, 155, 157, 180, 187, 197, 205, 207, 214, 226, 231, 232, 233, 253, 254, 260], "quit": [6, 154, 184, 246], "ineffici": 6, "prone": 6, "sensit": 6, "race": 6, "metatada": 6, "best": [6, 7, 13, 36, 62, 84, 86, 91, 93, 107, 109, 114, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 139, 140, 141, 144, 147, 155, 158, 179, 184, 254, 265, 275, 277, 279], "mandatori": [6, 37, 47, 52, 58, 61, 86, 109, 113, 124, 162, 165, 184, 259], "frequent": [6, 8, 205], "excepcion": 6, "decompress": [6, 205, 207, 249, 254, 269], "consid": [6, 7, 8, 21, 28, 46, 76, 84, 85, 86, 91, 100, 107, 124, 127, 129, 161, 190, 192, 197, 226, 253, 277], "zip": [6, 8, 19, 54, 92, 114, 120, 124, 144, 158, 205, 207, 244, 245, 255, 271], "yourself": [6, 47, 58, 61], "categori": [6, 250], "illustr": [6, 85, 279], "later": [6, 7, 13, 26, 69, 71, 93, 100, 103, 124, 127, 131, 134, 140, 149, 155, 180, 205, 236, 242, 247, 252, 253, 257, 258, 264, 274, 276], "necessarili": [6, 124, 276], "ton": 6, "assum": [6, 28, 30, 36, 58, 69, 76, 80, 84, 85, 91, 94, 102, 107, 116, 120, 124, 136, 140, 145, 155, 157, 159, 161, 190, 196, 220, 230, 249, 251, 253, 254, 279], "stage": [6, 26, 64, 93, 97, 157, 166], "applic": [6, 8, 27, 39, 46, 47, 50, 56, 57, 58, 61, 64, 76, 79, 85, 86, 103, 124, 128, 139, 141, 147, 196, 197, 203, 205, 217, 230, 241, 246, 248, 249, 254, 255, 259, 262, 263, 265, 268, 270, 275, 280], "cp": [6, 36, 62], "todo": [6, 175], "hear": 6, "feedback": [6, 76, 81, 278], "continu": [7, 76, 80, 81, 109, 122, 243, 272, 276], "conveni": [7, 13, 71, 107, 113, 124, 144, 145, 155, 165, 168, 184, 196, 200, 202, 203, 252, 265, 268], "recent": [7, 21, 107, 116, 273], "transfer": [7, 8, 52, 122, 280], "paralllel": 7, "pkg1df6df1a3b33c": 7, "9a4eb3c8701508aa9458b1a73d0633783ecc2270": [7, 88, 107], "b": [7, 21, 24, 28, 30, 43, 54, 64, 90, 91, 93, 97, 100, 102, 103, 106, 110, 114, 119, 144, 154, 209, 215, 220, 250, 257, 258, 260, 261, 263, 266, 272], "pkgd573962ec2c90": 7, "conan_cache_sav": 7, "well": [7, 62, 76, 78, 88, 97, 107, 121, 124, 137, 157, 194, 196, 197, 217, 226, 259, 280], "pkg773791b8c97aa": 7, "substitut": [7, 159, 240], "storag": [7, 76, 91, 122, 154, 160, 207, 246, 277], "transitori": 7, "strategi": [7, 8, 62, 139, 144, 271, 280], "proof": 7, "stabl": [7, 64, 107, 113, 114, 124, 154, 155], "fantast": 8, "1500": 8, "contribut": [8, 76, 201, 209, 241, 242], "great": [8, 64, 76, 79, 245, 280], "knowledg": [8, 63, 76, 79], "wide": [8, 64, 86, 88, 251, 253, 254, 259], "variant": [8, 72], "On": [8, 46, 47, 58, 61, 86, 122, 145, 157, 222, 246, 249, 250, 251, 259], "top": [8, 141, 155, 236], "contributor": [8, 76], "qnx": 8, "greatest": 8, "promis": 8, "unlik": [8, 94, 124, 197, 251], "snapshot": [8, 252, 276], "contrari": 8, "e": [8, 43, 62, 64, 76, 79, 91, 94, 95, 98, 100, 102, 103, 106, 107, 110, 113, 116, 120, 122, 124, 128, 154, 155, 156, 157, 188, 192, 194, 197, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 260, 261, 280], "g": [8, 28, 36, 43, 49, 50, 79, 90, 91, 94, 95, 100, 102, 103, 106, 107, 110, 113, 116, 120, 122, 124, 154, 155, 156, 157, 164, 176, 188, 192, 194, 197, 202, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 249, 250, 251, 253, 254, 261, 270, 271, 272], "opencv": [8, 122, 145, 162], "greater": 8, "remain": [8, 88, 122, 124, 159, 190, 200, 226], "older": [8, 76, 104, 109, 112, 277, 278, 279], "push": [8, 62, 76, 236], "ecosystem": [8, 81, 86, 222], "hand": [8, 76, 86, 110, 126, 145], "combin": [8, 90, 93, 100, 102, 103, 106, 110, 112, 114, 119, 138, 144, 279], "mean": [8, 13, 30, 32, 36, 40, 41, 52, 64, 69, 76, 79, 80, 84, 85, 86, 91, 94, 102, 103, 105, 106, 107, 116, 120, 124, 126, 128, 131, 135, 139, 140, 144, 147, 150, 155, 157, 159, 161, 162, 175, 183, 184, 190, 196, 200, 201, 205, 212, 214, 223, 240, 251, 252, 263, 267, 269, 272, 275, 276, 277, 278], "languag": [8, 39, 43, 46, 51, 56, 57, 76, 191, 197, 249], "pip": [8, 62, 122, 246], "pypi": [8, 64], "npm": 8, "cargo": 8, "discourag": [8, 91, 124, 158, 184, 226, 261], "unconstrain": 8, "manner": [8, 270], "guidelin": [8, 63, 64, 76, 77, 185], "seri": [8, 124, 269], "highli": [8, 24, 32, 37, 46, 56, 57], "mention": [8, 28, 98, 103, 139, 141, 155, 190, 196, 214, 221, 226, 232, 257, 267, 272, 280], "earlier": [8, 28, 76, 278], "solver": 8, "actual": [8, 13, 19, 28, 40, 41, 76, 79, 86, 97, 116, 120, 126, 135, 141, 145, 155, 157, 183, 201, 202, 203, 205, 240, 247, 252, 272, 275, 276, 279], "4": [8, 10, 21, 26, 50, 56, 79, 84, 85, 104, 107, 111, 121, 122, 124, 129, 135, 139, 145, 150, 154, 155, 157, 184, 197, 220, 250, 253, 256, 263, 273, 279], "5": [8, 10, 69, 79, 84, 92, 100, 104, 106, 109, 110, 111, 112, 124, 128, 135, 139, 155, 157, 168, 207, 230, 252, 276, 278, 279], "greatli": [8, 280], "encourag": [8, 76, 124, 259, 271], "consist": [8, 18, 84, 86, 88, 92, 93, 275, 276, 279, 280], "rust": 8, "technologi": [8, 74, 157], "upstream": [8, 62, 79, 124, 128, 135, 141, 183, 196, 270, 275], "period": [8, 273], "downtim": 8, "schedul": 8, "effort": [8, 135, 280], "made": [8, 28, 58, 91, 280], "unschedul": 8, "rare": [8, 126, 140, 142], "treat": [8, 92, 141, 154, 157, 205], "urgenc": 8, "occasion": 8, "suffer": 8, "enterpris": [8, 122, 157, 244, 246], "strong": [8, 76, 86, 124, 141, 155, 275], "uptim": 8, "protect": [8, 64, 123, 157], "transient": 8, "network": [8, 21, 92, 103, 122, 151], "extern": [8, 19, 26, 51, 64, 255, 259, 261, 264, 266, 277], "These": [8, 21, 28, 32, 46, 74, 76, 84, 88, 92, 93, 106, 122, 133, 134, 135, 137, 149, 151, 154, 155, 158, 159, 163, 180, 195, 197, 198, 212, 213, 217, 226, 250, 251, 253, 258, 259, 263, 264, 268, 272, 276, 280], "industri": [8, 81], "financ": 8, "robot": 8, "embed": [8, 76, 84, 85, 124, 141, 157], "stronger": 8, "licens": [8, 28, 37, 57, 76, 98, 103, 105, 106, 113, 133, 134, 135, 136, 138, 166, 244, 249, 255, 259, 267, 271, 277], "medic": 8, "automot": 8, "advis": [8, 142, 143, 155], "instanc": [8, 28, 32, 43, 69, 98, 122, 124, 128, 137, 138, 139, 154, 155, 163, 186, 188, 192, 196, 197, 200, 201, 202, 203, 214, 222, 226, 228, 229, 230, 233, 236, 260, 268], "backport": [8, 209, 280], "suitabl": [8, 157], "review": [8, 69, 262, 263, 265, 272], "tight": 8, "subsect": 8, "come": [10, 28, 47, 58, 61, 64, 135, 155, 163, 192, 197, 217, 226, 245, 251, 264, 280], "glanc": 10, "becom": [10, 64, 74, 86, 133, 134, 184, 277, 280], "unfeas": 10, "benefit": 10, "interest": [10, 13, 76, 91, 93], "pick": [10, 28, 252], "action": [10, 28, 32, 56, 62, 69, 122, 252, 260], "summar": [10, 81, 280], "libpng": [10, 100, 105, 190], "libmysqlcli": 10, "publish": 10, "easi": [10, 26, 66, 70, 71, 76, 80, 87, 144, 252, 259, 271, 275], "invoc": [10, 13, 37, 67, 68, 73, 74, 75, 80, 126, 149, 160, 162, 188, 189, 190, 191, 194, 197, 202, 212, 219, 220, 229, 231], "8": [10, 79, 84, 104, 106, 117, 124, 129, 135, 155, 157, 189, 202, 203, 205, 209, 226, 230, 231, 233, 252, 256, 257, 258, 267, 268, 278], "493d36bd9641e15993479706dea3c341": 10, "6": [10, 24, 56, 64, 76, 79, 84, 104, 107, 121, 122, 129, 144, 147, 157, 190, 209, 216, 250, 252, 253, 254], "40": [10, 107, 277], "2ba025f1324ff820cf68c9e9c94b7772": 10, "lz4": [10, 37], "9": [10, 46, 54, 79, 84, 92, 110, 128, 129, 135, 150, 154, 155, 157, 207, 250, 278], "b572cad582ca4d39c0fccb5185fbb691": 10, "openssl": [10, 21, 76, 85, 87, 94, 104, 106, 124, 135, 150, 217, 220], "f2eb8e67d3f5513e8a9b5e3b62d87ea1": 10, "f2eb8e6ve24ff825bca32bea494b77dd": 10, "zstd": [10, 37], "54d99a44717a7ff82e9d37f9b6ff415c": 10, "27": [10, 107, 197, 264], "de7930d308bf5edde100f2b1624841d9": 10, "18": [10, 26, 43, 85, 87, 107, 128, 157], "afterward": 10, "go": [10, 17, 21, 24, 26, 27, 28, 30, 32, 37, 46, 49, 50, 54, 56, 57, 69, 74, 97, 100, 112, 133, 141, 150, 197, 223, 230, 247, 249, 263, 265, 268, 270, 272, 275, 278], "usual": [10, 64, 88, 124, 141, 146, 155, 160, 165, 190, 200, 270, 272, 276], "behaviour": [10, 122, 155, 196, 240, 258, 259, 260], "bazel": [11, 44, 63, 65, 92, 113, 154, 185, 218, 220, 221, 249], "ndk": [11, 25, 26, 66, 124, 140, 186, 197, 226, 250], "macro": [11, 38, 46, 47], "concaten": [13, 94, 120], "11": [13, 24, 28, 47, 57, 79, 87, 91, 92, 98, 102, 104, 106, 107, 116, 117, 124, 135, 141, 150, 154, 155, 156, 157, 164, 190, 192, 196, 202, 203, 209, 212, 217, 220, 230, 233, 249, 250, 251, 252, 253, 254, 256, 257, 263, 267, 268, 271, 278], "sent": 13, "12": [13, 21, 24, 26, 27, 47, 98, 103, 107, 116, 117, 150, 155, 157, 192, 209, 217, 226, 246, 252, 263, 264, 277], "b1fd071d8a2234a488b3ff74a3526f81": 13, "1667396813": [13, 110], "987": 13, "ae9eaf478e918e6470fe64a4d8d4d9552b0b3606": [13, 107], "19808a47de859c2408ffcf8e5df1fdaf": 13, "arch": [13, 16, 17, 18, 24, 26, 27, 28, 39, 42, 43, 47, 51, 54, 58, 61, 62, 64, 75, 79, 86, 87, 88, 91, 94, 98, 102, 103, 105, 107, 114, 116, 120, 124, 127, 130, 131, 136, 139, 140, 145, 148, 155, 157, 165, 168, 177, 186, 188, 189, 190, 191, 194, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 230, 231, 232, 233, 238, 240, 249, 250, 251, 252, 253, 257, 259, 261, 263, 264, 265, 268, 276, 277], "x86_64": [13, 24, 26, 27, 28, 36, 43, 47, 58, 61, 79, 86, 87, 88, 98, 102, 107, 114, 130, 137, 145, 155, 157, 165, 168, 189, 190, 192, 197, 202, 203, 240, 249, 250, 251, 253, 254, 257, 259, 264, 265, 268, 271, 276, 277], "singl": [13, 26, 49, 50, 52, 76, 84, 88, 89, 94, 100, 111, 114, 124, 161, 166, 180, 190, 194, 195, 196, 197, 198, 202, 203, 205, 226, 230, 253, 261, 264, 272, 280], "almost": [13, 84, 89], "myremot": [13, 94, 116, 120, 122, 153, 273, 277], "slow": 13, "promot": 13, "magnitud": 13, "dedupl": 13, "One": [13, 76, 79, 124, 164, 191, 197, 205, 226, 231, 250, 257], "mypkg": [13, 52, 79, 86, 88, 91, 106, 113, 124, 142, 144, 145, 155, 164, 196, 200, 220], "cmake_lib": [13, 27, 85, 91, 113, 195, 259, 264, 277], "represent": [13, 103], "f57cc9a1824f47af2f52df0dbdd440f6": 13, "2401fa1d188d289bb25c37cfa3317e13e377a351": [13, 91, 277], "75f44d989175c05bc4be2399edc63091": 13, "null": [13, 24, 26, 86, 98, 100, 105, 157], "known": [13, 52, 157, 207, 252, 263, 280], "destruct": 13, "natur": [13, 86, 275, 277], "cannot": [13, 27, 43, 62, 79, 80, 86, 88, 90, 92, 93, 100, 102, 103, 106, 108, 109, 110, 119, 124, 125, 126, 127, 136, 144, 148, 150, 154, 159, 163, 184, 192, 196, 197, 198, 251, 259, 263, 264, 269, 275, 276], "OR": [13, 26, 91, 94, 107, 116, 120, 177, 232, 278], "leav": [13, 26, 28, 86, 101, 116, 122, 135, 154, 157, 273], "subproject": [14, 15, 137, 272], "recreat": [16, 17, 18, 19, 21, 24, 28, 30, 32, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272], "examples2": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276], "cd": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 85, 196, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 280], "conanfile_in_subfold": 16, "cmakelist": [16, 17, 18, 19, 21, 28, 36, 39, 42, 43, 49, 50, 51, 52, 69, 70, 80, 91, 113, 124, 138, 194, 195, 196, 197, 223, 249, 253, 254, 256, 257, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 280], "h": [16, 17, 18, 21, 26, 28, 32, 43, 46, 47, 52, 56, 57, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 138, 163, 205, 249, 250, 251, 256, 257, 258, 259, 260, 263, 264, 266, 267, 268, 270, 271, 272], "pkgsai": 16, "export_sources_fold": [16, 18, 19, 54, 134, 209], "cmake_fil": 16, "real": [17, 26, 62, 76, 81, 120, 140, 147, 205, 275, 279, 280], "editable_compon": 17, "greet": [17, 163, 226], "hello": [17, 18, 19, 26, 27, 28, 32, 42, 47, 49, 50, 52, 54, 56, 58, 61, 62, 85, 103, 107, 113, 124, 135, 163, 184, 194, 195, 196, 197, 219, 226, 247, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 270, 271, 272, 277], "bye": [17, 18, 163, 270, 277], "greetingsconan": 17, "exports_sourc": [17, 19, 39, 42, 43, 47, 51, 54, 58, 61, 62, 80, 133, 134, 184, 197, 236, 259, 261, 263, 265, 272, 277, 279], "src_folder": [17, 19, 195, 223, 271], "dir": [17, 19, 21, 27, 92, 113, 124, 140, 155, 198, 215, 222, 236, 257, 258, 259, 260, 263, 268, 271, 272], "bt": [17, 93], "keep_path": [17, 28, 61, 138, 205, 264, 265, 266], "cmake_file_nam": [17, 140, 196], "myg": 17, "cmake_target_nam": [17, 21, 140, 196, 260], "mygreet": 17, "myhello": [17, 260], "myby": 17, "beyond": 17, "filenam": [17, 50, 52, 90, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 113, 119, 155, 165, 167, 201, 205, 207, 225], "besid": [17, 32, 50, 62, 72, 106, 154, 155, 157, 160, 190, 196, 198, 249, 258, 260, 261, 267, 271], "app": [17, 26, 39, 57, 75, 85, 86, 88, 92, 111, 122, 135, 141, 154, 189, 191, 192, 194, 196, 197, 200, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 231, 238, 245, 249, 278, 279], "example2": 17, "find_packag": [17, 21, 26, 42, 43, 52, 69, 113, 196, 249, 254, 257, 260, 267, 268], "add_execut": [17, 21, 52, 69, 196, 249, 254, 257, 260, 268], "target_link_librari": [17, 21, 26, 43, 52, 69, 196, 249, 254, 257, 260, 267, 268], "adio": 17, "multiple_subproject": 18, "sibl": [18, 124], "myhead": [18, 207], "myutil": 18, "subprojectfold": 18, "reloc": 18, "100": [18, 19, 21, 27, 92, 122, 124, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 268, 271, 272], "world": [18, 27, 28, 47, 49, 50, 52, 54, 56, 58, 61, 62, 76, 81, 85, 124, 163, 197, 219, 256, 257, 259, 260, 261, 264, 267, 268, 270, 271, 277], "fine": [18, 19, 43, 111, 122, 124, 246, 259], "principl": [18, 275, 276], "must": [18, 28, 61, 62, 64, 68, 80, 91, 92, 108, 109, 111, 122, 124, 130, 131, 133, 134, 139, 144, 154, 155, 161, 162, 163, 167, 173, 180, 194, 196, 205, 209, 212, 214, 216, 236, 249, 252, 253, 254, 259, 260, 276], "third_party_librari": 19, "whose": [19, 89, 90, 93, 100, 102, 103, 106, 110, 119, 144, 155], "mypatch": 19, "sour": 19, "libhello": [19, 27, 54, 256, 257, 258, 260, 261, 264, 266, 267, 268, 271], "archiv": [19, 54, 91, 92, 144, 188, 205, 216, 261, 271], "head": [19, 54, 62, 144, 236, 256, 257, 260, 261, 267, 271, 277], "strip_root": [19, 28, 54, 205, 207, 261, 271], "awar": [19, 28, 40, 41, 64, 70, 94, 100, 114, 130, 131, 152, 197, 236, 256, 257, 258, 260, 261, 264, 267, 271, 280], "tag": [19, 64, 80, 92, 124, 143, 144, 149, 154, 236, 256, 257, 259, 260, 261, 267, 271, 277, 279], "patch_fil": [19, 54, 209], "7kb": [19, 261, 271], "50": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "cmakefil": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "libcrypto": [21, 140], "libssl": [21, 140], "abstract": [21, 51, 52, 67, 74, 75, 80, 86, 189, 194, 212, 219, 229, 260], "rest": [21, 76, 86, 100, 112, 154, 155, 205, 208, 217, 244, 245], "game": [21, 113, 275, 276], "algorithm": [21, 207], "ai": [21, 113], "coupl": [21, 30, 127, 249, 257, 260, 268], "package_nam": [21, 113, 150, 190, 240, 245], "component_nam": [21, 196, 198, 220], "check_components_exist": 21, "15": [21, 39, 43, 49, 51, 69, 92, 104, 114, 154, 157, 196, 240, 249, 251, 252, 253, 254, 257, 260, 266, 267, 268], "packagetest": [21, 257, 260, 268], "barbarian": [21, 103, 114], "d6e361d329116": 21, "j16": [21, 260], "25": [21, 36, 85, 86, 155, 157, 257, 260, 265, 277], "37": [21, 190], "libnetwork": 21, "libalgorithm": 21, "62": 21, "75": [21, 257, 260], "87": 21, "libai": 21, "librend": 21, "am": [21, 46, 47, 275], "NOT": [21, 26, 124, 144, 184, 196, 237, 257], "stack": 21, "incomplet": [21, 109, 112, 157], "occur": [21, 149, 207], "22": [21, 85, 87, 107, 155, 157, 250, 252, 253, 254, 263, 264], "conanexcept": [21, 37, 62, 206, 207], "tbd": 22, "config_fil": 24, "propos": 24, "webo": 24, "sdk_version": [24, 157, 188, 189], "7": [24, 28, 56, 62, 79, 84, 92, 129, 155, 157, 278], "cortexa15t2hf": 24, "rc": [24, 56, 68, 92, 154, 197, 219, 221, 232], "rewrit": [24, 110], "sub": [24, 108, 115, 124, 155, 163, 205, 271], "conan_hom": [24, 37, 80, 103, 114, 152, 154, 155, 156, 157, 164, 165, 166], "myuser": [24, 30, 43, 62, 124, 153, 155, 158], "pkgconan": [24, 155, 225], "gnu98": [24, 157], "pkg929d53a5f06b1": 24, "a0d37d10fdb83a0414d7f4a1fb73da2c210211c6": 24, "6a947a7b5669d6fde1a35ce5ff987fc6": 24, "637fc1c7080faaa7e2cdccde1bcde118": 24, "pkgb3950b1043542": 24, "libstdc": [24, 28, 47, 92, 154, 155, 157, 214, 222, 250], "pkg918904bbca9dc": 24, "44a4588d3fe63ccc6e7480565d35be38d405718": 24, "d913ec060e71cc56b10768afb9620094": 24, "pkg789b624c93fc0": 24, "pkgde9b63a6bed0a": 24, "19cf3cb5842b18dc78e5b0c574c1e71e7b0e17fc": 24, "f5739d5a25b3757254dead01b30d3af0": 24, "pkgd154182aac59": 24, "observ": [24, 220], "right": [24, 26, 65, 79, 80, 106, 126, 184, 196, 270, 271, 276, 278], "2023": [24, 28, 81, 85, 87, 107, 157, 277], "02": [24, 87, 107, 212, 277], "16": [24, 92, 104, 107, 150, 154, 155, 157], "06": [24, 47, 107, 252, 253], "42": [24, 86, 92, 107, 124, 184], "10": [24, 46, 56, 62, 92, 107, 121, 154, 155, 157, 226, 252], "utc": [24, 47, 58, 61, 85, 87, 88, 107, 252, 259, 263, 264, 277], "wizard": 26, "myconanappl": 26, "minimum": [26, 124, 145, 226, 259, 267], "suggest": [26, 76, 124, 131], "21": [26, 27, 88, 107, 121, 128, 157, 197, 226], "rememb": [26, 37, 122, 222, 253], "api_level": [26, 27, 157, 226], "choic": [26, 92, 104, 157, 266], "jni": 26, "jniexport": 26, "jstring": 26, "jnical": 26, "java_com_example_myconanapp_mainactivity_stringfromjni": 26, "jnienv": 26, "jobject": 26, "std": [26, 43, 54, 81, 192, 214, 221, 257, 267, 277], "zlibvers": [26, 57, 249], "newstringutf": 26, "c_str": 26, "prepar": [26, 28, 80, 120, 126, 135, 147, 183, 241, 250, 255, 259, 271, 280], "my_conan_app": 26, "view": [26, 30, 69, 74, 107, 124, 129, 139, 161, 258], "task": [26, 62, 80, 144, 159, 160, 180, 264, 276, 280], "conaninstal": 26, "element": [26, 32, 80, 100, 101, 116, 230, 231], "conanexecut": 26, "builddir": [26, 39, 42, 52, 98, 103, 140, 196], "mkdir": [26, 62, 85, 204, 264, 277], "armv7": [26, 27, 28, 157, 186, 189, 240], "n": [26, 37, 43, 46, 54, 56, 57, 62, 157, 167, 195, 229, 236, 249, 251, 256, 257, 267, 277], "sout": 26, "stringbuild": 26, "serr": 26, "proc": 26, "consumeprocessoutput": 26, "waitfor": 26, "println": 26, "exitvalu": 26, "throw": [26, 91, 149, 159], "err": 26, "ncommand": 26, "compilesdk": 26, "32": [26, 28, 85, 104, 130, 157, 192, 222, 233, 250, 264, 276], "defaultconfig": 26, "adjust": [26, 27, 137, 188, 196, 197, 214, 215, 217, 258], "focu": [26, 28, 267], "proil": 26, "_static": [26, 27, 157], "14": [26, 27, 28, 58, 61, 79, 88, 103, 107, 113, 114, 124, 155, 157, 168, 217, 233, 249, 250, 251, 259, 263, 267], "ndk_path": [26, 27, 92, 124, 140, 154, 197, 226], "luism": [26, 263, 265], "7075529": 26, "bin": [26, 27, 28, 36, 40, 41, 56, 98, 103, 140, 155, 188, 197, 214, 215, 217, 220, 245, 250, 263, 265, 266], "android31": [26, 27], "llvm": [26, 27, 157], "prebuilt": [26, 27, 85, 102, 255, 262, 271], "darwin": [26, 27, 56, 103, 114, 155], "_share": [26, 27, 157], "externalnativebuild": 26, "applicationid": 26, "myconanapp": 26, "minsdk": 26, "targetsdk": 26, "versioncod": 26, "versionnam": 26, "testinstrumentationrunn": 26, "androidx": 26, "androidjunitrunn": 26, "cppflag": [26, 46, 213, 214], "dcmake_toolchain_fil": [26, 30, 36, 49, 50, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "respons": [26, 40, 41, 47, 52, 58, 61, 64, 70, 79, 92, 97, 106, 123, 124, 126, 131, 140, 142, 143, 154, 166, 205, 209, 226, 236, 259], "android_abi": [26, 185, 197], "exit": [26, 32, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 147], "prematur": 26, "essenti": [26, 46, 76, 155, 156], "absent": 26, "cmake_build_typ": [26, 196, 197], "endif": [26, 54, 251, 256, 257, 260, 267], "strequal": [26, 257], "cmake_current_list_dir": 26, "conan_toolchain": [26, 36, 49, 50, 51, 52, 92, 135, 154, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "elseif": 26, "v8a": [26, 186], "armeabi": [26, 186], "v7a": [26, 186], "Not": [26, 80, 98, 103, 124, 131, 135, 154, 162, 249, 254, 261, 275], "add_librari": [26, 43, 52, 260, 266, 267], "virtual": [26, 64, 76, 122, 155, 251, 254, 258], "devic": [26, 27], "pair": [26, 122], "qr": 26, "click": [26, 30, 69, 74, 217, 245], "brew": [27, 64, 92, 154, 239], "usr": [27, 122, 155, 216, 250], "choos": [27, 74, 92, 104, 124, 196, 212, 240, 249, 267], "fit": [27, 81, 89, 192, 276], "balanc": [27, 84], "mingw": [27, 157, 248, 254], "ninja": [27, 58, 80, 86, 92, 106, 112, 128, 135, 149, 154, 194, 197, 226, 254, 265], "provis": 27, "w": [27, 149, 167], "r23b": 27, "unless": [27, 76, 91, 92, 106, 116, 120, 122, 124, 133, 134, 154, 159, 209, 230, 249, 273], "know": [27, 32, 52, 84, 88, 93, 97, 124, 148, 157, 163, 196, 212, 251, 258, 260, 265, 272, 279], "precompil": [28, 79, 91, 106, 124, 138, 140, 220, 241, 264], "discuss": [28, 76, 154, 175], "u": [28, 46, 76, 79, 90, 93, 100, 102, 103, 106, 110, 119, 128, 253, 261], "raspberri": [28, 250], "pi": [28, 250], "ubuntu": [28, 62, 76, 157, 240, 250], "toolchain_packag": 28, "arm": [28, 43, 86, 157, 229, 250, 253], "64": [28, 43, 157, 192, 222, 233, 250, 276], "bit": [28, 43, 52, 54, 62, 130, 140, 155, 157, 163, 192, 205, 233, 250, 259, 264, 268, 279], "conaninvalidconfigur": [28, 124, 147, 148, 192, 253, 275], "armtoolchainpackag": 28, "_archs32": 28, "armv6": [28, 157, 186], "armv7hf": [28, 157, 186, 240, 250], "_archs64": 28, "_get_toolchain": 28, "target_arch": [28, 103], "gnueabihf": [28, 250], "df0f4927a67d1fd366ff81e40bd8c385a9324fbdde60437a512d106215f257b3": 28, "12fcdf13a7430655229b20438a49e8566e26551ba08759922cdaf4695b0d4e23": 28, "valid_arch": 28, "geteula": 28, "37988a7c": 28, "c40e": 28, "4b78": 28, "9fd1": 28, "62c20b507aa8": 28, "sha": [28, 207], "media": 28, "rel1": 28, "binrel": 28, "xz": [28, 205], "_": [28, 46, 80, 124, 155, 159, 164, 185, 191, 217, 230, 264], "dirs_to_copi": 28, "libexec": 28, "dir_nam": 28, "asm": [28, 92, 154, 157, 197, 232], "incorpor": 28, "variou": [28, 96, 141, 157, 271], "acknowledg": 28, "distinct": [28, 124], "recogn": 28, "creation": [28, 47, 58, 61, 76, 80, 125, 157, 166, 236, 252], "popul": [28, 196, 250], "verif": [28, 92, 154, 207], "diagram": [28, 258], "anyth": [28, 40, 41, 58, 76, 80, 203, 240, 250, 264, 265, 268, 277, 280], "ordinari": 28, "simpli": [28, 43, 68, 74, 155, 222, 223, 270], "particularli": [28, 124, 137, 139], "identifi": [28, 40, 41, 71, 83, 85, 87, 88, 104, 116, 124, 125, 251, 258, 265, 272, 278], "differenti": [28, 84, 157, 250], "encapsul": [28, 124], "toolchain_triplet": 28, "virtualrunenv": [28, 140, 155, 185, 197, 199, 200, 201, 251, 260, 265], "appropri": [28, 149], "stringio": [28, 149], "testpackageconan": 28, "build_requir": [28, 40, 41, 43, 93, 109, 110, 111, 112, 125, 135, 141, 155, 196, 217, 220, 250, 252, 253, 265, 276], "test_fil": 28, "assert": [28, 40, 41, 167, 197, 201], "elf": [28, 250], "getvalu": 28, "minim": [28, 106, 113, 192, 268], "proce": [28, 32, 43, 251], "gnu14": [28, 155, 157, 214, 250], "20231009": 28, "copyright": 28, "softwar": [28, 46, 103, 222, 240, 280], "foundat": 28, "inc": 28, "emploi": 28, "consequ": [28, 62, 100], "compressor": [28, 30, 36, 57, 196, 249, 250, 251, 253, 254], "lsb": [28, 250], "sysv": [28, 250], "dynam": [28, 58, 61, 87, 88, 107, 124, 125, 142, 143, 155, 157, 166, 168, 184, 226, 250, 251, 253, 279, 280], "interpret": [28, 64, 154, 184, 250], "debug_info": 28, "strip": [28, 92, 100, 154, 188, 194, 205, 209, 226, 236, 250], "procedur": 28, "hasn": 28, "bare": [30, 76, 259], "symbol": [30, 69, 81, 152, 188, 197], "box": [30, 272], "consuming_packag": [30, 249, 250, 251, 252, 253, 254], "simple_cmake_project": [30, 249], "finish": [30, 56], "successfulli": [30, 56, 70, 74, 250, 260, 268, 270], "23": [30, 49, 50, 93, 106, 110, 128, 150, 157, 197, 263, 264, 265, 270, 271, 272, 277], "sln": [30, 61, 74, 229], "solut": [30, 61, 74, 76, 80, 122, 137, 141, 230, 231, 244, 246, 275], "startup": 30, "breakpoint": 30, "void": [30, 43, 54, 57, 249, 251, 256, 267, 277], "deflateinit": [30, 57, 249], "defstream": [30, 57, 249], "z_best_compress": [30, 57, 249], "deflat": [30, 57, 249], "z_finish": [30, 57, 249], "f5": 30, "stop": [30, 106, 197], "Into": 30, "navig": [30, 69, 245], "zlib4f7275ba0a71f": 30, "zexport": 30, "deflateinit_": 30, "strm": 30, "stream_siz": 30, "z_streamp": 30, "const": 30, "deflateinit2_": 30, "z_deflat": 30, "max_wbit": 30, "def_mem_level": 30, "z_default_strategi": 30, "next_in": [30, 57, 249], "inspir": 31, "agnost": [31, 34, 52, 58, 106, 165], "enough": [32, 52, 62, 64, 80, 97, 128, 135, 139, 154, 155, 159, 198, 253, 266, 275], "cmd_clean": 32, "your_conan_hom": [32, 163, 272], "Will": [32, 40, 41, 90, 93, 94, 100, 102, 103, 106, 110, 112, 116, 119, 124, 135, 144, 168, 188, 191, 196, 197, 201, 226, 240], "ye": 32, "31da245c3399e4124e39bd4f77b5261f": 32, "a16985deb2e1aa73a8480faad22b722c": 32, "721995a35b1a8d840ce634ea1ac71161": 32, "9a77cdcff3a539b5b077dd811b2ae3b0": 32, "cee90a74944125e7e9b4f74210bfec3f": 32, "7cddd50952de9935d6c3b5b676a34c48": 32, "conan_api": [32, 163, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "conanoutput": [32, 163], "onceargu": 32, "conan_command": 32, "userio": 32, "userinput": 32, "recipe_color": 32, "bright_blu": 32, "removed_color": 32, "bright_yellow": 32, "add_argu": [32, 163], "store_tru": 32, "parse_arg": [32, 163], "request_boolean": 32, "non_interact": [32, 92, 153, 154, 159], "output_remot": 32, "writeln": 32, "fg": [32, 256, 267], "all_rrev": 32, "recipe_revis": [32, 84, 124, 252], "latest_rrev": 32, "repr_notim": 32, "packages_configur": 32, "package_ref": 32, "all_prev": 32, "package_revis": [32, 84], "latest_prev": 32, "argpars": [32, 163], "argumentpars": [32, 163], "visit": [32, 86, 89, 111, 122, 126, 245], "websit": [32, 163], "translat": [32, 69, 74, 75, 79, 140, 191, 197, 214, 226, 230, 231, 253, 259, 260], "bg": 32, "font": 32, "foreground": 32, "background": [32, 159], "apart": [32, 56, 220], "predefin": [32, 49, 89, 113, 128, 150, 185, 197, 270, 272], "success": [32, 124, 149], "remoteregistri": 32, "searchapi": [32, 169, 182], "listapi": [32, 169, 177], "removeapi": [32, 169, 181], "deserv": [32, 154], "especi": [32, 64, 124, 154, 264, 269, 280], "attent": [32, 154, 266], "tour": [33, 35], "development_deploi": 36, "zlibconfig": 36, "uninstal": [36, 64], "elsewher": [36, 52, 124, 143], "place": [36, 37, 43, 52, 61, 79, 86, 103, 120, 124, 126, 128, 140, 152, 164, 166, 184, 200, 205, 253, 259, 264, 265, 266, 278], "conanbuild": [36, 46, 56, 135, 140, 155, 194, 200, 201, 202, 212, 214, 233, 250, 253, 254, 265, 271], "17": [36, 58, 61, 69, 85, 92, 107, 121, 154, 155, 157, 221, 259, 263, 264], "2022": [36, 69, 74, 81, 107, 121, 157, 252, 263, 264], "big": [36, 122, 133, 157], "blocker": 36, "sed": 36, "old_fold": 36, "new_fold": 36, "dcmake_build_typ": [36, 49, 50, 194, 196, 249, 250, 251, 253, 254, 264, 270, 271, 272], "fact": [36, 52, 122, 258], "ticket": 36, "manual": [36, 46, 61, 69, 74, 91, 108, 109, 111, 122, 135, 141, 276, 279], "cwd": [37, 106, 113, 142, 143, 149, 165, 179], "mcap": 37, "carri": 37, "sources_deploi": 37, "plu": [37, 46, 113, 126, 230], "dependencies_sourc": 37, "preprocess": 37, "accomplish": [37, 197], "source_deploi": 37, "kwarg": [37, 162, 165, 167, 209, 240], "robust": [37, 162], "dependency_sourc": 37, "iter": [37, 106, 111, 161, 165, 167, 197, 199], "said": [37, 258, 276], "advanc": [38, 40, 41, 69, 76, 81, 124, 141, 155, 193, 198, 236, 244, 245, 276, 280], "pkg_macro": 39, "endfunct": [39, 42], "vast": [40, 41], "different_opt": 40, "myoption": [40, 79, 124, 127, 147], "echo": [40, 41, 162, 184, 265], "off": [40, 41, 65, 70, 164, 197, 221, 257, 271], "necho": [40, 41], "mygcc": [40, 41], "chmod": [40, 41], "0o777": [40, 41], "itself": [40, 41, 43, 62, 80, 88, 122, 124, 139, 140, 144, 184, 197, 253, 259, 268, 273], "mygcc1": [40, 41], "mygcc2": [40, 41], "wine": [40, 41], "gcc1": [40, 41], "gcc2": [40, 41], "ext": [40, 41], "tell": [40, 41, 42, 56, 124, 156, 184, 196, 212, 220, 222, 249, 257, 260, 268], "construct": [40, 41], "Of": [40, 41, 76, 275], "cours": [40, 41, 275], "invis": [40, 41], "exactli": [40, 41, 52, 76, 84, 135, 137, 139, 161, 240, 265], "disambigu": [40, 41, 154, 196, 217], "obviou": 41, "different_vers": 41, "myscript": [42, 88], "nice": 42, "myfunct": [42, 124, 184], "cmake_build_modul": [42, 196], "tc": [42, 50, 58, 61, 124, 135, 157, 191, 194, 197, 213, 214, 221, 226, 231, 232, 238, 257, 259, 261, 265, 267, 271], "build_context_activ": 42, "build_context_build_modul": 42, "cmake_find_mod": [42, 52, 140, 196], "build_context": [42, 196, 228], "behav": [43, 212, 251], "protobuf": [43, 124, 128, 140, 196, 217], "perhap": 43, "pb": 43, "nonetheless": [43, 263], "using_protobuf": 43, "myaddress": 43, "addressbook": 43, "proto": 43, "myaddresserrecip": 43, "config_opt": [43, 124, 125, 131, 135, 255, 258, 259, 261], "libprotobuf": 43, "protobuf_generate_cpp": 43, "proto_src": 43, "proto_hdr": 43, "target_include_directori": [43, 52, 266, 267], "build_interfac": [43, 52], "cmake_current_source_dir": 43, "cmake_current_binary_dir": [43, 52], "install_interfac": [43, 52], "set_target_properti": [43, 52, 260, 266, 267], "public_head": [43, 52, 266, 267], "iostream": [43, 124, 267], "fstream": 43, "google_protobuf_verify_vers": 43, "address_book": 43, "person": [43, 154], "add_peopl": 43, "set_id": 43, "1337": 43, "cout": [43, 54, 267, 277], "alloc": [43, 220], "googl": [43, 56, 68, 82, 92, 154, 185, 209, 219, 220, 221], "shutdownprotobuflibrari": 43, "argc": [43, 209], "argv": [43, 209], "71305099cc4dc0b08bb532d4f9196ac1": 43, "c4e35584cc696eb5dd8370a2a6d920fb2a156438": 43, "ac69396cd9fbb796b5b1fc16473ca354": 43, "e60fa1e7fc3000cc7be2a50a507800815e3f45e0": 43, "0af7d905b0df3225a3a56243841e041b": 43, "13c96f538b52e1600c40b88994de240f": [43, 103, 110], "d0599452a426a161e02a297c6e0c5070f99b4909": [43, 98, 107], "69b9ece1cce8bc302b69159b4d437acd": 43, "myser03f790a5a5533": 43, "libmyaddress": 43, "ok": [43, 69, 91, 257, 263], "notic": [43, 52, 69, 92, 124, 156, 163, 214, 217, 219, 220, 225, 226, 251, 256, 257, 258, 267], "mach": 43, "arbitrari": [44, 48, 52, 69, 76, 109, 111, 139, 160, 278], "cygwin": [46, 47, 92, 154, 157], "wsl": [46, 47, 92, 154, 157], "offer": [46, 47, 71, 124, 155], "popular": [46, 56, 57, 65, 72, 76, 157, 240, 249], "fmt": [46, 56, 110, 256, 257, 258, 267, 268], "mac": [46, 192, 268], "string_formatt": [46, 56], "ac": [46, 47], "www": [46, 103, 105, 122, 124, 280], "org": [46, 64, 103, 105, 124, 154, 207], "autoconf": 46, "60": [46, 56], "html_node": 46, "configure_002eac": 46, "cstdlib": [46, 56], "exit_success": [46, 56, 57, 249, 251], "ac_prog_cxx": 46, "pkg_check_modul": 46, "ac_init": 46, "stringformatt": 46, "am_init_automak": 46, "wall": 46, "foreign": 46, "ac_config_srcdir": 46, "ac_config_fil": 46, "ac_output": 46, "automake_opt": 46, "subdir": [46, 47, 122, 205], "aclocal_amflag": 46, "aclocal_flag": 46, "bin_program": 46, "string_formatter_sourc": 46, "string_formatter_cppflag": 46, "fmt_cflag": 46, "string_formatter_ldadd": 46, "fmt_lib": 46, "automak": 46, "pkgconf": [46, 58], "vari": [46, 64, 80, 86], "acloc": 46, "reference_commands_instal": 46, "conanautotoolstoolchain": [46, 47, 214], "conanbuildenv": [46, 202, 265, 271], "conanrun": [46, 56, 140, 146, 155, 194, 201, 203, 251, 268, 271], "conanrunenv": [46, 203, 271], "deactivate_conanbuild": [46, 202, 250, 253, 254, 271], "deactivate_conanrun": [46, 251, 271, 272], "_fmt": 46, "run_exampl": 46, "ldflag": [46, 47, 124, 140, 154, 155, 213, 214, 226, 232], "m4": 46, "second": [46, 62, 85, 92, 122, 124, 138, 154, 190, 207, 258, 265], "haven": [47, 58, 61, 69, 84, 101, 260, 270, 273], "familiar": [47, 58, 61], "concept": [47, 58, 61, 78, 85, 217, 248, 258, 272, 274, 276], "autotools_lib": [47, 113], "mainc": 47, "pp": 47, "libhello_la_sourc": 47, "basic_layout": [47, 58, 185], "at_toolchain": 47, "briefli": [47, 58, 61, 154, 242, 258, 259], "parametr": [47, 58, 61, 113], "util": [47, 64, 69, 79, 87, 96, 120, 124, 144, 188, 197, 201, 205, 212, 240, 250, 266], "rpath": [47, 188, 197, 212, 251], "lc_id_dylib": [47, 188, 212], "lc_load_dylib": [47, 188, 212], "dylib": [47, 135, 140, 188, 205, 212, 251, 258, 266], "unusu": 47, "__x86_64__": [47, 256, 259, 261, 264, 271], "_glibcxx_use_cxx11_abi": [47, 157, 197, 214], "__cplusplus201703": 47, "__gnuc__11": 47, "__gnuc_minor__1": 47, "5b151b3f08144bf25131266eb306ddff": 47, "2024": [47, 58, 61, 88, 107, 157, 259], "03": [47, 58, 61, 88, 157, 252, 259, 277], "52": [47, 58, 61, 85, 87, 259], "8631cf963dbbb4d7a378a64a6fd1dc57558bc2f": 47, "cmake_ex": [49, 85, 113], "foo": [49, 50, 51, 94, 122, 124, 137, 196, 197, 201, 205, 214, 216, 232], "binarydir": 49, "everytim": [49, 50, 250, 270, 271, 272], "cmake_toolchain": [50, 51], "extend_own_cmake_preset": 50, "user_presets_path": 50, "configurepreset": [50, 197], "displaynam": 50, "user_toolchain_profil": 51, "aspect": [51, 88], "characterist": [51, 83, 88, 128], "appconan": 51, "myvar1": [51, 155, 200], "my_user_var1": 51, "myvar": [51, 124, 140, 155, 184, 197, 200, 226, 265], "myprofil": [51, 58, 88, 106, 114, 155], "profile_dir": [51, 155], "myvalue1": [51, 200], "system_nam": [51, 92, 154, 197], "usabl": [52, 157], "aren": 52, "fair": [52, 81], "vendor": [52, 97, 158], "happili": 52, "pkg_config_fil": 52, "pkgrecip": [52, 278, 279], "three": [52, 124, 137, 154, 191, 200, 231, 240], "mylib": [52, 124, 128, 155, 197, 214, 280], "project_source_dir": 52, "cmake_install_includedir": [52, 197], "mypkgconfig": 52, "namespac": [52, 80, 196, 212, 214, 257], "destin": [52, 132, 133, 134, 205, 207, 230, 259], "cmake_install_prefix": [52, 197, 266], "_m_x64": [52, 58, 61], "runtim": [52, 58, 61, 76, 81, 88, 124, 128, 140, 155, 157, 168, 200, 203, 212, 214, 226, 228, 231, 232, 251, 268], "multithreadeddl": [52, 58, 61], "_msc_ver1939": [52, 58, 61], "_msvc_lang201402": [52, 58, 61], "__cplusplus199711": [52, 61, 259, 261, 264], "switch": [52, 140, 168, 190, 230, 231], "viceversa": 52, "inconveni": [52, 270], "trivial": 52, "transtiv": 52, "simplest": [54, 126, 261, 266, 279], "hellorecip": [54, 62, 256, 257, 258, 259, 260, 261, 264, 267, 271, 277], "friend": [54, 257], "rule": [54, 84, 91, 92, 122, 123, 124, 139, 158, 160, 161, 214, 217, 220, 273, 275, 278], "ifdef": [54, 251, 256, 267, 277], "ndebug": [54, 214, 251, 256, 267, 277], "hello_patch": 54, "conan_data": [54, 133, 135, 209, 261], "complex": [54, 81, 124, 136, 155, 184, 205, 228, 278], "bazeltoolchain": [56, 68, 113, 185, 218, 219], "workspac": [56, 68, 95, 220, 265], "demo": [56, 62, 81, 122], "charg": [56, 138], "bzl": [56, 68, 220], "load_conan_depend": [56, 220], "rules_cc": [56, 220], "cc_binari": 56, "bazeldep": [56, 68, 113, 185, 218], "bazel_layout": [56, 150, 220], "conan_bzl": [56, 68, 219, 221], "franchuti": [56, 98], "bazelrc": [56, 92, 154, 219, 221], "38": [56, 103, 264], "272": 56, "lc": 56, "date": 56, "elaps": 56, "180": [56, 157], "critic": [56, 91, 259, 277], "68": [56, 102, 107], "sandbox": 56, "total": [56, 106, 150, 154, 157, 201, 257, 263], "simple_meson_project": 57, "stdlib": [57, 157, 197, 214, 249, 251], "stdio": [57, 249], "buffer_in": [57, 249], "256": [57, 207, 249], "mit": [57, 76, 113, 124, 136, 244, 249, 277], "easili": [57, 62, 79, 86, 88, 122, 126, 127, 140, 144, 158, 165, 197, 198, 249, 257, 279, 280], "buffer_out": [57, 249], "z_stream": [57, 249], "zalloc": [57, 249], "z_null": [57, 249], "zfree": [57, 249], "opaqu": [57, 249], "avail_in": [57, 249], "uint": [57, 249], "strlen": [57, 249], "bytef": [57, 249], "avail_out": [57, 249], "sizeof": [57, 249], "next_out": [57, 249], "deflateend": [57, 249], "printf": [57, 249, 251], "size": [57, 81, 201, 249, 251, 253, 254, 273], "lu": [57, 249], "conan_meson_": 57, "ini": [57, 58, 73, 225, 249], "conan_meson_n": [57, 58, 225], "233": [57, 249, 251, 253, 254], "147": [57, 249, 251, 253, 254], "meson_lib": [58, 113], "vcxproj": [58, 61], "conan_meson_cross": [58, 225], "testhello": 58, "__cplusplus201402": 58, "856c535669f78da11502a119b7d8a6c9": [58, 61], "04": [58, 61, 107, 157, 259], "39": [58, 61, 107, 155, 252, 259, 264], "c13a22a41ecd72caf9e556f68b406569547e0861": [58, 61, 88], "193": [58, 61, 87, 88, 157], "test_hello": [61, 257, 260], "vs_layout": [61, 150, 185, 223, 227], "conantoolchain": [61, 191, 231], "prop": [61, 74, 135, 196, 230, 231], "sheet": [61, 63, 77], "receiv": [61, 62, 79, 86, 108, 128, 161, 162, 163, 166, 167, 168, 198, 226, 236, 259, 265, 273, 278], "act": [61, 163], "accordingli": [61, 124], "importgroup": 61, "label": [61, 76, 98, 103, 105, 219, 220, 231], "propertysheet": 61, "x64": [61, 86, 137, 157, 229], "pragmat": 62, "someon": [62, 276], "coordin": [62, 144, 205, 236], "who": [62, 278], "tri": [62, 102, 168, 249, 252], "capture_scm": 62, "myfold": [62, 106, 205], "m": [62, 64, 92, 94, 107, 116, 120, 154, 194, 202, 203, 216, 229, 230, 233, 257, 263, 279], "wip": 62, "short": [62, 124, 259], "untrack": 62, "rev": [62, 236], "histori": [62, 71], "cb7815a58529130b49da952362ce8b28117dee53": 62, "depth": [62, 74, 79, 269], "buildabl": 62, "toplevel": [62, 236], "hello237d6f9f65bba": 62, "hidden": 62, "checkout": [62, 64, 79, 80, 236, 256, 257, 260, 261, 267, 277], "8e8764c40bebabbe3ec57f9a0816a2c8e691f559": 62, "scm_url": 62, "techniqu": 62, "imposs": [62, 85, 86, 155, 275, 276], "squash": 62, "19": [62, 79, 107, 157, 264], "scm_commit": 62, "xdf": [62, 270], "gitignor": [62, 236], "anywai": [62, 124], "encod": [62, 158, 205, 231, 277], "password": [62, 115, 122, 153, 158, 159, 180, 207, 245], "orthogon": [62, 160, 166, 280], "ssh": [62, 158], "actor": 62, "v3": [62, 157, 254], "secret": [62, 122, 158, 159], "ssh_private_kei": 62, "v4": [62, 157], "webfactori": 62, "v0": [62, 246], "privat": [62, 76, 79, 80, 122, 136, 140, 154, 158, 184, 185, 244, 245, 246, 259, 267], "care": [62, 86], "riski": 62, "disclos": 62, "welcom": 63, "decentr": 63, "blog": [63, 69, 74, 78, 253, 280], "social": 63, "mail": 63, "tracker": [63, 76], "question": [63, 76], "tabl": 63, "introduct": [63, 65, 74, 111, 141, 151, 160, 241, 245, 248, 253, 256, 264, 276, 280], "devop": 63, "clion": [63, 65, 74, 197], "jfrog": [63, 65, 76, 81, 245], "cheat": [63, 77], "faq": [63, 76, 77, 124, 141, 275, 277], "video": [63, 76, 77, 275], "changelog": 63, "solari": [64, 76, 240], "suno": [64, 76, 157], "modern": [64, 79, 135, 209, 267, 280], "carefulli": [64, 79], "sudo": [64, 92, 124, 140, 154, 240], "virtualenv": [64, 92, 154, 201, 202, 203, 233, 254], "virtualenvwrapp": 64, "readthedoc": 64, "en": [64, 79, 205, 280], "venv": 64, "restart": [64, 69], "logout": [64, 89, 180], "termin": [64, 76, 92, 107, 154, 162], "upgrad": [64, 196, 275, 280], "inconsist": 64, "somehow": 64, "userhom": 64, "attempt": [64, 69, 80, 92, 135, 144, 154, 157, 207], "yield": 64, "xyz": 64, "mark": [64, 69, 147], "interfer": 64, "pep": 64, "668": 64, "isol": [64, 80, 271, 276, 278], "isn": [64, 69], "debian": [64, 76, 157, 207, 240], "ensurepath": 64, "number": [64, 71, 76, 92, 120, 139, 154, 157, 192, 195, 207, 209, 228, 229, 240, 263, 264, 278, 279, 280], "gatekeep": 64, "quarantin": 64, "browser": 64, "curl": [64, 69], "wget": 64, "conan_src": 64, "develop2": 64, "beta": [64, 124, 278], "matter": [64, 106, 148, 154, 159, 210, 264, 275, 280], "seamless": 65, "shelf": [65, 70, 164], "though": [65, 93, 107, 122, 124, 138, 154, 246, 252, 278], "yet": [65, 69, 84, 98, 102, 103, 135, 137, 163, 175, 213, 260], "resum": 65, "enhanc": 65, "autotoolsdep": [67, 185, 211], "wrapper": [67, 68, 73, 74, 75, 82, 149, 160, 188, 189, 194, 196, 207, 212, 219, 229, 236, 240, 259], "jetbrain": 69, "marketplac": [69, 74], "brows": [69, 74], "conan_provid": 69, "cmake_project_top_level_includ": 69, "bear": [69, 257], "mind": [69, 249, 257, 268], "24": [69, 106, 155, 157, 212, 246, 264], "button": [69, 74, 245], "appear": [69, 163, 165, 245, 271], "bottom": 69, "toolbar": 69, "wheel": 69, "checkbox": 69, "sequenti": [69, 76], "uncheck": 69, "disappear": 69, "libcurl": [69, 104], "internet": [69, 103, 158, 264, 280], "along": [69, 70, 91, 124, 196, 258], "ey": 69, "icon": [69, 74], "snippet": 69, "project_nam": [69, 196, 249, 254], "cmake_cxx_standard": [69, 197], "reload": [69, 122], "recollect": [71, 144], "down": [71, 84, 85, 257, 263, 277], "segment": 71, "servic": [71, 243], "dedic": [71, 76, 93, 103, 115, 120, 128, 253, 277], "sf": [71, 92], "art": 71, "tf": [71, 85, 92, 93, 97, 257, 258, 266], "create_releas": 71, "mybuildname_releas": 71, "my_artifactori": 71, "mybuildname_aggreg": 71, "readme_build_info": 71, "md": [71, 124, 133, 134, 231, 271, 280], "bsd": 72, "maketoolchain": 72, "myproject": [74, 229, 253], "visualstudio": [74, 228], "menu": 74, "onlin": [74, 81], "gear": 74, "prebuild": 74, "event": 74, "refresh": 74, "circular": 74, "arrow": [74, 103], "xcodebuild": [75, 185, 187, 190], "xcodetoolchain": [75, 185, 187, 190], "xcodeproj": [75, 189], "mobil": 76, "metal": 76, "scon": [76, 82, 185], "acceler": 76, "matur": [76, 124], "polici": [76, 79, 124, 184, 196, 197, 264, 273], "creator": [76, 79, 89, 114, 163, 252], "thousand": [76, 81], "compani": [76, 81, 124, 166, 244, 245], "high": [76, 112, 134, 207], "consol": [76, 149, 226, 233, 236, 251], "logic": [76, 79, 80, 125, 130, 131, 135, 139, 144, 157, 161, 164, 190, 191, 197, 223, 253, 273, 276, 278], "webui": [76, 245], "protocol": [76, 124], "ldap": [76, 122], "topologi": 76, "conan_serv": [76, 122, 246], "boost": [76, 106, 140, 150, 154, 162, 196], "poco": [76, 135, 144, 150], "signific": 76, "truth": [76, 81], "redhat": 76, "archlinux": 76, "raspbian": [76, 240], "desktop": 76, "likewis": [76, 128, 131, 139, 140, 144, 276, 278, 279], "onward": 76, "goal": [76, 127, 139, 146], "evolv": [76, 157, 184, 252, 274], "backward": [76, 100], "incompat": [76, 128, 157, 184, 270], "disrupt": [76, 276], "preview": [76, 107, 129, 152, 161, 165, 167, 196, 205, 273], "year": [76, 81, 280], "life": [76, 81, 279], "eol": 76, "tomtom": 76, "audi": 76, "rti": 76, "continent": 76, "plex": 76, "electrolux": 76, "merced": 76, "benz": 76, "amaz": 76, "5k": 76, "star": 76, "count": 76, "300": 76, "cpplang": [76, 79], "slack": [76, 79], "discord": 76, "plai": [76, 124, 192], "exercis": 76, "narr": 76, "explan": [76, 83, 102, 110, 124, 139, 157], "conduct": 76, "thread": [76, 92, 120, 154, 157], "bad": [76, 144, 226, 261, 277], "confer": [76, 81], "talk": [76, 81], "evolut": [76, 276], "troubleshoot": 77, "handi": [78, 124, 195, 261], "pdf": 78, "png": [78, 105, 113], "post": [78, 160, 166, 253, 266, 280], "goe": [78, 276], "behind": [79, 122], "b1d267f77ddd5d10d06d2ecf5a6bc433fbb7ee": [79, 107, 259, 271], "gnu11": [79, 157, 251, 259], "mayb": [79, 196, 258, 266], "influenc": [79, 82, 83, 124, 251], "overcom": 79, "agre": 79, "spell": [79, 157], "submit": [79, 135, 243], "Such": [79, 80, 252, 280], "httpconnect": 79, "debuglevel": 79, "netrc": 79, "honor": 79, "crlf": [79, 80, 277], "lf": [79, 277], "gitattribut": 79, "gitconfig": 79, "editor": 79, "notepad": 79, "expand": [79, 84, 87, 131, 139, 152], "late": 79, "exhaust": 79, "liba": 79, "playground": 80, "colleagu": 80, "kept": 80, "kind": [80, 111, 122, 133, 134, 157, 158, 159, 166, 245, 264, 278], "unit": [80, 126, 139, 146, 257, 259, 268], "among": [80, 84, 124, 138, 140, 157, 205, 231, 252, 253], "convert": [80, 113, 140, 188, 210, 258, 266], "flat": [80, 184, 205], "strictli": [80, 97, 124, 128, 140, 214, 253, 259, 275], "extrem": [80, 278], "complic": [80, 124, 141], "workaround": [80, 141, 275], "Its": [80, 113, 124, 141, 161, 240], "whenev": [80, 88, 124, 133, 141, 144, 155, 192, 257], "abus": [80, 136, 265], "entrant": 80, "undefin": [80, 86, 109, 111, 168, 205, 259, 261], "indirect": [80, 141], "reserv": [80, 86, 123, 197], "_conan": [80, 122, 123], "sens": [80, 97, 109, 131, 142, 155, 157, 236, 251, 258], "rewritten": 80, "checksum": [80, 87, 91, 124, 185, 204, 207, 277], "educ": 81, "accu": 81, "diego": 81, "rodriguez": 81, "losada": 81, "cppcon": 81, "watch": [81, 280], "grow": [81, 280], "lesson": [81, 280], "challeng": [81, 159], "trend": 81, "ten": 81, "largest": 81, "why": [81, 88, 99, 102, 258, 263, 265], "lui": 81, "caro": 81, "campo": 81, "quick": 81, "overview": [81, 124], "intrins": [81, 133], "visibilitybinari": 81, "half": 81, "battl": 81, "meet": 81, "book": 81, "chri": 81, "mcarthur": 81, "fall": [84, 279], "taken": [84, 88, 124, 138, 157, 184, 197], "eras": [84, 139], "del": [84, 88, 130, 139, 148, 258, 259, 261, 265], "gcc5": 84, "lost": [84, 100], "default_xxx": 84, "default_build_mod": [84, 92, 154], "default_embed_mod": [84, 92, 154], "full_mod": [84, 85, 92, 124, 154, 280], "default_non_embed_mod": [84, 92, 154], "minor_mod": [84, 85, 92, 124, 141, 154, 184, 280], "default_python_mod": [84, 92, 154, 184], "default_unknown_mod": [84, 92, 154], "semver_mod": [84, 92, 124, 154], "confus": [84, 278], "safeti": 84, "emb": [84, 236], "package_id_xxxx_mod": 84, "package_id_embed_mod": [84, 124], "package_id_non_embed_mod": [84, 124], "package_id_unknown_mod": [84, 124], "patch_mod": [84, 124, 184], "package_id_": 84, "non_emb": 84, "_mode": 84, "package_id_mod": [84, 98, 124, 258, 280], "major_mod": [84, 124], "inlin": [85, 87, 263], "pure": [85, 140, 191, 197, 214, 221, 226, 231, 232, 264], "linker": [85, 92, 103, 140, 154, 191, 197, 212, 214, 221, 226, 231, 232, 250, 251], "8879e931d726a8aad7f372e28470faa1": [85, 87], "09": [85, 87, 88, 107, 252], "54": [85, 87], "0348efdcd0e319fb58ea747bb94dbd88850d6dd1": [85, 87], "z": [85, 86, 87, 102, 124, 184, 215, 259], "quickli": [85, 97, 264], "632e236936211ac2293ec33339ce582b": 85, "34": [85, 263, 277], "3ca530d20914cf632eb00efbccc564da48190314": 85, "d125304fb1fb088d5b92d4f8135f4dff": 85, "9bdee485ef71c14ac5f8a657202632bdb8b4482b": [85, 259], "bump": [85, 184, 252, 280], "moon": [85, 163], "1c90e8b8306c359b103da31faeee824c": 85, "ef2b5ed33d26b35b9147c90b27b217e2c7bde2d0": 85, "rebuilt": [85, 275, 277], "wil": 85, "49": [85, 107], "embed_mod": 85, "new_subset": 86, "subvalue1": 86, "subvalue2": 86, "new_root_set": 86, "value1": [86, 124, 155], "value2": [86, 124, 155], "implictli": 86, "explicilti": 86, "implicitli": [86, 124, 157, 184], "build_test": [86, 93, 124, 197, 257], "option2": [86, 124], "option1": [86, 124], "wherebi": 86, "therebi": 86, "comment": [86, 107, 113, 152, 157, 161, 168, 196, 268, 275], "tune": [86, 259], "realli": [86, 93, 131, 157, 270, 275, 279], "retri": [86, 92, 153, 154, 205, 207], "spirit": 86, "myitem": [86, 139], "settings_build": [86, 90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 124, 135, 265], "outcom": [86, 221], "irrelev": [86, 88, 150], "reflect": [86, 88, 188, 192, 252], "97d5730b529b4224045fe7090592d4c1": [87, 107], "08": [87, 107, 277], "51": [87, 107, 278], "57": [87, 107], "d62dff20d86436b9c58ddc0162499d197be9de1": [87, 100, 107], "abe5e2b04ea92ce2ee91bc9834317dbe66628206": [87, 107], "sha1": [87, 206, 207, 250], "cat": [87, 109, 110, 111, 112, 213, 251, 276], "compilerruntim": 87, "compilerruntime_typ": 87, "sha1sum": [87, 206], "386": 87, "seen": [87, 186, 252, 275, 279], "uniqu": [88, 106, 124, 126, 139, 154, 251, 258, 263, 277], "factor": [88, 251], "476929a74c859bb5f646363a4900f7cf": 88, "07": [88, 107, 121], "43": 88, "diffent": 88, "ebec3dc6d7f6b907b3ada0c3d3cdc83613a2b715": [88, 107], "192": [88, 107, 122, 157, 168, 228], "4f267380690f99b3ef385199826c268f63147457": 88, "f1f48830ecb04f3b328429b390fc5de8": 88, "eventu": [88, 91, 196], "pacakg": 88, "mypythonscript": 88, "my": [88, 136, 137, 140, 155, 157, 166, 184, 207, 214, 226], "particular": [88, 257], "contrast": [88, 226], "1744785cb24e3bdca70e27041dc5abd20476f947": 88, "55c609fe8808aa5308134cb5989d23d3caffccf2": 88, "phase": [88, 271], "advic": 88, "silent": 88, "worthi": 89, "deployer_fold": [90, 103, 106], "nr": [90, 93, 95, 96, 97, 100, 102, 103, 105, 106, 110, 119], "profile_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 175], "profile_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119, 175], "profile_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "options_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "settings_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "settings_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_build": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_host": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "conf_al": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "lockfile_out": [90, 93, 96, 97, 100, 102, 103, 106, 109, 110, 111, 112, 119], "lockfile_overrid": [90, 93, 97, 100, 102, 103, 106, 110, 119], "posit": [90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 105, 106, 107, 108, 110, 113, 115, 116, 117, 118, 119, 120, 180], "vquiet": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "verror": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vwarn": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vnotic": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vstatu": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vverbos": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vdebug": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "disallow": [90, 93, 100, 102, 103, 106, 110, 119], "fnmatch": [90, 92, 93, 100, 102, 103, 106, 110, 115, 119, 124, 205, 236], "wildcard": [90, 93, 94, 100, 102, 103, 105, 106, 107, 110, 115, 117, 119, 180, 205], "satisfi": [90, 93, 100, 102, 103, 106, 110, 119, 155, 252], "with_qt": [90, 93, 97, 100, 102, 103, 106, 110, 114, 119], "cdc0d9d0e8f554d3df2388c535137d77": 91, "5cb229164ec1d245": 91, "conanmanifest": [91, 167, 249, 254], "ident": [91, 124, 139, 184, 247, 251], "1cae77d6250c23b7": 91, "al": 91, "extract": [91, 132, 140, 153, 205, 216, 261, 266], "package_queri": [91, 94, 107, 116, 120], "AND": [91, 94, 107, 116, 120, 177], "454923cd42d0da27b9b1294ebc3e4ecc84020747": 91, "6fe7fa69f760aee504e0be85c12b2327c716f9e7": 91, "verify_ssl": [92, 156], "target_fold": 92, "origin2": 92, "target2": 92, "submodul": 92, "conan_config": [92, 190, 191], "recurs": [92, 152, 205], "deduc": [92, 124, 195, 201, 203, 207, 208, 232, 279], "certif": [92, 122, 156, 207], "my_set": 92, "chicken": 92, "egg": 92, "op": 92, "overwritten": [92, 136, 140, 144], "retry_wait": [92, 154, 207], "wait": [92, 154, 207], "gzip": [92, 154, 205], "compresslevel": [92, 154], "cacert_path": [92, 122, 154], "cacert": [92, 122, 154], "clean_system_proxi": [92, 154], "proxi": [92, 122, 154], "client_cert": [92, 154], "cert": [92, 154], "max_retri": [92, 154], "maximum": [92, 122, 124, 154, 192, 229, 259, 267], "no_proxy_match": [92, 154], "timeout": [92, 154], "allow_uppercase_pkg_nam": [92, 154], "temporarili": [92, 154, 155, 159], "uppercas": [92, 154, 159], "default_build_profil": [92, 154, 159], "default_profil": [92, 154, 159], "cmake_android_ndk": [92, 154], "enable_arc": [92, 154, 197], "arc": [92, 154, 197], "enable_bitcod": [92, 154, 197], "bitcod": [92, 154, 197], "enable_vis": [92, 154, 197], "sdk_path": [92, 154, 188, 189, 197, 226], "can_run": [92, 126, 146, 154, 268], "objc": [92, 154, 197, 226], "objcxx": [92, 154], "fortran": [92, 154, 197, 214], "hip": [92, 154, 197], "ispc": [92, 154, 197], "exelinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_exe_linker_flags_init": [92, 154, 197], "jx": [92, 154], "mp": [92, 154, 197], "linker_script": [92, 154, 197, 214, 221, 226], "sharedlinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_shared_linker_flags_init": [92, 154, 197], "skip_test": [92, 126, 154, 197, 219, 257, 263], "sysroot": [92, 98, 103, 154, 188, 197, 214, 226], "find_package_prefer_config": [92, 154], "cmake_find_package_prefer_config": [92, 154, 197], "presets_environ": [92, 154, 197], "wether": [92, 154], "system_processor": [92, 154, 197], "cmake_system_processor": [92, 154, 197], "system_vers": [92, 154, 197], "cmake_system_vers": [92, 154, 197], "toolchain_fil": [92, 154, 155, 197], "toolset_arch": [92, 154, 197], "toolset": [92, 154, 157, 197, 222, 228], "cmake_generator_toolset": [92, 154, 197], "install_strip": [92, 154, 194], "launcher": [92, 154, 201, 202, 203, 213, 214, 233, 265, 268], "define_libcxx11_abi": [92, 154], "glibcxx_use_cxx11_abi": [92, 154], "host_triplet": [92, 154], "pkg_config": [92, 154, 216, 217, 226], "bazelrc_path": [92, 154, 219], "rcpath1": [92, 154, 219], "config1": [92, 154, 219], "installation_path": [92, 154, 222, 233], "setvars_arg": [92, 154, 222], "onto": [92, 154], "setvar": [92, 154, 222], "backend": [92, 122, 154, 226], "vs2010": [92, 154, 226], "vs2012": [92, 154], "vs2013": [92, 154], "vs2015": [92, 154, 226], "vs2017": [92, 154, 222, 226], "extra_machine_fil": [92, 154, 225], "bash": [92, 124, 154, 233, 246], "msy": [92, 154, 157, 246], "sfu": [92, 154], "2019": [92, 154, 157, 222, 233, 253], "max_cpu_count": [92, 140, 154, 155, 194, 229], "vs_version": [92, 154, 155, 157], "exclude_code_analysi": [92, 154, 230], "suppress": [92, 154, 197], "compile_opt": [92, 124, 140, 154, 231], "sudo_askpass": [92, 154, 240], "yum": [92, 154, 239], "pacman": [92, 154, 239], "choco": [92, 154, 240], "zypper": [92, 154, 239], "pkgutil": [92, 154, 239], "30": [92, 100, 107, 264], "serv": [93, 122, 245, 251], "misus": 93, "mutual": [94, 106, 116, 120], "packagelist": [94, 120], "pgkg": 94, "resid": [95, 114], "my_project": [95, 100, 102, 103, 106, 110], "sb": 97, "this_pkg": 97, "slower": [97, 133], "binary_remot": 98, "invalid_build": [98, 103], "homepag": [98, 103, 105, 135], "win_bash_run": 98, "options_descript": 98, "options_definit": [98, 105], "generators_fold": [98, 103, 105, 135, 196, 197, 217, 230], "srcdir": [98, 103, 140], "resdir": [98, 103, 140, 197, 214, 226, 253], "frameworkdir": [98, 103, 140], "framework": [98, 103, 128, 140, 141, 217, 230, 238, 250, 257, 265], "ffa77daf83a57094149707928bdce823": [98, 107], "1440f4f447208c8e6808936b4c6ff282": 98, "dc0e384f0551386cd76dc29cc964c95": [98, 102], "1703667991": 98, "3458598": 98, "1703668372": 98, "8517942": 98, "massiv": [98, 103], "spiffi": [98, 103], "delic": [98, 103], "unobtrus": [98, 103], "unencumb": [98, 103], "patent": [98, 103], "zlib774aa77541f8b": 98, "resolved_rang": 98, "replaced_requir": 98, "closest": [99, 102], "annot": 100, "doesnt": 100, "preserv": 100, "absenc": 100, "order_bi": 100, "06023034579559bb64357db3a53f88a4": 100, "54b9c3efd9ddd25eb6a8cbf01860b499": 100, "build_arg": 100, "ed8593b3f837c6c9aa766f231c917a5b": 100, "60778dfa43503cdcda3636d15124c19bf6546ae3": 100, "ad092d2e4aebcd9d48a5b1f3fd51ba9a": 100, "firstli": 100, "purpous": 100, "pref": [100, 122, 135, 173], "closest_binari": 102, "1692672717": [102, 107], "b647c43bfefae3f830561ca202b6cfd935b56205": 102, "package_filt": [103, 163], "df": 103, "myproject_fold": 103, "binutil": 103, "0dc90586530d3e194d01d17cb70d9461": 103, "5350e016ee8d04f418b50b7be75f5d8be9d79547": 103, "cci": 103, "degrad": 103, "gpl": 103, "assembl": 103, "objcopi": 103, "objdump": 103, "multilib": 103, "target_o": 103, "target_triplet": 103, "with_libquadmath": 103, "binut53bd9b3ee9490": 103, "416618fa04d433c6bd94279ed2e93638": 103, "76f7d863f21b130b4e6527af3b1d430f7f8edbea": 103, "866f53e31e2d9b04d49d0bb18606e88": 103, "zlibbcf9063fcc882": 103, "digraph": 103, "graphviz": 103, "friendli": [103, 124], "tensorflow": 103, "lite": [103, 107], "vi": 103, "trough": 103, "j": [103, 124, 157, 225], "cloudflar": 103, "conan_sourc": [103, 167], "info_graph_html": 103, "95279f20d2443016907657f081a79261": 104, "edbeabd3bfc383d2cca3858aa2a78a0d": 104, "f52e03ae3d251dec704634230cd806a2": [104, 107], "nasm": 104, "05": [104, 107, 252], "058c93b2214a49ca1cfe9f8f26205568": 104, "strawberryperl": 104, "8f83d05a60363a422f9033e52d106b47": 104, "35": [104, 135, 264, 277], "46": [104, 107], "01": [104, 107, 212, 277], "neon": 105, "msa": 105, "sse": 105, "vsx": 105, "api_prefix": 105, "graphic": [105, 253], "redirect": [105, 107, 121, 122, 149, 159, 194, 270, 280], "deployer_packag": 106, "recomput": 106, "myconan": [106, 124], "bzip2": [106, 135, 202, 203, 230, 233], "compound": 106, "left": [106, 122, 259, 272, 278], "highest": 106, "myprofile3": 106, "myprofile1": [106, 155], "myprofile2": [106, 155], "immedi": [106, 140, 146, 154, 155, 230, 268], "strict": [106, 109, 111, 155, 205, 276, 280], "newpkg": 106, "gb": 107, "graph_binari": 107, "gr": 107, "graph_recip": 107, "5d": [107, 116], "dai": [107, 116], "4w": [107, 116, 273], "hour": [107, 116], "26": [107, 253], "mycompani": 107, "20": [107, 155, 157, 168, 202, 256], "shortest": 107, "53": [107, 121], "8b23adc7acd6f1d6e220338a78e3a19": 107, "ce3665ce19f82598aa0f7ac0b71ee966": 107, "31ee767cb2828e539c42913a471e821a": 107, "d77ee68739fcbe5bf37b8a4690eea6ea": 107, "implicit": [107, 209, 276], "e4e1703f72ed07c15d73a555ec3a2fa1": 107, "45": [107, 252, 263, 278], "fdb823f07bc228621617c6397210a5c6c4c8807b": 107, "4834a9b0d050d7cf58c3ab391fe32e25": 107, "33": [107, 263, 264], "31": [107, 128, 277], "6a6451bbfcb0e591333827e9784d7dfa": 107, "29": [107, 252, 277], "67bb089d9d968cbc4ef69e657a03de84": 107, "47": [107, 252], "36": [107, 264], "5e196dbea832f1efee1e70e058a7eead": 107, "26475a416fa5b61cb962041623748d73": 107, "d15c4f81b5de757b13ca26b636246edff7bdbf24": [107, 259], "a2eb7f4c8f2243b6e80ec9e7ee0e1b25": 107, "fo": 107, "24612164eb0760405fcd237df0102e554ed1cb2f": 107, "a3c9d80d887539fac38b81ff8cd4585fe42027e0": 107, "human": 107, "zli": 107, "b58eeddfe2fd25ac3a105f72836b3360": 107, "d9b1e9044ee265092e81db7028ae10e0": 107, "denomin": 107, "deviat": [107, 124], "mypytool": 109, "manipul": [109, 111, 144, 205, 266], "moreov": 109, "scratch": [110, 269, 270], "ca4ae2047ef0ccd7d2210d8d91bd0e02": 110, "1675126491": 110, "773": 110, "5f184bc602682bcea668356d75e7563b": 110, "1676913225": 110, "027": [110, 280], "733": 110, "e747928f85b03f48aaf227ff897d9634": 110, "1675126490": 110, "952": 110, "lock1": 111, "lock2": 111, "consolid": 111, "diverg": 111, "simplic": 111, "pkgb": 111, "app1": 111, "pkgawin": 111, "pkganix": 111, "gone": [111, 257, 268], "nix": [111, 205], "math": [112, 113, 141, 205, 275], "85d927a4a067a531b1a9c7619522c015": 112, "1702683583": 112, "3411012": 112, "fd2b006646a54397c16a1478ac4111ac": 112, "3544693": 112, "mytool": [112, 220], "othertool": 112, "downgrad": 112, "unlock": 112, "meson_ex": 113, "msbuild_ex": 113, "bazel_lib": 113, "bazel_ex": 113, "autotools_ex": 113, "basi": 113, "aid": 113, "boilerpl": [113, 124], "requires1": 113, "requires2": 113, "tool_requires1": 113, "tool_requires2": 113, "magic": 113, "mygam": 113, "mytempl": 113, "full_path": 113, "conan_vers": [113, 154], "brack": 113, "not_templ": 113, "image2": 113, "guess": [114, 155, 179, 249], "Be": [114, 130, 131, 152, 197, 236, 258], "carlosz": 114, "ios_bas": 114, "ios_simul": 114, "clang_15": 114, "package_set": 114, "build_env": 114, "registri": [115, 245], "usernam": [115, 122, 155, 159, 180], "insert": [115, 180], "conan_login_": 115, "expos": [115, 122, 135, 155, 236], "new_nam": [115, 180], "intact": 116, "smell": [116, 277], "manifest": [120, 124, 267], "sys_vers": 121, "1316": 121, "mainli": [122, 246], "pro": [122, 244, 246], "conan_server_hom": 122, "server_dir": 122, "server_directori": 122, "prior": [122, 166], "hot": 122, "relaunch": 122, "jwt_secret": 122, "ijkhyoiouinmxcrtytrr": 122, "jwt_expire_minut": 122, "120": 122, "ssl_enabl": 122, "port": [122, 246], "9300": [122, 246], "public_port": 122, "host_nam": 122, "localhost": [122, 207, 245, 246], "authorize_timeout": 122, "1800": 122, "disk_storage_path": 122, "disk_authorize_timeout": 122, "updown_secret": 122, "hjhjujkjkjkjkluyyuuyhj": 122, "write_permiss": 122, "lasot": 122, "default_us": 122, "default_user2": 122, "read_permiss": 122, "jwt": 122, "random": [122, 196], "safe": [122, 124, 144, 192], "anytim": 122, "amount": 122, "ip": [122, 207], "domain": 122, "168": 122, "docker": [122, 245], "9999": 122, "p9300": 122, "traffic": 122, "somedir": [122, 216], "crt": 122, "pem": [122, 154], "reject": 122, "regist": 122, "plain": [122, 124], "premis": 122, "firewal": 122, "trust": 122, "sysadmin": 122, "restrict": [122, 124, 157], "comma": [122, 124], "allowed_user1": 122, "allowed_user2": 122, "packagea": 122, "john": [122, 124], "peter": 122, "custom_authent": 122, "authenticator_nam": 122, "collabor": [122, 172], "htpasswd": 122, "schiffner": 122, "uilianri": 122, "my_authent": 122, "get_class": 122, "myauthent": 122, "valid_us": 122, "plain_password": 122, "factori": 122, "custom_author": 122, "authorizer_nam": 122, "my_author": 122, "authenticationexcept": 122, "forbiddenexcept": 122, "myauthor": 122, "_check_conan": 122, "deni": [122, 205], "_check_packag": 122, "_check": 122, "check_read_conan": 122, "check_write_conan": 122, "check_delete_conan": 122, "check_read_packag": 122, "check_write_packag": 122, "check_delete_packag": 122, "conform": 122, "check_": 122, "conanfilerefer": 122, "meanwhil": 122, "_packag": 122, "packagerefer": 122, "443": 122, "server_nam": 122, "myservernam": 122, "mydomain": 122, "proxy_pass": 122, "ssl_certif": 122, "ssl_certificate_kei": 122, "mod_wsgi": 122, "apache2": 122, "site": [122, 124], "0_conan": 122, "virtualhost": 122, "80": 122, "wsgiscriptalia": 122, "dist": 122, "server_launch": 122, "wsgicallableobject": 122, "wsgipassauthor": 122, "grant": 122, "srv": 122, "helloconan": [123, 124, 188, 212, 264], "varieti": 123, "member": [123, 124, 135, 184], "_my_data": 123, "_my_help": 123, "lowercas": [124, 259, 278], "101": 124, "charact": [124, 159, 200, 201, 259], "shorter": [124, 201], "z0": 124, "9_": 124, "alphanumer": [124, 259], "ing": 124, "pkgname": [124, 230, 252], "pre1": [124, 259, 278], "build2": [124, 259], "pkgversion": 124, "programmat": 124, "mychannel": 124, "incred": 124, "spdx": 124, "peopl": 124, "smith": 124, "protocinstallerconan": 124, "protoc_instal": 124, "buffer": 124, "rpc": 124, "eigenconan": 124, "eigen": 124, "tuxfamili": 124, "mylibconan": 124, "otherlib": 124, "otherus": 124, "bracket": [124, 278], "alpha": [124, 278], "tool_a": 124, "tool_b": 124, "gtest": [124, 128, 135, 141, 150, 230, 250, 257, 263, 268], "downstream": [124, 128, 140, 141, 184, 196, 275], "other_test_tool": 124, "pyreq": [124, 136, 164, 184], "myconanfilebas": [124, 136], "utilsbas": 124, "got": [124, 265, 271, 276], "shutil": [124, 144], "emul": [124, 157, 231, 276], "mistak": 124, "yaml": 124, "8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9": 124, "15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a": 124, "opt": [124, 201, 221, 222, 278, 280], "7zip": [124, 150, 155], "7z": 124, "determin": [124, 141, 155, 200, 251], "gnu20": [124, 157], "get_saf": [124, 130, 131, 223, 253], "compiler_vers": [124, 155, 192], "feasibl": [124, 140], "is_android": 124, "option3": 124, "option4": 124, "comparison": [124, 244, 278], "zwave": 124, "reference_pattern": 124, "option_nam": 124, "condition": [124, 126, 127, 131, 135, 144, 230, 231, 253, 255, 260, 267], "otherpkg": 124, "some_opt": 124, "overridden": [124, 184, 207], "123": [124, 155, 184], "word": [124, 136, 157, 277], "freez": 124, "overriden": [124, 207], "234": [124, 184], "explanatori": 124, "reference_conanfile_methods_package_id": 124, "package_id_python_mod": 124, "semver": [124, 237, 278, 280], "modif": [124, 139, 157, 197, 200, 252, 277, 280], "unrelated_mod": 124, "ever": 124, "pocotimerconan": 124, "foorecip": 124, "myrecip": 124, "methodconan": 124, "export_fold": [124, 133], "codebas": 124, "androidndk": [124, 140], "define_path": [124, 137, 140, 200], "fill": [124, 166, 183, 216], "append_path": [124, 140, 200], "runtime_var": 124, "flag3": [124, 140], "flag1": [124, 140, 154, 155, 221], "flag2": [124, 140, 154, 155], "expandattributedsourc": [124, 140], "unset": [124, 140, 154, 155, 157, 200, 213], "flag0": [124, 140], "pop": [124, 226, 251], "emit": 124, "taskflow": 124, "odr": [124, 141], "violat": [124, 141], "libressl": 124, "boringssl": 124, "libav": 124, "ffmpeg": [124, 162], "mariadb": 124, "mysql": 124, "libjpeg": 124, "9d": 124, "turbo": 124, "libjpegturbo": 124, "openbla": 124, "cbla": 124, "lapack": 124, "redund": 124, "myconsum": [124, 265], "my_android_ndk": 124, "var1": [124, 155], "green": 124, "neutral": 124, "white": [124, 159], "yellow": 124, "red": 124, "tend": 124, "auto_shared_fp": 124, "auto_header_onli": 124, "parenthes": 124, "extensions_properti": 124, "abi": [124, 157, 186, 250], "validate_build": 125, "mybuildsystem": 126, "interrupt": 126, "lift": 126, "info_build": 127, "myvalu": [127, 197, 200, 226], "fullsourc": 127, "theori": [128, 253], "parameter": 128, "ran": [128, 145, 165, 257, 263], "nutshel": [128, 214], "mylibrecip": 128, "myapprecip": 128, "myapp": [128, 280], "gettext": 128, "libgettext": 128, "constrain": [130, 258], "sse2": 130, "with_sse2": 130, "elif": 131, "deploy_fold": [132, 176, 200], "myfil": [134, 184, 205, 280], "export_conandata_patch": [134, 204], "conanvcvar": [135, 197, 226, 231, 232, 233], "repetit": [135, 140], "mygener": [135, 164], "mygen": [135, 164], "xxxdir": 135, "indirectli": 135, "buildenv_info": [135, 137, 200, 202, 260, 265], "runenv_info": [135, 137, 200, 202, 203, 260, 265], "is_build_context": 135, "fashion": 135, "pcre": 135, "44": 135, "expat": 135, "1k": 135, "criteria": 135, "direct_host": 135, "direct_build": 135, "heavili": 135, "mycomp": 135, "mylicens": 136, "baseconan": 136, "derivedconan": 136, "deriv": [136, 144], "uncondition": 136, "datafil": 136, "awesom": 136, "me": 136, "__init__": [136, 164, 166, 189, 232], "constructor": [136, 198, 209, 212, 214, 227, 236, 240], "subdirectori": 137, "classic": [137, 157, 222, 262], "hopefulli": 137, "release64": 137, "stub": 137, "my_includ": 137, "sayconan": [137, 272], "mydata_path": 137, "obvious": 137, "mydata_path2": 137, "my_conf_fold": 137, "creating_packages_package_method": 138, "relax": [139, 276], "assumpt": [139, 253, 276], "couldn": 139, "disadvantag": [139, 279], "lose": 139, "although": [139, 201, 268], "predict": 139, "obj": 140, "preprocessor": [140, 191, 197, 214, 226, 231, 232], "property_nam": 140, "property_valu": 140, "xml": [140, 231], "pkg_config_nam": [140, 217], "zmq": 140, "zmq_static": 140, "ws2_32": 140, "get_properti": 140, "crypto": [140, 217, 220], "define_crypto": 140, "headers_ssl": 140, "obj_ext": 140, "prepend_path": [140, 200], "mypath": [140, 200, 265], "myarmarch": 140, "otherarch": 140, "my_android_arch": 140, "myrunpath": 140, "mypkghom": 140, "ti": 140, "former": [140, 276], "transmit": [140, 280], "exceptionhandl": [140, 154], "async": [140, 154, 209], "bundl": [140, 245], "android_ndk": 140, "albeit": 140, "adequ": 140, "claus": 141, "catch2": [141, 257], "seem": 141, "ambigu": [141, 280], "dep_opt": 141, "priorit": [142, 143, 198, 205, 275, 276], "tarbal": [144, 236, 244, 277], "check_sha1": [144, 204], "pococonan": 144, "zip_nam": 144, "pocoproject": 144, "8d87812ce591ced8ce3a022beec1df1c8b2fac87": 144, "unlink": 144, "bypass": 144, "appar": 144, "problemat": [144, 278], "destroi": [144, 157, 168], "lead": [144, 253], "frozen": 144, "realiz": [145, 252, 276], "gtk": 145, "undesir": 145, "libgtk": 145, "pkg1": [145, 196, 240], "pkg2": [145, 196, 240], "prove": [146, 268], "succe": [147, 240], "cfc18fcc7a50ead278a7c1820be74e56": 147, "warn_tag": 149, "custom_tag": 149, "ignore_error": 149, "unnot": 149, "ninja_stdout": 149, "pin": [150, 252, 277, 279], "revision1": 150, "70": 150, "revision2": 150, "00": [150, 212, 277], "inde": 150, "aka": [151, 188], "project1": [152, 230], "project2": [152, 230], "unauthor": 153, "ask": [153, 159], "conan_login_usernam": [153, 159], "conan_login_username_": [153, 159], "conan_password": [153, 159], "conan_password_": [153, 159], "admin": [153, 245], "emptiv": 153, "getenv": [153, 155, 158, 201], "mytk": [153, 158], "mytoken": [153, 158], "whatev": [154, 155, 163, 222], "heaviest": 154, "dowload": 154, "danielm": 154, "my_conan_storage_fold": 154, "recurr": 154, "my_download_cach": 154, "confvar": [154, 155], "hint": [154, 155], "yyi": [154, 155], "ins": 154, "zzz": [154, 155], "everywher": [154, 155], "discret": 154, "establish": 154, "packagenam": [154, 196], "orgnam": 154, "_must_": 154, "cpu_count": 154, "myconf1": 154, "detect_o": [154, 155], "myconf2": 154, "detect_arch": [154, 155], "eval": 154, "integ": [154, 180, 237], "unmodifi": 154, "rid": [154, 155], "f1": 154, "f2": 154, "f0": 154, "pai": [154, 266], "tl": [154, 156, 207], "constitut": 154, "implic": [154, 258], "tool1": 155, "tool4": 155, "environmentvar1": 155, "dlib": 155, "ab": 155, "relpath": 155, "my_pkg_opt": 155, "myvalue12": 155, "mypath1": [155, 200], "path11": 155, "path12": 155, "comp": [155, 217], "chanel": 155, "ration": 155, "kitwar": 155, "3488ec5c2829b44387152a6c4b013767": 155, "20496b332552131b67fb99bf425f95f64d0d0818": 155, "profile_var": 155, "my_build_typ": 155, "referenc": [155, 196, 207], "meant": [155, 217, 259, 268], "judici": 155, "compiler_ex": 155, "default_msvc_runtim": 155, "default_compiler_vers": 155, "default_cppstd": 155, "detect_libcxx": 155, "ldd": 155, "musl": 155, "v143": [155, 157], "default_msvc_ide_vers": 155, "digit": [155, 157, 278, 280], "zlib_clang_profil": 155, "my_var": [155, 265], "statement": 155, "gcc_49": 155, "my_remote_nam": 156, "windowsstor": 157, "windowsc": 157, "ios_vers": 157, "iphoneo": [157, 226], "iphonesimul": 157, "watchsimul": 157, "appletvo": 157, "appletvsimul": 157, "xrsimul": 157, "catalyst": 157, "aix": 157, "arduino": 157, "board": 157, "emscripten": 157, "neutrino": 157, "vxwork": 157, "ppc32be": 157, "ppc32": [157, 192, 240], "ppc64le": [157, 240], "ppc64": [157, 192], "armv4": 157, "armv4i": 157, "armv5el": [157, 186], "armv5hf": [157, 186], "armv7k": 157, "armv8_32": 157, "sparc": [157, 192, 197], "sparcv9": [157, 192], "mip": 157, "mips64": 157, "avr": 157, "s390": 157, "s390x": [157, 240], "wasm": 157, "sh4le": 157, "e2k": 157, "v5": 157, "v6": [157, 186], "v7": 157, "xtensalx6": 157, "xtensalx106": 157, "xtensalx7": 157, "sun": 157, "posix": 157, "libcstd": 157, "libstdcxx": 157, "libstlport": 157, "win32": 157, "dwarf2": 157, "sjlj": 157, "seh": 157, "98": 157, "gnu23": 157, "170": 157, "190": 157, "191": 157, "v110_xp": 157, "v120_xp": 157, "v140_xp": 157, "v141_xp": 157, "runtime_vers": 157, "v140": 157, "v141": 157, "v142": 157, "2021": [157, 222], "icx": [157, 222], "dpcpp": [157, 222], "gnu03": 157, "gpp": 157, "ne": 157, "accp": 157, "acpp": 157, "ecpp": 157, "mcst": [157, 192], "lcc": [157, 192], "relwithdebinfo": 157, "minsizerel": 157, "hardwar": 157, "microprocessor": 157, "microcontrol": 157, "famili": 157, "2015": 157, "2017": [157, 222, 249, 251, 253, 254], "finer": 157, "1913": 157, "dpc": [157, 222], "suppos": 157, "311": 157, "brief": [157, 245, 248], "arch_build": 157, "arch_target": 157, "powerpc": [157, 240], "endian": 157, "littl": [157, 163], "soft": 157, "float": 157, "swift": 157, "a6": 157, "a6x": 157, "chip": 157, "iphon": 157, "5c": 157, "ipad": 157, "k": 157, "aarch32": 157, "ilp32": 157, "a12": 157, "chipset": 157, "xr": [157, 205], "scalabl": [157, 244, 245], "microsystem": 157, "interlock": 157, "pipelin": [157, 159], "formerli": 157, "atmel": 157, "microchip": 157, "390": 157, "ibm": 157, "javascript": 157, "low": 157, "assembli": 157, "byte": [157, 205], "hitachi": 157, "superh": 157, "2000": 157, "512": 157, "vliw": 157, "2cm": 157, "2c": 157, "moscow": 157, "4c": 157, "8c": 157, "8c1": 157, "1c": 157, "1ck": 157, "8c2": 157, "8cb": 157, "2c3": 157, "12c": 157, "16c": 157, "32c": 157, "xtensa": 157, "lx6": 157, "dpu": 157, "esp32": 157, "esp8266": 157, "lx7": 157, "s2": 157, "s3": 157, "wise": 157, "cento": [157, 240], "rogu": 157, "wave": 157, "stlport": 157, "apach": 157, "dinkum": 157, "abridg": 157, "rhel6": 157, "cache_vari": 157, "some_centos_flag": 157, "anymor": 157, "myo": 157, "mycompil": 157, "my_custom_compil": 157, "sync": [157, 209], "tarballnam": 158, "bearer": 158, "mypassword": 158, "hardcod": [158, 268, 278], "difficult": [158, 184, 257, 279], "remote_nam": [159, 180], "unauthent": 159, "unattend": 159, "stuck": 159, "autodetect": [159, 197], "tty": 159, "no_color": 159, "conan_color_dark": 159, "scheme": [159, 278, 280], "light": 159, "dark": 159, "mypythoncod": [160, 273], "altogeth": [160, 163, 197], "pre_build": [160, 166], "complement": 160, "qualiti": [160, 166], "facilit": [160, 165], "variat": [161, 275], "intercept": 162, "commmand": 162, "startswith": 162, "caller": 162, "heavy_pkg": 162, "qt": 162, "abseil": 162, "_commands_": 163, "cmd_": 163, "your_command_nam": 163, "cmd_hello": 163, "cmd_bye": 163, "topic_nam": 163, "topic1": 163, "topic2": 163, "cmd_command": 163, "output_json": 163, "parser": 163, "hello_moon": 163, "subpars": 163, "narg": 163, "mygroup": 163, "mycommand": 163, "mycommand_mysubcommand": 163, "add_my_common_arg": 163, "chose": 163, "format_graph_html": 163, "format_graph_info": 163, "field_filt": 163, "format_graph_json": 163, "dot": [163, 278], "format_graph_dot": 163, "graph_info": 163, "deps_graph": [163, 176], "command_subcommand": 163, "child": 163, "arg1": [163, 194, 222], "arg2": [163, 194, 222], "arg3": 163, "_conanfil": 164, "deps_info": 164, "repeatedli": [165, 280], "my_custom_deploy": 165, "hook_exampl": 166, "pre_export": 166, "field_valu": 166, "getattr": 166, "abort": 166, "hook_": 166, "replace_in_fil": [166, 204, 257], "post_packag": 166, "isdir": 166, "custom_modul": 166, "hook_print": 166, "my_print": 166, "hook_ful": 166, "pre_sourc": 166, "pre_packag": 166, "pre_package_info": 166, "post_package_info": 166, "artifacts_fold": 167, "signature_fold": 167, "conan_packag": [167, 249, 254], "written": [167, 260, 280], "twice": 167, "signer": 167, "asc": 167, "listdir": 167, "isfil": 167, "profile_plugin": 168, "ordereddict": [168, 198], "profilesapi": [169, 179], "installapi": [169, 176], "graphapi": [169, 175], "exportapi": [169, 174], "newapi": [169, 178], "downloadapi": [169, 173], "cache_fold": 171, "global_conf": 172, "settings_yml": 172, "pkgrefer": [173, 177], "download_ful": 173, "package_list": [173, 183], "load_root_test_conanfil": 175, "tested_refer": 175, "tested_python_requir": 175, "recipe_consum": 175, "load_graph": 175, "root_nod": 175, "check_upd": 175, "load_root_nod": 175, "analyze_binari": 175, "build_mod": 175, "build_modes_test": 175, "tested_graph": 175, "buildmod": 175, "install_binari": 176, "intal": 176, "install_system_requir": 176, "only_info": 176, "install_sourc": 176, "install_consum": 176, "deploy_packag": 176, "filter_packages_configur": 177, "pkg_configur": 177, "pkgconfigur": 177, "get_templ": 178, "template_fold": 178, "get_home_templ": 178, "template_nam": 178, "get_default_host": 179, "get_default_build": 179, "get_profil": 179, "get_path": 179, "sin": 179, "alphabet": [179, 278], "contact": 180, "user_xxx": 180, "only_en": 180, "allowed_packag": 180, "user_login": 180, "user_logout": 180, "check_upstream": 183, "enabled_remot": 183, "upload_data": 183, "upload_ful": 183, "check_integr": 183, "dry_run": 183, "mybas": 184, "cool": 184, "super": [184, 214], "pyreq_path": 184, "myfile_path": 184, "mynumb": 184, "gradual": 184, "hierarchi": 184, "is_apple_o": [185, 187], "to_apple_arch": [185, 187], "envvar": [185, 199, 200, 202, 203], "intelcc": 185, "nmaketoolchain": [185, 227], "sconsdep": 185, "armv5": 186, "lc_rpath": [188, 212], "outlin": 188, "libnam": 188, "my_execut": 188, "add_rpath": 188, "executable_path": 188, "use_settings_target": 188, "ranlib": 188, "lipo": 188, "codesign": 188, "isysroot": [188, 226], "sdk_platform_path": 188, "sdk_platform_vers": 188, "libtool": 188, "alltarget": 189, "i386": [189, 226], "sdkroot": 189, "ios8": 189, "skd": 189, "conan_libpng": 190, "conan_libpng_libpng": 190, "conan_libpng_libpng_debug_x86_64": 190, "conan_libpng_libpng_release_x86_64": 190, "conan_zlib": [190, 230], "conan_zlib_zlib": 190, "conan_zlib_zlib_debug_x86_64": 190, "conan_zlib_zlib_release_x86_64": 190, "system_header_search_path": 190, "gcc_preprocessor_definit": 190, "other_cflag": 190, "other_cplusplusflag": 190, "framework_search_path": 190, "library_search_path": 190, "other_ldflag": 190, "conan_libpng_debug_x86_64": 190, "package_root_": 190, "releaseshar": [190, 196, 230, 267], "mycustomconfig": [190, 230], "conantoolchain_release_x86_64": 191, "conantoolchain_debug_x86_64": 191, "conan_global_flag": 191, "conantoolchain_": [191, 231], "_x86_64": 191, "clang_cxx_librari": 191, "clang_cxx_language_standard": 191, "macosx_deployment_target": 191, "mmacosx": 191, "_cpu_count": 192, "cgroup": 192, "skip_x64_x86": 192, "m1": [192, 226, 268], "gnu_extens": 192, "cppstd_default": 192, "appleclang": 192, "dxxx": 194, "dvar": 194, "build_tool_arg": 194, "barg1": 194, "barg2": 194, "underli": 194, "diagnost": 194, "dcmake_verbose_makefil": 194, "maxcpucount": 194, "cmake_gener": 195, "shared_fals": 195, "shared_tru": 195, "chosen": [195, 222], "cmake_prefix_path": [196, 197], "cmake_module_path": [196, 197], "findxxx": 196, "conandeps_legaci": 196, "cmake_binary_dir": 196, "enumer": 196, "overal": 196, "releasedshar": 196, "my_tool": [196, 217, 220], "collid": [196, 217, 280], "capnproto": [196, 217], "_build": [196, 217], "81": 196, "fakecomp": 196, "cmake_module_file_nam": 196, "cmake_module_target_nam": 196, "dep_nam": [196, 253], "get_cmake_package_nam": 196, "module_mod": 196, "get_find_mod": 196, "cmake_target_alias": 196, "rout": 196, "cmake_set_interface_link_directori": 196, "pragma": 196, "nosonam": 196, "sonam": 196, "cmake_config_version_compat": 196, "samemajorvers": 196, "sameminorvers": 196, "exactvers": 196, "configvers": 196, "myfilenam": [196, 207], "myfooalia": 196, "mycompon": [196, 217, 220], "varcompon": 196, "myfilenameconfig": 196, "findmyfilenam": 196, "zlibconan": 196, "alter": 196, "colon": 196, "new_component_target_nam": 196, "buildir": 196, "cmake_map_imported_config_": 196, "dcmake_map_imported_config_coverag": 196, "myvar_valu": 197, "mydefin": [197, 226], "mydef_valu": [197, 226], "cmake_path": 197, "cmake_position_independent_cod": 197, "nmake": [197, 198, 232], "easier": [197, 280], "schema": [197, 205, 231], "testpreset": 197, "jon": 197, "mydef": [197, 226], "myconfigdef": 197, "mydebugvalu": 197, "myreleasevalu": 197, "novalue_def": 197, "add_compile_definit": 197, "cachevari": 197, "foo2": 197, "ON": [197, 250, 271], "myconfigvar": 197, "sentenc": 197, "buildenv": [197, 200, 222, 250], "my_build_var": 197, "my_buildvar_value_overridden": 197, "runenv": [197, 200], "my_run_var": 197, "my_runvar_set_in_gener": 197, "my_env_var": 197, "my_env_var_valu": 197, "save_script": [197, 201], "other_env": 197, "compose_env": [197, 200], "extra_cxxflag": [197, 214, 232], "extra_cflag": [197, 214, 232], "extra_sharedlinkflag": 197, "extra_exelinkflag": 197, "clash": 197, "filepath": 197, "mytoolchainpackag": 197, "mytoolchain": 197, "mytoolrequir": 197, "toolchain1": 197, "toolchain2": 197, "yyyi": 197, "ninclud": 197, "generic_system": 197, "lang": 197, "_compil": 197, "android_system": 197, "android_platform": 197, "android_stl": 197, "android_ndk_path": 197, "apple_system": 197, "cmake_osx_architectur": 197, "cmake_osx_sysroot": 197, "arch_flag": [197, 214], "m32": 197, "m64": 197, "vs_runtim": 197, "cmake_msvc_runtime_librari": 197, "cmake_cxx_extens": 197, "cmake_flags_init": 197, "cmake_xxx_flag": 197, "conan_xxx": 197, "cmake_cxx_flags_init": 197, "conan_cxx_flag": 197, "try_compil": 197, "in_try_compil": 197, "find_path": 197, "cmake_skip_rpath": 197, "skip_rpath": 197, "build_shared_lib": [197, 260, 271], "output_dir": 197, "cmake_install_xxx": 197, "cmake_install_bindir": 197, "cmake_install_sbindir": 197, "cmake_install_libexecdir": 197, "cmake_install_libdir": 197, "cmake_install_oldincludedir": 197, "cmake_install_datarootdir": 197, "mybin": [197, 214], "myinclud": [197, 214], "myre": [197, 214], "block_nam": 197, "new_tmp": 197, "other_toolset": 197, "generic_block": 197, "methodtyp": 197, "mygenericblock": 197, "helloworld": 197, "myblock": 197, "mynewblock": 197, "64bit": [197, 276], "32bit": [197, 276], "ppc": 197, "mylibrari": 197, "primarili": 197, "benefici": 197, "univer": 197, "reliabl": 197, "troubl": 197, "cautiou": 197, "overli": 197, "broader": 197, "r23c": 197, "toolset_cuda": 197, "cmake_c_flags_init": 197, "add_definit": 197, "cmake_xcode_attribute_enable_bitcod": 197, "cmake_xcode_attribute_clang_enable_objc_arc": 197, "cmake_xcode_attribute_gcc_symbols_private_extern": 197, "cmake_sysroot": 197, "cmp0149": 197, "cmake_c_compil": 197, "cmake_cxx_compil": 197, "cmake_rc_compil": 197, "cmake_objc_compil": 197, "objcpp": [197, 226], "cmake_objcxx_compil": 197, "cmake_cuda_compil": 197, "cmake_fortran_compil": 197, "cmake_asm_compil": 197, "cmake_hip_compil": 197, "cmake_ispc_compil": 197, "collaps": 198, "aggregated_cpp_info": 198, "topological_sort": 198, "revers": 198, "dep_cppinfo": 198, "get_sorted_compon": 198, "fewer": 198, "other_cppinfo": 198, "myvar2": 200, "myvalue2": 200, "myvar3": 200, "myvalue3": 200, "myvar4": 200, "mypath2": 200, "mypath3": 200, "env1": [200, 201], "env2": 200, "prevail": [200, 275], "autootoolsdep": 200, "mypkg_data_dir": 200, "datadir": [200, 217, 226], "filesystem": [200, 207], "deploy_base_fold": 200, "my_env_fil": 201, "ps1": [201, 202, 203, 233, 254], "var2": 201, "variable_refer": 201, "penv": 201, "32k": 201, "2048": 201, "closer": 201, "varnam": 201, "ld_library_path": [202, 203, 251, 260, 265], "deactivate_conanbuildenv": [202, 250, 253, 254, 257], "accumul": [202, 203, 213, 238], "auto_gener": [202, 203], "dyld_library_path": [203, 251], "dyld_framework_path": [203, 251], "deactivate_conanrunenv": 203, "rm": 204, "rmdir": 204, "chdir": 204, "update_conandata": 204, "collect_lib": 204, "check_md5": 204, "check_sha256": 204, "absolute_to_relative_symlink": [204, 266], "remove_external_symlink": 204, "remove_broken_symlink": 204, "ignore_cas": 205, "insensit": 205, "utf": [205, 231], "otherfil": 205, "robocopi": 205, "abe2h9f": 205, "file_path": [205, 206], "mydir": 205, "newdir": 205, "do_someth": 205, "tzb2": 205, "bz2": 205, "txz": 205, "keep_permiss": [205, 207], "bigfil": 205, "danger": 205, "raise_if_miss": 205, "inter": 205, "libmylib": [205, 212], "stare": 205, "libmath": 205, "other_libdir": 205, "rwxr": 205, "lrwxr": 205, "md5sum": 206, "sha256sum": 206, "md5": 207, "ftp": 207, "impli": [207, 277, 280], "httpbasic": 207, "someurl": 207, "somefil": 207, "e5d695597e9fa520209d1b41edad2a27": 207, "ia64": 207, "5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6": 207, "base_path": 209, "patch_str": 209, "fuzz": 209, "fuzzi": 209, "0001": 209, "buildflatbuff": 209, "0002": 209, "patch_typ": 209, "patch_sourc": 209, "flatbuff": 209, "5650": 209, "patch_descript": 209, "misc": 209, "1232": 209, "1292": 209, "g_test_add_func": 209, "paus": 209, "cancel": 209, "do_pause_cancel_test": 209, "g_test_add_data_func": 209, "steal": 209, "gint_to_point": 209, "do_stealing_test": 209, "length": 209, "do_response_informational_content_length_test": 209, "ret": 209, "g_test_run": 209, "0003": 209, "base_fold": 210, "configure_arg": 212, "make_arg": 212, "_conanbuild": [212, 214], "destdir": [212, 225], "unix_path": [212, 227], "install_nam": 212, "cmdsize": 212, "48": 212, "offset": 212, "stamp": 212, "jan": 212, "1970": 212, "loader": 212, "wl": [212, 216], "conanautotoolsdep": 213, "undesired_valu": 213, "seamlessli": 214, "precalcul": 214, "my_argu": 214, "sbindir": [214, 226], "oldincludedir": 214, "datarootdir": 214, "he": 214, "extra_defin": [214, 232], "extra_ldflag": [214, 232], "gcc_cxx11_abi": 214, "build_type_flag": 214, "sysroot_flag": 214, "apple_arch_flag": [214, 226], "apple_isysroot_flag": [214, 226], "msvc_runtime_flag": [214, 227], "myflag": 214, "update_configure_arg": 214, "updated_flag": 214, "update_make_arg": 214, "update_autoreconf_arg": 214, "xxxxxx_arg": 214, "prune": [214, 276], "gold": [214, 226], "lld": [214, 226], "nvcc": 214, "fc": 214, "mk": 215, "conan_dep": 215, "conan_name_zlib": 215, "conan_version_zlib": 215, "conan_reference_zlib": 215, "conan_root_zlib": 215, "zlib273508b343e8c": 215, "conan_include_dirs_zlib": 215, "conan_include_dir_flag": 215, "conan_lib_dirs_zlib": 215, "conan_lib_dir_flag": 215, "conan_bin_dirs_zlib": 215, "conan_bin_dir_flag": 215, "conan_libs_zlib": 215, "conan_lib_flag": 215, "conan_include_dir": 215, "conan_lib_dir": 215, "conan_bin_dir": 215, "conan_lib": [215, 272], "conan_define_flag": 215, "conan_system_lib_flag": 215, "lz": [215, 217], "libastr": 216, "_use_libastr": 216, "astral": 216, "linkflag": [216, 238], "tmp_dir": 216, "is_system": 216, "rt": 216, "your_us": 217, "647afeb69d3b0a2d3d316e80b24d38c714cc6900": 217, "pkg_config_alias": 217, "xxxxx": [217, 221, 226], "freeform": 217, "component_vers": 217, "custom_cont": 217, "mynam": 217, "componentnam": 217, "alias1": 217, "alias2": 217, "rcpath": 219, "bz": [219, 220], "fresh": 219, "new_local_repositori": 220, "build_fil": 220, "cc_import": 220, "cc_librari": 220, "z_precompil": 220, "static_librari": 220, "libz": [220, 251], "hdr": 220, "glob": 220, "filegroup": 220, "zlib_binari": 220, "bazel_target_nam": 220, "bazel_repository_nam": 220, "my_target": 220, "my_repo": 220, "cxxopt": 221, "dynamic_mod": 221, "compilation_mod": 221, "force_p": 221, "copt": 221, "flagn": 221, "conlyopt": 221, "linkopt": 221, "dbg": 221, "crosstool_top": 221, "icpx": 222, "conanintelsetvar": 222, "intelprofil": 222, "ms_toolset": 222, "batch": 222, "argn": 222, "intel64": 222, "ia32": 222, "ia": 222, "mysrcfold": 223, "reconfigur": 225, "dprefix": 225, "n_job": 225, "55": [226, 252], "default_librari": 226, "buildtyp": 226, "libexecdir": 226, "localedir": 226, "mandir": 226, "infodir": 226, "wrap_mod": 226, "nofallback": 226, "cpp_arg": 226, "c_arg": 226, "c_link_arg": 226, "cpp_link_arg": 226, "conan_meson_xxxx": 226, "with_msg": 226, "hi": 226, "everyon": 226, "packageopt": 226, "upon": 226, "mio": 226, "ios_host_profil": 226, "objc_arg": 226, "objc_link_arg": 226, "objcpp_arg": 226, "objcpp_link_arg": 226, "android_host_profil": 226, "c_ld": 226, "cc_ld": 226, "cpp_ld": 226, "cxx_ld": 226, "as_": 226, "AS": [226, 232], "windr": 226, "macosx": 226, "objcflag": 226, "objcxxflag": 226, "check_min_v": 227, "is_msvc": 227, "is_msvc_static_runtim": 227, "msvs_toolset": 227, "raise_invalid": 228, "worth": 228, "mt": [228, 231], "neither": 228, "myreleas": 229, "myplatform": 229, "conan_zlib_vars_release_x64": 230, "conanzlibxxxx": 230, "conanzlibincludedir": 230, "conanzliblib": 230, "conan_zlib_vars_debug_x64": 230, "conanzlib": 230, "conan_zlib_release_x64": 230, "conan_zlib_debug_x64": 230, "conan_bzip": 230, "bzip": 230, "conan_bzip2": 230, "conan_pkgname_compname_vars_release_x64": 230, "compnam": 230, "conan_pkgname_compname_release_x64": 230, "conan_pkgname_compnam": 230, "conan_pkgnam": 230, "conan_pkgname_vars_release_x64": 230, "gather": [230, 278], "catch": 230, "executablepath": 230, "binarydirectori": 230, "custombuild": 230, "caexcludepath": 230, "uncondit": 230, "conan_": 230, "_var": 230, "conantoolchain_release_x86": 231, "mtd": 231, "mdd": 231, "clcompil": 231, "windowstargetplatformvers": 231, "additionalopt": 231, "preprocessordefinit": 231, "vcvarsal": [231, 233], "includeextern": 231, "xmln": 231, "2003": 231, "itemdefinitiongroup": 231, "propertygroup": 231, "conannmakedep": 232, "_link_": 232, "conannmaketoolchain": 232, "my_flag": 232, "env_var": 232, "cl_env_var": 232, "winsdk": 233, "thin": [236, 259], "repourl": 236, "children": 236, "hidden_output": 236, "get_remote_url": 236, "commit_in_remot": 236, "occurr": 236, "get_repo_root": 236, "fetch_commit": 236, "qualifi": [237, 278], "sconscript_conandep": 238, "cpppath": 238, "binpath": 238, "frameworkpath": 238, "cppdefin": 238, "ccflag": 238, "shlinkflag": 238, "sconscript": 238, "mergeflag": 238, "chocolatei": 239, "libgl": 240, "libglvnd": 240, "devel": 240, "mesa": 240, "linuxmint": 240, "pidora": 240, "scientif": 240, "xenserv": 240, "amazon": 240, "oracl": 240, "amzn": 240, "almalinux": 240, "rocki": 240, "fedora": 240, "rhel": 240, "mageia": 240, "manjaro": 240, "opensus": 240, "sle": 240, "host_packag": 240, "install_substitut": 240, "packages_substitut": 240, "pkg3": 240, "_arch_nam": 240, "multiarch": 240, "arch_nam": 240, "libxcb": 240, "util0": 240, "packages_altern": 240, "amd64": 240, "conan_arch_set": 240, "apt_arch_set": 240, "86": 240, "armv7hl": 240, "lib32": 240, "c3i": 243, "profession": 244, "matrix": [244, 275, 276], "8081": 245, "8082": 245, "bintrai": 245, "jdk": 245, "dialog": 245, "bottl": 246, "wsgirefserv": 246, "ctrl": 246, "my_local_serv": 247, "lan": 247, "easiest": 249, "conan_export": 249, "f1fadf0d3b196dc0332750354ad8ab7b": [249, 254], "cdc9a35e010a17fc90bb845108cf86cfcbce64bf": 249, "dd7bf2a1ab4eb5d1943598c09b616121": 249, "someprofil": 250, "compressorrecip": [250, 252, 253], "identif": 250, "eabi5": 250, "armhf": 250, "buildid": 250, "2a216076864a1b1f30211debf297ac37a9195196": 250, "different_configur": 251, "anywher": 251, "tutorial_us": 251, "zlib1": 251, "reinstal": 251, "dyld": 251, "41259": 251, "wonder": 251, "answer": 251, "li": [251, 278], "breakdown": 251, "approxim": [252, 278], "87a7211557b6690ef5bf7fc599dd8349": 252, "f305019023c2db74d1001c5afa5cf362": 252, "82202701ea360c0863f1db5008067122": 252, "bd533fb124387a214816ab72c8d1df28": 252, "59": 252, "58": 252, "3b9e037ae1c615d045a06c67d88491a": 252, "chronolog": 252, "tediou": [252, 270, 279], "occas": 252, "4524fcdd41f33e8df88ece6e755a5dcc": 252, "1650538915": 252, "154": 252, "stai": 252, "conanfile_pi": 253, "neater": 253, "base64": 253, "auxiliari": 253, "v8": 253, "asset": 253, "dear": 253, "imgui": 253, "bind": 253, "clarifi": 253, "cmake_vers": 254, "3e3d8f3a848b2a60afafbe7a0955085a": 254, "2a823fda5c9d8b4f682cb27c30caf4124c5726c8": 254, "48bc7191ec1ee467f1e951033d7d41b2": 254, "f2f48d9745706caf77ea883a5855538256e7f2d4": 254, "6c519070f013da19afd56b52c465b596": 254, "scaffold": 255, "walkthrough": 255, "peculiar": 255, "fanci": 256, "colour": [256, 267], "creating_packag": [256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268], "add_requir": 256, "check_max_cppstd": [256, 267], "check_min_cppstd": [256, 263, 267], "require_fmt": 256, "crimson": [256, 267], "emphasi": [256, 267], "bold": [256, 267], "__cplusplu": 256, "201103": 256, "__gnuc__": 256, "__gnuc_minor__": 256, "__clang_major__": 256, "__clang_minor__": 256, "__apple_build_version__": 256, "13160021": 256, "build_method": 257, "with_test": 257, "with_fmt": [257, 258, 267], "novelti": 257, "compose_messag": 257, "add_subdirectori": 257, "googletest": [257, 263], "gtest_main": [257, 263], "hellotest": 257, "composemessag": 257, "expect_eq": 257, "c51d80ef47661865": 257, "3ad4c6873a47059c": 257, "tear": [257, 263], "82b6c0c858e739929f74f59c25c187b927d514f3": 257, "uncommon": 257, "configure_options_set": 258, "met": 258, "ng": 258, "738feca714b7251063cc51448da0cf4811424e7c": 258, "7fe7f5af0ef27552": 258, "3bd9faedc711cbb4fdf10b295268246": 258, "e6b11fb0cb64e3777f8d62f4543cd6b3": 258, "5c497cbb5421cbda": 258, "3d27635e4dd04a258d180fe03cfa07ae1186a828": 258, "19a2e552db727a2b": 258, "67b887a0805c2a535b58be404529c1f": 258, "c7796386fcad5369": 258, "depict": 258, "intuit": 258, "2a899fd0da3125064bf9328b8db681cd82899d56": 258, "f0d1385f4f90ae465341c15740552d7": 258, "8a55286c6595f662": 258, "601209640bd378c906638a8de90070f7": 258, "d1b3f3666400710fec06446a697f9eeddd1235aa": 258, "24a2edf207deeed4151bd87bca4af51c": 258, "concret": 259, "email": 259, "constraint": [259, 276, 280], "completitud": 259, "leverag": 259, "dcbfe21e5250264b26595d151796be70": 259, "__gnuc__4": [259, 261, 264, 271], "__gnuc_minor__2": [259, 261, 264, 271], "__clang_major__13": [259, 261, 264], "__clang_minor__1": [259, 261, 264], "__apple_build_version__13160021": [259, 261, 264], "6679492451b5d0750f14f9024fdbf84e19d2941b": 259, "customis": 259, "breakag": [259, 261], "package_inform": 260, "output_nam": 260, "a311fcf8a63f3206": 260, "fd7c4113dad406f7d8211b3470c16627b54ff3af": [260, 266, 268], "44d78a68b16b25c5e6d7e8884b8f58b8": 260, "a8cb81b31dc10d96": 260, "handle_sourc": 261, "mutabl": 261, "0fcb5ffd11025446": 261, "update_sourc": 261, "369786d0fb355069": 261, "7bc71c682895758a996ccf33b70b91611f51252832b01ef3b4675371510ee466": 261, "saw": [262, 263, 276], "other_packag": [263, 264, 265], "sumconan": 263, "sum": 263, "8d9f1fb3655adcb348befcd8374c5292": 263, "pid": [263, 264], "header_only_gtest": 263, "test_sum": 263, "9bf83ef65d5ff0d6": 263, "sumtest": 263, "basicsum": 263, "lack": 263, "3rd": 264, "circumst": 264, "54a3ab9b777a90a13e500dd311d9cd70316e9d55": 264, "deep": 264, "local_include_fold": 264, "local_lib_fold": 264, "prebuilt_binari": 264, "vendor_hello_librari": 264, "_o": 264, "_arch": 264, "9c7634dfe0369907f569c4e583f9bc50": 264, "522dcea5982a3f8a5b624c16477e47195da2f84f": 264, "63fead0844576fc02943e16909f08fcdddd6f44b": 264, "82339cc4d6db7990c1830d274cd12e7c91ab18a1": [264, 265], "28": 264, "a0cd51c51fe9010370187244af885b0efcc5b69b": 264, "c93719558cf197f1df5a7f1d071093e26f0e44a0": 264, "dcf68e932572755309a5f69f3cee1bede410e907": 264, "somewher": 264, "prebuilt_remote_binari": 264, "base_url": 264, "d8e4debf31f0b7b5ec7ff910f76f1e2a": 264, "secure_scannerrecip": 265, "secure_scann": 265, "scanner": 265, "secure_scannertestconan": 265, "my_consum": 265, "enviorn": 265, "overwrot": 265, "package_method": 266, "predetermin": 266, "b5857f2e70d1b2fd": 266, "bf7f5b9a3bb2c957742be4be216dfcbb": 266, "25e0b5c00ae41ef9fbfbbb1e5ac86e1": [266, 268], "47b4c4c61c8616e5": 266, "222db0532bba7cbc": 266, "50f91e204d09b64b24b29df3b87a2f3a": 266, "96ed9fb1f78bc96708b1abf4841523b0": 266, "21ec37b931782de8": 266, "preparing_the_build": 267, "optional_fmt": 267, "target_compile_definit": 267, "using_fmt": 267, "endl": 267, "debugshar": 267, "testing_packag": 268, "hellotestconan": 268, "cd132b054cf999f31bd2fd2424053ddc": 268, "ff7a496f48fca9a88dc478962881e015f4a5b98f": 268, "1d9bb4c015de50bcb4a338c07229b3bc": 268, "4ff3fd65a1d37b52436bf62ea6eaac04": 268, "d136b3379fdb29bdfe31404b916b29e1": 268, "656efb9d626073d4ffa0dda2cc8178bc408b1be": 268, "ee8cbd2bf32d1c89e553bdd9d5606127": 268, "costli": 269, "entir": 269, "developing_packag": [270, 271, 272], "editable_packag": 270, "fledg": 270, "perspect": 270, "increment": 270, "trial": 271, "local_package_development_flow": 271, "ve": 271, "cmakedeps_macro": 271, "f09ef573c22f3919ba26ee91ae444eaa": 271, "__cplusplus201103": 271, "__clang_major__14": 271, "__apple_build_version__14000029": 271, "po": 271, "examin": 272, "package_layout": 272, "sayb3ea744527a91": 272, "say830097e941e10": 272, "libsai": 272, "say8938ceae216fc": 272, "say_say_releas": 272, "local_fold": 272, "expir": 273, "increas": [273, 274], "oppos": [273, 280], "intent": 273, "intro": [275, 276], "credit": 275, "videogam": 275, "0fe4e6890766f7b8e21f764f0049aec7": 275, "d639998c2e55cf36d261ab319801c322": 275, "905c3f0babc520684c84127378fefdd0": [275, 276], "converg": 275, "mathemat": 276, "sound32": 276, "sound": 276, "1675278126": 276, "0552447": 276, "83d4b7bf607b3b60a6546f8b58b5cdd7": 276, "1675278904": 276, "0791488": 276, "1675278900": 276, "0103245": 276, "enforc": 276, "paramount": 276, "1675278901": 276, "7527816": 276, "harm": 276, "1675294635": 276, "6049662": 276, "1675294637": 276, "9775107": 276, "2475ece651f666f42c155623228c75d2": 277, "2b547b7f20f5541c16d0b5cbcf207502": 277, "licenc": 277, "1d674b4349d2b1ea06aa6419f5f99dd9": 277, "chat": 277, "17b45a168519b8e0ed178d822b7ad8c8": 277, "12f87e1b8a881da6b19cc7f229e16c76": 277, "ago": 277, "determinist": 277, "subsequ": 277, "8b8c3deef5ef47a8009d4afaebfe952": 277, "8e8d380347e6d067240c4c00132d42b1": 277, "c347faaedc1e7e3282d3bfed31700019": 277, "wast": 277, "apprecip": [278, 279], "newest": 278, "hold": 278, "letter": [278, 280], "becam": 278, "evid": 278, "demand": 278, "entiti": 278, "numer": 278, "tild": 278, "caret": 278, "include_prereleas": 278, "henc": 278, "fast": 279, "blown": 279, "intervent": 279, "excit": 280, "youtub": 280, "kkgglzm5ou": 280, "tribe": 280, "026": 280, "requirements_trait": 280, "modular": 280, "redesign": 280, "send": 280, "thorough": 280, "mydeploi": 280, "meaning": 280, "mylib_a": 280, "mylib_b": 280, "034": 280, "new_lockfil": 280, "enviro": 280, "shorten": 280, "short_path": 280, "incredibuild": 280, "sigstor": 280, "accur": 280, "bulk": 280, "myvers": 280}, "objects": {"conan.api.conan_api": [[171, 0, 1, "", "ConanAPI"]], "conan.api.subapi.command": [[170, 0, 1, "", "CommandAPI"]], "conan.api.subapi.config": [[172, 0, 1, "", "ConfigAPI"]], "conan.api.subapi.config.ConfigAPI": [[172, 1, 1, "", "global_conf"], [172, 1, 1, "", "settings_yml"]], "conan.api.subapi.download": [[173, 0, 1, "", "DownloadAPI"]], "conan.api.subapi.download.DownloadAPI": [[173, 2, 1, "", "download_full"], [173, 2, 1, "", "package"], [173, 2, 1, "", "recipe"]], "conan.api.subapi.export": [[174, 0, 1, "", "ExportAPI"]], "conan.api.subapi.graph": [[175, 0, 1, "", "GraphAPI"]], "conan.api.subapi.graph.GraphAPI": [[175, 2, 1, "", "analyze_binaries"], [175, 2, 1, "", "load_graph"], [175, 2, 1, "", "load_root_test_conanfile"]], "conan.api.subapi.install": [[176, 0, 1, "", "InstallAPI"]], "conan.api.subapi.install.InstallAPI": [[176, 2, 1, "", "install_binaries"], [176, 2, 1, "", "install_consumer"], [176, 2, 1, "", "install_sources"], [176, 2, 1, "", "install_system_requires"]], "conan.api.subapi.list": [[177, 0, 1, "", "ListAPI"]], "conan.api.subapi.list.ListAPI": [[177, 2, 1, "", "filter_packages_configurations"]], "conan.api.subapi.new": [[178, 0, 1, "", "NewAPI"]], "conan.api.subapi.new.NewAPI": [[178, 2, 1, "", "get_home_template"], [178, 2, 1, "", "get_template"]], "conan.api.subapi.profiles": [[179, 0, 1, "", "ProfilesAPI"]], "conan.api.subapi.profiles.ProfilesAPI": [[179, 2, 1, "", "detect"], [179, 2, 1, "", "get_default_build"], [179, 2, 1, "", "get_default_host"], [179, 2, 1, "", "get_path"], [179, 2, 1, "", "get_profile"], [179, 2, 1, "", "list"]], "conan.api.subapi.remotes": [[180, 0, 1, "", "RemotesAPI"]], "conan.api.subapi.remotes.RemotesAPI": [[180, 2, 1, "", "add"], [180, 2, 1, "", "disable"], [180, 2, 1, "", "enable"], [180, 2, 1, "", "get"], [180, 2, 1, "", "list"], [180, 2, 1, "", "remove"], [180, 2, 1, "", "rename"], [180, 2, 1, "", "update"], [180, 2, 1, "", "user_login"], [180, 2, 1, "", "user_logout"]], "conan.api.subapi.remove": [[181, 0, 1, "", "RemoveAPI"]], "conan.api.subapi.search": [[182, 0, 1, "", "SearchAPI"]], "conan.api.subapi.upload": [[183, 0, 1, "", "UploadAPI"]], "conan.api.subapi.upload.UploadAPI": [[183, 2, 1, "", "check_upstream"], [183, 2, 1, "", "prepare"], [183, 2, 1, "", "upload_full"]], "conan.tools.android": [[186, 3, 1, "", "android_abi"]], "conan.tools.apple": [[188, 0, 1, "", "XCRun"], [188, 3, 1, "", "fix_apple_shared_install_name"], [188, 3, 1, "", "is_apple_os"], [188, 3, 1, "", "to_apple_arch"]], "conan.tools.apple.XCRun": [[188, 1, 1, "", "ar"], [188, 1, 1, "", "cc"], [188, 1, 1, "", "cxx"], [188, 2, 1, "", "find"], [188, 1, 1, "", "install_name_tool"], [188, 1, 1, "", "libtool"], [188, 1, 1, "", "otool"], [188, 1, 1, "", "ranlib"], [188, 1, 1, "", "sdk_path"], [188, 1, 1, "", "sdk_platform_path"], [188, 1, 1, "", "sdk_platform_version"], [188, 1, 1, "", "sdk_version"], [188, 1, 1, "", "strip"]], "conan.tools.apple.xcodebuild": [[189, 0, 1, "", "XcodeBuild"]], "conan.tools.apple.xcodebuild.XcodeBuild": [[189, 2, 1, "", "__init__"], [189, 2, 1, "", "build"]], "conan.tools.build.cppstd": [[192, 3, 1, "", "check_max_cppstd"], [192, 3, 1, "", "check_min_cppstd"], [192, 3, 1, "", "default_cppstd"], [192, 3, 1, "", "supported_cppstd"], [192, 3, 1, "", "valid_max_cppstd"], [192, 3, 1, "", "valid_min_cppstd"]], "conan.tools.build.cpu": [[192, 3, 1, "", "build_jobs"]], "conan.tools.build.cross_building": [[192, 3, 1, "", "can_run"], [192, 3, 1, "", "cross_building"]], "conan.tools.build.flags": [[192, 3, 1, "", "cppstd_flag"]], "conan.tools.cmake.cmake": [[194, 0, 1, "", "CMake"]], "conan.tools.cmake.cmake.CMake": [[194, 2, 1, "", "build"], [194, 2, 1, "", "configure"], [194, 2, 1, "", "ctest"], [194, 2, 1, "", "install"], [194, 2, 1, "", "test"]], "conan.tools.cmake.cmakedeps.cmakedeps": [[196, 0, 1, "", "CMakeDeps"]], "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps": [[196, 2, 1, "", "generate"], [196, 2, 1, "", "get_cmake_package_name"], [196, 2, 1, "", "get_find_mode"], [196, 2, 1, "", "set_property"]], "conan.tools.cmake.layout": [[195, 3, 1, "", "cmake_layout"]], "conan.tools.cmake.toolchain.toolchain": [[197, 0, 1, "", "CMakeToolchain"]], "conan.tools.cmake.toolchain.toolchain.CMakeToolchain": [[197, 2, 1, "", "generate"]], "conan.tools.env.environment": [[201, 0, 1, "", "EnvVars"], [200, 0, 1, "", "Environment"]], "conan.tools.env.environment.EnvVars": [[201, 2, 1, "", "apply"], [201, 2, 1, "", "get"], [201, 2, 1, "", "items"], [201, 2, 1, "", "save_script"]], "conan.tools.env.environment.Environment": [[200, 2, 1, "", "append"], [200, 2, 1, "", "append_path"], [200, 2, 1, "", "compose_env"], [200, 2, 1, "", "define"], [200, 2, 1, "", "deploy_base_folder"], [200, 2, 1, "", "dumps"], [200, 2, 1, "", "prepend"], [200, 2, 1, "", "prepend_path"], [200, 2, 1, "", "remove"], [200, 2, 1, "", "unset"], [200, 2, 1, "", "vars"]], "conan.tools.env.virtualbuildenv": [[202, 0, 1, "", "VirtualBuildEnv"]], "conan.tools.env.virtualbuildenv.VirtualBuildEnv": [[202, 2, 1, "", "environment"], [202, 2, 1, "", "generate"], [202, 2, 1, "", "vars"]], "conan.tools.env.virtualrunenv": [[203, 0, 1, "", "VirtualRunEnv"]], "conan.tools.env.virtualrunenv.VirtualRunEnv": [[203, 2, 1, "", "environment"], [203, 2, 1, "", "generate"], [203, 2, 1, "", "vars"]], "conan.tools.files": [[205, 3, 1, "", "collect_libs"]], "conan.tools.files.conandata": [[205, 3, 1, "", "trim_conandata"], [205, 3, 1, "", "update_conandata"]], "conan.tools.files.copy_pattern": [[205, 3, 1, "", "copy"]], "conan.tools.files.files": [[205, 3, 1, "", "chdir"], [206, 3, 1, "", "check_md5"], [206, 3, 1, "", "check_sha1"], [206, 3, 1, "", "check_sha256"], [207, 3, 1, "", "download"], [207, 3, 1, "", "ftp_download"], [207, 3, 1, "", "get"], [205, 3, 1, "", "load"], [205, 3, 1, "", "mkdir"], [205, 3, 1, "", "rename"], [205, 3, 1, "", "replace_in_file"], [205, 3, 1, "", "rm"], [205, 3, 1, "", "rmdir"], [205, 3, 1, "", "save"], [205, 3, 1, "", "unzip"]], "conan.tools.files.patches": [[209, 3, 1, "", "apply_conandata_patches"], [209, 3, 1, "", "export_conandata_patches"], [209, 3, 1, "", "patch"]], "conan.tools.files.symlinks": [[210, 3, 1, "", "absolute_to_relative_symlinks"], [210, 3, 1, "", "remove_broken_symlinks"], [210, 3, 1, "", "remove_external_symlinks"]], "conan.tools.gnu": [[215, 0, 1, "", "MakeDeps"], [216, 0, 1, "", "PkgConfig"], [217, 0, 1, "", "PkgConfigDeps"]], "conan.tools.gnu.MakeDeps": [[215, 2, 1, "", "generate"]], "conan.tools.gnu.PkgConfig": [[216, 2, 1, "", "fill_cpp_info"]], "conan.tools.gnu.PkgConfigDeps": [[217, 1, 1, "", "content"], [217, 2, 1, "", "generate"]], "conan.tools.gnu.autotools": [[212, 0, 1, "", "Autotools"]], "conan.tools.gnu.autotools.Autotools": [[212, 2, 1, "", "autoreconf"], [212, 2, 1, "", "configure"], [212, 2, 1, "", "install"], [212, 2, 1, "", "make"]], "conan.tools.gnu.autotoolsdeps": [[213, 0, 1, "", "AutotoolsDeps"]], "conan.tools.gnu.autotoolsdeps.AutotoolsDeps": [[213, 1, 1, "", "environment"]], "conan.tools.gnu.autotoolstoolchain": [[214, 0, 1, "", "AutotoolsToolchain"]], "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain": [[214, 2, 1, "", "update_autoreconf_args"], [214, 2, 1, "", "update_configure_args"], [214, 2, 1, "", "update_make_args"]], "conan.tools.google": [[219, 0, 1, "", "Bazel"], [220, 0, 1, "", "BazelDeps"], [221, 0, 1, "", "BazelToolchain"]], "conan.tools.google.Bazel": [[219, 2, 1, "", "build"], [219, 2, 1, "", "test"]], "conan.tools.google.BazelDeps": [[220, 4, 1, "", "build_context_activated"], [220, 2, 1, "", "generate"]], "conan.tools.google.BazelToolchain": [[221, 4, 1, "", "compilation_mode"], [221, 4, 1, "", "compiler"], [221, 4, 1, "", "conlyopt"], [221, 4, 1, "", "copt"], [221, 4, 1, "", "cppstd"], [221, 4, 1, "", "cpu"], [221, 4, 1, "", "crosstool_top"], [221, 4, 1, "", "cxxopt"], [221, 4, 1, "", "dynamic_mode"], [221, 4, 1, "", "force_pic"], [221, 2, 1, "", "generate"], [221, 4, 1, "", "linkopt"]], "conan.tools.intel": [[222, 0, 1, "", "IntelCC"]], "conan.tools.intel.IntelCC": [[222, 4, 1, "", "arch"], [222, 1, 1, "", "command"], [222, 2, 1, "", "generate"], [222, 1, 1, "", "installation_path"], [222, 1, 1, "", "ms_toolset"]], "conan.tools.meson": [[225, 0, 1, "", "Meson"], [226, 0, 1, "", "MesonToolchain"]], "conan.tools.meson.Meson": [[225, 2, 1, "", "build"], [225, 2, 1, "", "configure"], [225, 2, 1, "", "install"], [225, 2, 1, "", "test"]], "conan.tools.meson.MesonToolchain": [[226, 4, 1, "", "apple_arch_flag"], [226, 4, 1, "", "apple_isysroot_flag"], [226, 4, 1, "", "apple_min_version_flag"], [226, 4, 1, "", "ar"], [226, 4, 1, "", "as_"], [226, 4, 1, "", "c"], [226, 4, 1, "", "c_args"], [226, 4, 1, "", "c_ld"], [226, 4, 1, "", "c_link_args"], [226, 4, 1, "", "cpp"], [226, 4, 1, "", "cpp_args"], [226, 4, 1, "", "cpp_ld"], [226, 4, 1, "", "cpp_link_args"], [226, 4, 1, "", "cross_build"], [226, 2, 1, "", "generate"], [226, 4, 1, "", "ld"], [226, 4, 1, "", "objc"], [226, 4, 1, "", "objc_args"], [226, 4, 1, "", "objc_link_args"], [226, 4, 1, "", "objcpp"], [226, 4, 1, "", "objcpp_args"], [226, 4, 1, "", "objcpp_link_args"], [226, 4, 1, "", "pkg_config_path"], [226, 4, 1, "", "pkgconfig"], [226, 4, 1, "", "preprocessor_definitions"], [226, 4, 1, "", "project_options"], [226, 4, 1, "", "properties"], [226, 4, 1, "", "strip"], [226, 4, 1, "", "windres"]], "conan.tools.microsoft": [[229, 0, 1, "", "MSBuild"], [230, 0, 1, "", "MSBuildDeps"], [231, 0, 1, "", "MSBuildToolchain"], [233, 0, 1, "", "VCVars"], [228, 3, 1, "", "unix_path"], [234, 3, 1, "", "vs_layout"]], "conan.tools.microsoft.MSBuild": [[229, 2, 1, "", "build"], [229, 2, 1, "", "command"]], "conan.tools.microsoft.MSBuildDeps": [[230, 2, 1, "", "generate"]], "conan.tools.microsoft.MSBuildToolchain": [[231, 2, 1, "", "generate"]], "conan.tools.microsoft.VCVars": [[233, 2, 1, "", "generate"]], "conan.tools.microsoft.visual": [[228, 3, 1, "", "check_min_vs"], [228, 3, 1, "", "is_msvc"], [228, 3, 1, "", "is_msvc_static_runtime"], [228, 3, 1, "", "msvc_runtime_flag"], [228, 3, 1, "", "msvs_toolset"]], "conan.tools.scm": [[237, 0, 1, "", "Version"]], "conan.tools.scm.git": [[236, 0, 1, "", "Git"]], "conan.tools.scm.git.Git": [[236, 2, 1, "", "checkout"], [236, 2, 1, "", "checkout_from_conandata_coordinates"], [236, 2, 1, "", "clone"], [236, 2, 1, "", "commit_in_remote"], [236, 2, 1, "", "coordinates_to_conandata"], [236, 2, 1, "", "fetch_commit"], [236, 2, 1, "", "get_commit"], [236, 2, 1, "", "get_remote_url"], [236, 2, 1, "", "get_repo_root"], [236, 2, 1, "", "get_url_and_commit"], [236, 2, 1, "", "included_files"], [236, 2, 1, "", "is_dirty"], [236, 2, 1, "", "run"]], "conan.tools.system.package_manager": [[240, 0, 1, "", "Apk"], [240, 0, 1, "", "Apt"], [240, 0, 1, "", "Brew"], [240, 0, 1, "", "Chocolatey"], [240, 0, 1, "", "PacMan"], [240, 0, 1, "", "Pkg"], [240, 0, 1, "", "PkgUtil"], [240, 0, 1, "", "Yum"], [240, 0, 1, "", "Zypper"]], "conan.tools.system.package_manager.Apk": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Apt": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Brew": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Chocolatey": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PacMan": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Pkg": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PkgUtil": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Yum": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Zypper": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conans.model.conf.Conf": [[140, 2, 1, "", "append"], [140, 2, 1, "", "define"], [140, 2, 1, "", "prepend"], [140, 2, 1, "", "remove"], [140, 2, 1, "", "unset"], [140, 2, 1, "", "update"]]}, "objtypes": {"0": "py:class", "1": "py:property", "2": "py:method", "3": "py:function", "4": "py:attribute"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "property", "Python property"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"page": 0, "Not": 0, "found": 0, "changelog": 1, "2": [1, 63, 280], "25": 1, "mar": 1, "2024": 1, "1": [1, 270], "20": 1, "0": [1, 270], "15": 1, "feb": 1, "17": 1, "10": 1, "jan": 1, "16": 1, "21": 1, "dec": 1, "2023": 1, "14": 1, "nov": 1, "13": 1, "28": 1, "sept": 1, "12": 1, "26": 1, "11": 1, "18": 1, "29": 1, "aug": 1, "9": 1, "19": 1, "jul": 1, "8": 1, "7": 1, "jun": 1, "6": 1, "mai": 1, "5": 1, "4": 1, "apr": 1, "3": 1, "03": 1, "22": 1, "beta10": 1, "beta9": 1, "31": 1, "beta8": 1, "beta7": 1, "2022": 1, "beta6": 1, "02": 1, "beta5": 1, "beta4": 1, "oct": 1, "beta3": 1, "beta2": 1, "27": 1, "beta1": 1, "devop": 2, "guid": [2, 280], "creat": [3, 4, 5, 6, 19, 24, 26, 28, 36, 47, 58, 61, 64, 93, 110, 122, 201, 245, 255, 259, 277], "an": [3, 28, 253], "artifactori": [3, 71, 245], "backup": [3, 4, 91, 280], "repo": [3, 245], "your": [3, 5, 24, 37, 47, 49, 50, 58, 61, 122, 250, 257, 259], "sourc": [3, 4, 30, 37, 54, 64, 76, 118, 124, 144, 257, 260, 261, 271, 272, 280], "back": 4, "up": [4, 244, 246], "third": [4, 19, 280], "parti": [4, 19, 280], "conan": [4, 12, 21, 26, 28, 31, 32, 36, 44, 46, 47, 50, 56, 57, 58, 61, 63, 74, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 164, 171, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 212, 218, 222, 223, 224, 226, 227, 228, 235, 238, 239, 240, 242, 243, 244, 245, 246, 249, 250, 254, 258, 259, 260, 266, 268, 271, 272, 273, 280], "configur": [4, 22, 23, 69, 74, 86, 122, 131, 137, 151, 154, 165, 190, 196, 222, 230, 240, 251, 253, 258, 260, 276, 280], "overview": 4, "usag": 4, "set": [4, 24, 28, 79, 84, 86, 88, 106, 115, 124, 155, 157, 195, 244, 246, 251, 258, 260, 265], "necessari": 4, "config": [4, 52, 92, 172], "run": [4, 32, 37, 122, 141, 149, 201, 245, 257], "normal": 4, "upload": [4, 6, 13, 91, 120, 183, 247, 277], "packag": [4, 6, 7, 8, 13, 17, 19, 21, 28, 32, 39, 47, 52, 58, 61, 63, 76, 79, 88, 107, 124, 138, 167, 240, 247, 248, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 277, 280], "repositori": [4, 242, 261], "host": [5, 250], "own": [5, 122], "conancent": [5, 8], "binari": [5, 28, 76, 83, 84, 86, 124, 161, 197, 258, 264], "updat": [5, 64, 106, 115], "from": [5, 7, 13, 30, 37, 64, 84, 149, 166, 196, 253, 261, 273, 280], "upstream": 5, "manag": [6, 62, 63, 76, 214, 240, 266, 280], "metadata": [6, 94, 124, 280], "file": [6, 23, 52, 53, 151, 154, 184, 196, 197, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 214, 215, 217, 220, 221, 226, 230, 261, 266, 280], "recip": [6, 32, 44, 74, 79, 84, 88, 107, 149, 185, 257, 258, 260, 265], "hook": [6, 166], "ad": [6, 28, 74, 139, 157], "command": [6, 12, 32, 33, 71, 89, 149, 162, 163, 170, 280], "download": [6, 13, 28, 94, 154, 173, 207, 264], "remov": [6, 13, 88, 95, 112, 115, 116, 181, 265, 273], "test_packag": 6, "save": [7, 91, 205], "restor": [7, 91], "cach": [7, 91, 144, 154, 259, 273, 280], "us": [8, 13, 17, 24, 28, 36, 39, 42, 43, 49, 52, 54, 56, 57, 64, 69, 88, 93, 122, 164, 196, 197, 212, 226, 245, 249, 250, 251, 253, 254, 261, 266, 270, 277], "product": 8, "environ": [8, 22, 137, 159, 200, 201, 214, 232, 260, 280], "repeat": 8, "reproduc": 8, "servic": 8, "reliabl": 8, "complianc": 8, "secur": 8, "control": 8, "custom": [8, 24, 32, 33, 35, 84, 86, 113, 122, 157, 163, 164, 165, 190, 196, 197, 198, 213, 214, 215, 217, 220, 222, 226, 229, 230, 231, 232, 233, 280], "version": [9, 10, 40, 41, 84, 106, 121, 124, 237, 252, 274, 278, 279], "handl": [10, 261], "rang": [10, 252, 278], "pre": [10, 264], "releas": [10, 251], "exampl": [11, 12, 14, 15, 20, 23, 25, 31, 38, 44, 113], "list": [13, 92, 95, 107, 114, 115, 177, 273, 280], "them": 13, "one": 13, "remot": [13, 115, 156, 159, 180, 244, 261], "differ": [13, 40, 41, 79, 251, 277], "build": [13, 25, 26, 27, 28, 30, 46, 49, 54, 56, 57, 71, 76, 86, 90, 93, 100, 101, 124, 126, 140, 141, 192, 197, 212, 226, 249, 250, 251, 254, 257, 264, 267, 270, 271, 272, 280], "conanfil": [14, 15, 16, 20, 26, 79, 106, 123, 150, 253], "method": [14, 54, 84, 125, 240, 253, 257, 260, 266], "layout": [15, 16, 18, 19, 124, 137, 150, 223, 253, 272], "declar": [16, 18, 19, 200], "when": [16, 18, 19, 212], "i": [16, 87, 212], "insid": [16, 42, 52], "subfold": 16, "compon": [17, 21, 140, 190, 260], "edit": [17, 95, 245, 270], "we": 18, "have": 18, "multipl": [18, 21, 251, 260], "subproject": 18, "librari": [19, 21, 74, 140, 157, 212, 251, 257, 258, 260, 263], "package_info": [20, 140, 260], "defin": [21, 28, 79, 190, 260], "provid": [21, 124, 260], "propag": [22, 260], "inform": [22, 28, 62, 84, 124, 139, 140, 154, 198, 260], "consum": [22, 28, 84, 124, 196, 248, 260], "settings_us": [24, 157], "yml": [24, 157, 261], "locat": [24, 32, 37, 163], "new": [24, 26, 113, 157, 178, 279, 280], "cross": [25, 27, 28, 86, 197, 226, 250], "integr": [26, 65, 91, 280], "android": [26, 27, 66, 186, 226], "studio": [26, 30, 61, 74], "project": [26, 46, 49, 56, 57, 196, 249, 257], "introduc": [26, 251, 257, 260], "depend": [26, 30, 36, 37, 39, 40, 41, 46, 51, 79, 84, 85, 124, 135, 230, 251, 256, 260, 270, 275], "txt": [26, 150, 253], "gradl": 26, "conan_android_toolchain": 26, "cmake": [26, 39, 42, 48, 51, 52, 70, 193, 194, 196, 249, 266], "cmakelist": 26, "applic": [26, 28, 250, 251], "ndk": 27, "toolchain": [28, 49, 197], "valid": [28, 147, 253], "settings_build": 28, "settings_target": 28, "id": [28, 88, 107, 251, 258], "test": [28, 119, 141, 146, 184, 257, 263, 268], "develop": [29, 36, 269, 271], "tool": [29, 40, 41, 44, 54, 74, 154, 185, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 218, 222, 223, 224, 227, 228, 235, 238, 239, 240, 254, 265, 266], "flow": [29, 271], "debug": [30, 251], "step": [30, 266], "visual": [30, 61, 74, 228], "extens": [31, 71, 74, 160, 280], "clean": [32, 91], "old": 32, "revis": [32, 79, 107, 252, 277, 280], "code": [32, 37, 257], "tour": [32, 37], "parser": 32, "user": [32, 106, 115, 124, 154, 280], "input": 32, "output": [32, 93, 96, 107, 124, 149], "public": [32, 280], "api": [32, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 280], "builtin": 34, "deploy": [34, 35, 37, 106, 165, 280], "agnost": 36, "deploi": [36, 37, 132], "copi": [37, 205, 253, 266], "all": [37, 76], "graph": [38, 98, 99, 100, 101, 102, 103, 104, 107, 175, 280], "macro": 39, "same": [40, 41, 43], "requir": [40, 41, 43, 93, 106, 124, 141, 145, 150, 184, 230, 253, 265, 279], "option": [40, 79, 84, 86, 88, 106, 124, 141, 150, 155, 195, 226, 251, 258, 260, 275], "modul": [42, 166], "tool_requir": [42, 43, 88, 124, 128, 150, 155], "transpar": 42, "autotool": [45, 46, 47, 67, 212], "simpl": [46, 56, 57, 249, 265], "linux": [46, 79], "maco": [46, 197, 212], "first": [47, 58, 61, 259], "cmaketoolchain": [49, 50, 51, 52, 197], "cmakepreset": [49, 50], "gener": [49, 50, 71, 106, 124, 135, 150, 164, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 226, 230, 253, 260], "extend": [50, 86, 184, 197], "ones": 50, "inject": 51, "arbitrari": 51, "variabl": [51, 137, 159, 190, 197, 200, 201], "xxx": 52, "import": [52, 166, 196, 273], "consider": 52, "interact": 53, "patch": [54, 209, 257], "replace_in_fil": [54, 205], "apply_conandata_patch": [54, 209], "bazel": [55, 56, 68, 219], "meson": [57, 58, 59, 73, 224, 225, 226], "msbuild": [60, 61, 229], "captur": 62, "git": [62, 236, 261], "scm": [62, 235], "credenti": [62, 153], "c": [63, 157, 226, 245, 258], "document": [63, 76], "instal": [64, 69, 71, 74, 92, 106, 176, 196, 266, 271, 280], "pip": 64, "recommend": 64, "known": 64, "issu": 64, "pipx": 64, "system": [64, 76, 145, 157, 239, 240, 257, 280], "self": [64, 135, 137, 272], "contain": 64, "execut": 64, "android_logo": 66, "autotools_logo": 67, "bazel_logo": 68, "clion_logo": 69, "clion": 69, "introduct": [69, 76, 154, 155, 184, 252], "plugin": [69, 84, 168, 280], "cmake_logo": 70, "jfrog_logo": 71, "jfrog": 71, "info": [71, 98, 103, 124], "how": [71, 87, 88, 212, 240, 250], "gnu_make_logo": 72, "makefil": 72, "meson_logo": 73, "visual_studio_logo": 74, "initi": 74, "search": [74, 117, 182], "xcode_logo": 75, "xcode": 75, "open": 76, "decentr": 76, "platform": 76, "compil": [76, 157, 197, 250], "stabl": 76, "commun": [76, 245], "navig": 76, "knowledg": 77, "cheat": 78, "sheet": 78, "faq": 79, "troubleshoot": 79, "error": [79, 253], "miss": 79, "prebuilt": [79, 264], "invalid": 79, "authenticationexcept": 79, "obtain": [79, 200], "window": 79, "py": [79, 84, 123, 253, 280], "doesn": 79, "t": 79, "work": [79, 242, 270], "core": [80, 154], "guidelin": 80, "good": 80, "practic": 80, "forbidden": 80, "video": 81, "refer": [82, 107, 124, 171, 189, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 233, 240], "The": [83, 84, 85], "model": [83, 86, 124, 250, 260, 280], "compat": [84, 129, 161, 258, 280], "erasur": [84, 139], "package_id": [84, 85, 87, 139, 184, 265, 280], "global": [84, 154, 164], "default": [84, 141, 226], "mode": [84, 85, 270], "effect": [85, 184], "non": [85, 253], "emb": [85, 124], "v": [86, 253], "conf": [86, 106, 124, 154, 155, 189, 191, 194, 195, 197, 207, 214, 216, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233], "target": [86, 196], "comput": 87, "influenc": 88, "its": [88, 251], "formatt": [89, 98, 103, 163], "path": [91, 106, 114], "check": 91, "home": 92, "pkg": [92, 97, 240, 271], "show": [92, 114], "add": [95, 109, 115, 157, 256], "export": [96, 97, 124, 133, 174, 271], "format": [96, 107], "json": [98, 103, 107, 153, 156, 158], "order": [100, 101], "merg": [101, 111], "explain": 102, "avail": [103, 130, 131, 139, 240], "dot": 103, "html": [103, 107], "outdat": 104, "inspect": 105, "profil": [106, 114, 155, 168, 179, 250, 280], "name": [106, 124, 163, 217, 220], "channel": [106, 124], "lockfil": [106, 252, 276, 280], "artifact": 107, "filter": 107, "compact": 107, "lock": [108, 109, 110, 111, 112], "templat": [113, 154], "detect": 114, "auth": 115, "disabl": [115, 196], "enabl": 115, "login": [115, 159], "logout": 115, "renam": [115, 205], "server": [122, 246], "paramet": [122, 163], "permiss": 122, "authent": 122, "author": [122, 124], "ssl": 122, "nginx": 122, "subdirectori": 122, "apach": 122, "attribut": [124, 214, 217, 226, 229, 231, 232], "descript": [124, 154], "licens": [124, 266], "topic": 124, "homepag": 124, "url": 124, "build_requir": [124, 128], "test_requir": [124, 128, 150], "python_requir": [124, 164, 184, 273], "python_requires_extend": 124, "exports_sourc": 124, "conan_data": 124, "source_buildenv": 124, "package_typ": [124, 141], "default_opt": 124, "default_build_opt": 124, "options_descript": 124, "package_id_": 124, "non_emb": 124, "python": [124, 169, 184, 280], "unknown": 124, "_mode": 124, "build_polici": 124, "win_bash": 124, "win_bash_run": 124, "folder": [124, 137, 272], "source_fold": 124, "export_sources_fold": 124, "build_fold": 124, "package_fold": 124, "recipe_fold": 124, "recipe_metadata_fold": 124, "package_metadata_fold": 124, "no_copy_sourc": 124, "cpp": [124, 137, 272], "cpp_info": [124, 135, 140], "buildenv_info": [124, 140], "runenv_info": [124, 140], "conf_info": [124, 140], "deprec": [124, 155], "other": [124, 262, 273], "content": [124, 197, 242, 248, 255, 262, 274], "revision_mod": 124, "upload_polici": 124, "required_conan_vers": 124, "implement": [124, 130, 131, 139], "alia": 124, "extension_properti": 124, "build_id": 127, "host_vers": 128, "config_opt": 130, "automat": [130, 131, 139], "auto_shared_fp": [130, 131], "export_sourc": 134, "interfac": [135, 166], "iter": [135, 201], "init": 136, "auto_header_onli": 139, "partial": 139, "properti": [140, 196, 217, 219, 220, 240, 260], "trait": [141, 230], "header": [141, 258, 263], "lib": 141, "visibl": 141, "transitive_head": 141, "transitive_lib": 141, "package_id_mod": 141, "forc": [141, 144], "overrid": [141, 275], "direct": 141, "infer": 141, "each": 141, "kind": 141, "set_nam": 142, "set_vers": 143, "retriev": 144, "system_requir": 145, "collect": 145, "validate_build": 148, "text": 149, "conanrc": 152, "storage_path": 154, "download_cach": 154, "data": [154, 226], "type": [154, 226, 262], "oper": [154, 157, 205], "pattern": [154, 155], "about": [154, 212, 259], "built": [154, 165, 212, 264], "network": 154, "client": 154, "certif": 154, "ux": 154, "skip": 154, "warn": 154, "section": 155, "system_tool": 155, "buildenv": 155, "runenv": 155, "replace_requir": 155, "replace_tool_requir": 155, "platform_requir": 155, "platform_tool_requir": 155, "render": 155, "includ": 155, "msvc": 157, "intel": [157, 222], "cc": 157, "architectur": 157, "standard": 157, "aka": 157, "libcxx": 157, "sub": 157, "valu": 157, "source_credenti": 158, "conan_hom": 159, "conan_default_profil": 159, "termin": 159, "color": 159, "log": 159, "wrapper": [162, 280], "scope": 163, "decor": 163, "conan_command": 163, "group": 163, "none": 163, "conan_subcommand": 163, "argument": [163, 226], "definit": [163, 200], "pars": 163, "full_deploi": 165, "direct_deploi": 165, "structur": 166, "storag": 166, "activ": 166, "share": [166, 212, 251], "offici": 166, "sign": [167, 280], "base": 184, "class": 184, "reus": 184, "resolut": 184, "android_abi": 186, "appl": [187, 188, 226], "fix_apple_shared_install_nam": 188, "is_apple_o": 188, "to_apple_arch": 188, "xcrun": 188, "xcodebuild": 189, "xcodedep": 190, "addit": 190, "support": [190, 197, 230, 253], "xcodetoolchain": 191, "build_job": 192, "cross_build": 192, "can_run": 192, "cppstd": 192, "check_min_cppstd": 192, "check_max_cppstd": 192, "valid_min_cppstd": 192, "valid_max_cppstd": 192, "default_cppstd": 192, "supported_cppstd": 192, "cppstd_flag": 192, "cmake_layout": 195, "multi": [195, 276, 280], "cmakedep": 196, "build_context_activ": [196, 217, 220], "build_context_suffix": [196, 217], "build_context_build_modul": 196, "check_components_exist": 196, "overwrit": 196, "side": 196, "set_properti": 196, "For": 196, "map": 196, "": [196, 280], "preprocessor_definit": [197, 226], "cache_vari": 197, "user_presets_path": 197, "presets_build_environ": 197, "presets_run_environ": 197, "extra": 197, "flag": [197, 215], "presets_prefix": 197, "advanc": 197, "block": 197, "univers": 197, "cppinfo": 198, "aggreg": 198, "env": 199, "composit": 200, "envvar": 201, "appli": 201, "virtualbuildenv": 202, "virtualrunenv": 203, "basic": 205, "load": 205, "rm": 205, "mkdir": 205, "rmdir": 205, "chdir": 205, "unzip": 205, "update_conandata": 205, "trim_conandata": 205, "collect_lib": 205, "checksum": 206, "check_md5": 206, "check_sha1": 206, "check_sha256": 206, "get": 207, "ftp_download": 207, "autopackag": 208, "export_conandata_patch": 209, "symlink": [210, 266], "absolute_to_relative_symlink": 210, "remove_external_symlink": 210, "remove_broken_symlink": 210, "gnu": 211, "A": [212, 259, 265], "note": [212, 259], "relocat": 212, "helper": 212, "why": 212, "thi": 212, "problem": 212, "address": 212, "autotoolsdep": 213, "autotoolstoolchain": 214, "configure_arg": 214, "make_arg": 214, "autoreconf_arg": 214, "makedep": 215, "pkgconfig": 216, "pkgconfigdep": 217, "build_context_fold": 217, "googl": 218, "bazeldep": 220, "bazeltoolchain": 221, "intelcc": 222, "predefin": 223, "basic_layout": 223, "mesontoolchain": 226, "conan_meson_n": 226, "ini": 226, "conan_meson_cross": 226, "directori": 226, "project_opt": 226, "proper": 226, "object": 226, "microsoft": [227, 228], "check_min_v": 228, "msvc_runtime_flag": 228, "is_msvc": 228, "is_msvc_static_runtim": 228, "msvs_toolset": 228, "subsystem": 228, "unix_path": 228, "msbuilddep": 230, "msbuildtoolchain": 231, "nmakedep": 232, "nmaketoolchain": 232, "constructor": 232, "vcvar": 233, "vs_layout": 234, "scon": 238, "sconsdep": 238, "package_manag": 240, "affect": 240, "ar": 240, "invok": 240, "apk": 240, "apt": 240, "yum": 240, "dnf": 240, "pacman": 240, "zypper": 240, "brew": 240, "pkgutil": 240, "chocolatei": 240, "tutori": 241, "tabl": [242, 248, 255, 262, 274], "contribut": 243, "center": 243, "ce": 245, "context": 250, "two": 250, "static": 251, "modifi": 251, "link": 251, "between": 251, "concept": 251, "understand": [253, 272], "flexibl": 253, "rais": 253, "condit": 253, "resourc": 253, "chang": [257, 260], "condition": 257, "select": 257, "onli": [258, 263], "specif": 260, "zip": 261, "store": 261, "branch": 261, "conandata": 261, "local": [264, 269], "alreadi": 264, "prepar": 267, "put": 270, "sai": 270, "revert": 270, "featur": 273, "unus": 273, "conflict": 275, "resolv": 275, "evolv": 276, "semant": 278, "express": 278, "autom": 279, "what": 280, "migrat": 280, "cli": 280, "checker": 280, "immut": 280, "optim": 280}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 60}, "alltitles": {"Page Not Found": [[0, "page-not-found"]], "Changelog": [[1, "changelog"]], "2.2.2 (25-Mar-2024)": [[1, "mar-2024"]], "2.2.1 (20-Mar-2024)": [[1, "id4"]], "2.2.0 (20-Mar-2024)": [[1, "id6"]], "2.1.0 (15-Feb-2024)": [[1, "feb-2024"]], "2.0.17 (10-Jan-2024)": [[1, "jan-2024"]], "2.0.16 (21-Dec-2023)": [[1, "dec-2023"]], "2.0.15 (20-Dec-2023)": [[1, "id133"]], "2.0.14 (14-Nov-2023)": [[1, "nov-2023"]], "2.0.13 (28-Sept-2023)": [[1, "sept-2023"]], "2.0.12 (26-Sept-2023)": [[1, "id215"]], "2.0.11 (18-Sept-2023)": [[1, "id227"]], "2.0.10 (29-Aug-2023)": [[1, "aug-2023"]], "2.0.9 (19-Jul-2023)": [[1, "jul-2023"]], "2.0.8 (13-Jul-2023)": [[1, "id313"]], "2.0.7 (21-Jun-2023)": [[1, "jun-2023"]], "2.0.6 (26-May-2023)": [[1, "may-2023"]], "2.0.5 (18-May-2023)": [[1, "id382"]], "2.0.4 (11-Apr-2023)": [[1, "apr-2023"]], "2.0.3 (03-Apr-2023)": [[1, "id442"]], "2.0.2 (15-Mar-2023)": [[1, "mar-2023"]], "2.0.1 (03-Mar-2023)": [[1, "id491"]], "2.0.0 (22-Feb-2023)": [[1, "feb-2023"]], "2.0.0-beta10 (16-Feb-2023)": [[1, "beta10-16-feb-2023"]], "2.0.0-beta9 (31-Jan-2023)": [[1, "beta9-31-jan-2023"]], "2.0.0-beta8 (12-Jan-2023)": [[1, "beta8-12-jan-2023"]], "2.0.0-beta7 (22-Dec-2022)": [[1, "beta7-22-dec-2022"]], "2.0.0-beta6 (02-Dec-2022)": [[1, "beta6-02-dec-2022"]], "2.0.0-beta5 (11-Nov-2022)": [[1, "beta5-11-nov-2022"]], "2.0.0-beta4 (11-Oct-2022)": [[1, "beta4-11-oct-2022"]], "2.0.0-beta3 (12-Sept-2022)": [[1, "beta3-12-sept-2022"]], "2.0.0-beta2 (27-Jul-2022)": [[1, "beta2-27-jul-2022"]], "2.0.0-beta1 (20-Jun-2022)": [[1, "beta1-20-jun-2022"]], "Devops guide": [[2, "devops-guide"]], "Creating an Artifactory backup repo for your sources": [[3, "creating-an-artifactory-backup-repo-for-your-sources"]], "Backing up third-party sources with Conan": [[4, "backing-up-third-party-sources-with-conan"]], "Configuration overview": [[4, "configuration-overview"]], "Usage": [[4, "usage"]], "Setting up the necessary configs": [[4, "setting-up-the-necessary-configs"]], "Run Conan as normal": [[4, "run-conan-as-normal"]], "Upload the packages": [[4, "upload-the-packages"]], "Creating the backup repository": [[4, "creating-the-backup-repository"]], "Creating and hosting your own ConanCenter binaries": [[5, "creating-and-hosting-your-own-conancenter-binaries"]], "Updating from upstream": [[5, "updating-from-upstream"]], "Managing package metadata files": [[6, "managing-package-metadata-files"]], "Creating metadata in recipes": [[6, "creating-metadata-in-recipes"]], "Creating metadata with hooks": [[6, "creating-metadata-with-hooks"]], "Adding metadata with commands": [[6, "adding-metadata-with-commands"]], "Uploading metadata": [[6, "uploading-metadata"]], "Downloading metadata": [[6, "downloading-metadata"], [94, "downloading-metadata"]], "Removing metadata": [[6, "removing-metadata"]], "test_package as metadata": [[6, "test-package-as-metadata"]], "Save and restore packages from/to the cache": [[7, "save-and-restore-packages-from-to-the-cache"]], "Using ConanCenter packages in production environments": [[8, "using-conancenter-packages-in-production-environments"]], "Repeatability and reproducibility": [[8, "repeatability-and-reproducibility"]], "Service reliability": [[8, "service-reliability"]], "Compliance and security": [[8, "compliance-and-security"]], "Control and customization": [[8, "control-and-customization"]], "Versioning": [[9, "versioning"], [274, "versioning"]], "Handling version ranges and pre-releases": [[10, "handling-version-ranges-and-pre-releases"]], "Examples": [[11, "examples"], [113, "examples"]], "Conan commands examples": [[12, "conan-commands-examples"]], "Using packages-lists": [[13, "using-packages-lists"]], "Listing packages and downloading them": [[13, "listing-packages-and-downloading-them"]], "Downloading from one remote and uploading to a different remote": [[13, "downloading-from-one-remote-and-uploading-to-a-different-remote"]], "Building and uploading packages": [[13, "building-and-uploading-packages"]], "Removing packages lists": [[13, "removing-packages-lists"]], "ConanFile methods examples": [[14, "conanfile-methods-examples"]], "ConanFile layout() examples": [[15, "conanfile-layout-examples"]], "Declaring the layout when the Conanfile is inside a subfolder": [[16, "declaring-the-layout-when-the-conanfile-is-inside-a-subfolder"]], "Using components and editable packages": [[17, "using-components-and-editable-packages"]], "Declaring the layout when we have multiple subprojects": [[18, "declaring-the-layout-when-we-have-multiple-subprojects"]], "Declaring the layout when creating packages for third-party libraries": [[19, "declaring-the-layout-when-creating-packages-for-third-party-libraries"]], "ConanFile package_info() examples": [[20, "conanfile-package-info-examples"]], "Define components for Conan packages that provide multiple libraries": [[21, "define-components-for-conan-packages-that-provide-multiple-libraries"], [260, "define-components-for-conan-packages-that-provide-multiple-libraries"]], "Propagating environment or configuration information to consumers": [[22, "propagating-environment-or-configuration-information-to-consumers"], [260, "propagating-environment-or-configuration-information-to-consumers"]], "Configuration files examples": [[23, "configuration-files-examples"]], "Customize your settings: create your settings_user.yml": [[24, "customize-your-settings-create-your-settings-user-yml"]], "Locate the settings_user.yml": [[24, "locate-the-settings-user-yml"]], "Use your new settings": [[24, "use-your-new-settings"]], "Cross-building examples": [[25, "cross-building-examples"]], "Integrating Conan in Android Studio": [[26, "integrating-conan-in-android-studio"]], "Creating a new project": [[26, "creating-a-new-project"]], "Introducing dependencies with Conan": [[26, "introducing-dependencies-with-conan"]], "conanfile.txt": [[26, "conanfile-txt"], [150, "conanfile-txt"]], "build.gradle": [[26, "build-gradle"]], "conan_android_toolchain.cmake": [[26, "conan-android-toolchain-cmake"]], "CMakeLists.txt": [[26, "cmakelists-txt"]], "Building the application": [[26, "building-the-application"]], "Cross building to Android with the NDK": [[27, "cross-building-to-android-with-the-ndk"]], "Creating a Conan package for a toolchain": [[28, "creating-a-conan-package-for-a-toolchain"]], "Validating the toolchain package: settings, settings_build and settings_target": [[28, "validating-the-toolchain-package-settings-settings-build-and-settings-target"]], "Downloading the binaries for the toolchain and packaging it": [[28, "downloading-the-binaries-for-the-toolchain-and-packaging-it"]], "Adding settings_target to the Package ID information": [[28, "adding-settings-target-to-the-package-id-information"]], "Define information for consumers": [[28, "define-information-for-consumers"]], "Testing the Conan toolchain package": [[28, "testing-the-conan-toolchain-package"]], "Cross-build an application using the toolchain": [[28, "cross-build-an-application-using-the-toolchain"]], "Developer tools and flows": [[29, "developer-tools-and-flows"]], "Debugging and stepping into dependencies": [[30, "debugging-and-stepping-into-dependencies"]], "Building from source": [[30, "building-from-source"]], "Step into a dependency with Visual Studio": [[30, "step-into-a-dependency-with-visual-studio"]], "Conan extensions examples": [[31, "conan-extensions-examples"]], "Custom command: Clean old recipe and package revisions": [[32, "custom-command-clean-old-recipe-and-package-revisions"]], "Locate the command": [[32, "locate-the-command"]], "Run it": [[32, "run-it"], [37, "run-it"]], "Code tour": [[32, "code-tour"], [37, "code-tour"]], "parser": [[32, "parser"]], "User input and user output": [[32, "user-input-and-user-output"]], "Conan public API": [[32, "conan-public-api"]], "Custom commands": [[33, "custom-commands"], [163, "custom-commands"]], "Builtin deployers": [[34, "builtin-deployers"]], "Custom deployers": [[35, "custom-deployers"], [165, "custom-deployers"]], "Creating a Conan-agnostic deploy of dependencies for developer use": [[36, "creating-a-conan-agnostic-deploy-of-dependencies-for-developer-use"]], "Copy sources from all your dependencies": [[37, "copy-sources-from-all-your-dependencies"]], "Locate the deployer": [[37, "locate-the-deployer"]], "deploy()": [[37, "deploy"], [132, "deploy"]], "Graph examples": [[38, "graph-examples"]], "Use a CMake macro packaged in a dependency": [[39, "use-a-cmake-macro-packaged-in-a-dependency"]], "Depending on same version of a tool-require with different options": [[40, "depending-on-same-version-of-a-tool-require-with-different-options"]], "Depending on different versions of the same tool-require": [[41, "depending-on-different-versions-of-the-same-tool-require"]], "Use cmake modules inside a tool_requires transparently": [[42, "use-cmake-modules-inside-a-tool-requires-transparently"]], "Using the same requirement as a requires and as a tool_requires": [[43, "using-the-same-requirement-as-a-requires-and-as-a-tool-requires"]], "Conan recipe tools examples": [[44, "conan-recipe-tools-examples"]], "Autotools": [[45, "autotools"], [212, "autotools"]], "Build a simple Autotools project with Conan dependencies": [[46, "build-a-simple-autotools-project-with-conan-dependencies"]], "Building on Linux and macOS": [[46, "building-on-linux-and-macos"]], "Create your first Conan package with Autotools": [[47, "create-your-first-conan-package-with-autotools"]], "CMake": [[48, "cmake"], [194, "cmake"]], "CMakeToolchain: Building your project using CMakePresets": [[49, "cmaketoolchain-building-your-project-using-cmakepresets"]], "Generating the toolchain": [[49, "generating-the-toolchain"]], "Building the project using CMakePresets": [[49, "building-the-project-using-cmakepresets"]], "CMakeToolchain: Extending your CMakePresets with Conan generated ones": [[50, "cmaketoolchain-extending-your-cmakepresets-with-conan-generated-ones"]], "CMakeToolchain: Inject arbitrary CMake variables into dependencies": [[51, "cmaketoolchain-inject-arbitrary-cmake-variables-into-dependencies"]], "CMakeToolchain: Using xxx-config.cmake files inside packages": [[52, "cmaketoolchain-using-xxx-config-cmake-files-inside-packages"]], "Important considerations": [[52, "important-considerations"]], "File interaction": [[53, "file-interaction"]], "Patching sources": [[54, "patching-sources"]], "Patching using \u2018replace_in_file\u2019": [[54, "patching-using-replace-in-file"]], "in source() method": [[54, "in-source-method"]], "in build() method": [[54, "in-build-method"]], "Patching using \u201cpatch\u201d tool": [[54, "patching-using-patch-tool"]], "Patching using \u201capply_conandata_patches\u201d tool": [[54, "patching-using-apply-conandata-patches-tool"]], "Bazel": [[55, "bazel"], [219, "bazel"]], "Build a simple Bazel project using Conan": [[56, "build-a-simple-bazel-project-using-conan"]], "Build a simple Meson project using Conan": [[57, "build-a-simple-meson-project-using-conan"]], "Create your first Conan package with Meson": [[58, "create-your-first-conan-package-with-meson"]], "Meson": [[59, "meson"], [225, "meson"]], "MSBuild": [[60, "msbuild"], [229, "msbuild"]], "Create your first Conan package with Visual Studio/MSBuild": [[61, "create-your-first-conan-package-with-visual-studio-msbuild"]], "Capturing Git scm information": [[62, "capturing-git-scm-information"]], "Credentials management": [[62, "credentials-management"]], "Conan 2 - C and C++ Package Manager Documentation": [[63, "conan-2-c-and-c-package-manager-documentation"]], "Install": [[64, "install"]], "Install with pip (recommended)": [[64, "install-with-pip-recommended"]], "Known installation issues with pip": [[64, "known-installation-issues-with-pip"]], "Update": [[64, "update"], [106, "update"]], "Install with pipx": [[64, "install-with-pipx"]], "Use a system installer or create a self-contained executable": [[64, "use-a-system-installer-or-create-a-self-contained-executable"]], "Install from source": [[64, "install-from-source"]], "Integrations": [[65, "integrations"]], "android_logo Android": [[66, "android-logo-android"]], "autotools_logo Autotools": [[67, "autotools-logo-autotools"]], "bazel_logo Bazel": [[68, "bazel-logo-bazel"]], "clion_logo CLion": [[69, "clion-logo-clion"]], "Introduction": [[69, "introduction"], [76, "introduction"], [184, "introduction"]], "Installing the plugin": [[69, "installing-the-plugin"]], "Configuring the plugin": [[69, "configuring-the-plugin"]], "Using the plugin": [[69, "using-the-plugin"]], "cmake_logo CMake": [[70, "cmake-logo-cmake"]], "jfrog_logo JFrog": [[71, "jfrog-logo-jfrog"]], "Artifactory Build Info": [[71, "artifactory-build-info"]], "How to install the build info extension commands": [[71, "how-to-install-the-build-info-extension-commands"]], "Generating a Build Info": [[71, "generating-a-build-info"]], "gnu_make_logo Makefile": [[72, "gnu-make-logo-makefile"]], "meson_logo Meson": [[73, "meson-logo-meson"]], "visual_studio_logo Visual Studio": [[74, "visual-studio-logo-visual-studio"]], "Recipe tools for Visual Studio": [[74, "recipe-tools-for-visual-studio"]], "Conan extension for Visual Studio": [[74, "conan-extension-for-visual-studio"]], "Installation": [[74, "installation"]], "Initial Configuration": [[74, "initial-configuration"]], "Searching and Adding Libraries": [[74, "searching-and-adding-libraries"]], "xcode_logo Xcode": [[75, "xcode-logo-xcode"]], "Open Source": [[76, "open-source"]], "Decentralized package manager": [[76, "decentralized-package-manager"]], "Binary management": [[76, "binary-management"]], "All platforms, all build systems and compilers": [[76, "all-platforms-all-build-systems-and-compilers"]], "Stable": [[76, "stable"]], "Community": [[76, "community"]], "Navigating the documentation": [[76, "navigating-the-documentation"]], "Knowledge": [[77, "knowledge"]], "Cheat sheet": [[78, "cheat-sheet"]], "FAQ": [[79, "faq"]], "Troubleshooting": [[79, "troubleshooting"]], "ERROR: Missing prebuilt package": [[79, "error-missing-prebuilt-package"]], "ERROR: Invalid setting": [[79, "error-invalid-setting"]], "ERROR: AuthenticationException:": [[79, "error-authenticationexception"]], "ERROR: Obtaining different revisions in Linux and Windows": [[79, "error-obtaining-different-revisions-in-linux-and-windows"]], "Defining options for dependencies in conanfile.py recipes doesn\u2019t work": [[79, "defining-options-for-dependencies-in-conanfile-py-recipes-doesn-t-work"]], "Core guidelines": [[80, "core-guidelines"]], "Good practices": [[80, "good-practices"]], "Forbidden practices": [[80, "forbidden-practices"]], "Videos": [[81, "videos"]], "Reference": [[82, "reference"], [189, "reference"], [194, "reference"], [195, "reference"], [196, "reference"], [197, "reference"], [200, "reference"], [201, "reference"], [202, "reference"], [203, "reference"], [212, "reference"], [213, "reference"], [214, "reference"], [215, "reference"], [216, "reference"], [217, "reference"], [219, "reference"], [220, "reference"], [221, "reference"], [222, "reference"], [225, "reference"], [226, "reference"], [229, "reference"], [230, "reference"], [231, "reference"], [233, "reference"], [240, "reference"], [240, "id4"], [240, "id6"], [240, "id7"], [240, "id8"], [240, "id9"], [240, "id10"], [240, "id11"], [240, "id12"]], "The binary model": [[83, "the-binary-model"]], "Customizing the binary compatibility": [[84, "customizing-the-binary-compatibility"]], "Customizing binary compatibility of settings and options": [[84, "customizing-binary-compatibility-of-settings-and-options"]], "Information erasure in package_id() method": [[84, "information-erasure-in-package-id-method"]], "The compatibility() method": [[84, "the-compatibility-method"]], "The compatibility.py plugin": [[84, "the-compatibility-py-plugin"]], "Customizing binary compatibility of dependencies versions": [[84, "customizing-binary-compatibility-of-dependencies-versions"]], "Global default package_id modes": [[84, "global-default-package-id-modes"]], "Custom package_id modes for recipe consumers": [[84, "custom-package-id-modes-for-recipe-consumers"]], "Custom package_id from recipe dependencies": [[84, "custom-package-id-from-recipe-dependencies"]], "The effect of dependencies on package_id": [[85, "the-effect-of-dependencies-on-package-id"]], "Non-embed mode": [[85, "non-embed-mode"]], "Embed mode": [[85, "embed-mode"]], "Extending the binary model": [[86, "extending-the-binary-model"]], "Custom settings": [[86, "custom-settings"]], "Custom options": [[86, "custom-options"]], "Settings vs options vs conf": [[86, "settings-vs-options-vs-conf"]], "Custom configuration": [[86, "custom-configuration"]], "Cross build target settings": [[86, "cross-build-target-settings"]], "How the package_id is computed": [[87, "how-the-package-id-is-computed"]], "How settings and options of a recipe influence its package ID": [[88, "how-settings-and-options-of-a-recipe-influence-its-package-id"]], "How settings influence the package ID": [[88, "how-settings-influence-the-package-id"]], "Removing settings for a package used as a tool_require": [[88, "removing-settings-for-a-package-used-as-a-tool-require"]], "How options influence the package ID": [[88, "how-options-influence-the-package-id"]], "Commands": [[89, "commands"]], "Command formatters": [[89, "command-formatters"]], "conan build": [[90, "conan-build"], [271, "conan-build"]], "conan cache": [[91, "conan-cache"]], "conan cache path": [[91, "conan-cache-path"]], "conan cache clean": [[91, "conan-cache-clean"]], "conan cache check-integrity": [[91, "conan-cache-check-integrity"]], "conan cache backup-upload": [[91, "conan-cache-backup-upload"]], "conan cache save": [[91, "conan-cache-save"]], "conan cache restore": [[91, "conan-cache-restore"]], "conan config": [[92, "conan-config"]], "conan config home": [[92, "conan-config-home"]], "conan config install": [[92, "conan-config-install"]], "conan config install-pkg": [[92, "conan-config-install-pkg"]], "conan config list": [[92, "conan-config-list"]], "conan config show": [[92, "conan-config-show"]], "conan create": [[93, "conan-create"]], "Using conan create with build requirements": [[93, "using-conan-create-with-build-requirements"]], "Conan create output": [[93, "conan-create-output"]], "conan download": [[94, "conan-download"]], "conan editable": [[95, "conan-editable"]], "conan editable add": [[95, "conan-editable-add"]], "conan editable remove": [[95, "conan-editable-remove"]], "conan editable list": [[95, "conan-editable-list"]], "conan export": [[96, "conan-export"]], "Output Formats": [[96, "output-formats"]], "conan export-pkg": [[97, "conan-export-pkg"], [271, "conan-export-pkg"]], "Formatter: Graph-info JSON": [[98, "formatter-graph-info-json"]], "conan graph": [[99, "conan-graph"]], "conan graph build-order": [[100, "conan-graph-build-order"]], "conan graph build-order-merge": [[101, "conan-graph-build-order-merge"]], "conan graph explain": [[102, "conan-graph-explain"]], "conan graph info": [[103, "conan-graph-info"]], "Available formatters": [[103, "available-formatters"]], "json formatter": [[103, "json-formatter"]], "dot formatter": [[103, "dot-formatter"]], "html formatter": [[103, "html-formatter"]], "conan graph outdated": [[104, "conan-graph-outdated"]], "conan inspect": [[105, "conan-inspect"]], "conan install": [[106, "conan-install"], [271, "conan-install"]], "Conanfile path or \u2013requires": [[106, "conanfile-path-or-requires"]], "Profiles, Settings, Options, Conf": [[106, "profiles-settings-options-conf"]], "Generators and deployers": [[106, "generators-and-deployers"]], "Name, version, user, channel": [[106, "name-version-user-channel"]], "Lockfiles": [[106, "lockfiles"], [252, "lockfiles"], [276, "lockfiles"]], "conan list": [[107, "conan-list"]], "Listing recipe references": [[107, "listing-recipe-references"]], "Listing recipe revisions": [[107, "listing-recipe-revisions"]], "Listing package IDs": [[107, "listing-package-ids"]], "Listing package revisions": [[107, "listing-package-revisions"]], "Listing graph artifacts": [[107, "listing-graph-artifacts"]], "Filtering packages": [[107, "filtering-packages"]], "List json output format": [[107, "list-json-output-format"]], "List html output format": [[107, "list-html-output-format"]], "List compact output format": [[107, "list-compact-output-format"]], "conan lock": [[108, "conan-lock"]], "conan lock add": [[109, "conan-lock-add"]], "conan lock create": [[110, "conan-lock-create"]], "conan lock merge": [[111, "conan-lock-merge"]], "conan lock remove": [[112, "conan-lock-remove"]], "conan new": [[113, "conan-new"], [113, "id1"]], "Custom templates": [[113, "custom-templates"]], "conan profile": [[114, "conan-profile"]], "conan profile detect": [[114, "conan-profile-detect"]], "conan profile list": [[114, "conan-profile-list"]], "conan profile path": [[114, "conan-profile-path"]], "conan profile show": [[114, "conan-profile-show"]], "conan remote": [[115, "conan-remote"]], "conan remote add": [[115, "conan-remote-add"]], "conan remote auth": [[115, "conan-remote-auth"]], "conan remote disable": [[115, "conan-remote-disable"]], "conan remote enable": [[115, "conan-remote-enable"]], "conan remote list": [[115, "conan-remote-list"]], "conan remote list-users": [[115, "conan-remote-list-users"]], "conan remote login": [[115, "conan-remote-login"]], "conan remote logout": [[115, "conan-remote-logout"]], "conan remote remove": [[115, "conan-remote-remove"]], "conan remote rename": [[115, "conan-remote-rename"]], "conan remote set-user": [[115, "conan-remote-set-user"]], "conan remote update": [[115, "conan-remote-update"]], "conan remove": [[116, "conan-remove"]], "conan search": [[117, "conan-search"]], "conan source": [[118, "conan-source"], [271, "conan-source"]], "conan test": [[119, "conan-test"]], "conan upload": [[120, "conan-upload"]], "conan version": [[121, "conan-version"]], "Conan Server": [[122, "conan-server"]], "Configuration": [[122, "configuration"]], "Server Parameters": [[122, "server-parameters"]], "Permissions Parameters": [[122, "permissions-parameters"]], "Authentication": [[122, "authentication"]], "Create Your Own Custom Authenticator": [[122, "create-your-own-custom-authenticator"]], "Authorizations": [[122, "authorizations"]], "Create Your Own Custom Authorizer": [[122, "create-your-own-custom-authorizer"]], "Running the Conan Server with SSL using Nginx": [[122, "running-the-conan-server-with-ssl-using-nginx"]], "Running the Conan Server with SSL using Nginx in a Subdirectory": [[122, "running-the-conan-server-with-ssl-using-nginx-in-a-subdirectory"]], "Running Conan Server using Apache": [[122, "running-conan-server-using-apache"]], "conanfile.py": [[123, "conanfile-py"]], "Attributes": [[124, "attributes"], [217, "attributes"], [226, "attributes"], [231, "attributes"], [232, "attributes"]], "Package reference": [[124, "package-reference"]], "name": [[124, "name"]], "version": [[124, "version"]], "user": [[124, "user"]], "channel": [[124, "channel"]], "Metadata": [[124, "metadata"]], "description": [[124, "description"]], "license": [[124, "license"]], "author": [[124, "author"]], "topics": [[124, "topics"]], "homepage": [[124, "homepage"]], "url": [[124, "url"]], "Requirements": [[124, "requirements"]], "requires": [[124, "requires"]], "tool_requires": [[124, "tool-requires"]], "build_requires": [[124, "build-requires"]], "test_requires": [[124, "test-requires"], [128, "test-requires"]], "python_requires": [[124, "python-requires"], [273, "python-requires"]], "python_requires_extend": [[124, "python-requires-extend"]], "Sources": [[124, "sources"]], "exports": [[124, "exports"]], "exports_sources": [[124, "exports-sources"]], "conan_data": [[124, "conan-data"]], "source_buildenv": [[124, "source-buildenv"]], "Binary model": [[124, "binary-model"]], "package_type": [[124, "package-type"]], "settings": [[124, "settings"]], "options": [[124, "options"], [141, "options"]], "default_options": [[124, "default-options"]], "default_build_options": [[124, "default-build-options"]], "options_description": [[124, "options-description"]], "info": [[124, "info"]], "package_id_{embed,non_embed,python,unknown}_mode": [[124, "package-id-embed-non-embed-python-unknown-mode"]], "Build": [[124, "build"]], "generators": [[124, "generators"]], "build_policy": [[124, "build-policy"]], "win_bash": [[124, "win-bash"]], "win_bash_run": [[124, "win-bash-run"]], "Folders and layout": [[124, "folders-and-layout"]], "source_folder": [[124, "source-folder"]], "export_sources_folder": [[124, "export-sources-folder"]], "build_folder": [[124, "build-folder"]], "package_folder": [[124, "package-folder"]], "recipe_folder": [[124, "recipe-folder"]], "recipe_metadata_folder": [[124, "recipe-metadata-folder"]], "package_metadata_folder": [[124, "package-metadata-folder"]], "no_copy_source": [[124, "no-copy-source"]], "Layout": [[124, "layout"]], "folders": [[124, "folders"]], "cpp": [[124, "cpp"]], "layouts": [[124, "layouts"]], "Package information for consumers": [[124, "package-information-for-consumers"]], "cpp_info": [[124, "cpp-info"]], "buildenv_info": [[124, "buildenv-info"]], "runenv_info": [[124, "runenv-info"]], "conf_info": [[124, "conf-info"], [140, "conf-info"]], "deprecated": [[124, "deprecated"]], "provides": [[124, "provides"]], "Other": [[124, "other"]], "dependencies": [[124, "dependencies"]], "conf": [[124, "conf"], [189, "conf"], [191, "conf"], [194, "conf"], [195, "conf"], [197, "conf"], [207, "conf"], [214, "conf"], [216, "conf"], [219, "conf"], [221, "conf"], [222, "conf"], [225, "conf"], [226, "conf"], [229, "conf"], [230, "conf"], [231, "conf"], [232, "conf"], [233, "conf"]], "Output": [[124, "output"]], "Output contents": [[124, "output-contents"]], "revision_mode": [[124, "revision-mode"]], "upload_policy": [[124, "upload-policy"]], "required_conan_version": [[124, "required-conan-version"]], "implements": [[124, "implements"]], "alias": [[124, "alias"]], "extension_properties": [[124, "extension-properties"]], "Methods": [[125, "methods"]], "build()": [[126, "build"]], "build_id()": [[127, "build-id"]], "build_requirements()": [[128, "build-requirements"]], "tool_requires()": [[128, "tool-requires"]], "": [[128, "host-version"]], "compatibility()": [[129, "compatibility"]], "config_options()": [[130, "config-options"]], "Available automatic implementations": [[130, "available-automatic-implementations"], [131, "available-automatic-implementations"], [139, "available-automatic-implementations"]], "auto_shared_fpic": [[130, "auto-shared-fpic"], [131, "auto-shared-fpic"]], "configure()": [[131, "configure"]], "export()": [[133, "export"]], "export_sources()": [[134, "export-sources"]], "generate()": [[135, "generate"]], "self.dependencies": [[135, "self-dependencies"]], "Dependencies interface": [[135, "dependencies-interface"]], "Iterating dependencies": [[135, "iterating-dependencies"]], "Dependencies cpp_info interface": [[135, "dependencies-cpp-info-interface"]], "init()": [[136, "init"]], "layout()": [[137, "layout"]], "self.folders": [[137, "self-folders"], [272, "self-folders"]], "self.cpp": [[137, "self-cpp"], [272, "self-cpp"]], "Environment variables and configuration": [[137, "environment-variables-and-configuration"]], "package()": [[138, "package"]], "package_id()": [[139, "package-id"]], "auto_header_only": [[139, "auto-header-only"]], "Information erasure": [[139, "information-erasure"]], "Partial information erasure": [[139, "partial-information-erasure"]], "Adding information": [[139, "adding-information"]], "package_info()": [[140, "package-info"]], "cpp_info: Library and build information": [[140, "cpp-info-library-and-build-information"]], "Properties": [[140, "properties"], [196, "properties"], [217, "properties"], [219, "properties"], [220, "properties"]], "Components": [[140, "components"]], "buildenv_info, runenv_info": [[140, "buildenv-info-runenv-info"]], "requirements()": [[141, "requirements"]], "Requirement traits": [[141, "requirement-traits"]], "headers": [[141, "headers"]], "libs": [[141, "libs"]], "build": [[141, "build"]], "run": [[141, "run"]], "visible": [[141, "visible"]], "transitive_headers": [[141, "transitive-headers"]], "transitive_libs": [[141, "transitive-libs"]], "test": [[141, "test"]], "package_id_mode": [[141, "package-id-mode"]], "force": [[141, "force"]], "override": [[141, "override"]], "direct": [[141, "direct"]], "package_type trait inferring": [[141, "package-type-trait-inferring"]], "Default traits for each kind of requires": [[141, "default-traits-for-each-kind-of-requires"]], "set_name()": [[142, "set-name"]], "set_version()": [[143, "set-version"]], "source()": [[144, "source"]], "Source caching": [[144, "source-caching"]], "Forced retrieval of sources": [[144, "forced-retrieval-of-sources"]], "system_requirements()": [[145, "system-requirements"]], "Collecting system requirements": [[145, "collecting-system-requirements"]], "test()": [[146, "test"]], "validate()": [[147, "validate"]], "validate_build()": [[148, "validate-build"]], "Running and output": [[149, "running-and-output"]], "Output text from recipes": [[149, "output-text-from-recipes"]], "Running commands": [[149, "running-commands"]], "[requires]": [[150, "requires"]], "[tool_requires]": [[150, "tool-requires"], [155, "tool-requires"]], "[test_requires]": [[150, "test-requires"]], "[generators]": [[150, "generators"]], "[options]": [[150, "options"], [155, "options"]], "[layout]": [[150, "layout"]], "Configuration files": [[151, "configuration-files"]], ".conanrc": [[152, "conanrc"]], "credentials.json": [[153, "credentials-json"]], "global.conf": [[154, "global-conf"]], "Introduction to configuration": [[154, "introduction-to-configuration"]], "Description of configurations": [[154, "description-of-configurations"]], "core.cache:storage_path": [[154, "core-cache-storage-path"]], "core.download:download_cache": [[154, "core-download-download-cache"]], "User/Tools configurations": [[154, "user-tools-configurations"]], "Configuration file template": [[154, "configuration-file-template"]], "Configuration data types": [[154, "configuration-data-types"]], "Configuration data operators": [[154, "configuration-data-operators"]], "Configuration patterns": [[154, "configuration-patterns"]], "Information about built-in confs": [[154, "information-about-built-in-confs"]], "Networking confs": [[154, "networking-confs"]], "Configuration of client certificates": [[154, "configuration-of-client-certificates"]], "UX confs": [[154, "ux-confs"]], "Skip warnings": [[154, "skip-warnings"]], "profiles": [[155, "profiles"]], "Introduction to profiles": [[155, "introduction-to-profiles"]], "Profile sections": [[155, "profile-sections"]], "[settings]": [[155, "settings"]], "[system_tools] (DEPRECATED)": [[155, "system-tools-deprecated"]], "[buildenv]": [[155, "buildenv"]], "[runenv]": [[155, "runenv"]], "[conf]": [[155, "conf"]], "[replace_requires]": [[155, "replace-requires"]], "[replace_tool_requires]": [[155, "replace-tool-requires"]], "[platform_requires]": [[155, "platform-requires"]], "[platform_tool_requires]": [[155, "platform-tool-requires"]], "Profile rendering": [[155, "profile-rendering"]], "Profile patterns": [[155, "profile-patterns"]], "Profile includes": [[155, "profile-includes"]], "remotes.json": [[156, "remotes-json"]], "settings.yml": [[157, "settings-yml"]], "Operating systems": [[157, "operating-systems"]], "Compilers": [[157, "compilers"]], "msvc": [[157, "msvc"]], "intel-cc": [[157, "intel-cc"]], "Architectures": [[157, "architectures"]], "C++ standard libraries (aka compiler.libcxx)": [[157, "c-standard-libraries-aka-compiler-libcxx"]], "Customizing settings": [[157, "customizing-settings"]], "Adding new settings": [[157, "adding-new-settings"]], "Adding new sub-settings": [[157, "adding-new-sub-settings"]], "Add new values": [[157, "add-new-values"]], "settings_user.yml": [[157, "settings-user-yml"]], "source_credentials.json": [[158, "source-credentials-json"]], "Environment variables": [[159, "environment-variables"]], "CONAN_HOME": [[159, "conan-home"]], "CONAN_DEFAULT_PROFILE": [[159, "conan-default-profile"]], "Remote login variables": [[159, "remote-login-variables"]], "Terminal color variables": [[159, "terminal-color-variables"]], "Logging": [[159, "logging"]], "Extensions": [[160, "extensions"]], "Binary compatibility": [[161, "binary-compatibility"]], "Command wrapper": [[162, "command-wrapper"], [280, "command-wrapper"]], "Location and naming": [[163, "location-and-naming"]], "Scoping": [[163, "scoping"]], "Decorators": [[163, "decorators"]], "conan_command(group=None, formatters=None)": [[163, "conan-command-group-none-formatters-none"]], "conan_subcommand(formatters=None)": [[163, "conan-subcommand-formatters-none"]], "Argument definition and parsing": [[163, "argument-definition-and-parsing"]], "Formatters": [[163, "formatters"]], "Commands parameters": [[163, "commands-parameters"]], "Custom Conan generators": [[164, "custom-conan-generators"]], "Custom generators as python_requires": [[164, "custom-generators-as-python-requires"]], "Using global custom generators": [[164, "using-global-custom-generators"]], "Deployers": [[165, "deployers"]], "Built-in deployers": [[165, "built-in-deployers"]], "full_deploy": [[165, "full-deploy"]], "direct_deploy": [[165, "direct-deploy"]], "configuration": [[165, "configuration"], [196, "configuration"]], "Hooks": [[166, "hooks"]], "Hook structure": [[166, "hook-structure"]], "Importing from a module": [[166, "importing-from-a-module"]], "Hook interface": [[166, "hook-interface"]], "Storage, activation and sharing": [[166, "storage-activation-and-sharing"]], "Official Hooks": [[166, "official-hooks"]], "Package signing": [[167, "package-signing"], [280, "package-signing"]], "Profile plugin": [[168, "profile-plugin"]], "Python API": [[169, "python-api"]], "Command API": [[170, "command-api"]], "Conan API Reference": [[171, "conan-api-reference"]], "Config API": [[172, "config-api"]], "Download API": [[173, "download-api"]], "Export API": [[174, "export-api"]], "Graph API": [[175, "graph-api"]], "Install API": [[176, "install-api"]], "List API": [[177, "list-api"]], "New API": [[178, "new-api"]], "Profiles API": [[179, "profiles-api"]], "Remotes API": [[180, "remotes-api"]], "Remove API": [[181, "remove-api"]], "Search API": [[182, "search-api"]], "Upload API": [[183, "upload-api"]], "Python requires": [[184, "python-requires"]], "Extending base classes": [[184, "extending-base-classes"]], "Reusing files": [[184, "reusing-files"]], "Testing python-requires": [[184, "testing-python-requires"]], "Effect in package_id": [[184, "effect-in-package-id"]], "Resolution of python_requires": [[184, "resolution-of-python-requires"]], "Recipe tools": [[185, "recipe-tools"]], "conan.tools.android": [[186, "conan-tools-android"]], "android_abi()": [[186, "android-abi"]], "conan.tools.apple": [[187, "conan-tools-apple"]], "conan.tools.apple.fix_apple_shared_install_name()": [[188, "conan-tools-apple-fix-apple-shared-install-name"]], "conan.tools.apple.is_apple_os()": [[188, "conan-tools-apple-is-apple-os"]], "conan.tools.apple.to_apple_arch()": [[188, "conan-tools-apple-to-apple-arch"]], "conan.tools.apple.XCRun()": [[188, "conan-tools-apple-xcrun"]], "XcodeBuild": [[189, "xcodebuild"]], "XcodeDeps": [[190, "xcodedeps"]], "Additional variables defined": [[190, "additional-variables-defined"]], "Components support": [[190, "components-support"]], "Custom configurations": [[190, "custom-configurations"], [222, "custom-configurations"]], "XcodeToolchain": [[191, "xcodetoolchain"]], "conan.tools.build": [[192, "conan-tools-build"]], "Building": [[192, "building"]], "conan.tools.build.build_jobs()": [[192, "conan-tools-build-build-jobs"]], "conan.tools.build.cross_building()": [[192, "conan-tools-build-cross-building"]], "conan.tools.build.can_run()": [[192, "conan-tools-build-can-run"]], "Cppstd": [[192, "cppstd"]], "conan.tools.build.check_min_cppstd()": [[192, "conan-tools-build-check-min-cppstd"]], "conan.tools.build.check_max_cppstd()": [[192, "conan-tools-build-check-max-cppstd"]], "conan.tools.build.valid_min_cppstd()": [[192, "conan-tools-build-valid-min-cppstd"]], "conan.tools.build.valid_max_cppstd()": [[192, "conan-tools-build-valid-max-cppstd"]], "conan.tools.build.default_cppstd()": [[192, "conan-tools-build-default-cppstd"]], "conan.tools.build.supported_cppstd()": [[192, "conan-tools-build-supported-cppstd"]], "conan.tools.build.cppstd_flag()": [[192, "conan-tools-build-cppstd-flag"]], "conan.tools.cmake": [[193, "conan-tools-cmake"]], "cmake_layout": [[195, "cmake-layout"]], "Multi-setting/option cmake_layout": [[195, "multi-setting-option-cmake-layout"]], "CMakeDeps": [[196, "cmakedeps"]], "Generated files": [[196, "generated-files"], [197, "generated-files"], [202, "generated-files"], [203, "generated-files"], [213, "generated-files"], [214, "generated-files"], [215, "generated-files"], [217, "generated-files"], [220, "generated-files"], [221, "generated-files"], [226, "generated-files"], [230, "generated-files"]], "Customization": [[196, "customization"], [197, "customization"], [213, "customization"], [214, "customization"], [215, "customization"], [217, "customization"], [220, "customization"], [226, "customization"], [229, "customization"], [230, "customization"], [231, "customization"], [233, "customization"]], "build_context_activated": [[196, "build-context-activated"], [217, "build-context-activated"], [220, "build-context-activated"]], "build_context_suffix": [[196, "build-context-suffix"], [217, "build-context-suffix"]], "build_context_build_modules": [[196, "build-context-build-modules"]], "check_components_exist": [[196, "check-components-exist"]], "Overwrite properties from the consumer side using CMakeDeps.set_property()": [[196, "overwrite-properties-from-the-consumer-side-using-cmakedeps-set-property"]], "Disable CMakeDeps For Installed CMake configuration files": [[196, "disable-cmakedeps-for-installed-cmake-configuration-files"]], "Map from project configuration to imported target\u2019s configuration": [[196, "map-from-project-configuration-to-imported-target-s-configuration"]], "CMakeToolchain": [[197, "cmaketoolchain"]], "preprocessor_definitions": [[197, "preprocessor-definitions"], [226, "preprocessor-definitions"]], "cache_variables": [[197, "cache-variables"]], "variables": [[197, "variables"]], "user_presets_path": [[197, "user-presets-path"]], "presets_build_environment, presets_run_environment": [[197, "presets-build-environment-presets-run-environment"]], "Extra compilation flags": [[197, "extra-compilation-flags"]], "presets_prefix": [[197, "presets-prefix"]], "Using a custom toolchain file": [[197, "using-a-custom-toolchain-file"]], "Extending and advanced customization": [[197, "extending-and-advanced-customization"]], "Customizing the content blocks": [[197, "customizing-the-content-blocks"]], "Cross building": [[197, "cross-building"]], "Support for Universal Binaries in macOS": [[197, "support-for-universal-binaries-in-macos"]], "conan.tools.CppInfo": [[198, "conan-tools-cppinfo"]], "Aggregating information in custom generators": [[198, "aggregating-information-in-custom-generators"]], "conan.tools.env": [[199, "conan-tools-env"]], "Environment": [[200, "environment"]], "Variable declaration": [[200, "variable-declaration"]], "Composition": [[200, "composition"]], "Obtaining environment variables": [[200, "obtaining-environment-variables"]], "Environment definition": [[200, "environment-definition"]], "EnvVars": [[201, "envvars"]], "Creating environment files": [[201, "creating-environment-files"]], "Running with environment files": [[201, "running-with-environment-files"]], "Applying the environment variables": [[201, "applying-the-environment-variables"]], "Iterating the variables": [[201, "iterating-the-variables"]], "VirtualBuildEnv": [[202, "virtualbuildenv"]], "VirtualRunEnv": [[203, "virtualrunenv"]], "conan.tools.files": [[204, "conan-tools-files"]], "conan.tools.files basic operations": [[205, "conan-tools-files-basic-operations"]], "conan.tools.files.copy()": [[205, "conan-tools-files-copy"]], "conan.tools.files.load()": [[205, "conan-tools-files-load"]], "conan.tools.files.save()": [[205, "conan-tools-files-save"]], "conan.tools.files.rename()": [[205, "conan-tools-files-rename"]], "conan.tools.files.replace_in_file()": [[205, "conan-tools-files-replace-in-file"]], "conan.tools.files.rm()": [[205, "conan-tools-files-rm"]], "conan.tools.files.mkdir()": [[205, "conan-tools-files-mkdir"]], "conan.tools.files.rmdir()": [[205, "conan-tools-files-rmdir"]], "conan.tools.files.chdir()": [[205, "conan-tools-files-chdir"]], "conan.tools.files.unzip()": [[205, "conan-tools-files-unzip"]], "conan.tools.files.update_conandata()": [[205, "conan-tools-files-update-conandata"]], "conan.tools.files.trim_conandata()": [[205, "conan-tools-files-trim-conandata"]], "conan.tools.files.collect_libs()": [[205, "conan-tools-files-collect-libs"]], "conan.tools.files checksums": [[206, "conan-tools-files-checksums"]], "conan.tools.files.check_md5()": [[206, "conan-tools-files-check-md5"]], "conan.tools.files.check_sha1()": [[206, "conan-tools-files-check-sha1"]], "conan.tools.files.check_sha256()": [[206, "conan-tools-files-check-sha256"]], "conan.tools.files downloads": [[207, "conan-tools-files-downloads"]], "conan.tools.files.get()": [[207, "conan-tools-files-get"]], "conan.tools.files.ftp_download()": [[207, "conan-tools-files-ftp-download"]], "conan.tools.files.download()": [[207, "conan-tools-files-download"]], "conan.tools.files AutoPackager": [[208, "conan-tools-files-autopackager"]], "conan.tools.files patches": [[209, "conan-tools-files-patches"]], "conan.tools.files.patch()": [[209, "conan-tools-files-patch"]], "conan.tools.files.apply_conandata_patches()": [[209, "conan-tools-files-apply-conandata-patches"]], "conan.tools.files.export_conandata_patches()": [[209, "conan-tools-files-export-conandata-patches"]], "conan.tools.files.symlinks": [[210, "conan-tools-files-symlinks"]], "conan.tools.files.symlinks.absolute_to_relative_symlinks()": [[210, "conan-tools-files-symlinks-absolute-to-relative-symlinks"]], "conan.tools.files.symlinks.remove_external_symlinks()": [[210, "conan-tools-files-symlinks-remove-external-symlinks"]], "conan.tools.files.symlinks.remove_broken_symlinks()": [[210, "conan-tools-files-symlinks-remove-broken-symlinks"]], "conan.tools.gnu": [[211, "conan-tools-gnu"]], "A note about relocatable shared libraries in macOS built the Autotools build helper": [[212, "a-note-about-relocatable-shared-libraries-in-macos-built-the-autotools-build-helper"]], "Why is this a problem when using Conan?": [[212, "why-is-this-a-problem-when-using-conan"]], "How to address this problem in Conan": [[212, "how-to-address-this-problem-in-conan"]], "AutotoolsDeps": [[213, "autotoolsdeps"]], "AutotoolsToolchain": [[214, "autotoolstoolchain"]], "Customizing the environment": [[214, "customizing-the-environment"], [232, "customizing-the-environment"]], "Managing the configure_args, make_args and autoreconf_args attributes": [[214, "managing-the-configure-args-make-args-and-autoreconf-args-attributes"]], "MakeDeps": [[215, "makedeps"]], "Flags": [[215, "flags"]], "PkgConfig": [[216, "pkgconfig"]], "PkgConfigDeps": [[217, "pkgconfigdeps"]], "Naming": [[217, "naming"], [220, "naming"]], "build_context_folder": [[217, "build-context-folder"]], "conan.tools.google": [[218, "conan-tools-google"]], "BazelDeps": [[220, "bazeldeps"]], "BazelToolchain": [[221, "bazeltoolchain"]], "conan.tools.intel": [[222, "conan-tools-intel"]], "IntelCC": [[222, "intelcc"]], "conan.tools.layout": [[223, "conan-tools-layout"]], "Predefined layouts": [[223, "predefined-layouts"]], "basic_layout": [[223, "basic-layout"]], "conan.tools.meson": [[224, "conan-tools-meson"]], "MesonToolchain": [[226, "mesontoolchain"]], "conan_meson_native.ini": [[226, "conan-meson-native-ini"]], "conan_meson_cross.ini": [[226, "conan-meson-cross-ini"]], "Default directories": [[226, "default-directories"]], "project_options": [[226, "project-options"]], "Using Proper Data Types for Conan Options in Meson": [[226, "using-proper-data-types-for-conan-options-in-meson"]], "Cross-building for Apple and Android": [[226, "cross-building-for-apple-and-android"]], "Objective-C arguments": [[226, "objective-c-arguments"]], "conan.tools.microsoft": [[227, "conan-tools-microsoft"]], "conan.tools.microsoft.visual": [[228, "conan-tools-microsoft-visual"]], "check_min_vs": [[228, "check-min-vs"]], "msvc_runtime_flag": [[228, "msvc-runtime-flag"]], "is_msvc": [[228, "is-msvc"]], "is_msvc_static_runtime": [[228, "is-msvc-static-runtime"]], "msvs_toolset": [[228, "msvs-toolset"]], "conan.tools.microsoft.subsystems": [[228, "conan-tools-microsoft-subsystems"]], "unix_path": [[228, "unix-path"]], "attributes": [[229, "attributes"]], "MSBuildDeps": [[230, "msbuilddeps"]], "Requirement traits support": [[230, "requirement-traits-support"]], "Configurations": [[230, "configurations"]], "Dependencies": [[230, "dependencies"]], "MSBuildToolchain": [[231, "msbuildtoolchain"]], "NMakeDeps": [[232, "nmakedeps"]], "NMakeToolchain": [[232, "nmaketoolchain"]], "constructor": [[232, "constructor"]], "VCVars": [[233, "vcvars"]], "vs_layout": [[234, "vs-layout"]], "conan.tools.scm": [[235, "conan-tools-scm"]], "Git": [[236, "git"]], "Version": [[237, "version"]], "conan.tools.scons": [[238, "conan-tools-scons"]], "SConsDeps": [[238, "sconsdeps"]], "conan.tools.system": [[239, "conan-tools-system"]], "conan.tools.system.package_manager": [[240, "conan-tools-system-package-manager"]], "Methods available for system package manager tools": [[240, "methods-available-for-system-package-manager-tools"]], "Configuration properties that affect how system package managers are invoked": [[240, "configuration-properties-that-affect-how-system-package-managers-are-invoked"]], "conan.tools.system.package_manager.Apk": [[240, "conan-tools-system-package-manager-apk"]], "conan.tools.system.package_manager.Apt": [[240, "conan-tools-system-package-manager-apt"]], "conan.tools.system.package_manager.Yum": [[240, "conan-tools-system-package-manager-yum"]], "conan.tools.system.package_manager.Dnf": [[240, "conan-tools-system-package-manager-dnf"]], "conan.tools.system.package_manager.PacMan": [[240, "conan-tools-system-package-manager-pacman"]], "conan.tools.system.package_manager.Zypper": [[240, "conan-tools-system-package-manager-zypper"]], "conan.tools.system.package_manager.Brew": [[240, "conan-tools-system-package-manager-brew"]], "conan.tools.system.package_manager.Pkg": [[240, "conan-tools-system-package-manager-pkg"]], "conan.tools.system.package_manager.PkgUtil": [[240, "conan-tools-system-package-manager-pkgutil"]], "conan.tools.system.package_manager.Chocolatey": [[240, "conan-tools-system-package-manager-chocolatey"]], "Tutorial": [[241, "tutorial"]], "Working with Conan repositories": [[242, "working-with-conan-repositories"]], "Table of contents": [[242, null], [248, null], [255, null], [262, null], [274, null]], "Contributing to Conan Center": [[243, "contributing-to-conan-center"]], "Setting up a Conan remote": [[244, "setting-up-a-conan-remote"]], "Artifactory Community Edition for C/C++": [[245, "artifactory-community-edition-for-c-c"]], "Running Artifactory CE": [[245, "running-artifactory-ce"]], "Creating and Using a Conan Repo": [[245, "creating-and-using-a-conan-repo"]], "Setting-up a Conan Server": [[246, "setting-up-a-conan-server"]], "Uploading Packages": [[247, "uploading-packages"]], "Consuming packages": [[248, "consuming-packages"]], "Build a simple CMake project using Conan": [[249, "build-a-simple-cmake-project-using-conan"]], "How to cross-compile your applications using Conan: host and build contexts": [[250, "how-to-cross-compile-your-applications-using-conan-host-and-build-contexts"]], "Conan two profiles model: build and host profiles": [[250, "conan-two-profiles-model-build-and-host-profiles"]], "Build and host contexts": [[250, "build-and-host-contexts"]], "Building for multiple configurations: Release, Debug, Static and Shared": [[251, "building-for-multiple-configurations-release-debug-static-and-shared"]], "Modifying settings: use Debug configuration for the application and its dependencies": [[251, "modifying-settings-use-debug-configuration-for-the-application-and-its-dependencies"]], "Modifying options: linking the application dependencies as shared libraries": [[251, "modifying-options-linking-the-application-dependencies-as-shared-libraries"]], "Difference between settings and options": [[251, "difference-between-settings-and-options"]], "Introducing the concept of Package ID": [[251, "introducing-the-concept-of-package-id"]], "Introduction to versioning": [[252, "introduction-to-versioning"]], "Version ranges": [[252, "version-ranges"], [278, "version-ranges"]], "Revisions": [[252, "revisions"], [277, "revisions"]], "Understanding the flexibility of using conanfile.py vs conanfile.txt": [[253, "understanding-the-flexibility-of-using-conanfile-py-vs-conanfile-txt"]], "Use the layout() method": [[253, "use-the-layout-method"]], "Use the validate() method to raise an error for non-supported configurations": [[253, "use-the-validate-method-to-raise-an-error-for-non-supported-configurations"]], "Conditional requirements using a conanfile.py": [[253, "conditional-requirements-using-a-conanfile-py"]], "Use the generate() method to copy resources from packages": [[253, "use-the-generate-method-to-copy-resources-from-packages"]], "Using build tools as Conan packages": [[254, "using-build-tools-as-conan-packages"]], "Creating packages": [[255, "creating-packages"]], "Add dependencies to packages": [[256, "add-dependencies-to-packages"]], "Build packages: the build() method": [[257, "build-packages-the-build-method"]], "Build and run tests for your project": [[257, "build-and-run-tests-for-your-project"]], "Changes introduced in the recipe": [[257, "changes-introduced-in-the-recipe"], [260, "changes-introduced-in-the-recipe"]], "Changes introduced in the library sources": [[257, "changes-introduced-in-the-library-sources"], [260, "changes-introduced-in-the-library-sources"]], "Conditionally patching the source code": [[257, "conditionally-patching-the-source-code"]], "Conditionally select your build system": [[257, "conditionally-select-your-build-system"]], "Configure settings and options in recipes": [[258, "configure-settings-and-options-in-recipes"]], "Conan packages binary compatibility: the package ID": [[258, "conan-packages-binary-compatibility-the-package-id"]], "C libraries": [[258, "c-libraries"]], "Header-only libraries": [[258, "header-only-libraries"]], "Create your first Conan package": [[259, "create-your-first-conan-package"]], "A note about the Conan cache": [[259, "a-note-about-the-conan-cache"]], "Define information for consumers: the package_info() method": [[260, "define-information-for-consumers-the-package-info-method"]], "Setting information in the package_info() method": [[260, "setting-information-in-the-package-info-method"]], "Define information for consumers depending on settings or options": [[260, "define-information-for-consumers-depending-on-settings-or-options"]], "Properties model: setting information for specific generators": [[260, "properties-model-setting-information-for-specific-generators"]], "Handle sources in packages": [[261, "handle-sources-in-packages"]], "Sources from a zip file stored in a remote repository": [[261, "sources-from-a-zip-file-stored-in-a-remote-repository"]], "Sources from a branch in a git repository": [[261, "sources-from-a-branch-in-a-git-repository"]], "Using the conandata.yml file": [[261, "using-the-conandata-yml-file"]], "Other types of packages": [[262, "other-types-of-packages"]], "Header-only packages": [[263, "header-only-packages"]], "Header-only library with tests": [[263, "header-only-library-with-tests"]], "Package prebuilt binaries": [[264, "package-prebuilt-binaries"]], "Locally building binaries": [[264, "locally-building-binaries"]], "Packaging already Pre-built Binaries": [[264, "packaging-already-pre-built-binaries"]], "Downloading and Packaging Pre-built Binaries": [[264, "downloading-and-packaging-pre-built-binaries"]], "Tool requires packages": [[265, "tool-requires-packages"]], "A simple tool require recipe": [[265, "a-simple-tool-require-recipe"]], "Removing settings in package_id()": [[265, "removing-settings-in-package-id"]], "Package files: the package() method": [[266, "package-files-the-package-method"]], "Using CMake install step in the package() method": [[266, "using-cmake-install-step-in-the-package-method"]], "Use conan.tools.files.copy() in the package() method and packaging licenses": [[266, "use-conan-tools-files-copy-in-the-package-method-and-packaging-licenses"]], "Managing symlinks in the package() method": [[266, "managing-symlinks-in-the-package-method"]], "Preparing the build": [[267, "preparing-the-build"]], "Testing Conan packages": [[268, "testing-conan-packages"]], "Developing packages locally": [[269, "developing-packages-locally"]], "Packages in editable mode": [[270, "packages-in-editable-mode"]], "Put say/1.0 package in editable mode": [[270, "put-say-1-0-package-in-editable-mode"]], "Using say/1.0 package in editable mode": [[270, "using-say-1-0-package-in-editable-mode"]], "Working with editable packages": [[270, "working-with-editable-packages"]], "Building editable dependencies": [[270, "building-editable-dependencies"]], "Revert the editable mode": [[270, "revert-the-editable-mode"]], "Package Development Flow": [[271, "package-development-flow"]], "Understanding the Conan Package layout": [[272, "understanding-the-conan-package-layout"]], "cpp.package": [[272, "cpp-package"]], "cpp.source and cpp.build": [[272, "cpp-source-and-cpp-build"]], "Other important Conan features": [[273, "other-important-conan-features"]], "Packages lists": [[273, "packages-lists"]], "Removing unused packages from the cache": [[273, "removing-unused-packages-from-the-cache"]], "Dependencies conflicts": [[275, "dependencies-conflicts"]], "Resolving conflicts": [[275, "resolving-conflicts"]], "Overriding options": [[275, "overriding-options"]], "Multi-configuration lockfiles": [[276, "multi-configuration-lockfiles"]], "Evolving lockfiles": [[276, "evolving-lockfiles"]], "Creating different revisions": [[277, "creating-different-revisions"]], "Using revisions": [[277, "using-revisions"]], "Uploading revisions": [[277, "uploading-revisions"]], "Package revisions": [[277, "package-revisions"]], "Semantic versioning": [[278, "semantic-versioning"]], "Range expressions": [[278, "range-expressions"]], "Versions": [[279, "versions"]], "Automating versions": [[279, "automating-versions"]], "Requiring the new versions": [[279, "requiring-the-new-versions"]], "What\u2019s new in Conan 2": [[280, "what-s-new-in-conan-2"]], "Conan 2 migration guide": [[280, "conan-2-migration-guide"]], "New graph model": [[280, "new-graph-model"]], "New public Python API": [[280, "new-public-python-api"]], "New build system integrations": [[280, "new-build-system-integrations"]], "New custom user commands": [[280, "new-custom-user-commands"]], "New CLI": [[280, "new-cli"]], "New deployers": [[280, "new-deployers"]], "New package_id": [[280, "new-package-id"]], "compatibility.py": [[280, "compatibility-py"]], "New lockfiles": [[280, "new-lockfiles"]], "New configuration and environment management": [[280, "new-configuration-and-environment-management"]], "Multi-revision cache": [[280, "multi-revision-cache"]], "New extensions plugins": [[280, "new-extensions-plugins"]], "Profile checker": [[280, "profile-checker"]], "Package immutability optimizations": [[280, "package-immutability-optimizations"]], "Package lists": [[280, "package-lists"]], "Metadata files": [[280, "metadata-files"]], "Third party backup sources": [[280, "third-party-backup-sources"]], "Installing configuration from Conan packages": [[280, "installing-configuration-from-conan-packages"]]}, "indexentries": {"append() (conf method)": [[140, "conans.model.conf.Conf.append"]], "define() (conf method)": [[140, "conans.model.conf.Conf.define"]], "prepend() (conf method)": [[140, "conans.model.conf.Conf.prepend"]], "remove() (conf method)": [[140, "conans.model.conf.Conf.remove"]], "unset() (conf method)": [[140, "conans.model.conf.Conf.unset"]], "update() (conf method)": [[140, "conans.model.conf.Conf.update"]], "commandapi (class in conan.api.subapi.command)": [[170, "conan.api.subapi.command.CommandAPI"]], "conanapi (class in conan.api.conan_api)": [[171, "conan.api.conan_api.ConanAPI"]], "configapi (class in conan.api.subapi.config)": [[172, "conan.api.subapi.config.ConfigAPI"]], "global_conf (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.global_conf"]], "settings_yml (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.settings_yml"]], "downloadapi (class in conan.api.subapi.download)": [[173, "conan.api.subapi.download.DownloadAPI"]], "download_full() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.download_full"]], "package() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.package"]], "recipe() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.recipe"]], "exportapi (class in conan.api.subapi.export)": [[174, "conan.api.subapi.export.ExportAPI"]], "graphapi (class in conan.api.subapi.graph)": [[175, "conan.api.subapi.graph.GraphAPI"]], "analyze_binaries() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.analyze_binaries"]], "load_graph() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_graph"]], "load_root_test_conanfile() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_root_test_conanfile"]], "installapi (class in conan.api.subapi.install)": [[176, "conan.api.subapi.install.InstallAPI"]], "install_binaries() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_binaries"]], "install_consumer() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_consumer"]], "install_sources() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_sources"]], "install_system_requires() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_system_requires"]], "listapi (class in conan.api.subapi.list)": [[177, "conan.api.subapi.list.ListAPI"]], "filter_packages_configurations() (listapi static method)": [[177, "conan.api.subapi.list.ListAPI.filter_packages_configurations"]], "newapi (class in conan.api.subapi.new)": [[178, "conan.api.subapi.new.NewAPI"]], "get_home_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_home_template"]], "get_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_template"]], "profilesapi (class in conan.api.subapi.profiles)": [[179, "conan.api.subapi.profiles.ProfilesAPI"]], "detect() (profilesapi static method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.detect"]], "get_default_build() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_build"]], "get_default_host() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_host"]], "get_path() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_path"]], "get_profile() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_profile"]], "list() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.list"]], "remotesapi (class in conan.api.subapi.remotes)": [[180, "conan.api.subapi.remotes.RemotesAPI"]], "add() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.add"]], "disable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.disable"]], "enable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.enable"]], "get() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.get"]], "list() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.list"]], "remove() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.remove"]], "rename() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.rename"]], "update() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.update"]], "user_login() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_login"]], "user_logout() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_logout"]], "removeapi (class in conan.api.subapi.remove)": [[181, "conan.api.subapi.remove.RemoveAPI"]], "searchapi (class in conan.api.subapi.search)": [[182, "conan.api.subapi.search.SearchAPI"]], "uploadapi (class in conan.api.subapi.upload)": [[183, "conan.api.subapi.upload.UploadAPI"]], "check_upstream() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.check_upstream"]], "prepare() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.prepare"]], "upload_full() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.upload_full"]], "android_abi() (in module conan.tools.android)": [[186, "conan.tools.android.android_abi"]], "xcrun (class in conan.tools.apple)": [[188, "conan.tools.apple.XCRun"]], "ar (xcrun property)": [[188, "conan.tools.apple.XCRun.ar"]], "cc (xcrun property)": [[188, "conan.tools.apple.XCRun.cc"]], "cxx (xcrun property)": [[188, "conan.tools.apple.XCRun.cxx"]], "find() (xcrun method)": [[188, "conan.tools.apple.XCRun.find"]], "fix_apple_shared_install_name() (in module conan.tools.apple)": [[188, "conan.tools.apple.fix_apple_shared_install_name"]], "install_name_tool (xcrun property)": [[188, "conan.tools.apple.XCRun.install_name_tool"]], "is_apple_os() (in module conan.tools.apple)": [[188, "conan.tools.apple.is_apple_os"]], "libtool (xcrun property)": [[188, "conan.tools.apple.XCRun.libtool"]], "otool (xcrun property)": [[188, "conan.tools.apple.XCRun.otool"]], "ranlib (xcrun property)": [[188, "conan.tools.apple.XCRun.ranlib"]], "sdk_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_path"]], "sdk_platform_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_path"]], "sdk_platform_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_version"]], "sdk_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_version"]], "strip (xcrun property)": [[188, "conan.tools.apple.XCRun.strip"]], "to_apple_arch() (in module conan.tools.apple)": [[188, "conan.tools.apple.to_apple_arch"]], "xcodebuild (class in conan.tools.apple.xcodebuild)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild"]], "__init__() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.__init__"]], "build() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.build"]], "build_jobs() (in module conan.tools.build.cpu)": [[192, "conan.tools.build.cpu.build_jobs"]], "can_run() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.can_run"]], "check_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_max_cppstd"]], "check_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_min_cppstd"]], "cppstd_flag() (in module conan.tools.build.flags)": [[192, "conan.tools.build.flags.cppstd_flag"]], "cross_building() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.cross_building"]], "default_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.default_cppstd"]], "supported_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.supported_cppstd"]], "valid_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_max_cppstd"]], "valid_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_min_cppstd"]], "cmake (class in conan.tools.cmake.cmake)": [[194, "conan.tools.cmake.cmake.CMake"]], "build() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.build"]], "configure() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.configure"]], "ctest() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.ctest"]], "install() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.install"]], "test() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.test"]], "cmake_layout() (in module conan.tools.cmake.layout)": [[195, "conan.tools.cmake.layout.cmake_layout"]], "cmakedeps (class in conan.tools.cmake.cmakedeps.cmakedeps)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps"]], "generate() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.generate"]], "get_cmake_package_name() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_cmake_package_name"]], "get_find_mode() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_find_mode"]], "set_property() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.set_property"]], "cmaketoolchain (class in conan.tools.cmake.toolchain.toolchain)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain"]], "generate() (cmaketoolchain method)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain.generate"]], "environment (class in conan.tools.env.environment)": [[200, "conan.tools.env.environment.Environment"]], "append() (environment method)": [[200, "conan.tools.env.environment.Environment.append"]], "append_path() (environment method)": [[200, "conan.tools.env.environment.Environment.append_path"]], "compose_env() (environment method)": [[200, "conan.tools.env.environment.Environment.compose_env"]], "define() (environment method)": [[200, "conan.tools.env.environment.Environment.define"]], "deploy_base_folder() (environment method)": [[200, "conan.tools.env.environment.Environment.deploy_base_folder"]], "dumps() (environment method)": [[200, "conan.tools.env.environment.Environment.dumps"]], "prepend() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend"]], "prepend_path() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend_path"]], "remove() (environment method)": [[200, "conan.tools.env.environment.Environment.remove"]], "unset() (environment method)": [[200, "conan.tools.env.environment.Environment.unset"]], "vars() (environment method)": [[200, "conan.tools.env.environment.Environment.vars"]], "envvars (class in conan.tools.env.environment)": [[201, "conan.tools.env.environment.EnvVars"]], "apply() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.apply"]], "get() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.get"]], "items() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.items"]], "save_script() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.save_script"]], "virtualbuildenv (class in conan.tools.env.virtualbuildenv)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv"]], "environment() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.environment"]], "generate() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.generate"]], "vars() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.vars"]], "virtualrunenv (class in conan.tools.env.virtualrunenv)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv"]], "environment() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.environment"]], "generate() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.generate"]], "vars() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.vars"]], "chdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.chdir"]], "collect_libs() (in module conan.tools.files)": [[205, "conan.tools.files.collect_libs"]], "copy() (in module conan.tools.files.copy_pattern)": [[205, "conan.tools.files.copy_pattern.copy"]], "load() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.load"]], "mkdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.mkdir"]], "rename() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rename"]], "replace_in_file() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.replace_in_file"]], "rm() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rm"]], "rmdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rmdir"]], "save() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.save"]], "trim_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.trim_conandata"]], "unzip() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.unzip"]], "update_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.update_conandata"]], "check_md5() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_md5"]], "check_sha1() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha1"]], "check_sha256() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha256"]], "download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.download"]], "ftp_download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.ftp_download"]], "get() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.get"]], "apply_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.apply_conandata_patches"]], "export_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.export_conandata_patches"]], "patch() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.patch"]], "absolute_to_relative_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.absolute_to_relative_symlinks"]], "remove_broken_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_broken_symlinks"]], "remove_external_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_external_symlinks"]], "autotools (class in conan.tools.gnu.autotools)": [[212, "conan.tools.gnu.autotools.Autotools"]], "autoreconf() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.autoreconf"]], "configure() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.configure"]], "install() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.install"]], "make() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.make"]], "autotoolsdeps (class in conan.tools.gnu.autotoolsdeps)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps"]], "environment (autotoolsdeps property)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps.environment"]], "autotoolstoolchain (class in conan.tools.gnu.autotoolstoolchain)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain"]], "update_autoreconf_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_autoreconf_args"]], "update_configure_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_configure_args"]], "update_make_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_make_args"]], "makedeps (class in conan.tools.gnu)": [[215, "conan.tools.gnu.MakeDeps"]], "generate() (makedeps method)": [[215, "conan.tools.gnu.MakeDeps.generate"]], "pkgconfig (class in conan.tools.gnu)": [[216, "conan.tools.gnu.PkgConfig"]], "fill_cpp_info() (pkgconfig method)": [[216, "conan.tools.gnu.PkgConfig.fill_cpp_info"]], "pkgconfigdeps (class in conan.tools.gnu)": [[217, "conan.tools.gnu.PkgConfigDeps"]], "content (pkgconfigdeps property)": [[217, "conan.tools.gnu.PkgConfigDeps.content"]], "generate() (pkgconfigdeps method)": [[217, "conan.tools.gnu.PkgConfigDeps.generate"]], "bazel (class in conan.tools.google)": [[219, "conan.tools.google.Bazel"]], "build() (bazel method)": [[219, "conan.tools.google.Bazel.build"]], "test() (bazel method)": [[219, "conan.tools.google.Bazel.test"]], "bazeldeps (class in conan.tools.google)": [[220, "conan.tools.google.BazelDeps"]], "build_context_activated (bazeldeps attribute)": [[220, "conan.tools.google.BazelDeps.build_context_activated"]], "generate() (bazeldeps method)": [[220, "conan.tools.google.BazelDeps.generate"]], "bazeltoolchain (class in conan.tools.google)": [[221, "conan.tools.google.BazelToolchain"]], "compilation_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compilation_mode"]], "compiler (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compiler"]], "conlyopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.conlyopt"]], "copt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.copt"]], "cppstd (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cppstd"]], "cpu (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cpu"]], "crosstool_top (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.crosstool_top"]], "cxxopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cxxopt"]], "dynamic_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.dynamic_mode"]], "force_pic (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.force_pic"]], "generate() (bazeltoolchain method)": [[221, "conan.tools.google.BazelToolchain.generate"]], "linkopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.linkopt"]], "intelcc (class in conan.tools.intel)": [[222, "conan.tools.intel.IntelCC"]], "arch (intelcc attribute)": [[222, "conan.tools.intel.IntelCC.arch"]], "command (intelcc property)": [[222, "conan.tools.intel.IntelCC.command"]], "generate() (intelcc method)": [[222, "conan.tools.intel.IntelCC.generate"]], "installation_path (intelcc property)": [[222, "conan.tools.intel.IntelCC.installation_path"]], "ms_toolset (intelcc property)": [[222, "conan.tools.intel.IntelCC.ms_toolset"]], "meson (class in conan.tools.meson)": [[225, "conan.tools.meson.Meson"]], "build() (meson method)": [[225, "conan.tools.meson.Meson.build"]], "configure() (meson method)": [[225, "conan.tools.meson.Meson.configure"]], "install() (meson method)": [[225, "conan.tools.meson.Meson.install"]], "test() (meson method)": [[225, "conan.tools.meson.Meson.test"]], "mesontoolchain (class in conan.tools.meson)": [[226, "conan.tools.meson.MesonToolchain"]], "apple_arch_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_arch_flag"]], "apple_isysroot_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_isysroot_flag"]], "apple_min_version_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_min_version_flag"]], "ar (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ar"]], "as_ (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.as_"]], "c (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c"]], "c_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_args"]], "c_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_ld"]], "c_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_link_args"]], "cpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp"]], "cpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_args"]], "cpp_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_ld"]], "cpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_link_args"]], "cross_build (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cross_build"]], "generate() (mesontoolchain method)": [[226, "conan.tools.meson.MesonToolchain.generate"]], "ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ld"]], "objc (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc"]], "objc_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_args"]], "objc_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_link_args"]], "objcpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp"]], "objcpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_args"]], "objcpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_link_args"]], "pkg_config_path (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkg_config_path"]], "pkgconfig (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkgconfig"]], "preprocessor_definitions (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.preprocessor_definitions"]], "project_options (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.project_options"]], "properties (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.properties"]], "strip (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.strip"]], "windres (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.windres"]], "check_min_vs() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.check_min_vs"]], "is_msvc() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc"]], "is_msvc_static_runtime() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc_static_runtime"]], "msvc_runtime_flag() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvc_runtime_flag"]], "msvs_toolset() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvs_toolset"]], "unix_path() (in module conan.tools.microsoft)": [[228, "conan.tools.microsoft.unix_path"]], "msbuild (class in conan.tools.microsoft)": [[229, "conan.tools.microsoft.MSBuild"]], "build() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.build"]], "command() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.command"]], "msbuilddeps (class in conan.tools.microsoft)": [[230, "conan.tools.microsoft.MSBuildDeps"]], "generate() (msbuilddeps method)": [[230, "conan.tools.microsoft.MSBuildDeps.generate"]], "msbuildtoolchain (class in conan.tools.microsoft)": [[231, "conan.tools.microsoft.MSBuildToolchain"]], "generate() (msbuildtoolchain method)": [[231, "conan.tools.microsoft.MSBuildToolchain.generate"]], "vcvars (class in conan.tools.microsoft)": [[233, "conan.tools.microsoft.VCVars"]], "generate() (vcvars method)": [[233, "conan.tools.microsoft.VCVars.generate"]], "vs_layout() (in module conan.tools.microsoft)": [[234, "conan.tools.microsoft.vs_layout"]], "git (class in conan.tools.scm.git)": [[236, "conan.tools.scm.git.Git"]], "checkout() (git method)": [[236, "conan.tools.scm.git.Git.checkout"]], "checkout_from_conandata_coordinates() (git method)": [[236, "conan.tools.scm.git.Git.checkout_from_conandata_coordinates"]], "clone() (git method)": [[236, "conan.tools.scm.git.Git.clone"]], "commit_in_remote() (git method)": [[236, "conan.tools.scm.git.Git.commit_in_remote"]], "coordinates_to_conandata() (git method)": [[236, "conan.tools.scm.git.Git.coordinates_to_conandata"]], "fetch_commit() (git method)": [[236, "conan.tools.scm.git.Git.fetch_commit"]], "get_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_commit"]], "get_remote_url() (git method)": [[236, "conan.tools.scm.git.Git.get_remote_url"]], "get_repo_root() (git method)": [[236, "conan.tools.scm.git.Git.get_repo_root"]], "get_url_and_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_url_and_commit"]], "included_files() (git method)": [[236, "conan.tools.scm.git.Git.included_files"]], "is_dirty() (git method)": [[236, "conan.tools.scm.git.Git.is_dirty"]], "run() (git method)": [[236, "conan.tools.scm.git.Git.run"]], "version (class in conan.tools.scm)": [[237, "conan.tools.scm.Version"]], "apk (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apk"]], "apt (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apt"]], "brew (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Brew"]], "chocolatey (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Chocolatey"]], "pacman (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PacMan"]], "pkg (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Pkg"]], "pkgutil (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PkgUtil"]], "yum (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Yum"]], "zypper (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Zypper"]], "check() (apk method)": [[240, "conan.tools.system.package_manager.Apk.check"]], "check() (apt method)": [[240, "conan.tools.system.package_manager.Apt.check"]], "check() (brew method)": [[240, "conan.tools.system.package_manager.Brew.check"]], "check() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.check"]], "check() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.check"]], "check() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.check"]], "check() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.check"]], "check() (yum method)": [[240, "conan.tools.system.package_manager.Yum.check"]], "check() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.check"]], "install() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install"]], "install() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install"]], "install() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install"]], "install() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install"]], "install() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install"]], "install() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install"]], "install() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install"]], "install() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install"]], "install() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install"]], "install_substitutes() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install_substitutes"]], "install_substitutes() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install_substitutes"]], "install_substitutes() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install_substitutes"]], "install_substitutes() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install_substitutes"]], "install_substitutes() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install_substitutes"]], "install_substitutes() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install_substitutes"]], "install_substitutes() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install_substitutes"]], "install_substitutes() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install_substitutes"]], "install_substitutes() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install_substitutes"]], "update() (apk method)": [[240, "conan.tools.system.package_manager.Apk.update"]], "update() (apt method)": [[240, "conan.tools.system.package_manager.Apt.update"]], "update() (brew method)": [[240, "conan.tools.system.package_manager.Brew.update"]], "update() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.update"]], "update() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.update"]], "update() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.update"]], "update() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.update"]], "update() (yum method)": [[240, "conan.tools.system.package_manager.Yum.update"]], "update() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.update"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["404", "changelog", "devops", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo", "devops/backup_sources/sources_backup", "devops/conancenter/hosting_binaries", "devops/metadata", "devops/save_restore", "devops/using_conancenter", "devops/versioning", "devops/versioning/resolve_prereleases", "examples", "examples/commands", "examples/commands/pkglists", "examples/conanfile", "examples/conanfile/layout", "examples/conanfile/layout/conanfile_in_subfolder", "examples/conanfile/layout/editable_components", "examples/conanfile/layout/multiple_subprojects", "examples/conanfile/layout/third_party_libraries", "examples/conanfile/package_info", "examples/conanfile/package_info/components", "examples/conanfile/package_info/package_info_conf_and_env", "examples/config_files", "examples/config_files/settings/settings_user", "examples/cross_build", "examples/cross_build/android/android_studio", "examples/cross_build/android/ndk", "examples/cross_build/toolchain_packages", "examples/dev_flow", "examples/dev_flow/debug/step_into_dependencies", "examples/extensions", "examples/extensions/commands/clean/custom_command_clean_revisions", "examples/extensions/commands/custom_commands", "examples/extensions/deployers/builtin_deployers", "examples/extensions/deployers/custom_deployers", "examples/extensions/deployers/dev/development_deploy", "examples/extensions/deployers/sources/custom_deployer_sources", "examples/graph", "examples/graph/requires/consume_cmake_macro", "examples/graph/tool_requires/different_options", "examples/graph/tool_requires/different_versions", "examples/graph/tool_requires/use_cmake_modules", "examples/graph/tool_requires/using_protobuf", "examples/tools", "examples/tools/autotools/autotools", "examples/tools/autotools/build_project_autotools_toolchain", "examples/tools/autotools/create_your_first_package", "examples/tools/cmake/cmake", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake", "examples/tools/files/files", "examples/tools/files/patches/patch_sources", "examples/tools/google/bazel", "examples/tools/google/bazeltoolchain/build_simple_bazel_project", "examples/tools/meson/build_simple_meson_project", "examples/tools/meson/create_your_first_package", "examples/tools/meson/meson", "examples/tools/microsoft/msbuild", "examples/tools/microsoft/msbuild/create_your_first_package", "examples/tools/scm/git/capture_scm/git_capture_scm", "index", "installation", "integrations", "integrations/android", "integrations/autotools", "integrations/bazel", "integrations/clion", "integrations/cmake", "integrations/jfrog", "integrations/makefile", "integrations/meson", "integrations/visual_studio", "integrations/xcode", "introduction", "knowledge", "knowledge/cheatsheet", "knowledge/faq", "knowledge/guidelines", "knowledge/videos", "reference", "reference/binary_model", "reference/binary_model/custom_compatibility", "reference/binary_model/dependencies", "reference/binary_model/extending", "reference/binary_model/package_id", "reference/binary_model/settings_and_options", "reference/commands", "reference/commands/build", "reference/commands/cache", "reference/commands/config", "reference/commands/create", "reference/commands/download", "reference/commands/editable", "reference/commands/export", "reference/commands/export-pkg", "reference/commands/formatters/graph_info_json_formatter", "reference/commands/graph", "reference/commands/graph/build_order", "reference/commands/graph/build_order_merge", "reference/commands/graph/explain", "reference/commands/graph/info", "reference/commands/graph/outdated", "reference/commands/inspect", "reference/commands/install", "reference/commands/list", "reference/commands/lock", "reference/commands/lock/add", "reference/commands/lock/create", "reference/commands/lock/merge", "reference/commands/lock/remove", "reference/commands/new", "reference/commands/profile", "reference/commands/remote", "reference/commands/remove", "reference/commands/search", "reference/commands/source", "reference/commands/test", "reference/commands/upload", "reference/commands/version", "reference/conan_server", "reference/conanfile", "reference/conanfile/attributes", "reference/conanfile/methods", "reference/conanfile/methods/build", "reference/conanfile/methods/build_id", "reference/conanfile/methods/build_requirements", "reference/conanfile/methods/compatibility", "reference/conanfile/methods/config_options", "reference/conanfile/methods/configure", "reference/conanfile/methods/deploy", "reference/conanfile/methods/export", "reference/conanfile/methods/export_sources", "reference/conanfile/methods/generate", "reference/conanfile/methods/init", "reference/conanfile/methods/layout", "reference/conanfile/methods/package", "reference/conanfile/methods/package_id", "reference/conanfile/methods/package_info", "reference/conanfile/methods/requirements", "reference/conanfile/methods/set_name", "reference/conanfile/methods/set_version", "reference/conanfile/methods/source", "reference/conanfile/methods/system_requirements", "reference/conanfile/methods/test", "reference/conanfile/methods/validate", "reference/conanfile/methods/validate_build", "reference/conanfile/running_and_output", "reference/conanfile_txt", "reference/config_files", "reference/config_files/conanrc", "reference/config_files/credentials", "reference/config_files/global_conf", "reference/config_files/profiles", "reference/config_files/remotes", "reference/config_files/settings", "reference/config_files/source_credentials", "reference/environment", "reference/extensions", "reference/extensions/binary_compatibility", "reference/extensions/command_wrapper", "reference/extensions/custom_commands", "reference/extensions/custom_generators", "reference/extensions/deployers", "reference/extensions/hooks", "reference/extensions/package_signing", "reference/extensions/profile_plugin", "reference/extensions/python_api", "reference/extensions/python_api/CommandAPI", "reference/extensions/python_api/ConanAPI", "reference/extensions/python_api/ConfigAPI", "reference/extensions/python_api/DownloadAPI", "reference/extensions/python_api/ExportAPI", "reference/extensions/python_api/GraphAPI", "reference/extensions/python_api/InstallAPI", "reference/extensions/python_api/ListAPI", "reference/extensions/python_api/NewAPI", "reference/extensions/python_api/ProfilesAPI", "reference/extensions/python_api/RemotesAPI", "reference/extensions/python_api/RemoveAPI", "reference/extensions/python_api/SearchAPI", "reference/extensions/python_api/UploadAPI", "reference/extensions/python_requires", "reference/tools", "reference/tools/android", "reference/tools/apple", "reference/tools/apple/other", "reference/tools/apple/xcodebuild", "reference/tools/apple/xcodedeps", "reference/tools/apple/xcodetoolchain", "reference/tools/build", "reference/tools/cmake", "reference/tools/cmake/cmake", "reference/tools/cmake/cmake_layout", "reference/tools/cmake/cmakedeps", "reference/tools/cmake/cmaketoolchain", "reference/tools/cpp_info", "reference/tools/env", "reference/tools/env/environment", "reference/tools/env/envvars", "reference/tools/env/virtualbuildenv", "reference/tools/env/virtualrunenv", "reference/tools/files", "reference/tools/files/basic", "reference/tools/files/checksum", "reference/tools/files/downloads", "reference/tools/files/packaging", "reference/tools/files/patches", "reference/tools/files/symlinks", "reference/tools/gnu", "reference/tools/gnu/autotools", "reference/tools/gnu/autotoolsdeps", "reference/tools/gnu/autotoolstoolchain", "reference/tools/gnu/makedeps", "reference/tools/gnu/pkgconfig", "reference/tools/gnu/pkgconfigdeps", "reference/tools/google", "reference/tools/google/bazel", "reference/tools/google/bazeldeps", "reference/tools/google/bazeltoolchain", "reference/tools/intel", "reference/tools/layout", "reference/tools/meson", "reference/tools/meson/meson", "reference/tools/meson/mesontoolchain", "reference/tools/microsoft", "reference/tools/microsoft/helpers", "reference/tools/microsoft/msbuild", "reference/tools/microsoft/msbuilddeps", "reference/tools/microsoft/msbuildtoolchain", "reference/tools/microsoft/nmake", "reference/tools/microsoft/vcvars", "reference/tools/microsoft/visual_layout", "reference/tools/scm", "reference/tools/scm/git", "reference/tools/scm/version", "reference/tools/scons", "reference/tools/system", "reference/tools/system/package_manager", "tutorial", "tutorial/conan_repositories", "tutorial/conan_repositories/conan_center", "tutorial/conan_repositories/setting_up_conan_remotes", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server", "tutorial/conan_repositories/uploading_packages", "tutorial/consuming_packages", "tutorial/consuming_packages/build_simple_cmake_project", "tutorial/consuming_packages/cross_building_with_conan", "tutorial/consuming_packages/different_configurations", "tutorial/consuming_packages/intro_to_versioning", "tutorial/consuming_packages/the_flexibility_of_conanfile_py", "tutorial/consuming_packages/use_tools_as_conan_packages", "tutorial/creating_packages", "tutorial/creating_packages/add_dependencies_to_packages", "tutorial/creating_packages/build_packages", "tutorial/creating_packages/configure_options_settings", "tutorial/creating_packages/create_your_first_package", "tutorial/creating_packages/define_package_information", "tutorial/creating_packages/handle_sources_in_packages", "tutorial/creating_packages/other_types_of_packages", "tutorial/creating_packages/other_types_of_packages/header_only_packages", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages", "tutorial/creating_packages/package_method", "tutorial/creating_packages/preparing_the_build", "tutorial/creating_packages/test_conan_packages", "tutorial/developing_packages", "tutorial/developing_packages/editable_packages", "tutorial/developing_packages/local_package_development_flow", "tutorial/developing_packages/package_layout", "tutorial/other_features", "tutorial/versioning", "tutorial/versioning/conflicts", "tutorial/versioning/lockfiles", "tutorial/versioning/revisions", "tutorial/versioning/version_ranges", "tutorial/versioning/versions", "whatsnew"], "filenames": ["404.rst", "changelog.rst", "devops.rst", "devops/backup_sources/repositories/artifactory/creating_backup_sources_repo.rst", "devops/backup_sources/sources_backup.rst", "devops/conancenter/hosting_binaries.rst", "devops/metadata.rst", "devops/save_restore.rst", "devops/using_conancenter.rst", "devops/versioning.rst", "devops/versioning/resolve_prereleases.rst", "examples.rst", "examples/commands.rst", "examples/commands/pkglists.rst", "examples/conanfile.rst", "examples/conanfile/layout.rst", "examples/conanfile/layout/conanfile_in_subfolder.rst", "examples/conanfile/layout/editable_components.rst", "examples/conanfile/layout/multiple_subprojects.rst", "examples/conanfile/layout/third_party_libraries.rst", "examples/conanfile/package_info.rst", "examples/conanfile/package_info/components.rst", "examples/conanfile/package_info/package_info_conf_and_env.rst", "examples/config_files.rst", "examples/config_files/settings/settings_user.rst", "examples/cross_build.rst", "examples/cross_build/android/android_studio.rst", "examples/cross_build/android/ndk.rst", "examples/cross_build/toolchain_packages.rst", "examples/dev_flow.rst", "examples/dev_flow/debug/step_into_dependencies.rst", "examples/extensions.rst", "examples/extensions/commands/clean/custom_command_clean_revisions.rst", "examples/extensions/commands/custom_commands.rst", "examples/extensions/deployers/builtin_deployers.rst", "examples/extensions/deployers/custom_deployers.rst", "examples/extensions/deployers/dev/development_deploy.rst", "examples/extensions/deployers/sources/custom_deployer_sources.rst", "examples/graph.rst", "examples/graph/requires/consume_cmake_macro.rst", "examples/graph/tool_requires/different_options.rst", "examples/graph/tool_requires/different_versions.rst", "examples/graph/tool_requires/use_cmake_modules.rst", "examples/graph/tool_requires/using_protobuf.rst", "examples/tools.rst", "examples/tools/autotools/autotools.rst", "examples/tools/autotools/build_project_autotools_toolchain.rst", "examples/tools/autotools/create_your_first_package.rst", "examples/tools/cmake/cmake.rst", "examples/tools/cmake/cmake_toolchain/build_project_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/extend_own_cmake_presets.rst", "examples/tools/cmake/cmake_toolchain/inject_cmake_variables.rst", "examples/tools/cmake/cmake_toolchain/use_package_config_cmake.rst", "examples/tools/files/files.rst", "examples/tools/files/patches/patch_sources.rst", "examples/tools/google/bazel.rst", "examples/tools/google/bazeltoolchain/build_simple_bazel_project.rst", "examples/tools/meson/build_simple_meson_project.rst", "examples/tools/meson/create_your_first_package.rst", "examples/tools/meson/meson.rst", "examples/tools/microsoft/msbuild.rst", "examples/tools/microsoft/msbuild/create_your_first_package.rst", "examples/tools/scm/git/capture_scm/git_capture_scm.rst", "index.rst", "installation.rst", "integrations.rst", "integrations/android.rst", "integrations/autotools.rst", "integrations/bazel.rst", "integrations/clion.rst", "integrations/cmake.rst", "integrations/jfrog.rst", "integrations/makefile.rst", "integrations/meson.rst", "integrations/visual_studio.rst", "integrations/xcode.rst", "introduction.rst", "knowledge.rst", "knowledge/cheatsheet.rst", "knowledge/faq.rst", "knowledge/guidelines.rst", "knowledge/videos.rst", "reference.rst", "reference/binary_model.rst", "reference/binary_model/custom_compatibility.rst", "reference/binary_model/dependencies.rst", "reference/binary_model/extending.rst", "reference/binary_model/package_id.rst", "reference/binary_model/settings_and_options.rst", "reference/commands.rst", "reference/commands/build.rst", "reference/commands/cache.rst", "reference/commands/config.rst", "reference/commands/create.rst", "reference/commands/download.rst", "reference/commands/editable.rst", "reference/commands/export.rst", "reference/commands/export-pkg.rst", "reference/commands/formatters/graph_info_json_formatter.rst", "reference/commands/graph.rst", "reference/commands/graph/build_order.rst", "reference/commands/graph/build_order_merge.rst", "reference/commands/graph/explain.rst", "reference/commands/graph/info.rst", "reference/commands/graph/outdated.rst", "reference/commands/inspect.rst", "reference/commands/install.rst", "reference/commands/list.rst", "reference/commands/lock.rst", "reference/commands/lock/add.rst", "reference/commands/lock/create.rst", "reference/commands/lock/merge.rst", "reference/commands/lock/remove.rst", "reference/commands/new.rst", "reference/commands/profile.rst", "reference/commands/remote.rst", "reference/commands/remove.rst", "reference/commands/search.rst", "reference/commands/source.rst", "reference/commands/test.rst", "reference/commands/upload.rst", "reference/commands/version.rst", "reference/conan_server.rst", "reference/conanfile.rst", "reference/conanfile/attributes.rst", "reference/conanfile/methods.rst", "reference/conanfile/methods/build.rst", "reference/conanfile/methods/build_id.rst", "reference/conanfile/methods/build_requirements.rst", "reference/conanfile/methods/compatibility.rst", "reference/conanfile/methods/config_options.rst", "reference/conanfile/methods/configure.rst", "reference/conanfile/methods/deploy.rst", "reference/conanfile/methods/export.rst", "reference/conanfile/methods/export_sources.rst", "reference/conanfile/methods/generate.rst", "reference/conanfile/methods/init.rst", "reference/conanfile/methods/layout.rst", "reference/conanfile/methods/package.rst", "reference/conanfile/methods/package_id.rst", "reference/conanfile/methods/package_info.rst", "reference/conanfile/methods/requirements.rst", "reference/conanfile/methods/set_name.rst", "reference/conanfile/methods/set_version.rst", "reference/conanfile/methods/source.rst", "reference/conanfile/methods/system_requirements.rst", "reference/conanfile/methods/test.rst", "reference/conanfile/methods/validate.rst", "reference/conanfile/methods/validate_build.rst", "reference/conanfile/running_and_output.rst", "reference/conanfile_txt.rst", "reference/config_files.rst", "reference/config_files/conanrc.rst", "reference/config_files/credentials.rst", "reference/config_files/global_conf.rst", "reference/config_files/profiles.rst", "reference/config_files/remotes.rst", "reference/config_files/settings.rst", "reference/config_files/source_credentials.rst", "reference/environment.rst", "reference/extensions.rst", "reference/extensions/binary_compatibility.rst", "reference/extensions/command_wrapper.rst", "reference/extensions/custom_commands.rst", "reference/extensions/custom_generators.rst", "reference/extensions/deployers.rst", "reference/extensions/hooks.rst", "reference/extensions/package_signing.rst", "reference/extensions/profile_plugin.rst", "reference/extensions/python_api.rst", "reference/extensions/python_api/CommandAPI.rst", "reference/extensions/python_api/ConanAPI.rst", "reference/extensions/python_api/ConfigAPI.rst", "reference/extensions/python_api/DownloadAPI.rst", "reference/extensions/python_api/ExportAPI.rst", "reference/extensions/python_api/GraphAPI.rst", "reference/extensions/python_api/InstallAPI.rst", "reference/extensions/python_api/ListAPI.rst", "reference/extensions/python_api/NewAPI.rst", "reference/extensions/python_api/ProfilesAPI.rst", "reference/extensions/python_api/RemotesAPI.rst", "reference/extensions/python_api/RemoveAPI.rst", "reference/extensions/python_api/SearchAPI.rst", "reference/extensions/python_api/UploadAPI.rst", "reference/extensions/python_requires.rst", "reference/tools.rst", "reference/tools/android.rst", "reference/tools/apple.rst", "reference/tools/apple/other.rst", "reference/tools/apple/xcodebuild.rst", "reference/tools/apple/xcodedeps.rst", "reference/tools/apple/xcodetoolchain.rst", "reference/tools/build.rst", "reference/tools/cmake.rst", "reference/tools/cmake/cmake.rst", "reference/tools/cmake/cmake_layout.rst", "reference/tools/cmake/cmakedeps.rst", "reference/tools/cmake/cmaketoolchain.rst", "reference/tools/cpp_info.rst", "reference/tools/env.rst", "reference/tools/env/environment.rst", "reference/tools/env/envvars.rst", "reference/tools/env/virtualbuildenv.rst", "reference/tools/env/virtualrunenv.rst", "reference/tools/files.rst", "reference/tools/files/basic.rst", "reference/tools/files/checksum.rst", "reference/tools/files/downloads.rst", "reference/tools/files/packaging.rst", "reference/tools/files/patches.rst", "reference/tools/files/symlinks.rst", "reference/tools/gnu.rst", "reference/tools/gnu/autotools.rst", "reference/tools/gnu/autotoolsdeps.rst", "reference/tools/gnu/autotoolstoolchain.rst", "reference/tools/gnu/makedeps.rst", "reference/tools/gnu/pkgconfig.rst", "reference/tools/gnu/pkgconfigdeps.rst", "reference/tools/google.rst", "reference/tools/google/bazel.rst", "reference/tools/google/bazeldeps.rst", "reference/tools/google/bazeltoolchain.rst", "reference/tools/intel.rst", "reference/tools/layout.rst", "reference/tools/meson.rst", "reference/tools/meson/meson.rst", "reference/tools/meson/mesontoolchain.rst", "reference/tools/microsoft.rst", "reference/tools/microsoft/helpers.rst", "reference/tools/microsoft/msbuild.rst", "reference/tools/microsoft/msbuilddeps.rst", "reference/tools/microsoft/msbuildtoolchain.rst", "reference/tools/microsoft/nmake.rst", "reference/tools/microsoft/vcvars.rst", "reference/tools/microsoft/visual_layout.rst", "reference/tools/scm.rst", "reference/tools/scm/git.rst", "reference/tools/scm/version.rst", "reference/tools/scons.rst", "reference/tools/system.rst", "reference/tools/system/package_manager.rst", "tutorial.rst", "tutorial/conan_repositories.rst", "tutorial/conan_repositories/conan_center.rst", "tutorial/conan_repositories/setting_up_conan_remotes.rst", "tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.rst", "tutorial/conan_repositories/setting_up_conan_remotes/conan_server.rst", "tutorial/conan_repositories/uploading_packages.rst", "tutorial/consuming_packages.rst", "tutorial/consuming_packages/build_simple_cmake_project.rst", "tutorial/consuming_packages/cross_building_with_conan.rst", "tutorial/consuming_packages/different_configurations.rst", "tutorial/consuming_packages/intro_to_versioning.rst", "tutorial/consuming_packages/the_flexibility_of_conanfile_py.rst", "tutorial/consuming_packages/use_tools_as_conan_packages.rst", "tutorial/creating_packages.rst", "tutorial/creating_packages/add_dependencies_to_packages.rst", "tutorial/creating_packages/build_packages.rst", "tutorial/creating_packages/configure_options_settings.rst", "tutorial/creating_packages/create_your_first_package.rst", "tutorial/creating_packages/define_package_information.rst", "tutorial/creating_packages/handle_sources_in_packages.rst", "tutorial/creating_packages/other_types_of_packages.rst", "tutorial/creating_packages/other_types_of_packages/header_only_packages.rst", "tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst", "tutorial/creating_packages/other_types_of_packages/tool_requires_packages.rst", "tutorial/creating_packages/package_method.rst", "tutorial/creating_packages/preparing_the_build.rst", "tutorial/creating_packages/test_conan_packages.rst", "tutorial/developing_packages.rst", "tutorial/developing_packages/editable_packages.rst", "tutorial/developing_packages/local_package_development_flow.rst", "tutorial/developing_packages/package_layout.rst", "tutorial/other_features.rst", "tutorial/versioning.rst", "tutorial/versioning/conflicts.rst", "tutorial/versioning/lockfiles.rst", "tutorial/versioning/revisions.rst", "tutorial/versioning/version_ranges.rst", "tutorial/versioning/versions.rst", "whatsnew.rst"], "titles": ["Page Not Found", "Changelog", "Devops guide", "Creating an Artifactory backup repo for your sources", "Backing up third-party sources with Conan", "Creating and hosting your own ConanCenter binaries", "Managing package metadata files", "Save and restore packages from/to the cache", "Using ConanCenter packages in production environments", "Versioning", "Handling version ranges and pre-releases", "Examples", "Conan commands examples", "Using packages-lists", "ConanFile methods examples", "ConanFile layout() examples", "Declaring the layout when the Conanfile is inside a subfolder", "Using components and editable packages", "Declaring the layout when we have multiple subprojects", "Declaring the layout when creating packages for third-party libraries", "ConanFile package_info() examples", "Define components for Conan packages that provide multiple libraries", "Propagating environment or configuration information to consumers", "Configuration files examples", "Customize your settings: create your settings_user.yml", "Cross-building examples", "Integrating Conan in Android Studio", "Cross building to Android with the NDK", "Creating a Conan package for a toolchain", "Developer tools and flows", "Debugging and stepping into dependencies", "Conan extensions examples", "Custom command: Clean old recipe and package revisions", "Custom commands", "Builtin deployers", "Custom deployers", "Creating a Conan-agnostic deploy of dependencies for developer use", "Copy sources from all your dependencies", "Graph examples", "Use a CMake macro packaged in a dependency", "Depending on same version of a tool-require with different options", "Depending on different versions of the same tool-require", "Use cmake modules inside a tool_requires transparently", "Using the same requirement as a requires and as a tool_requires", "Conan recipe tools examples", "Autotools", "Build a simple Autotools project with Conan dependencies", "Create your first Conan package with Autotools", "CMake", "CMakeToolchain: Building your project using CMakePresets", "CMakeToolchain: Extending your CMakePresets with Conan generated ones", "CMakeToolchain: Inject arbitrary CMake variables into dependencies", "CMakeToolchain: Using xxx-config.cmake files inside packages", "File interaction", "Patching sources", "Bazel", "Build a simple Bazel project using Conan", "Build a simple Meson project using Conan", "Create your first Conan package with Meson", "Meson", "MSBuild", "Create your first Conan package with Visual Studio/MSBuild", "Capturing Git scm information", "Conan 2 - C and C++ Package Manager Documentation", "Install", "Integrations", " Android", " Autotools", " Bazel", " CLion", " CMake", " JFrog", " Makefile", " Meson", " Visual Studio", " Xcode", "Introduction", "Knowledge", "Cheat sheet", "FAQ", "Core guidelines", "Videos", "Reference", "The binary model", "Customizing the binary compatibility", "The effect of dependencies on package_id", "Extending the binary model", "How the package_id is computed", "How settings and options of a recipe influence its package ID", "Commands", "conan build", "conan cache", "conan config", "conan create", "conan download", "conan editable", "conan export", "conan export-pkg", "Formatter: Graph-info JSON", "conan graph", "conan graph build-order", "conan graph build-order-merge", "conan graph explain", "conan graph info", "conan graph outdated", "conan inspect", "conan install", "conan list", "conan lock", "conan lock add", "conan lock create", "conan lock merge", "conan lock remove", "conan new", "conan profile", "conan remote", "conan remove", "conan search", "conan source", "conan test", "conan upload", "conan version", "Conan Server", "conanfile.py", "Attributes", "Methods", "build()", "build_id()", "build_requirements()", "compatibility()", "config_options()", "configure()", "deploy()", "export()", "export_sources()", "generate()", "init()", "layout()", "package()", "package_id()", "package_info()", "requirements()", "set_name()", "set_version()", "source()", "system_requirements()", "test()", "validate()", "validate_build()", "Running and output", "conanfile.txt", "Configuration files", ".conanrc", "credentials.json", "global.conf", "profiles", "remotes.json", "settings.yml", "source_credentials.json", "Environment variables", "Extensions", "Binary compatibility", "Command wrapper", "Custom commands", "Custom Conan generators", "Deployers", "Hooks", "Package signing", "Profile plugin", "Python API", "Command API", "Conan API Reference", "Config API", "Download API", "Export API", "Graph API", "Install API", "List API", "New API", "Profiles API", "Remotes API", "Remove API", "Search API", "Upload API", "Python requires", "Recipe tools", "conan.tools.android", "conan.tools.apple", "conan.tools.apple.fix_apple_shared_install_name()", "XcodeBuild", "XcodeDeps", "XcodeToolchain", "conan.tools.build", "conan.tools.cmake", "CMake", "cmake_layout", "CMakeDeps", "CMakeToolchain", "conan.tools.CppInfo", "conan.tools.env", "Environment", "EnvVars", "VirtualBuildEnv", "VirtualRunEnv", "conan.tools.files", "conan.tools.files basic operations", "conan.tools.files checksums", "conan.tools.files downloads", "conan.tools.files AutoPackager", "conan.tools.files patches", "conan.tools.files.symlinks", "conan.tools.gnu", "Autotools", "AutotoolsDeps", "AutotoolsToolchain", "MakeDeps", "PkgConfig", "PkgConfigDeps", "conan.tools.google", "Bazel", "BazelDeps", "BazelToolchain", "conan.tools.intel", "conan.tools.layout", "conan.tools.meson", "Meson", "MesonToolchain", "conan.tools.microsoft", "conan.tools.microsoft.visual", "MSBuild", "MSBuildDeps", "MSBuildToolchain", "NMakeDeps", "VCVars", "vs_layout", "conan.tools.scm", "Git", "Version", "conan.tools.scons", "conan.tools.system", "conan.tools.system.package_manager", "Tutorial", "Working with Conan repositories", "Contributing to Conan Center", "Setting up a Conan remote", "Artifactory Community Edition for C/C++", "Setting-up a Conan Server", "Uploading Packages", "Consuming packages", "Build a simple CMake project using Conan", "How to cross-compile your applications using Conan: host and build contexts", "Building for multiple configurations: Release, Debug, Static and Shared", "Introduction to versioning", "Understanding the flexibility of using conanfile.py vs conanfile.txt", "Using build tools as Conan packages", "Creating packages", "Add dependencies to packages", "Build packages: the build() method", "Configure settings and options in recipes", "Create your first Conan package", "Define information for consumers: the package_info() method", "Handle sources in packages", "Other types of packages", "Header-only packages", "Package prebuilt binaries", "Tool requires packages", "Package files: the package() method", "Preparing the build", "Testing Conan packages", "Developing packages locally", "Packages in editable mode", "Package Development Flow", "Understanding the Conan Package layout", "Other important Conan features", "Versioning", "Dependencies conflicts", "Lockfiles", "Revisions", "Version ranges", "Versions", "What\u2019s new in Conan 2"], "terms": {"unfortun": 0, "you": [0, 1, 2, 4, 5, 6, 8, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 74, 76, 79, 80, 81, 86, 87, 91, 92, 93, 94, 100, 103, 107, 113, 114, 116, 120, 122, 124, 125, 126, 127, 128, 130, 131, 135, 136, 137, 139, 140, 144, 149, 150, 152, 154, 155, 157, 159, 160, 163, 164, 165, 166, 168, 184, 189, 190, 191, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 217, 220, 222, 223, 225, 226, 229, 230, 231, 232, 236, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 278, 279, 280], "ar": [0, 1, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 71, 72, 73, 74, 75, 76, 79, 80, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 97, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 116, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 163, 165, 166, 167, 175, 176, 180, 183, 184, 185, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 210, 212, 214, 217, 219, 220, 222, 223, 226, 230, 236, 239, 244, 245, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "look": [0, 1, 4, 6, 13, 16, 18, 19, 21, 24, 36, 37, 42, 43, 46, 47, 52, 54, 56, 57, 58, 61, 69, 87, 90, 92, 93, 95, 96, 97, 100, 102, 103, 104, 106, 107, 109, 110, 111, 119, 124, 153, 154, 155, 156, 157, 162, 163, 165, 175, 197, 220, 221, 240, 249, 250, 253, 254, 259, 260, 261, 268, 271], "doe": [0, 1, 6, 8, 10, 21, 24, 36, 40, 41, 46, 47, 52, 56, 62, 64, 70, 71, 74, 80, 84, 85, 86, 88, 90, 91, 92, 93, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 119, 122, 124, 127, 128, 134, 135, 141, 144, 145, 153, 154, 155, 168, 180, 183, 184, 196, 201, 205, 212, 214, 236, 240, 252, 253, 254, 256, 258, 273, 275, 278, 280], "exist": [0, 1, 6, 7, 8, 21, 28, 62, 64, 76, 79, 84, 86, 90, 91, 92, 93, 97, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 120, 124, 126, 128, 129, 130, 131, 133, 135, 139, 141, 144, 152, 153, 154, 155, 157, 161, 163, 173, 175, 179, 180, 183, 188, 192, 196, 197, 200, 201, 205, 212, 214, 216, 226, 236, 247, 252, 258, 259, 264, 268, 275, 276, 277, 279, 280], "wa": [0, 1, 2, 4, 24, 40, 41, 43, 47, 54, 58, 61, 62, 71, 81, 84, 85, 88, 91, 92, 93, 102, 104, 106, 111, 127, 138, 139, 142, 143, 149, 157, 161, 168, 190, 191, 197, 205, 208, 212, 236, 251, 254, 256, 257, 259, 260, 263, 268, 271, 275, 276, 277, 278, 279], "remov": [0, 1, 5, 7, 10, 12, 28, 32, 36, 64, 76, 84, 86, 89, 90, 91, 92, 93, 96, 97, 100, 102, 103, 104, 106, 108, 110, 111, 114, 119, 120, 124, 130, 131, 139, 140, 154, 157, 160, 161, 163, 166, 168, 169, 180, 184, 188, 197, 200, 205, 207, 208, 210, 213, 214, 226, 241, 247, 253, 258, 259, 262, 263, 264, 266, 267, 270, 272, 276, 277, 278, 279, 280], "can": [0, 1, 4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 91, 92, 93, 94, 96, 97, 100, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 172, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 236, 238, 240, 242, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "our": [0, 3, 6, 10, 13, 26, 27, 30, 37, 46, 49, 50, 56, 57, 62, 69, 74, 76, 85, 88, 91, 100, 111, 144, 157, 184, 190, 195, 222, 223, 230, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 271, 272, 276, 279], "refer": [0, 1, 3, 4, 8, 13, 18, 24, 28, 32, 37, 41, 47, 49, 58, 61, 62, 63, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 81, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 115, 116, 117, 119, 120, 123, 128, 129, 132, 135, 138, 139, 140, 145, 150, 154, 155, 157, 160, 161, 163, 167, 169, 175, 177, 184, 185, 187, 193, 199, 205, 211, 218, 223, 224, 227, 246, 247, 250, 251, 253, 254, 256, 258, 259, 260, 261, 266, 267, 270, 271, 278, 280], "tree": [0, 71, 155, 165, 196], "us": [0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, 15, 18, 19, 21, 23, 26, 27, 30, 31, 32, 34, 37, 38, 40, 41, 44, 46, 47, 48, 50, 51, 55, 58, 59, 61, 62, 63, 65, 67, 68, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 84, 85, 86, 87, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 175, 180, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 198, 200, 201, 202, 203, 205, 206, 207, 208, 210, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 234, 236, 237, 238, 240, 241, 242, 246, 247, 248, 252, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 269, 271, 272, 273, 274, 275, 276, 278, 279, 280], "search": [0, 1, 32, 36, 54, 69, 80, 89, 107, 114, 122, 124, 152, 156, 160, 169, 188, 205, 212, 245, 247, 249, 251, 258, 260, 272, 280], "bar": [0, 74, 122, 205, 214, 232], "desir": [0, 1, 4, 41, 47, 51, 58, 61, 86, 94, 106, 113, 122, 124, 125, 139, 157, 165, 201, 202, 203, 238], "topic": [0, 1, 9, 76, 98, 103, 105, 163, 259], "If": [0, 1, 2, 4, 5, 6, 7, 10, 16, 17, 19, 21, 24, 26, 27, 30, 32, 37, 40, 41, 42, 43, 47, 49, 50, 51, 52, 54, 58, 61, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 100, 102, 106, 107, 109, 110, 111, 113, 115, 116, 117, 120, 122, 124, 127, 129, 130, 131, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 147, 152, 153, 154, 155, 156, 157, 158, 159, 161, 163, 173, 180, 183, 188, 189, 190, 191, 192, 195, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 212, 213, 214, 216, 217, 222, 223, 226, 228, 230, 232, 236, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 270, 271, 272, 273, 275, 276, 277, 279, 280], "think": [0, 43, 79], "thi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 74, 75, 76, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 241, 242, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "i": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 64, 65, 69, 70, 71, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 237, 238, 240, 241, 242, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "an": [0, 1, 4, 6, 7, 8, 18, 19, 21, 27, 32, 36, 37, 40, 41, 47, 49, 52, 58, 61, 62, 63, 69, 74, 76, 79, 80, 84, 85, 88, 89, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 119, 120, 122, 124, 127, 130, 135, 136, 137, 138, 139, 141, 142, 143, 147, 149, 150, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 166, 167, 168, 175, 179, 180, 188, 191, 192, 194, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 220, 222, 226, 229, 232, 233, 236, 237, 240, 248, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 273, 275, 276, 277, 278, 280], "error": [0, 1, 6, 21, 28, 32, 40, 41, 62, 64, 85, 90, 91, 92, 93, 96, 97, 100, 101, 102, 103, 104, 105, 106, 110, 114, 119, 122, 124, 126, 135, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 157, 159, 166, 168, 175, 180, 196, 205, 207, 212, 226, 240, 248, 251, 256, 258, 270, 271, 274, 275, 276, 280], "should": [0, 1, 3, 4, 6, 7, 17, 24, 26, 28, 30, 32, 36, 37, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 64, 69, 72, 74, 76, 80, 84, 86, 87, 88, 93, 100, 106, 107, 113, 122, 124, 126, 127, 128, 129, 130, 131, 132, 133, 135, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 153, 158, 159, 165, 166, 167, 168, 175, 183, 184, 189, 191, 194, 196, 197, 202, 205, 209, 215, 217, 220, 225, 226, 232, 236, 245, 249, 250, 251, 253, 256, 257, 258, 259, 260, 263, 270, 271, 272, 275, 276, 277, 278, 279, 280], "pleas": [0, 1, 6, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 54, 56, 57, 62, 64, 66, 67, 70, 72, 74, 75, 76, 79, 80, 81, 94, 100, 103, 109, 114, 115, 120, 122, 124, 135, 141, 154, 155, 161, 166, 167, 197, 223, 226, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 277, 280], "open": [0, 4, 5, 8, 26, 30, 50, 57, 61, 62, 63, 69, 74, 79, 124, 126, 149, 154, 158, 167, 205, 231, 236, 242, 244, 246, 249, 251, 270], "issu": [0, 1, 6, 8, 40, 41, 52, 63, 76, 79, 86, 122, 135, 136, 137, 154, 157, 161, 196, 259, 261, 276, 277], "For": [1, 3, 4, 7, 8, 13, 21, 28, 30, 36, 37, 46, 52, 62, 64, 67, 69, 71, 72, 74, 75, 80, 84, 85, 86, 88, 91, 92, 94, 100, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 120, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 150, 152, 153, 154, 155, 157, 158, 159, 162, 163, 165, 166, 168, 175, 184, 188, 189, 190, 191, 192, 195, 197, 198, 201, 205, 209, 214, 215, 217, 220, 222, 223, 226, 229, 230, 233, 240, 244, 245, 247, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 266, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "more": [1, 4, 6, 7, 8, 13, 18, 19, 27, 28, 32, 37, 43, 46, 49, 54, 62, 64, 66, 69, 71, 74, 76, 79, 81, 83, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 126, 128, 130, 131, 132, 136, 137, 138, 139, 140, 144, 146, 150, 152, 153, 154, 155, 157, 158, 160, 161, 162, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 191, 192, 196, 197, 198, 202, 203, 205, 212, 215, 217, 219, 220, 221, 223, 225, 226, 230, 232, 243, 244, 248, 249, 252, 253, 254, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 273, 276, 277, 278, 280], "detail": [1, 8, 28, 43, 52, 54, 64, 69, 71, 74, 76, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 157, 191, 205, 226, 229, 254, 258, 259, 261, 264, 266, 268, 272], "descript": [1, 98, 103, 105, 113, 135, 136, 166, 217, 259], "major": [1, 5, 36, 40, 41, 62, 76, 81, 106, 114, 124, 155, 184, 197, 244, 249, 275, 278, 280], "chang": [1, 5, 6, 7, 8, 10, 13, 17, 19, 21, 26, 28, 32, 36, 37, 50, 52, 54, 62, 76, 78, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 98, 100, 105, 109, 110, 111, 113, 114, 121, 122, 124, 127, 128, 130, 131, 132, 139, 140, 144, 153, 154, 155, 157, 158, 159, 161, 162, 163, 165, 167, 168, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 195, 196, 197, 198, 201, 205, 212, 214, 215, 217, 219, 220, 221, 222, 226, 229, 232, 236, 240, 249, 251, 252, 253, 256, 258, 259, 261, 263, 264, 266, 267, 269, 270, 272, 274, 275, 276, 277, 279, 280], "conan": [1, 2, 5, 6, 7, 8, 10, 11, 13, 14, 16, 17, 18, 19, 20, 24, 25, 27, 30, 34, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 59, 60, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 98, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 213, 214, 215, 217, 219, 220, 221, 225, 229, 230, 231, 232, 233, 236, 241, 247, 248, 251, 252, 253, 255, 256, 257, 261, 263, 264, 265, 267, 269, 270, 274, 275, 276, 277, 278, 279], "bring": [1, 65, 155, 261], "compar": [1, 157, 192, 237, 277, 278], "x": [1, 28, 64, 76, 78, 92, 97, 124, 154, 157, 166, 196, 205, 208, 228, 259, 263, 276, 278, 280], "read": [1, 3, 4, 6, 8, 18, 19, 24, 32, 37, 43, 46, 47, 49, 56, 57, 58, 61, 64, 69, 76, 79, 80, 84, 86, 90, 91, 92, 93, 95, 97, 106, 107, 110, 114, 118, 119, 122, 124, 128, 129, 131, 134, 135, 137, 139, 140, 142, 143, 145, 149, 150, 154, 155, 161, 167, 184, 192, 194, 205, 209, 212, 214, 216, 222, 236, 243, 245, 247, 249, 258, 261, 265, 270, 271, 279, 280], "what": [1, 4, 5, 13, 24, 62, 63, 76, 81, 84, 99, 100, 102, 106, 107, 120, 124, 125, 159, 197, 200, 201, 208, 250, 252, 253, 254, 258, 259, 260, 263, 264, 267, 272, 275, 276, 277], "": [1, 3, 4, 6, 8, 10, 13, 17, 18, 21, 24, 26, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 54, 56, 57, 58, 61, 62, 63, 64, 66, 68, 69, 71, 74, 76, 79, 81, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 99, 100, 102, 103, 104, 106, 107, 110, 111, 113, 114, 115, 119, 120, 122, 124, 128, 129, 139, 140, 141, 147, 148, 149, 152, 154, 155, 156, 157, 160, 162, 163, 165, 168, 188, 190, 191, 192, 197, 207, 212, 214, 219, 220, 221, 222, 226, 230, 231, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "new": [1, 3, 5, 6, 8, 10, 13, 23, 27, 32, 37, 46, 47, 49, 58, 61, 63, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 89, 91, 106, 108, 109, 110, 111, 112, 114, 115, 124, 138, 139, 155, 160, 162, 163, 165, 167, 169, 172, 180, 184, 188, 190, 191, 195, 196, 197, 198, 200, 202, 203, 214, 217, 222, 230, 231, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 262, 263, 264, 267, 271, 272, 274, 275, 276, 277, 278], "fix": [1, 5, 8, 36, 47, 76, 124, 144, 158, 184, 188, 209, 251, 252, 275], "to_apple_arch": [1, 185, 187], "method": [1, 4, 6, 11, 16, 17, 18, 19, 21, 28, 32, 37, 40, 41, 46, 47, 49, 52, 58, 61, 62, 63, 67, 74, 76, 79, 80, 82, 86, 88, 89, 90, 91, 97, 105, 106, 113, 114, 118, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 155, 160, 161, 164, 165, 166, 167, 180, 184, 188, 189, 190, 191, 194, 196, 197, 200, 201, 202, 203, 205, 208, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 239, 241, 248, 255, 256, 258, 259, 261, 263, 264, 265, 267, 268, 270, 271, 272, 275, 279], "when": [1, 4, 5, 6, 8, 10, 13, 14, 15, 28, 30, 39, 40, 41, 42, 46, 49, 51, 52, 54, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 115, 119, 120, 122, 124, 125, 128, 130, 131, 132, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 153, 154, 155, 157, 158, 159, 163, 165, 167, 168, 180, 184, 186, 188, 190, 191, 192, 194, 196, 197, 201, 202, 203, 205, 207, 214, 217, 219, 220, 222, 225, 226, 228, 230, 231, 237, 240, 242, 245, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "architectur": [1, 8, 24, 26, 27, 28, 36, 43, 54, 70, 76, 86, 87, 88, 92, 107, 127, 130, 139, 151, 154, 155, 188, 189, 191, 192, 197, 214, 222, 226, 229, 240, 249, 250, 251, 253, 264, 268, 276], "from": [1, 2, 3, 4, 6, 8, 12, 16, 18, 21, 24, 26, 27, 28, 29, 31, 32, 35, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 67, 68, 69, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 160, 163, 164, 165, 167, 173, 175, 177, 178, 180, 183, 184, 185, 186, 188, 189, 190, 191, 192, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 242, 243, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 277, 278, 279], "settings_us": [1, 11, 23, 79, 86, 151], "16090": 1, "avoid": [1, 5, 6, 10, 52, 62, 64, 76, 80, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 110, 113, 116, 119, 122, 123, 124, 127, 128, 131, 135, 136, 141, 144, 154, 158, 159, 161, 167, 184, 196, 197, 201, 205, 212, 214, 223, 254, 257, 258, 263, 268, 270, 275, 276, 277, 278], "recip": [1, 4, 5, 7, 8, 10, 11, 13, 17, 21, 24, 28, 30, 31, 33, 37, 39, 40, 41, 42, 43, 47, 49, 51, 52, 54, 58, 61, 62, 63, 65, 70, 75, 76, 80, 82, 83, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 113, 114, 115, 116, 117, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 139, 140, 141, 142, 143, 144, 145, 147, 150, 154, 155, 156, 157, 158, 160, 161, 162, 163, 164, 165, 166, 167, 173, 175, 177, 183, 184, 188, 192, 194, 195, 196, 197, 200, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 217, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 241, 242, 247, 249, 251, 252, 253, 254, 255, 256, 259, 261, 262, 263, 264, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "print": [1, 4, 26, 40, 41, 46, 51, 56, 78, 85, 103, 107, 113, 116, 124, 149, 159, 163, 167, 168, 216, 226, 256, 265, 267], "file": [1, 2, 3, 4, 7, 8, 10, 11, 13, 16, 17, 18, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 73, 74, 75, 76, 79, 80, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 114, 116, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 153, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 179, 180, 183, 185, 188, 189, 190, 191, 193, 194, 195, 198, 199, 200, 211, 212, 216, 218, 219, 222, 223, 224, 225, 227, 229, 231, 233, 236, 238, 241, 245, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "fileobj": 1, "15934": 1, "broken": [1, 5, 71, 76, 100, 137, 144, 210, 266, 277], "call": [1, 3, 4, 13, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 49, 52, 54, 56, 58, 61, 62, 67, 69, 74, 75, 80, 85, 89, 90, 94, 97, 106, 113, 114, 118, 122, 125, 126, 127, 128, 130, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 145, 146, 149, 158, 161, 162, 163, 165, 166, 167, 183, 184, 189, 194, 196, 197, 198, 201, 202, 203, 208, 212, 214, 219, 221, 222, 225, 229, 231, 232, 233, 236, 240, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 274, 275, 277, 280], "y": [1, 97, 102, 124, 259], "duplic": [1, 40, 41, 56, 115, 140], "keyword": [1, 116, 162, 209, 212], "argument": [1, 6, 7, 10, 26, 28, 30, 32, 36, 37, 49, 51, 70, 79, 80, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 132, 142, 143, 149, 153, 154, 159, 160, 161, 162, 164, 165, 167, 175, 179, 189, 190, 194, 195, 196, 197, 198, 200, 201, 205, 212, 214, 219, 222, 223, 229, 236, 240, 250, 251, 253, 257, 258, 259, 261, 264, 270, 271, 273, 276, 278, 279], "15912": 1, "bugfix": [1, 8, 76], "handl": [1, 6, 9, 62, 79, 122, 124, 140, 157, 200, 209, 241, 255, 257, 272], "tool": [1, 5, 6, 11, 16, 18, 26, 27, 28, 36, 37, 38, 39, 42, 43, 46, 50, 51, 52, 56, 57, 58, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 76, 79, 81, 82, 84, 86, 88, 90, 92, 93, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 114, 119, 124, 126, 128, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 150, 151, 155, 157, 160, 162, 164, 165, 166, 184, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 236, 241, 245, 248, 249, 250, 251, 253, 255, 256, 257, 259, 261, 262, 263, 264, 267, 268, 271, 272, 279, 280], "build": [1, 2, 4, 5, 6, 7, 8, 10, 11, 12, 16, 17, 18, 19, 21, 24, 29, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 79, 80, 81, 82, 84, 85, 87, 88, 89, 91, 92, 95, 96, 97, 98, 99, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 114, 119, 123, 125, 127, 128, 131, 132, 133, 135, 137, 138, 139, 143, 144, 146, 147, 148, 149, 150, 154, 155, 157, 160, 162, 163, 164, 165, 166, 175, 179, 184, 185, 186, 188, 189, 190, 191, 193, 194, 195, 196, 198, 200, 201, 202, 203, 205, 209, 211, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 224, 225, 228, 229, 230, 231, 232, 233, 236, 238, 240, 241, 243, 248, 252, 253, 255, 256, 258, 259, 260, 261, 262, 263, 265, 266, 268, 269, 273, 275, 276, 277, 278, 279], "defin": [1, 4, 6, 10, 14, 17, 19, 20, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 51, 52, 56, 58, 61, 62, 76, 80, 83, 84, 86, 88, 91, 92, 95, 97, 98, 103, 106, 107, 109, 111, 113, 114, 115, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 150, 152, 153, 154, 155, 157, 158, 159, 160, 161, 163, 165, 168, 172, 179, 180, 184, 187, 189, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 209, 212, 213, 214, 215, 216, 217, 220, 222, 223, 226, 230, 231, 232, 233, 236, 241, 248, 249, 250, 251, 253, 255, 256, 257, 258, 259, 261, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 279, 280], "multiconfig": 1, "cmake": [1, 10, 11, 16, 17, 18, 19, 21, 27, 28, 30, 36, 38, 43, 44, 47, 49, 50, 54, 56, 57, 58, 61, 62, 63, 65, 69, 74, 75, 76, 79, 80, 81, 82, 86, 88, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 112, 113, 114, 119, 124, 126, 128, 135, 137, 138, 139, 140, 141, 150, 154, 155, 157, 162, 185, 195, 197, 202, 209, 223, 241, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271, 272, 280], "15924": 1, "add": [1, 4, 5, 6, 17, 21, 24, 28, 30, 46, 47, 54, 58, 61, 62, 69, 74, 79, 86, 88, 89, 91, 92, 108, 110, 111, 112, 113, 116, 122, 124, 139, 140, 154, 158, 163, 166, 167, 180, 189, 190, 194, 196, 197, 200, 205, 207, 212, 214, 215, 217, 219, 220, 221, 225, 226, 230, 232, 240, 241, 245, 250, 252, 253, 254, 255, 257, 258, 260, 265, 267, 268, 270, 272, 275, 276, 279], "copytree_compat": 1, "compat": [1, 8, 24, 27, 28, 46, 69, 74, 76, 81, 82, 83, 85, 86, 88, 90, 93, 94, 100, 102, 103, 104, 106, 110, 119, 120, 124, 125, 139, 155, 157, 160, 166, 196, 197, 212, 217, 226, 251, 253, 255, 265], "python": [1, 8, 32, 54, 62, 64, 67, 74, 76, 80, 82, 84, 88, 90, 92, 108, 109, 112, 121, 122, 136, 149, 154, 155, 160, 162, 163, 164, 166, 168, 175, 194, 197, 201, 212, 214, 217, 219, 226, 229, 232, 253], "after": [1, 6, 10, 24, 26, 28, 37, 43, 46, 64, 65, 69, 74, 76, 106, 128, 130, 135, 140, 146, 147, 154, 163, 166, 191, 194, 196, 197, 201, 202, 203, 212, 221, 226, 231, 238, 248, 249, 251, 253, 254, 255, 257, 259, 263, 266, 268, 270, 271, 272, 280], "distutil": 1, "15906": 1, "featur": [1, 4, 6, 7, 13, 27, 32, 49, 50, 51, 63, 64, 69, 70, 71, 76, 92, 93, 103, 105, 121, 124, 128, 129, 130, 131, 132, 139, 140, 152, 153, 154, 155, 157, 158, 161, 166, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 192, 194, 197, 198, 208, 215, 219, 220, 221, 241, 245, 250, 253, 260, 263, 268, 269, 270, 271, 272, 280], "rais": [1, 6, 21, 28, 37, 62, 79, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 119, 122, 124, 126, 135, 144, 145, 147, 148, 149, 154, 157, 166, 168, 180, 192, 196, 205, 206, 207, 228, 236, 240, 248, 256, 258, 275], "toolchain": [1, 11, 25, 26, 27, 46, 48, 58, 61, 67, 68, 70, 74, 75, 86, 92, 126, 135, 137, 154, 155, 157, 191, 194, 212, 214, 221, 226, 231, 249, 250, 251, 253, 254, 255, 258, 259, 265, 267, 271], "differ": [1, 4, 6, 7, 8, 9, 11, 12, 18, 21, 24, 26, 28, 30, 32, 36, 38, 42, 43, 46, 47, 51, 52, 54, 58, 61, 62, 64, 67, 68, 70, 71, 72, 73, 75, 76, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 120, 122, 124, 125, 126, 127, 128, 130, 131, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 150, 154, 155, 157, 159, 160, 161, 163, 164, 165, 166, 184, 190, 191, 195, 196, 197, 201, 202, 203, 205, 209, 217, 222, 223, 228, 230, 231, 236, 240, 245, 248, 249, 250, 253, 254, 255, 258, 259, 260, 263, 264, 265, 267, 268, 270, 272, 273, 274, 275, 276, 278, 279, 280], "than": [1, 8, 47, 52, 58, 61, 62, 69, 76, 79, 84, 86, 92, 93, 94, 101, 106, 109, 116, 120, 124, 127, 129, 130, 136, 139, 140, 142, 143, 148, 149, 154, 157, 158, 165, 184, 191, 192, 196, 197, 214, 217, 231, 232, 240, 249, 252, 258, 262, 268, 277, 278, 280], "cmaketoolchain": [1, 16, 17, 18, 26, 27, 28, 36, 39, 42, 43, 44, 48, 54, 62, 70, 75, 79, 86, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 135, 140, 150, 154, 155, 157, 185, 193, 194, 195, 196, 249, 250, 251, 252, 253, 254, 257, 259, 261, 263, 265, 267, 268, 271, 272, 280], "univers": [1, 8, 124, 193], "binari": [1, 4, 6, 7, 8, 13, 24, 36, 40, 41, 46, 47, 51, 54, 56, 58, 61, 62, 63, 64, 66, 79, 80, 81, 82, 85, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 99, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 123, 125, 126, 127, 128, 129, 132, 135, 138, 139, 140, 141, 144, 145, 146, 147, 148, 154, 155, 156, 157, 160, 165, 173, 176, 184, 188, 191, 193, 196, 205, 212, 217, 226, 241, 242, 243, 244, 245, 247, 249, 250, 251, 253, 254, 255, 257, 259, 260, 261, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "syntax": [1, 32, 74, 75, 79, 106, 113, 124, 128, 135, 141, 153, 161, 172, 184, 191, 196, 197, 201, 215, 217, 231, 249, 252, 259, 275, 279], "15896": 1, "warn": [1, 24, 56, 62, 69, 79, 85, 92, 114, 116, 124, 142, 143, 149, 155, 166, 205, 226, 236, 258, 280], "misplac": 1, "requir": [1, 6, 7, 8, 10, 11, 21, 26, 27, 28, 36, 37, 38, 39, 42, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 67, 69, 70, 71, 74, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 122, 123, 125, 128, 129, 135, 136, 137, 139, 140, 147, 148, 154, 155, 156, 157, 158, 160, 163, 164, 165, 166, 175, 190, 192, 194, 196, 197, 202, 203, 205, 213, 215, 216, 217, 220, 222, 226, 231, 232, 233, 238, 240, 245, 247, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 260, 262, 263, 267, 268, 270, 271, 272, 274, 275, 276, 277, 278, 280], "function": [1, 6, 8, 21, 26, 28, 39, 42, 43, 47, 58, 61, 62, 65, 68, 76, 80, 85, 93, 113, 122, 124, 128, 134, 138, 142, 143, 146, 149, 150, 154, 155, 158, 160, 161, 163, 165, 166, 167, 168, 184, 186, 192, 195, 196, 201, 205, 209, 212, 220, 226, 253, 257, 259, 260, 261, 263, 266, 275, 276, 280], "15888": 1, "option": [1, 4, 7, 8, 11, 32, 38, 43, 47, 51, 54, 61, 62, 69, 73, 74, 75, 82, 83, 85, 87, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 125, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 139, 140, 147, 148, 154, 156, 160, 161, 163, 165, 166, 179, 180, 190, 191, 192, 193, 194, 196, 197, 205, 207, 212, 214, 221, 222, 224, 229, 230, 231, 241, 244, 248, 253, 255, 257, 259, 261, 263, 265, 267, 274, 277, 278, 280], "conflict": [1, 40, 41, 64, 79, 80, 106, 123, 124, 128, 141, 155, 175, 196, 200, 217, 226, 241, 263, 274], "graph": [1, 6, 8, 10, 11, 13, 37, 40, 41, 43, 63, 79, 80, 84, 86, 89, 92, 93, 105, 106, 108, 109, 110, 111, 114, 124, 125, 131, 135, 140, 141, 144, 145, 147, 150, 154, 155, 160, 163, 165, 169, 176, 190, 201, 230, 240, 248, 249, 250, 252, 254, 258, 273, 274, 275, 276, 277, 279], "caus": [1, 8, 80, 124, 128, 141, 147, 196, 217, 259, 261, 275, 276, 277], "branch": [1, 19, 62, 64, 79, 80, 143, 144, 236, 255, 256, 257, 260, 267, 271, 274, 277, 279], "valu": [1, 21, 26, 27, 40, 51, 79, 80, 84, 86, 88, 90, 92, 93, 100, 102, 103, 104, 106, 107, 110, 113, 114, 119, 120, 122, 124, 126, 127, 128, 129, 130, 131, 135, 136, 137, 139, 140, 141, 142, 143, 144, 147, 148, 149, 150, 152, 153, 154, 155, 156, 159, 161, 163, 168, 172, 186, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 205, 207, 212, 213, 214, 221, 223, 225, 226, 228, 229, 230, 231, 232, 237, 240, 251, 253, 257, 258, 259, 260, 263, 265, 267, 268, 271, 272, 275, 277], "15876": 1, "doc": [1, 8, 63, 64, 76, 79, 122, 161, 212, 245, 253, 254, 280], "here": [1, 4, 19, 27, 28, 42, 43, 52, 63, 88, 89, 100, 107, 124, 131, 135, 136, 137, 141, 157, 166, 184, 196, 197, 201, 205, 217, 220, 240, 251, 253, 256, 258, 259, 261, 264, 271, 272], "maco": [1, 8, 24, 26, 27, 36, 43, 45, 57, 64, 65, 79, 87, 98, 103, 107, 114, 155, 157, 188, 193, 211, 222, 226, 240, 249, 251, 253, 254, 257, 259, 260, 264, 270, 272], "version": [1, 2, 3, 4, 5, 6, 7, 8, 11, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 36, 38, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 57, 58, 61, 62, 63, 64, 65, 69, 71, 74, 76, 79, 80, 81, 83, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 107, 108, 109, 110, 111, 112, 113, 114, 116, 118, 119, 120, 122, 125, 128, 129, 135, 136, 137, 139, 141, 143, 144, 145, 147, 148, 150, 154, 155, 157, 158, 160, 161, 162, 164, 165, 168, 175, 184, 185, 188, 191, 192, 195, 196, 197, 200, 205, 208, 209, 212, 216, 217, 222, 226, 228, 231, 232, 233, 235, 236, 240, 241, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 280], "set": [1, 7, 8, 10, 11, 13, 16, 17, 18, 21, 23, 26, 27, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 69, 70, 73, 74, 75, 80, 82, 83, 85, 87, 89, 90, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 107, 110, 114, 116, 119, 120, 122, 125, 126, 127, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 147, 148, 149, 151, 152, 153, 154, 158, 160, 161, 163, 165, 168, 172, 179, 186, 188, 189, 190, 191, 192, 193, 194, 196, 197, 200, 201, 202, 203, 207, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 238, 240, 241, 242, 247, 248, 249, 250, 252, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 266, 267, 268, 271, 272, 276, 277], "yml": [1, 4, 7, 11, 23, 54, 62, 69, 74, 79, 80, 82, 86, 92, 124, 133, 134, 135, 136, 144, 151, 155, 167, 205, 209, 236, 255], "15859": 1, "html": [1, 46, 64, 79, 163, 253, 280], "inform": [1, 2, 4, 6, 7, 8, 11, 13, 14, 18, 20, 21, 32, 44, 46, 49, 52, 56, 57, 64, 66, 69, 70, 74, 75, 79, 80, 81, 82, 87, 88, 89, 92, 93, 94, 96, 98, 99, 100, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 120, 121, 123, 125, 126, 127, 128, 130, 131, 132, 135, 136, 137, 138, 144, 145, 146, 147, 150, 151, 152, 153, 155, 157, 158, 160, 161, 163, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 190, 194, 197, 200, 203, 205, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 230, 236, 238, 241, 244, 247, 249, 250, 251, 253, 254, 255, 258, 259, 261, 263, 267, 268, 271, 272, 273, 277, 278, 280], "test": [1, 5, 6, 7, 10, 13, 21, 26, 27, 42, 43, 47, 52, 54, 58, 61, 64, 76, 79, 80, 89, 92, 93, 94, 97, 98, 103, 107, 111, 114, 122, 124, 125, 126, 127, 128, 135, 139, 150, 154, 160, 175, 194, 197, 209, 219, 225, 230, 236, 241, 246, 250, 255, 256, 259, 260, 261, 262, 264, 265, 267, 270, 271, 276, 280], "hide": 1, "show": [1, 21, 28, 32, 40, 41, 43, 49, 50, 62, 79, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 115, 116, 117, 118, 119, 120, 121, 128, 154, 155, 223, 236, 248, 251, 253, 255, 259, 261, 267, 269, 270, 271, 272], "packag": [1, 2, 5, 10, 11, 12, 14, 15, 16, 18, 20, 24, 25, 26, 27, 30, 31, 33, 36, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 54, 56, 57, 59, 60, 62, 64, 67, 69, 70, 71, 73, 74, 75, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 102, 103, 104, 106, 108, 109, 110, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 157, 159, 160, 161, 162, 163, 164, 165, 166, 173, 175, 176, 177, 180, 183, 184, 188, 190, 191, 194, 196, 197, 198, 200, 201, 203, 205, 208, 212, 214, 216, 217, 219, 220, 223, 225, 226, 230, 231, 236, 239, 241, 242, 243, 244, 245, 246, 249, 250, 252, 267, 274, 275, 276, 278, 279], "15846": 1, "backup": [1, 7, 92, 122, 154, 183], "sourc": [1, 2, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 29, 31, 32, 35, 36, 39, 40, 41, 43, 44, 46, 47, 50, 51, 52, 53, 56, 57, 58, 61, 62, 63, 79, 80, 81, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 104, 106, 107, 110, 113, 114, 119, 122, 123, 125, 126, 133, 134, 135, 137, 140, 147, 154, 155, 158, 166, 167, 175, 176, 183, 184, 194, 195, 196, 197, 201, 202, 205, 207, 209, 213, 214, 217, 223, 236, 241, 242, 243, 244, 245, 246, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 263, 264, 265, 266, 267, 268, 269, 270, 274, 277, 279], "flag": [1, 28, 47, 51, 91, 92, 103, 130, 139, 140, 154, 157, 188, 189, 191, 192, 196, 212, 213, 214, 217, 221, 225, 226, 228, 231, 232, 238, 258], "cach": [1, 2, 4, 6, 10, 13, 18, 19, 24, 28, 30, 32, 36, 43, 47, 49, 52, 54, 58, 61, 62, 63, 64, 69, 76, 80, 85, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 119, 124, 127, 132, 133, 134, 135, 137, 138, 142, 143, 153, 155, 158, 159, 160, 161, 162, 165, 166, 167, 168, 173, 175, 177, 179, 191, 194, 197, 201, 205, 212, 219, 226, 231, 236, 241, 242, 247, 249, 251, 252, 253, 254, 255, 258, 260, 263, 264, 266, 268, 269, 270, 271, 272, 275, 276, 277, 278, 279], "clean": [1, 6, 7, 31, 33, 62, 64, 90, 93, 97, 100, 102, 103, 104, 106, 110, 111, 119, 124, 205, 219, 264, 270, 276, 277], "15845": 1, "outdat": [1, 81, 99], "command": [1, 4, 7, 10, 11, 13, 24, 26, 27, 31, 37, 46, 47, 49, 50, 51, 56, 58, 61, 63, 64, 67, 68, 73, 74, 75, 76, 78, 79, 80, 82, 85, 86, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 132, 133, 134, 135, 137, 138, 142, 143, 144, 147, 153, 155, 156, 157, 159, 160, 164, 166, 168, 169, 171, 175, 178, 189, 190, 191, 194, 196, 197, 201, 212, 219, 220, 221, 222, 225, 229, 230, 231, 233, 236, 238, 240, 247, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 276, 277, 278, 279], "list": [1, 4, 5, 6, 7, 8, 11, 12, 19, 24, 32, 37, 46, 47, 51, 56, 58, 61, 62, 63, 67, 69, 72, 74, 75, 79, 85, 86, 87, 88, 89, 91, 94, 99, 100, 104, 105, 109, 111, 113, 116, 117, 120, 122, 124, 125, 129, 135, 136, 139, 140, 149, 150, 153, 154, 155, 156, 160, 161, 163, 169, 173, 175, 179, 180, 183, 191, 192, 194, 195, 196, 197, 201, 205, 207, 212, 214, 215, 217, 219, 221, 226, 229, 230, 231, 232, 236, 238, 240, 241, 247, 252, 259, 260, 263, 264, 270, 271, 276, 277, 279], "depend": [1, 6, 8, 10, 11, 13, 17, 21, 28, 29, 31, 34, 35, 38, 42, 43, 44, 45, 47, 48, 52, 54, 56, 57, 58, 61, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 125, 128, 131, 133, 136, 139, 140, 141, 144, 145, 147, 150, 154, 155, 162, 164, 165, 166, 175, 176, 179, 184, 188, 190, 191, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 215, 217, 220, 221, 222, 225, 226, 227, 232, 238, 240, 241, 245, 248, 249, 250, 252, 253, 254, 255, 257, 258, 259, 264, 265, 267, 268, 271, 272, 273, 274, 276, 277, 278, 279, 280], "have": [1, 4, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 91, 93, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 128, 131, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 159, 163, 164, 166, 175, 184, 188, 190, 191, 196, 197, 205, 207, 212, 214, 217, 220, 222, 223, 226, 230, 231, 240, 242, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "newer": [1, 8, 76, 90, 93, 99, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 124, 157, 175, 265, 278, 279], "remot": [1, 3, 4, 6, 7, 8, 12, 32, 46, 56, 62, 76, 79, 82, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 114, 116, 117, 119, 120, 122, 151, 153, 154, 155, 160, 169, 173, 175, 176, 177, 183, 205, 236, 241, 242, 245, 246, 247, 249, 251, 254, 255, 258, 264, 271, 278, 280], "15838": 1, "cmake_vs_debugger_environ": [1, 197], "point": [1, 4, 8, 30, 36, 40, 41, 62, 63, 69, 74, 76, 86, 92, 103, 106, 111, 113, 124, 135, 155, 165, 166, 175, 188, 197, 205, 210, 212, 236, 250, 252, 264, 266, 272, 275, 280], "all": [1, 5, 6, 7, 8, 13, 24, 26, 27, 28, 30, 31, 32, 35, 36, 43, 46, 52, 54, 56, 62, 63, 64, 67, 68, 69, 70, 71, 73, 75, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 97, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 114, 115, 116, 117, 119, 120, 122, 124, 127, 131, 132, 133, 134, 135, 137, 139, 140, 142, 143, 144, 150, 152, 153, 154, 155, 157, 159, 162, 163, 164, 165, 166, 172, 175, 179, 180, 183, 184, 185, 188, 189, 190, 191, 196, 197, 198, 201, 202, 203, 205, 207, 209, 213, 214, 215, 216, 217, 219, 220, 221, 222, 226, 230, 231, 233, 238, 240, 241, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 267, 268, 270, 271, 272, 273, 275, 277, 280], "directori": [1, 26, 27, 28, 36, 37, 39, 49, 64, 92, 106, 113, 122, 124, 133, 134, 135, 137, 140, 142, 143, 144, 152, 154, 155, 156, 163, 196, 197, 205, 209, 210, 220, 223, 236, 251, 253, 257, 263, 264, 269, 270, 271], "visual": [1, 29, 36, 44, 52, 60, 63, 65, 76, 78, 86, 92, 103, 135, 140, 154, 157, 185, 194, 195, 196, 197, 214, 222, 223, 226, 227, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "studio": [1, 11, 25, 27, 29, 36, 44, 52, 60, 63, 65, 66, 76, 86, 92, 135, 140, 154, 157, 194, 195, 196, 197, 214, 222, 223, 226, 228, 229, 230, 231, 233, 234, 249, 251, 253, 254, 259, 272], "negat": 1, "need": [1, 3, 4, 5, 6, 8, 13, 17, 18, 21, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 62, 64, 69, 70, 74, 76, 80, 83, 84, 85, 88, 89, 92, 97, 99, 100, 101, 103, 105, 109, 110, 113, 116, 120, 122, 124, 128, 130, 131, 136, 137, 139, 140, 141, 142, 143, 145, 149, 150, 154, 157, 158, 159, 160, 163, 164, 184, 188, 195, 196, 197, 198, 200, 209, 213, 214, 215, 222, 226, 229, 232, 236, 240, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 267, 270, 271, 272, 275, 277, 278, 279, 280], "copi": [1, 4, 5, 6, 8, 13, 16, 17, 18, 19, 24, 26, 28, 31, 32, 35, 36, 39, 42, 43, 47, 58, 61, 62, 64, 76, 80, 85, 91, 92, 106, 107, 113, 122, 124, 125, 132, 133, 134, 135, 137, 138, 144, 154, 160, 165, 184, 197, 204, 208, 209, 247, 248, 255, 259, 260, 261, 263, 264, 265, 267, 269, 280], "dll": [1, 135, 138, 140, 197, 201, 251, 266], "launch": [1, 21, 122, 149, 153, 189, 222, 245, 246, 255, 257], "execut": [1, 6, 17, 21, 26, 27, 28, 32, 36, 40, 41, 42, 43, 46, 47, 52, 57, 58, 61, 62, 69, 74, 80, 84, 85, 86, 88, 91, 92, 97, 103, 105, 106, 113, 120, 124, 127, 128, 130, 131, 132, 136, 138, 139, 140, 141, 142, 143, 144, 146, 149, 150, 154, 155, 159, 162, 163, 166, 167, 183, 188, 191, 194, 197, 201, 202, 203, 212, 214, 216, 219, 225, 226, 230, 232, 236, 238, 240, 251, 253, 254, 257, 258, 259, 260, 263, 265, 268, 270, 271, 272, 280], "id": [1, 13, 24, 26, 30, 43, 49, 52, 61, 65, 69, 70, 75, 79, 82, 83, 84, 85, 86, 87, 92, 98, 103, 124, 126, 127, 139, 140, 145, 154, 155, 157, 184, 188, 190, 196, 197, 230, 231, 248, 253, 255, 263, 264, 265, 270, 280], "15830": 1, "paramet": [1, 32, 56, 68, 89, 140, 160, 165, 175, 177, 180, 186, 188, 189, 192, 194, 195, 196, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 233, 234, 236, 240, 259], "trim_conandata": [1, 204], "except": [1, 26, 32, 40, 41, 51, 84, 86, 92, 122, 124, 128, 129, 131, 137, 144, 149, 150, 154, 155, 157, 159, 180, 184, 192, 194, 205, 236, 240, 249, 253, 258, 275], "conandata": [1, 4, 54, 62, 69, 74, 80, 124, 133, 134, 135, 136, 144, 167, 205, 209, 236, 255], "doesn": [1, 6, 7, 28, 36, 47, 51, 52, 58, 61, 62, 80, 86, 97, 100, 103, 110, 111, 122, 124, 128, 130, 131, 135, 139, 141, 147, 148, 153, 157, 161, 166, 183, 184, 192, 195, 197, 201, 205, 206, 207, 223, 230, 236, 251, 252, 258, 259, 261, 263, 265, 268, 275, 276, 277, 280], "t": [1, 4, 5, 6, 7, 10, 13, 21, 24, 28, 30, 32, 36, 40, 41, 46, 47, 49, 50, 51, 52, 58, 61, 62, 64, 69, 76, 80, 81, 84, 85, 86, 88, 91, 92, 97, 100, 101, 102, 103, 106, 107, 109, 110, 111, 115, 116, 122, 123, 124, 128, 130, 131, 135, 138, 139, 140, 141, 144, 147, 148, 153, 155, 157, 161, 163, 166, 183, 184, 185, 192, 194, 195, 196, 197, 198, 201, 205, 206, 207, 214, 221, 223, 226, 230, 236, 249, 250, 251, 252, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 272, 273, 275, 276, 277, 280], "15829": 1, "ad": [1, 3, 5, 8, 10, 24, 58, 62, 69, 72, 75, 76, 79, 93, 106, 109, 110, 113, 124, 130, 131, 136, 138, 141, 154, 155, 161, 162, 163, 165, 167, 179, 180, 184, 188, 190, 191, 197, 200, 209, 212, 214, 221, 230, 231, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 265, 266, 267, 276, 280], "build_context_fold": 1, "pkgconfigdep": [1, 46, 47, 57, 58, 67, 73, 140, 185, 211, 226, 257], "15813": 1, "includ": [1, 4, 13, 16, 17, 18, 21, 26, 27, 28, 30, 36, 37, 39, 42, 43, 46, 47, 49, 50, 51, 52, 56, 57, 58, 61, 64, 65, 69, 71, 74, 76, 79, 80, 81, 84, 85, 86, 87, 88, 91, 92, 93, 98, 103, 106, 107, 108, 109, 116, 124, 128, 135, 137, 138, 139, 140, 141, 151, 157, 165, 183, 184, 190, 191, 195, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 222, 226, 230, 231, 249, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pkg_config_path": [1, 46, 214, 216, 226], "built": [1, 4, 6, 7, 8, 13, 17, 18, 19, 21, 24, 27, 30, 32, 37, 43, 46, 47, 52, 56, 58, 61, 62, 64, 71, 76, 79, 80, 82, 84, 86, 89, 90, 91, 92, 93, 97, 99, 100, 101, 102, 103, 104, 106, 107, 110, 113, 116, 119, 124, 126, 129, 133, 134, 135, 137, 140, 144, 145, 148, 150, 151, 160, 161, 167, 175, 184, 186, 190, 194, 196, 198, 205, 211, 219, 225, 230, 249, 250, 251, 253, 254, 255, 257, 258, 259, 260, 262, 263, 265, 266, 268, 270, 271, 272, 273, 275, 277, 280], "section": [1, 2, 3, 4, 6, 7, 9, 13, 21, 26, 28, 32, 38, 47, 58, 61, 67, 70, 72, 74, 75, 76, 81, 83, 84, 86, 87, 88, 89, 92, 93, 94, 98, 103, 105, 107, 110, 114, 115, 120, 121, 122, 124, 128, 130, 131, 132, 135, 139, 141, 150, 151, 152, 153, 154, 157, 158, 159, 161, 163, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 191, 195, 197, 198, 200, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 241, 242, 247, 248, 249, 250, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 267, 268, 269, 270, 271, 272, 273, 274, 276, 277, 278, 279], "mesontoolchain": [1, 28, 57, 58, 73, 92, 154, 185, 224, 225], "templat": [1, 26, 47, 49, 51, 76, 87, 89, 103, 114, 124, 151, 155, 158, 178, 195, 197, 201], "updat": [1, 4, 6, 8, 26, 40, 41, 65, 69, 74, 76, 80, 90, 92, 93, 96, 97, 100, 102, 103, 104, 109, 110, 119, 122, 124, 136, 140, 141, 145, 154, 155, 157, 161, 175, 180, 188, 198, 205, 214, 240, 252, 260, 274, 278, 279, 280], "_meson_cpu_family_map": 1, "support": [1, 8, 17, 26, 27, 28, 46, 47, 49, 50, 51, 54, 63, 65, 66, 69, 70, 71, 72, 76, 79, 86, 103, 107, 113, 122, 128, 137, 140, 142, 143, 147, 150, 154, 155, 157, 159, 160, 161, 164, 165, 168, 180, 187, 192, 193, 196, 214, 217, 222, 226, 228, 240, 248, 256, 261, 267, 270, 271, 272, 280], "arm64ec": [1, 157], "15812": 1, "clang": [1, 24, 26, 27, 43, 46, 76, 79, 86, 87, 92, 98, 103, 107, 114, 116, 121, 148, 154, 155, 157, 168, 188, 192, 195, 197, 209, 226, 249, 251, 259], "15806": 1, "basic": [1, 5, 28, 32, 43, 46, 49, 57, 69, 76, 78, 80, 103, 109, 111, 113, 122, 124, 132, 158, 166, 185, 197, 198, 204, 207, 223, 248, 249, 255, 257, 263, 276, 277], "15775": 1, "cmake_layout": [1, 6, 17, 18, 19, 26, 28, 36, 43, 49, 54, 62, 92, 150, 154, 185, 193, 197, 223, 250, 253, 259, 261, 263, 265, 268, 270, 271, 272], "build_fold": [1, 6, 17, 28, 61, 80, 92, 98, 103, 105, 135, 137, 138, 154, 166, 195, 205, 220, 225, 263, 264, 265, 266], "config": [1, 7, 17, 24, 26, 27, 32, 36, 42, 43, 44, 46, 48, 50, 56, 57, 58, 67, 68, 70, 71, 75, 79, 80, 84, 89, 109, 112, 113, 114, 122, 135, 140, 150, 154, 155, 157, 160, 162, 163, 164, 165, 168, 169, 189, 191, 194, 195, 196, 197, 216, 217, 219, 221, 222, 230, 231, 246, 249, 251, 253, 254, 256, 257, 260, 264, 268, 270, 272, 280], "allow": [1, 3, 4, 6, 13, 47, 51, 52, 57, 58, 61, 69, 74, 76, 80, 81, 86, 89, 90, 92, 93, 95, 100, 102, 103, 104, 106, 107, 109, 110, 114, 115, 119, 122, 124, 125, 126, 127, 128, 133, 134, 137, 139, 140, 153, 154, 155, 157, 158, 159, 160, 161, 162, 168, 176, 180, 184, 195, 196, 197, 198, 200, 205, 212, 226, 228, 230, 231, 240, 249, 252, 253, 259, 261, 271, 273, 276, 278, 279, 280], "re": [1, 6, 13, 32, 37, 43, 62, 69, 80, 84, 85, 92, 106, 124, 127, 128, 154, 155, 184, 197, 214, 220, 226, 260, 270, 271, 280], "local": [1, 4, 6, 13, 17, 18, 19, 24, 27, 30, 32, 36, 39, 47, 56, 58, 61, 62, 63, 76, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 115, 116, 118, 119, 122, 124, 126, 135, 137, 140, 142, 143, 144, 154, 155, 165, 166, 175, 179, 191, 195, 205, 207, 212, 216, 222, 223, 231, 236, 241, 242, 245, 247, 249, 250, 251, 253, 254, 257, 258, 259, 260, 262, 263, 266, 270, 271, 272, 277, 278, 279, 280], "folder": [1, 4, 6, 7, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 46, 47, 49, 51, 52, 56, 57, 58, 61, 62, 64, 69, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 114, 118, 119, 122, 123, 125, 127, 132, 133, 134, 135, 138, 144, 152, 154, 155, 159, 160, 162, 163, 164, 165, 166, 167, 168, 178, 188, 194, 195, 196, 197, 200, 205, 207, 209, 210, 212, 214, 217, 220, 223, 225, 226, 233, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 268, 270, 271, 275, 276, 280], "15767": 1, "test_fold": [1, 92, 93, 97, 154, 195, 257], "output": [1, 6, 10, 13, 17, 36, 37, 46, 49, 54, 57, 69, 71, 76, 79, 80, 82, 88, 89, 90, 91, 92, 94, 95, 97, 98, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 135, 139, 144, 154, 155, 159, 163, 165, 166, 184, 205, 207, 209, 216, 223, 226, 236, 249, 251, 253, 254, 256, 257, 260, 267, 268, 272, 277, 280], "test_packag": [1, 21, 27, 28, 43, 47, 52, 58, 61, 62, 80, 92, 93, 97, 113, 114, 119, 125, 146, 154, 175, 184, 195, 255, 256, 258, 259, 260, 261, 263, 264, 265, 267, 268, 270, 271], "tmp": [1, 124, 195, 197, 205, 257, 258, 260, 261, 263, 266], "placehold": [1, 107, 120, 200, 201], "creat": [1, 7, 8, 10, 11, 13, 14, 15, 16, 18, 21, 23, 25, 27, 30, 31, 32, 34, 37, 39, 40, 41, 42, 43, 44, 45, 46, 49, 51, 52, 54, 56, 57, 59, 60, 62, 63, 69, 71, 75, 76, 79, 80, 81, 84, 85, 86, 88, 89, 91, 92, 96, 97, 98, 103, 106, 107, 108, 109, 111, 112, 113, 114, 124, 125, 126, 127, 128, 133, 134, 135, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 150, 154, 155, 156, 157, 160, 163, 164, 165, 166, 171, 175, 184, 190, 191, 194, 195, 196, 197, 198, 199, 202, 203, 205, 207, 216, 217, 219, 220, 221, 222, 226, 231, 232, 233, 236, 238, 241, 242, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 278, 279, 280], "temporari": [1, 6, 7, 24, 80, 91, 124, 138, 141, 205, 207, 258, 266, 271, 275], "system": [1, 5, 7, 8, 27, 28, 36, 40, 41, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 65, 67, 69, 70, 74, 79, 82, 86, 92, 106, 114, 121, 122, 124, 125, 126, 128, 135, 138, 140, 141, 144, 149, 151, 152, 154, 155, 158, 160, 164, 165, 166, 179, 185, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 205, 213, 214, 216, 230, 249, 250, 251, 253, 254, 255, 258, 259, 260, 264, 266, 267, 270, 271, 276, 277], "experiment": [1, 6, 7, 13, 32, 76, 92, 98, 105, 113, 120, 121, 124, 128, 130, 131, 132, 139, 140, 150, 153, 154, 155, 157, 158, 161, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 195, 196, 197, 198, 215, 219, 220, 221, 222, 236, 280], "instal": [1, 4, 6, 7, 13, 16, 18, 24, 26, 27, 28, 30, 36, 37, 43, 46, 47, 49, 50, 52, 56, 57, 58, 61, 62, 63, 65, 76, 79, 80, 84, 85, 86, 87, 89, 90, 93, 94, 97, 98, 100, 102, 103, 104, 107, 108, 109, 110, 113, 114, 119, 122, 124, 125, 126, 132, 135, 137, 138, 141, 142, 143, 144, 145, 147, 148, 150, 154, 155, 157, 160, 162, 164, 165, 166, 167, 168, 169, 175, 188, 189, 190, 191, 194, 195, 197, 202, 203, 212, 213, 214, 216, 219, 220, 221, 222, 225, 226, 230, 231, 233, 238, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 261, 263, 264, 265, 267, 270, 272, 275, 276, 278, 279], "pkg": [1, 6, 7, 19, 24, 39, 40, 41, 46, 52, 57, 58, 67, 84, 86, 88, 89, 90, 91, 93, 94, 98, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 119, 120, 124, 126, 130, 131, 132, 133, 134, 135, 136, 138, 139, 140, 142, 143, 144, 147, 148, 154, 155, 157, 164, 183, 184, 186, 190, 191, 196, 197, 202, 203, 205, 213, 214, 215, 216, 217, 220, 221, 222, 230, 231, 232, 233, 238, 239, 260, 264, 270, 278, 279, 280], "myconf": [1, 86, 92, 124, 137, 139, 140, 154, 155, 280], "configur": [1, 3, 6, 7, 8, 11, 14, 16, 17, 18, 19, 20, 21, 26, 28, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 63, 64, 65, 67, 68, 75, 76, 79, 80, 82, 83, 84, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 129, 130, 133, 134, 135, 138, 139, 140, 144, 147, 148, 155, 157, 158, 159, 166, 172, 175, 179, 184, 187, 189, 191, 192, 194, 195, 197, 202, 203, 207, 212, 214, 216, 219, 221, 225, 226, 227, 228, 229, 231, 233, 236, 239, 241, 242, 245, 248, 249, 250, 254, 255, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 275, 277, 278, 279], "insid": [1, 6, 11, 14, 15, 17, 18, 19, 30, 36, 38, 40, 41, 44, 48, 62, 80, 85, 87, 92, 107, 113, 124, 128, 137, 140, 152, 154, 157, 163, 164, 166, 188, 197, 201, 205, 210, 223, 240, 246, 253, 255, 258, 259, 266, 270, 272, 276, 280], "package_typ": [1, 28, 39, 43, 92, 98, 103, 105, 136, 139, 147, 164, 184, 265, 280], "15748": 1, "core": [1, 3, 4, 10, 32, 46, 56, 63, 77, 84, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 139, 149, 153, 155, 159, 173, 183, 184, 236, 278], "package_id": [1, 6, 7, 13, 28, 32, 80, 82, 83, 86, 88, 91, 92, 94, 98, 100, 102, 103, 107, 116, 120, 124, 125, 127, 131, 135, 141, 147, 148, 154, 160, 175, 251, 258, 262, 263, 275, 277], "config_mod": [1, 92, 154], "affect": [1, 5, 6, 10, 64, 84, 86, 87, 88, 92, 100, 106, 124, 130, 131, 139, 141, 154, 155, 157, 184, 191, 194, 195, 196, 197, 205, 217, 219, 220, 221, 225, 226, 229, 230, 231, 232, 233, 239, 250, 253, 255, 257, 258, 260, 263, 270, 272], "make": [1, 6, 8, 26, 27, 28, 30, 39, 40, 41, 46, 47, 52, 62, 64, 65, 67, 72, 76, 92, 97, 106, 107, 109, 124, 131, 133, 135, 138, 139, 142, 145, 149, 154, 155, 157, 160, 162, 167, 184, 191, 196, 200, 212, 214, 215, 226, 236, 251, 253, 256, 257, 258, 266, 269, 270, 272, 279, 280], "cppstd_flag": 1, "public": [1, 3, 4, 43, 52, 56, 62, 76, 80, 89, 105, 114, 122, 123, 160, 163, 185, 196, 198, 220, 226, 246, 266, 267], "return": [1, 6, 26, 28, 30, 32, 43, 46, 56, 57, 84, 87, 89, 91, 92, 99, 100, 101, 105, 107, 114, 121, 122, 124, 129, 135, 149, 155, 161, 162, 163, 172, 175, 177, 179, 180, 184, 186, 188, 189, 192, 196, 197, 198, 200, 201, 202, 203, 205, 213, 214, 222, 228, 229, 232, 236, 240, 249, 251, 253, 263, 265, 268, 277], "correspond": [1, 28, 49, 69, 124, 197, 202, 203, 214, 217, 228, 251, 258, 260], "c": [1, 4, 6, 13, 26, 27, 28, 30, 37, 46, 47, 49, 51, 56, 57, 58, 61, 71, 74, 76, 79, 81, 84, 87, 90, 92, 93, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 122, 124, 131, 139, 140, 144, 145, 151, 154, 155, 161, 188, 191, 192, 195, 196, 197, 198, 201, 209, 214, 221, 222, 225, 230, 231, 232, 233, 244, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 259, 261, 262, 263, 264, 267, 271, 273, 277, 278, 280], "standard": [1, 26, 27, 36, 52, 76, 124, 127, 137, 151, 154, 155, 186, 191, 192, 196, 197, 226, 230, 231, 236, 249, 250, 256, 258, 263, 267, 271, 278], "base": [1, 4, 8, 28, 36, 37, 40, 43, 49, 56, 57, 64, 74, 76, 85, 86, 90, 92, 94, 103, 105, 106, 107, 110, 116, 120, 124, 135, 136, 138, 141, 154, 155, 160, 163, 165, 173, 183, 186, 189, 191, 192, 195, 197, 222, 226, 228, 229, 231, 249, 251, 257, 267, 280], "15710": 1, "self": [1, 6, 16, 17, 18, 19, 21, 28, 36, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 79, 80, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 158, 160, 162, 163, 164, 165, 166, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 275, 276, 277, 279, 280], "name": [1, 3, 4, 6, 7, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 58, 61, 62, 64, 71, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 107, 109, 110, 113, 114, 115, 117, 118, 122, 125, 128, 135, 136, 137, 139, 140, 142, 143, 144, 145, 147, 148, 150, 153, 154, 155, 156, 157, 159, 160, 162, 164, 165, 166, 179, 180, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 215, 216, 221, 222, 226, 229, 230, 231, 233, 236, 238, 240, 245, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 275, 276, 277, 278, 279, 280], "build_folder_var": [1, 26, 50, 92, 137, 154, 195, 197], "attribut": [1, 19, 21, 50, 80, 82, 84, 86, 88, 105, 123, 126, 128, 130, 131, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 149, 150, 161, 166, 184, 190, 195, 196, 197, 209, 220, 223, 227, 251, 253, 256, 259, 260, 261, 263, 266, 268, 271, 272, 279], "conf": [1, 3, 4, 7, 10, 26, 27, 37, 46, 51, 74, 80, 82, 84, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 131, 135, 136, 139, 140, 149, 151, 157, 159, 165, 172, 179, 187, 193, 201, 202, 203, 212, 224, 227, 240, 246, 254, 257, 263, 280], "15705": 1, "filter": [1, 6, 92, 103, 116, 124, 135, 147, 163, 205, 276], "xxx": [1, 6, 13, 44, 48, 94, 140, 142, 143, 154, 155, 194, 196, 197, 200, 226], "match": [1, 4, 10, 17, 26, 28, 32, 36, 46, 56, 64, 84, 86, 88, 89, 90, 91, 92, 93, 94, 99, 100, 102, 103, 104, 106, 107, 110, 115, 116, 119, 120, 122, 124, 128, 139, 140, 144, 149, 153, 154, 155, 157, 158, 168, 180, 192, 196, 205, 206, 207, 209, 229, 232, 249, 251, 252, 253, 254, 258, 259, 265, 272, 276], "15697": 1, "detect_libc": [1, 155], "detect_api": [1, 154, 155], "get": [1, 4, 6, 10, 19, 28, 32, 37, 40, 46, 54, 56, 57, 62, 64, 76, 79, 80, 86, 88, 91, 92, 103, 114, 116, 122, 124, 139, 144, 145, 153, 154, 155, 158, 166, 177, 180, 186, 188, 192, 194, 195, 196, 198, 201, 204, 209, 212, 217, 220, 222, 226, 228, 229, 232, 236, 238, 240, 249, 251, 252, 257, 261, 263, 264, 265, 270, 271, 272, 275, 277, 280], "librari": [1, 4, 6, 8, 10, 14, 15, 17, 20, 26, 27, 36, 37, 39, 40, 41, 43, 46, 47, 54, 56, 57, 58, 61, 62, 64, 69, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 103, 104, 105, 106, 113, 124, 125, 127, 128, 131, 135, 136, 137, 138, 139, 141, 144, 145, 146, 147, 150, 151, 154, 155, 158, 163, 188, 190, 191, 196, 197, 198, 201, 205, 211, 216, 217, 220, 222, 230, 241, 248, 249, 250, 253, 254, 255, 256, 259, 261, 262, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 279, 280], "15683": 1, "commandapi": [1, 169, 170], "subapi": [1, 280], "conanapi": [1, 32, 163, 169, 171], "other": [1, 3, 6, 7, 8, 13, 18, 21, 24, 28, 32, 36, 39, 43, 46, 47, 50, 52, 58, 61, 62, 63, 64, 72, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 101, 102, 103, 104, 106, 107, 110, 111, 113, 114, 116, 119, 120, 122, 123, 126, 127, 128, 129, 131, 132, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 148, 154, 155, 157, 158, 159, 160, 163, 184, 185, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 212, 213, 214, 219, 226, 231, 232, 236, 240, 241, 245, 247, 249, 250, 252, 253, 254, 255, 256, 258, 259, 261, 265, 267, 269, 270, 271, 272, 276, 277, 279, 280], "15630": 1, "unnecessari": [1, 62, 127], "tool_requir": [1, 11, 27, 28, 36, 38, 40, 41, 58, 80, 85, 86, 93, 97, 100, 102, 103, 104, 106, 110, 113, 114, 125, 135, 139, 140, 141, 144, 184, 196, 197, 202, 213, 217, 220, 230, 250, 251, 252, 253, 254, 265, 268, 278], "miss": [1, 5, 26, 28, 36, 37, 43, 46, 56, 57, 84, 85, 86, 87, 90, 91, 93, 98, 99, 100, 102, 103, 104, 106, 110, 119, 124, 145, 155, 166, 240, 249, 250, 251, 253, 254, 256, 257, 258, 260, 263, 264, 266, 267, 275, 277, 280], "repeat": [1, 62, 76, 124, 195, 202, 203, 264, 273], "15885": 1, "cmakedep": [1, 17, 21, 26, 36, 42, 43, 52, 62, 70, 75, 106, 124, 135, 140, 150, 165, 185, 193, 194, 197, 249, 250, 252, 253, 254, 256, 257, 259, 260, 263, 268, 271, 280], "set_properti": [1, 17, 21, 42, 52, 140, 217, 220, 260], "append": [1, 6, 26, 28, 51, 64, 92, 122, 124, 140, 142, 143, 154, 155, 161, 167, 194, 196, 197, 200, 201, 205, 213, 214, 215, 231, 232, 265], "order": [1, 4, 8, 13, 32, 37, 99, 106, 108, 109, 112, 122, 123, 124, 126, 139, 140, 154, 157, 158, 161, 165, 179, 180, 184, 197, 198, 201, 205, 214, 250, 252, 270, 276, 277, 278], "15877": 1, "infinit": 1, "loop": [1, 155], "found": [1, 4, 21, 26, 27, 28, 40, 41, 51, 52, 56, 64, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 110, 114, 119, 137, 140, 145, 146, 152, 155, 158, 161, 165, 180, 194, 196, 197, 205, 212, 223, 226, 249, 251, 254, 263, 272, 276], "ill": [1, 84], "form": [1, 84, 91, 94, 102, 107, 113, 116, 120, 122, 124, 128, 133, 134, 140, 144, 146, 240, 252, 253, 259, 277, 278], "15835": 1, "sure": [1, 8, 24, 30, 39, 43, 52, 64, 107, 135, 138, 145, 149, 167, 184, 205, 226, 279], "detect_default_compil": [1, 155], "alwai": [1, 8, 26, 30, 32, 58, 61, 62, 76, 79, 80, 81, 86, 88, 92, 106, 107, 112, 113, 124, 127, 128, 133, 135, 139, 141, 142, 143, 144, 150, 155, 157, 158, 166, 185, 192, 194, 195, 197, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 225, 226, 228, 229, 230, 231, 232, 233, 234, 240, 249, 251, 252, 253, 263, 264, 273, 275, 277, 278, 280], "tupl": [1, 92, 124, 136, 154, 155, 205, 207, 236], "15832": 1, "clear": [1, 115, 124, 139, 140, 147, 200, 253, 258, 263, 276], "messag": [1, 4, 17, 26, 32, 39, 42, 43, 46, 51, 54, 79, 85, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 149, 154, 166, 254, 256, 257, 258, 261, 265, 267, 270, 277, 280], "explain": [1, 5, 47, 58, 61, 62, 69, 76, 79, 84, 87, 99, 144, 154, 155, 157, 191, 198, 208, 240, 242, 248, 250, 251, 253, 255, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 269, 272, 274, 276, 279], "one": [1, 3, 4, 7, 12, 16, 17, 18, 21, 24, 27, 30, 32, 40, 41, 43, 46, 47, 50, 52, 56, 57, 58, 61, 69, 74, 76, 79, 80, 81, 84, 85, 86, 87, 90, 91, 92, 93, 94, 98, 99, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 113, 116, 119, 120, 122, 124, 126, 127, 128, 131, 135, 137, 138, 139, 140, 141, 144, 147, 150, 154, 155, 158, 160, 161, 162, 163, 165, 168, 180, 184, 188, 190, 192, 194, 195, 196, 197, 198, 200, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 222, 225, 229, 230, 231, 232, 238, 240, 249, 250, 251, 252, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 275, 276, 277, 278, 279, 280], "revis": [1, 6, 7, 8, 13, 24, 31, 33, 47, 58, 61, 62, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 108, 109, 110, 111, 112, 114, 116, 119, 120, 124, 135, 139, 150, 157, 163, 175, 183, 184, 205, 241, 248, 249, 254, 258, 259, 260, 263, 265, 266, 271, 273, 274, 276], "15823": 1, "static": [1, 8, 19, 21, 27, 39, 54, 61, 79, 81, 84, 85, 86, 87, 98, 103, 110, 124, 131, 138, 140, 141, 157, 177, 179, 190, 195, 214, 230, 241, 248, 249, 253, 257, 258, 259, 260, 272, 275, 280], "msbuild_lib": [1, 61, 113], "15807": 1, "platform_requir": 1, "fail": [1, 4, 6, 21, 52, 62, 64, 74, 79, 85, 90, 93, 100, 102, 103, 104, 106, 110, 114, 119, 124, 126, 145, 147, 159, 161, 162, 165, 175, 180, 194, 228, 240, 258, 263, 264, 270, 275, 276], "explicit": [1, 42, 91, 106, 138, 153, 208, 232, 273, 274, 276, 279, 280], "being": [1, 6, 8, 10, 13, 32, 52, 76, 80, 84, 85, 86, 87, 90, 93, 100, 102, 103, 104, 106, 109, 110, 119, 124, 128, 133, 134, 135, 137, 140, 141, 142, 143, 144, 157, 159, 161, 166, 167, 175, 184, 188, 194, 195, 205, 219, 220, 225, 251, 259, 264, 268, 275, 279, 280], "pass": [1, 4, 13, 26, 37, 40, 46, 51, 56, 57, 70, 86, 91, 92, 93, 100, 106, 113, 114, 122, 124, 131, 136, 137, 144, 149, 153, 154, 162, 163, 165, 172, 180, 188, 189, 190, 191, 194, 195, 197, 198, 207, 209, 212, 214, 215, 219, 222, 226, 229, 236, 240, 249, 257, 258, 259, 260, 261, 263, 267, 268, 270, 276, 280], "via": [1, 4, 7, 10, 13, 32, 39, 51, 52, 64, 70, 71, 76, 80, 84, 86, 88, 92, 97, 124, 135, 137, 141, 154, 163, 165, 168, 184, 194, 196, 197, 198, 200, 243, 249, 250, 278, 280], "15804": 1, "end": [1, 4, 28, 76, 79, 80, 128, 141, 154, 155, 165, 166, 197, 201, 225, 251, 260, 268, 277, 278], "newlin": 1, "15788": 1, "do": [1, 4, 5, 6, 7, 13, 21, 26, 28, 30, 32, 37, 40, 41, 42, 47, 51, 52, 57, 62, 64, 69, 74, 76, 79, 80, 84, 85, 86, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 109, 110, 112, 116, 119, 120, 124, 126, 127, 131, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 149, 153, 154, 155, 157, 158, 159, 163, 165, 180, 184, 192, 196, 197, 200, 205, 212, 226, 236, 240, 247, 249, 250, 251, 252, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 272, 273, 275, 276, 277, 279, 280], "queri": [1, 91, 92, 94, 103, 107, 116, 117, 120, 177], "pattern": [1, 6, 7, 13, 28, 32, 86, 90, 91, 92, 93, 94, 95, 100, 102, 103, 104, 106, 107, 110, 112, 115, 116, 119, 120, 122, 124, 138, 139, 144, 149, 150, 151, 180, 183, 196, 205, 207, 230, 236, 237, 251, 258, 266, 273], "provid": [1, 4, 6, 8, 10, 13, 14, 19, 20, 26, 36, 39, 40, 41, 46, 47, 50, 51, 52, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 86, 90, 91, 93, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 113, 116, 117, 118, 119, 122, 125, 126, 132, 135, 138, 140, 141, 142, 143, 150, 153, 154, 155, 157, 158, 161, 162, 165, 175, 180, 194, 196, 197, 198, 200, 201, 205, 207, 209, 214, 216, 217, 226, 238, 251, 252, 253, 255, 264, 266, 267, 274, 276, 279, 280], "15781": 1, "preprocessor_definit": 1, "definit": [1, 17, 47, 67, 69, 70, 72, 73, 76, 79, 81, 86, 92, 97, 106, 113, 114, 115, 124, 131, 140, 144, 154, 155, 157, 160, 180, 191, 197, 199, 201, 202, 203, 213, 214, 226, 230, 231, 232, 236, 253, 267, 270, 272, 279], "none": [1, 28, 32, 37, 39, 51, 52, 84, 92, 98, 103, 105, 106, 124, 135, 137, 147, 149, 154, 155, 166, 171, 173, 175, 176, 179, 180, 183, 188, 189, 192, 194, 195, 196, 197, 200, 201, 205, 207, 209, 210, 212, 214, 215, 216, 219, 225, 226, 228, 229, 236, 240], "liter": [1, 91, 113, 155, 184], "string": [1, 6, 26, 43, 46, 54, 57, 86, 92, 107, 113, 122, 124, 139, 142, 143, 149, 154, 155, 156, 183, 192, 194, 195, 197, 200, 201, 205, 209, 214, 217, 221, 226, 249, 250, 257, 259, 279, 280], "ha": [1, 4, 5, 6, 8, 10, 19, 21, 24, 26, 28, 32, 36, 37, 39, 40, 41, 52, 54, 58, 64, 65, 71, 76, 80, 86, 91, 93, 94, 102, 106, 110, 113, 116, 120, 122, 124, 128, 135, 139, 140, 141, 144, 146, 147, 148, 149, 153, 154, 155, 157, 158, 159, 161, 164, 166, 168, 176, 179, 184, 188, 190, 196, 200, 201, 202, 214, 216, 226, 230, 236, 240, 244, 245, 251, 252, 253, 257, 258, 259, 261, 264, 265, 268, 271, 273, 276, 277, 280], "15756": 1, "improv": [1, 6, 76, 126, 280], "path": [1, 4, 6, 16, 18, 19, 26, 27, 28, 30, 36, 37, 40, 41, 49, 50, 51, 52, 54, 56, 61, 62, 64, 74, 80, 87, 89, 90, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 107, 110, 111, 113, 118, 119, 122, 124, 134, 135, 136, 137, 138, 140, 141, 142, 143, 146, 152, 154, 155, 163, 165, 166, 167, 175, 179, 184, 185, 188, 189, 194, 196, 197, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 216, 219, 220, 221, 222, 223, 226, 228, 232, 233, 249, 251, 253, 254, 257, 259, 260, 263, 264, 265, 266, 268, 270, 271, 272, 280], "deploy": [1, 6, 11, 31, 36, 80, 82, 90, 91, 92, 94, 103, 132, 144, 154, 160, 201, 226], "case": [1, 4, 6, 13, 17, 21, 26, 28, 30, 32, 36, 37, 39, 40, 41, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 69, 79, 81, 84, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 116, 119, 122, 124, 126, 127, 128, 129, 130, 135, 137, 138, 139, 140, 141, 142, 143, 144, 152, 154, 155, 157, 158, 160, 162, 164, 165, 166, 168, 175, 183, 184, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 202, 205, 207, 212, 226, 228, 229, 230, 231, 240, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "crash": [1, 6, 80, 275], "package_fold": [1, 17, 28, 39, 40, 41, 42, 61, 98, 103, 105, 123, 132, 135, 137, 138, 140, 166, 188, 190, 197, 200, 205, 212, 215, 217, 263, 264, 265, 266], "15737": 1, "info": [1, 6, 13, 24, 28, 32, 37, 47, 56, 58, 61, 65, 79, 84, 85, 86, 87, 88, 89, 92, 93, 99, 102, 105, 107, 110, 135, 139, 140, 141, 144, 145, 147, 148, 149, 154, 163, 166, 175, 184, 207, 226, 238, 240, 250, 258, 259, 263, 265, 276, 277], "format": [1, 6, 7, 13, 54, 71, 78, 89, 90, 91, 92, 93, 94, 95, 97, 98, 100, 101, 102, 103, 104, 105, 106, 114, 115, 116, 117, 119, 120, 121, 124, 129, 135, 140, 144, 145, 153, 157, 158, 162, 184, 198, 201, 205, 207, 215, 217, 223, 226, 231, 244, 257, 264, 265, 273, 280], "larg": [1, 6, 10, 122, 124, 139, 155, 201, 269, 279], "15724": 1, "plugin": [1, 26, 52, 65, 74, 76, 80, 82, 89, 92, 122, 129, 139, 149, 160, 161, 162, 167, 265], "stderr": [1, 76, 149, 194, 280], "so": [1, 4, 5, 6, 10, 13, 17, 18, 21, 26, 27, 28, 32, 36, 37, 39, 40, 41, 43, 46, 47, 49, 51, 52, 54, 56, 57, 58, 61, 62, 64, 74, 76, 79, 83, 84, 85, 86, 88, 91, 94, 95, 97, 105, 106, 107, 109, 111, 112, 113, 116, 120, 122, 124, 126, 130, 131, 133, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 153, 154, 155, 157, 158, 162, 163, 165, 166, 184, 189, 190, 191, 195, 196, 197, 198, 201, 202, 203, 205, 212, 214, 216, 217, 220, 230, 233, 236, 240, 249, 250, 251, 252, 253, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 272, 273, 275, 276, 277, 278, 279, 280], "json": [1, 3, 4, 6, 13, 21, 49, 50, 62, 71, 82, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 104, 105, 106, 109, 111, 114, 115, 116, 117, 119, 120, 121, 135, 136, 144, 145, 151, 163, 180, 194, 195, 197, 264, 270, 271, 272, 273, 280], "stdout": [1, 28, 76, 105, 107, 113, 121, 124, 149, 194, 280], "15704": 1, "gnu": [1, 28, 46, 47, 67, 72, 82, 86, 92, 103, 154, 155, 157, 185, 192, 200, 201, 207, 212, 213, 214, 215, 216, 217, 221, 250], "triplet": [1, 28, 92, 154, 214], "linux": [1, 8, 26, 27, 28, 36, 45, 47, 50, 57, 64, 65, 76, 86, 87, 88, 92, 94, 102, 107, 110, 111, 145, 147, 154, 155, 157, 192, 207, 222, 240, 249, 250, 251, 253, 254, 257, 259, 260, 264, 270, 272, 277], "x86": [1, 26, 27, 91, 92, 94, 107, 116, 120, 154, 157, 177, 192, 205, 229, 233, 240, 276], "15699": 1, "solv": [1, 30, 62, 64, 80, 81, 141, 155, 160, 163, 196, 217, 275, 277], "backslash": 1, "conan_home_fold": [1, 154], "global": [1, 3, 4, 7, 10, 43, 64, 79, 82, 86, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 129, 135, 139, 151, 155, 159, 160, 166, 172, 184, 197, 198, 216, 217, 220, 230, 257, 263, 280], "15870": 1, "multi": [1, 49, 50, 52, 111, 140, 165, 190, 193, 194, 196, 230, 251, 253, 264, 270, 272, 274], "condit": [1, 6, 8, 28, 80, 106, 111, 124, 128, 133, 134, 136, 138, 144, 150, 190, 191, 248, 257, 258, 276, 278], "build_typ": [1, 16, 17, 18, 24, 26, 28, 30, 36, 39, 42, 43, 47, 49, 50, 51, 54, 58, 61, 62, 71, 79, 84, 86, 87, 88, 98, 102, 103, 105, 106, 107, 114, 124, 127, 131, 139, 140, 148, 155, 157, 161, 168, 189, 190, 191, 194, 195, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 249, 250, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 272, 277], "15853": 1, "move": [1, 7, 36, 76, 80, 144, 184, 205, 259, 261, 266, 271, 272, 275, 276, 277, 279], "get_backup_sourc": 1, "expect": [1, 7, 10, 28, 43, 46, 62, 80, 97, 102, 106, 124, 126, 144, 154, 157, 206, 223, 259, 261, 271, 277], "cacheapi": 1, "uploadapi": [1, 169, 183], "typeerror": 1, "patch": [1, 6, 19, 44, 53, 76, 80, 84, 85, 91, 124, 126, 134, 144, 155, 157, 184, 185, 188, 204, 212, 255, 261, 278, 280], "15842": 1, "script": [1, 4, 5, 18, 26, 36, 39, 40, 41, 42, 43, 46, 47, 52, 54, 58, 61, 67, 80, 88, 92, 124, 126, 127, 135, 138, 140, 141, 143, 154, 162, 166, 168, 196, 197, 200, 201, 202, 203, 212, 213, 214, 221, 222, 226, 231, 232, 233, 245, 250, 251, 259, 267, 268, 276], "lockfil": [1, 8, 89, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 108, 109, 110, 111, 112, 114, 119, 175, 184, 241, 248, 274], "15802": 1, "channel": [1, 5, 63, 76, 79, 90, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 118, 122, 135, 155, 252], "line": [1, 8, 10, 21, 26, 30, 32, 51, 62, 67, 68, 73, 74, 75, 76, 79, 80, 86, 90, 93, 100, 102, 103, 104, 106, 110, 113, 114, 119, 122, 124, 126, 142, 143, 153, 154, 159, 162, 163, 164, 168, 189, 190, 194, 196, 197, 205, 212, 219, 220, 225, 229, 231, 233, 249, 251, 254, 256, 257, 259, 261, 266, 277, 278, 279, 280], "specifi": [1, 6, 10, 13, 18, 26, 27, 28, 32, 37, 41, 46, 54, 74, 79, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 107, 110, 112, 114, 115, 116, 117, 118, 119, 120, 122, 124, 128, 130, 131, 135, 137, 139, 140, 141, 149, 150, 154, 155, 156, 157, 165, 173, 183, 192, 194, 195, 196, 197, 201, 205, 206, 207, 212, 214, 215, 217, 220, 222, 225, 226, 232, 236, 247, 249, 250, 251, 252, 253, 261, 263, 278, 279], "user": [1, 2, 3, 4, 5, 7, 8, 18, 21, 24, 26, 30, 36, 40, 41, 43, 52, 56, 62, 63, 64, 76, 78, 79, 80, 81, 83, 84, 86, 88, 89, 90, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 107, 110, 112, 113, 114, 118, 122, 125, 128, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 151, 152, 153, 155, 156, 157, 158, 159, 160, 165, 166, 168, 178, 179, 180, 196, 197, 200, 205, 207, 209, 214, 217, 226, 230, 236, 237, 245, 246, 249, 251, 252, 254, 257, 258, 259, 260, 261, 263, 265, 266, 270, 271, 275, 278], "15794": 1, "cross": [1, 11, 26, 43, 57, 58, 63, 64, 66, 76, 92, 126, 139, 140, 144, 154, 155, 192, 193, 196, 214, 217, 221, 224, 225, 240, 241, 248, 251, 268], "compil": [1, 6, 8, 16, 17, 18, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 63, 70, 74, 79, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 113, 114, 116, 119, 120, 124, 127, 129, 131, 135, 138, 139, 140, 141, 144, 148, 151, 154, 155, 161, 168, 177, 188, 189, 190, 191, 192, 194, 195, 196, 200, 202, 203, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 225, 226, 228, 229, 230, 231, 232, 233, 238, 241, 248, 249, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 272, 280], "android": [1, 8, 11, 25, 63, 65, 76, 82, 92, 124, 140, 154, 157, 185, 197, 224, 250], "window": [1, 8, 13, 17, 26, 27, 30, 36, 40, 41, 43, 46, 47, 50, 57, 58, 61, 64, 65, 74, 76, 80, 86, 87, 88, 91, 92, 94, 107, 110, 111, 116, 120, 124, 127, 130, 135, 138, 140, 144, 147, 154, 155, 157, 161, 168, 177, 197, 201, 203, 205, 213, 214, 222, 226, 240, 245, 246, 249, 251, 253, 254, 257, 258, 259, 260, 261, 264, 265, 270, 272, 277, 280], "15790": 1, "generator_toolset": 1, "15789": 1, "evalu": [1, 51, 84, 105, 106, 108, 110, 114, 122, 124, 133, 135, 141, 147, 154, 158, 175, 253, 276], "item": [1, 4, 37, 76, 86, 92, 106, 108, 112, 116, 135, 139, 154, 157, 159, 164, 197, 201, 278], "thei": [1, 6, 7, 13, 17, 21, 24, 28, 30, 36, 40, 41, 58, 62, 67, 68, 71, 72, 73, 74, 75, 76, 79, 80, 81, 84, 85, 86, 88, 91, 92, 93, 94, 97, 99, 105, 106, 108, 109, 111, 122, 124, 126, 128, 129, 131, 135, 137, 140, 141, 144, 145, 150, 153, 154, 155, 157, 158, 159, 163, 165, 166, 175, 180, 184, 186, 188, 191, 194, 197, 205, 210, 219, 223, 226, 231, 236, 240, 247, 251, 252, 253, 255, 258, 259, 260, 261, 263, 264, 265, 272, 273, 275, 276, 277, 278, 280], "modul": [1, 11, 38, 46, 64, 71, 122, 124, 135, 136, 155, 160, 164, 184, 196, 220], "15779": 1, "gener": [1, 2, 3, 4, 6, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 39, 40, 41, 42, 43, 44, 46, 47, 48, 51, 52, 56, 57, 58, 61, 62, 67, 68, 70, 72, 73, 74, 75, 76, 79, 80, 82, 84, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 107, 109, 110, 111, 113, 114, 119, 120, 122, 125, 126, 127, 129, 131, 136, 137, 139, 140, 141, 144, 145, 154, 155, 157, 158, 159, 160, 161, 162, 165, 166, 167, 168, 176, 184, 185, 186, 190, 191, 193, 194, 195, 199, 200, 201, 205, 211, 212, 218, 222, 223, 224, 225, 227, 231, 232, 233, 236, 238, 244, 245, 248, 249, 250, 251, 252, 254, 255, 256, 257, 258, 259, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 278, 280], "pc": [1, 46, 57, 215, 216, 217], "its": [1, 4, 13, 24, 28, 30, 32, 37, 40, 41, 52, 61, 62, 64, 65, 74, 76, 79, 82, 83, 85, 86, 87, 89, 90, 91, 93, 94, 100, 105, 106, 107, 114, 116, 124, 127, 135, 139, 140, 141, 144, 146, 153, 154, 155, 163, 165, 166, 184, 195, 196, 197, 200, 212, 217, 231, 248, 250, 252, 253, 259, 268, 270, 272, 273, 276], "context": [1, 6, 13, 28, 43, 80, 86, 90, 93, 97, 98, 100, 102, 103, 104, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 150, 154, 155, 165, 186, 196, 197, 200, 201, 202, 203, 205, 217, 220, 226, 228, 230, 241, 248, 251, 265], "alreadi": [1, 4, 6, 7, 24, 28, 56, 76, 80, 92, 94, 97, 100, 106, 111, 113, 114, 115, 120, 124, 130, 131, 136, 154, 155, 173, 175, 180, 183, 186, 190, 196, 197, 205, 214, 217, 240, 241, 242, 247, 251, 253, 254, 256, 257, 258, 259, 262, 265, 266, 268, 272, 275, 277, 279, 280], "15763": 1, "visibl": [1, 40, 41, 81, 85, 92, 98, 103, 122, 128, 154, 197, 220], "conan_c_flag": 1, "too": [1, 5, 8, 18, 30, 32, 46, 47, 58, 61, 62, 76, 79, 80, 86, 113, 122, 124, 140, 150, 155, 166, 184, 190, 200, 201, 230, 252, 270, 276], "15762": 1, "profil": [1, 24, 26, 27, 28, 40, 41, 43, 46, 51, 56, 58, 62, 64, 69, 76, 79, 80, 82, 84, 86, 88, 89, 90, 92, 93, 97, 100, 102, 103, 104, 107, 110, 119, 124, 128, 131, 140, 141, 151, 154, 157, 159, 160, 161, 165, 169, 172, 175, 192, 197, 200, 214, 221, 222, 225, 226, 228, 232, 248, 249, 251, 253, 254, 258, 263, 275, 276, 277, 278], "scope": [1, 124, 137, 149, 150, 154, 155, 197, 200, 201, 202, 203, 222, 228, 233], "15747": 1, "legaci": [1, 127, 154, 197, 228], "usag": [1, 6, 27, 28, 32, 36, 38, 40, 41, 42, 52, 69, 76, 80, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 127, 137, 140, 141, 153, 154, 155, 157, 159, 165, 198, 205, 207, 209, 212, 216, 223, 232, 252, 265, 270, 280], "api": [1, 6, 27, 71, 76, 80, 82, 124, 155, 160, 163, 166, 244, 245, 253], "15743": 1, "contain": [1, 2, 4, 6, 7, 8, 17, 18, 19, 26, 27, 28, 36, 38, 39, 40, 41, 42, 43, 46, 47, 49, 52, 56, 57, 58, 61, 62, 67, 68, 72, 76, 84, 85, 86, 87, 90, 92, 93, 95, 96, 97, 99, 100, 102, 103, 104, 105, 106, 108, 109, 110, 111, 113, 117, 118, 119, 122, 124, 125, 127, 131, 135, 136, 137, 140, 141, 152, 154, 157, 159, 160, 165, 167, 168, 172, 180, 184, 188, 190, 196, 197, 198, 202, 203, 209, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 236, 238, 249, 250, 252, 256, 259, 263, 264, 265, 267, 268, 270, 271, 272, 276, 278, 279, 280], "15727": 1, "precend": 1, "metadata": [1, 2, 7, 63, 71, 91, 120, 123, 139, 173, 183, 259, 277], "rang": [1, 8, 9, 76, 80, 84, 86, 90, 92, 93, 100, 102, 103, 104, 106, 107, 108, 109, 110, 111, 112, 119, 124, 139, 141, 150, 154, 155, 157, 184, 241, 248, 253, 259, 274, 276, 279, 280], "15653": 1, "implement": [1, 2, 7, 8, 42, 52, 76, 79, 80, 85, 91, 97, 113, 122, 129, 135, 138, 144, 157, 161, 165, 168, 184, 185, 189, 197, 223, 229, 237, 244, 246, 259, 261, 263, 264, 273, 275, 280], "xxxx": [1, 7, 52, 74, 86, 89, 92, 98, 124, 135, 142, 143, 197, 219, 221, 230, 280], "15654": 1, "abil": 1, "15652": 1, "formatt": [1, 46, 94, 120, 160], "15651": 1, "cross_build": [1, 28, 92, 154, 226, 250, 268], "decid": [1, 28, 84, 92, 122, 124, 128, 139, 142, 143, 154, 253, 257, 275, 277, 278], "whether": [1, 90, 92, 93, 96, 97, 102, 103, 104, 106, 110, 122, 135, 145, 154, 190, 192, 228, 253, 257, 260, 267, 272, 280], "regardless": [1, 91, 92, 107, 154, 258], "intern": [1, 52, 56, 62, 80, 92, 122, 144, 155, 157, 158, 188, 189, 226, 229, 240, 250, 252, 263, 277], "mechan": [1, 7, 13, 62, 76, 79, 80, 86, 122, 124, 129, 135, 143, 144, 155, 158, 160, 165, 184, 198, 201, 236, 251, 252, 258, 274, 276, 277, 279, 280], "15616": 1, "15613": 1, "15602": 1, "reduc": [1, 80, 100, 101, 145], "exclus": [1, 36, 90, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 107, 110, 111, 116, 119, 120, 124, 125, 128, 140, 141, 144, 230], "15573": 1, "cuda": [1, 92, 154, 197, 214], "toolkit": 1, "15572": 1, "import": [1, 6, 7, 8, 16, 17, 18, 24, 26, 28, 32, 37, 39, 40, 41, 42, 43, 48, 51, 54, 61, 62, 63, 64, 65, 67, 68, 72, 73, 74, 75, 76, 79, 84, 86, 88, 89, 100, 103, 106, 110, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 151, 153, 155, 157, 160, 161, 163, 164, 167, 184, 185, 186, 188, 189, 190, 191, 194, 195, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 225, 226, 229, 230, 231, 232, 233, 238, 240, 241, 250, 252, 253, 256, 257, 259, 261, 263, 264, 265, 266, 267, 268, 272, 276, 278, 279, 280], "higher": [1, 69, 86, 106, 140, 141, 149, 153, 236, 276, 278], "preced": [1, 79, 124, 152, 185, 197, 200, 214, 217], "over": [1, 6, 8, 10, 78, 79, 80, 86, 91, 92, 94, 106, 124, 136, 139, 144, 152, 154, 155, 159, 161, 162, 165, 179, 184, 189, 197, 207, 214, 216, 217, 236, 257, 260, 261, 266, 273, 275, 278, 280], "regular": [1, 42, 124, 135, 137, 140, 155, 159, 166, 184, 196, 207, 217, 230, 246, 248, 250, 263], "15571": 1, "displai": [1, 13, 69, 87, 89, 92, 99, 103, 104, 107, 124, 145, 162, 168, 259, 276], "deactivate_conanvcvar": 1, "15557": 1, "serial": [1, 7, 124], "forward": [1, 6, 46, 56, 57, 76, 184, 207, 275, 279], "15553": 1, "log": [1, 6, 26, 62, 94, 115, 122, 149, 158, 160, 272, 280], "git": [1, 11, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 44, 46, 50, 51, 52, 54, 56, 57, 64, 71, 76, 79, 80, 92, 106, 113, 114, 124, 143, 144, 154, 158, 185, 205, 235, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 279, 280], "run": [1, 6, 10, 13, 17, 18, 19, 21, 26, 27, 28, 33, 35, 39, 40, 41, 43, 46, 47, 49, 50, 52, 54, 56, 57, 58, 61, 62, 64, 69, 70, 76, 80, 82, 86, 92, 93, 98, 102, 103, 104, 110, 116, 120, 123, 124, 125, 126, 127, 128, 135, 137, 139, 140, 143, 146, 152, 154, 155, 157, 160, 162, 163, 165, 166, 191, 192, 194, 196, 197, 199, 200, 203, 212, 217, 219, 220, 221, 222, 225, 229, 230, 232, 233, 236, 240, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 276, 277, 279, 280], "verbos": [1, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 140, 149, 154, 155, 159, 189, 194, 214, 225, 229, 272], "mode": [1, 17, 21, 76, 79, 92, 95, 107, 124, 135, 137, 144, 145, 154, 157, 222, 240, 241, 251, 269, 272, 280], "15514": 1, "debug": [1, 6, 11, 17, 26, 29, 36, 49, 50, 52, 54, 69, 79, 80, 106, 110, 113, 114, 124, 127, 140, 149, 155, 157, 161, 168, 189, 190, 191, 195, 196, 197, 202, 203, 205, 214, 226, 229, 230, 231, 241, 248, 253, 256, 258, 259, 263, 264, 265, 267, 270, 271, 272], "vvv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "15513": 1, "python_requir": [1, 80, 98, 105, 109, 110, 111, 112, 125, 135, 136, 160, 175, 197, 223, 241, 252, 276, 278], "tested_reference_str": [1, 28, 184, 265, 268], "15485": 1, "presets_build": 1, "run_environ": 1, "modifi": [1, 3, 4, 6, 10, 17, 26, 27, 28, 30, 50, 54, 69, 79, 80, 86, 91, 122, 124, 127, 128, 135, 140, 157, 159, 162, 166, 168, 190, 197, 198, 205, 213, 248, 252, 253, 257, 258, 259, 261, 266, 267, 275, 277, 278, 279, 280], "cmakepreset": [1, 44, 48, 70, 92, 135, 154, 194, 195, 197, 253, 270, 271, 272, 280], "environ": [1, 2, 6, 13, 14, 20, 28, 36, 46, 47, 57, 63, 64, 67, 82, 86, 88, 92, 103, 113, 114, 122, 124, 135, 140, 149, 152, 153, 154, 155, 158, 185, 194, 196, 197, 199, 202, 203, 213, 216, 222, 226, 227, 231, 233, 249, 250, 251, 253, 254, 255, 257, 263, 265, 267, 268, 271], "15470": 1, "packg": 1, "limit": [1, 28, 36, 52, 107, 116, 124, 140, 192, 201, 205, 226, 249, 280], "suppli": [1, 4, 5, 90, 91, 93, 100, 102, 103, 104, 106, 108, 109, 110, 112, 119, 165, 280], "15464": 1, "initi": [1, 6, 62, 69, 125, 136, 140, 142, 143, 175, 226, 234, 279], "document": [1, 3, 4, 26, 27, 64, 71, 80, 81, 86, 94, 103, 116, 124, 132, 135, 140, 145, 157, 160, 168, 184, 185, 197, 198, 205, 208, 222, 226, 244, 245, 253, 254, 258, 272, 280], "remotesapi": [1, 32, 169, 180], "publicli": [1, 4], "avail": [1, 3, 4, 8, 24, 26, 28, 37, 54, 58, 69, 74, 76, 78, 79, 92, 97, 102, 104, 105, 107, 112, 113, 116, 122, 124, 129, 137, 141, 150, 154, 155, 166, 180, 184, 188, 192, 197, 239, 249, 250, 252, 253, 258, 259, 263, 264, 265, 270, 271, 278, 280], "15462": 1, "vcvar": [1, 92, 135, 154, 157, 185, 227, 229, 231], "env": [1, 24, 26, 40, 41, 56, 80, 82, 92, 115, 140, 141, 146, 149, 154, 155, 159, 185, 194, 197, 200, 201, 202, 203, 214, 231, 232, 233, 238, 249, 251, 254, 265, 268, 271], "variabl": [1, 26, 36, 37, 44, 46, 47, 48, 63, 67, 82, 84, 86, 88, 92, 113, 122, 124, 135, 139, 140, 152, 153, 154, 155, 158, 187, 191, 194, 195, 196, 198, 199, 202, 203, 213, 214, 215, 216, 217, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233, 240, 250, 251, 253, 254, 257, 265, 266, 267, 268, 277, 278, 280], "powershel": [1, 92, 154, 201, 202, 203, 233, 254], "15461": 1, "exclud": [1, 40, 41, 90, 91, 92, 93, 100, 102, 103, 104, 106, 110, 119, 124, 154, 205, 230, 236, 252, 278], "dirti": [1, 6, 62, 92, 124, 154, 236], "helper": [1, 18, 46, 47, 56, 57, 58, 61, 67, 68, 70, 73, 74, 75, 76, 79, 92, 124, 126, 134, 135, 144, 145, 149, 154, 157, 158, 163, 189, 192, 194, 196, 197, 200, 201, 205, 211, 214, 216, 219, 221, 225, 228, 229, 236, 237, 263], "15457": 1, "scm": [1, 11, 28, 44, 82, 92, 106, 124, 143, 154, 185, 205, 236, 256, 261, 277, 279], "revision_mod": [1, 98, 103, 105, 277], "python_package_id_mod": 1, "per": [1, 6, 74, 76, 86, 113, 126, 135, 138, 140, 144, 155, 183, 184, 190, 197, 219, 220, 230], "effect": [1, 6, 8, 51, 79, 82, 83, 84, 106, 124, 135, 139, 144, 154, 160, 230, 240, 258, 276], "consum": [1, 6, 8, 14, 20, 21, 36, 39, 42, 46, 47, 52, 58, 61, 62, 63, 70, 74, 75, 85, 88, 89, 93, 114, 123, 125, 128, 135, 137, 140, 141, 148, 150, 155, 175, 176, 184, 190, 198, 200, 212, 215, 217, 220, 230, 238, 241, 251, 252, 253, 254, 255, 256, 259, 263, 264, 265, 268, 269, 270, 272, 275, 277, 279, 280], "15453": 1, "cmakeexecut": [1, 197], "preset": [1, 28, 30, 49, 50, 70, 92, 126, 137, 154, 195, 197, 270, 271, 272], "15447": 1, "cli": [1, 10, 13, 32, 76, 98, 103, 104, 154, 156, 159, 163, 194, 219, 245, 279], "15441": 1, "detect_msvc_upd": [1, 155], "15435": 1, "job": [1, 7, 62, 80, 92, 154, 155, 192, 194, 225, 280], "buildpreset": [1, 50, 197], "15422": 1, "nest": [1, 79, 157, 205, 270], "ani": [1, 4, 6, 7, 8, 10, 13, 21, 24, 36, 37, 43, 47, 52, 58, 61, 62, 74, 76, 79, 80, 84, 85, 86, 91, 92, 93, 94, 98, 103, 105, 106, 107, 109, 111, 113, 114, 116, 117, 120, 122, 124, 126, 127, 128, 133, 134, 135, 136, 140, 142, 143, 144, 145, 149, 152, 154, 155, 157, 159, 160, 161, 163, 166, 184, 185, 191, 194, 195, 196, 197, 202, 205, 207, 210, 212, 215, 217, 219, 220, 222, 226, 230, 231, 237, 240, 245, 247, 249, 251, 252, 256, 258, 259, 263, 264, 265, 269, 270, 273, 275, 276, 277, 278, 279, 280], "15415": 1, "coordinates_to_conandata": [1, 62, 236], "checkout_from_conandata_coordin": [1, 62, 236], "simplifi": [1, 13, 28, 111, 150, 258, 259, 280], "flow": [1, 5, 6, 11, 13, 18, 30, 36, 62, 63, 76, 90, 97, 106, 118, 135, 140, 191, 196, 231, 241, 245, 257, 269, 276, 280], "15377": 1, "autotoolstoolchain": [1, 28, 46, 47, 67, 92, 154, 185, 200, 211, 212, 257], "automat": [1, 3, 6, 32, 42, 49, 64, 69, 74, 76, 86, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 119, 122, 124, 133, 140, 141, 144, 153, 154, 155, 157, 166, 179, 184, 188, 194, 195, 196, 197, 200, 201, 203, 208, 209, 212, 215, 216, 217, 219, 221, 222, 225, 231, 240, 243, 249, 251, 252, 254, 257, 258, 260, 261, 265, 268, 273, 274, 275, 276, 277, 278, 280], "inject": [1, 40, 41, 44, 48, 68, 69, 74, 92, 124, 139, 140, 149, 153, 154, 155, 158, 160, 162, 184, 221, 232, 254, 257, 267], "f": [1, 28, 32, 37, 40, 41, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 113, 114, 115, 116, 117, 119, 120, 121, 124, 140, 144, 158, 164, 166, 167, 184, 197, 217, 232], "v": [1, 26, 50, 52, 61, 62, 81, 84, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 129, 139, 150, 154, 157, 159, 184, 225, 226, 230, 231, 232, 236, 241, 248, 249, 251, 254, 259, 280], "15375": 1, "upload": [1, 3, 5, 7, 12, 30, 62, 71, 76, 79, 80, 86, 89, 92, 94, 96, 114, 115, 116, 122, 124, 133, 134, 154, 156, 160, 167, 169, 212, 241, 242, 243, 245, 252, 263, 264, 270, 273, 274, 280], "parallel": [1, 69, 80, 86, 92, 100, 120, 154, 159, 160, 162, 173, 183, 192, 197, 280], "faster": [1, 13, 86, 236, 252, 279], "15360": 1, "intel": [1, 43, 76, 82, 92, 154, 185, 192, 228], "oneapi": [1, 92, 154, 157, 222], "detect": [1, 6, 62, 76, 80, 92, 154, 155, 179, 192, 197, 216, 226, 249, 250, 251, 260], "15358": 1, "progress": 1, "long": [1, 4, 7, 76, 79, 124, 137, 157, 184, 276, 278, 280], "15354": 1, "extension_properti": [1, 161], "extens": [1, 4, 11, 32, 36, 37, 39, 61, 63, 64, 65, 76, 80, 82, 83, 84, 92, 106, 124, 161, 162, 163, 164, 165, 166, 167, 168, 192, 201, 205, 250, 258, 265, 271], "15348": 1, "compatibility_cppstd": [1, 124, 161], "py": [1, 6, 16, 17, 18, 19, 21, 24, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 58, 61, 62, 63, 64, 69, 74, 76, 80, 82, 86, 89, 90, 91, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 113, 114, 118, 119, 122, 124, 129, 133, 135, 136, 137, 142, 143, 144, 145, 146, 147, 150, 155, 158, 160, 161, 162, 163, 164, 165, 166, 167, 168, 175, 176, 184, 190, 191, 196, 202, 203, 209, 213, 214, 215, 217, 219, 220, 221, 222, 230, 231, 233, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 277, 278, 279], "disabl": [1, 52, 92, 93, 122, 124, 154, 156, 159, 161, 165, 180, 197, 207, 214, 263], "fallback": [1, 106, 157, 189, 280], "cppstd": [1, 24, 26, 27, 28, 47, 58, 61, 79, 84, 88, 98, 103, 114, 124, 131, 139, 155, 157, 161, 168, 185, 191, 197, 214, 221, 232, 249, 250, 251, 258, 259, 263, 280], "get_commit": [1, 236], "repositori": [1, 3, 5, 7, 8, 13, 16, 17, 18, 19, 21, 24, 28, 30, 31, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 79, 80, 92, 94, 104, 106, 115, 120, 124, 144, 158, 160, 163, 166, 220, 236, 240, 241, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "true": [1, 6, 10, 19, 21, 28, 37, 40, 41, 42, 43, 46, 47, 54, 62, 79, 85, 86, 87, 88, 90, 92, 93, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 114, 119, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 141, 144, 145, 149, 150, 153, 154, 155, 156, 179, 180, 188, 190, 192, 194, 195, 196, 197, 201, 202, 203, 205, 207, 209, 214, 216, 219, 221, 226, 228, 230, 231, 236, 240, 251, 253, 254, 257, 258, 259, 261, 263, 267, 271, 275, 276, 278], "obtain": [1, 40, 41, 62, 87, 89, 91, 125, 139, 145, 155, 180, 188, 189, 194, 199, 201, 202, 203, 226, 229, 231, 236, 251, 279], "commit": [1, 19, 62, 71, 76, 80, 124, 137, 144, 205, 236, 256, 257, 260, 261, 267, 271, 272, 277, 279], "15304": 1, "ensur": [1, 4, 8, 28, 37, 43, 64, 69, 84, 93, 128, 157, 197, 205, 219, 222, 251, 253, 278], "edit": [1, 3, 14, 15, 21, 26, 30, 54, 64, 76, 79, 80, 89, 114, 115, 122, 124, 135, 137, 140, 144, 155, 157, 168, 184, 241, 244, 246, 249, 252, 269, 272, 277], "cascad": [1, 90, 93, 100, 102, 103, 104, 106, 110, 119, 270], "work": [1, 4, 7, 16, 18, 19, 24, 26, 30, 37, 39, 40, 41, 42, 43, 46, 47, 52, 54, 62, 63, 64, 65, 73, 74, 76, 80, 89, 94, 95, 106, 111, 113, 114, 115, 116, 120, 122, 124, 125, 133, 134, 135, 137, 144, 147, 148, 153, 155, 157, 161, 163, 166, 184, 192, 194, 196, 197, 201, 220, 223, 226, 236, 241, 246, 249, 250, 251, 253, 258, 259, 261, 264, 266, 269, 271, 272, 275, 280], "togeth": [1, 62, 73, 76, 91, 101, 107, 114, 124, 133, 134, 144, 161, 183, 184, 194, 197, 225, 232, 252, 259, 273, 280], "15300": 1, "sort": [1, 100, 109, 111, 112, 140, 167, 198, 205, 276, 280], "group": [1, 32, 92, 124, 280], "15270": 1, "past": [1, 26, 81, 91, 107], "timestamp": [1, 13, 102, 107, 109, 111], "compact": [1, 91], "lock": [1, 8, 76, 89, 90, 92, 93, 97, 100, 102, 103, 104, 105, 106, 114, 119, 175, 184, 252, 276], "15262": 1, "guarante": [1, 4, 7, 62, 79, 86, 92, 111, 114, 124, 139, 141, 155, 184, 261, 274, 275, 277], "15678": 1, "platform_tool_requir": 1, "discard": [1, 92, 141, 154], "15665": 1, "gcc": [1, 24, 28, 40, 41, 46, 47, 76, 80, 84, 86, 87, 90, 91, 93, 94, 97, 100, 102, 103, 104, 106, 107, 110, 114, 116, 119, 120, 124, 129, 139, 144, 148, 155, 157, 168, 177, 192, 207, 214, 250], "conda": 1, "15664": 1, "download": [1, 4, 5, 7, 12, 19, 24, 26, 27, 30, 62, 63, 64, 69, 74, 76, 80, 89, 91, 92, 96, 97, 99, 100, 103, 106, 107, 114, 116, 122, 124, 133, 134, 144, 155, 156, 158, 160, 167, 169, 175, 185, 204, 236, 242, 245, 247, 249, 252, 253, 254, 258, 261, 262, 265, 269, 271, 273, 275, 277, 280], "15601": 1, "relativ": 1, "15592": 1, "map": [1, 47, 85, 135, 140, 184, 189, 194, 197, 214, 226, 229, 232, 240, 264, 272], "without": [1, 4, 5, 6, 13, 24, 32, 36, 37, 40, 41, 52, 62, 74, 76, 80, 86, 88, 89, 92, 94, 97, 99, 103, 106, 107, 108, 109, 112, 114, 115, 116, 120, 122, 124, 127, 128, 133, 135, 139, 141, 142, 143, 145, 147, 149, 154, 155, 157, 159, 161, 166, 172, 180, 184, 196, 197, 200, 205, 209, 228, 240, 252, 253, 259, 261, 266, 267, 269, 270, 271, 276, 277, 278, 279], "15545": 1, "text": [1, 107, 122, 123, 124, 143, 154, 155, 163, 184, 205, 279], "15538": 1, "help": [1, 8, 32, 37, 46, 50, 52, 64, 67, 68, 72, 73, 74, 76, 79, 80, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 163, 191, 200, 214, 222, 231, 253, 254, 265, 273, 274], "reachabl": 1, "want": [1, 3, 4, 5, 6, 7, 13, 16, 17, 21, 24, 26, 28, 30, 32, 39, 40, 41, 42, 43, 50, 51, 54, 64, 69, 79, 84, 86, 88, 93, 94, 100, 102, 107, 110, 111, 122, 124, 126, 127, 128, 129, 139, 140, 141, 142, 143, 144, 145, 154, 155, 157, 175, 184, 190, 195, 196, 197, 198, 205, 214, 222, 230, 232, 236, 238, 240, 244, 247, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 264, 265, 266, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offlin": [1, 76], "15516": 1, "stacktrac": 1, "15501": 1, "intend": [1, 2, 4, 6, 7, 16, 17, 18, 19, 28, 30, 42, 65, 76, 80, 86, 91, 92, 106, 107, 124, 128, 132, 133, 134, 135, 146, 155, 166, 184, 194, 196, 197, 201, 219, 225, 236, 240, 251, 254, 257, 265, 276], "15499": 1, "check_typ": 1, "int": [1, 30, 43, 46, 56, 57, 192, 209, 249, 251, 263, 268], "bool": [1, 156, 192, 219, 225, 226, 228], "15378": 1, "entri": [1, 63, 69, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 119, 124, 135, 153, 158, 188, 195, 196, 197, 207, 209, 222, 278], "machin": [1, 6, 28, 30, 64, 86, 97, 114, 122, 124, 132, 157, 159, 192, 196, 212, 217, 225, 226, 230, 240, 242, 247, 250, 251, 268, 277], "due": [1, 28, 87, 124, 272], "pkgconfig": [1, 58, 92, 154, 185, 211, 226], "deprec": [1, 76, 92, 98, 100, 149, 154, 157, 184, 208, 214, 217, 226], "sinc": [1, 28, 46, 47, 49, 50, 69, 81, 103, 195, 197, 212, 217, 240, 247, 270, 271, 272, 277], "meson": [1, 11, 44, 63, 65, 76, 80, 82, 92, 113, 154, 155, 185, 249, 257, 259], "15369": 1, "some": [1, 4, 5, 6, 7, 8, 13, 18, 21, 30, 32, 36, 40, 41, 42, 43, 46, 47, 51, 52, 64, 65, 70, 71, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 107, 110, 111, 113, 119, 124, 125, 126, 127, 128, 130, 131, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 152, 153, 154, 155, 157, 158, 159, 161, 162, 163, 164, 166, 180, 184, 190, 196, 197, 198, 200, 205, 207, 212, 213, 214, 216, 217, 221, 222, 223, 226, 232, 236, 240, 250, 252, 253, 254, 255, 256, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "15355": 1, "did": [1, 49, 91, 184, 250, 251, 254, 256, 259, 261, 272, 279], "15353": 1, "upload_polici": [1, 98], "skip": [1, 4, 37, 92, 93, 94, 97, 98, 103, 124, 126, 149, 173, 183, 188, 196, 197, 236, 242, 250, 257, 258, 263, 268], "15336": 1, "accept": [1, 5, 7, 96, 105, 106, 107, 110, 115, 117, 124, 149, 152, 155, 157, 189, 194, 197, 205, 209, 217, 222, 225, 229, 240], "onli": [1, 4, 6, 7, 8, 13, 17, 21, 26, 28, 30, 32, 36, 46, 47, 49, 50, 52, 54, 56, 58, 61, 62, 69, 74, 76, 79, 80, 81, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 110, 113, 115, 116, 119, 120, 123, 124, 127, 128, 129, 131, 132, 133, 135, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 149, 150, 154, 155, 157, 159, 162, 163, 165, 166, 167, 175, 176, 180, 184, 185, 190, 191, 192, 194, 195, 196, 197, 198, 202, 203, 205, 207, 212, 213, 214, 216, 217, 220, 221, 226, 230, 238, 240, 248, 250, 251, 252, 254, 255, 257, 259, 260, 261, 262, 264, 265, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "15312": 1, "releas": [1, 4, 5, 9, 17, 21, 24, 26, 28, 36, 43, 46, 47, 49, 50, 52, 54, 58, 61, 63, 65, 71, 74, 76, 79, 81, 85, 87, 88, 92, 98, 102, 103, 106, 107, 110, 113, 114, 124, 127, 137, 139, 140, 144, 154, 155, 157, 161, 165, 168, 184, 189, 190, 191, 194, 195, 196, 197, 202, 203, 207, 213, 214, 222, 226, 229, 230, 231, 236, 241, 248, 249, 250, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278], "14780": 1, "msbuilddep": [1, 61, 74, 92, 135, 154, 185, 227], "compon": [1, 14, 15, 20, 135, 137, 187, 194, 196, 198, 215, 216, 217, 220, 230, 255], "15626": 1, "themselv": [1, 8, 113, 184, 258], "15575": 1, "o": [1, 6, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 36, 37, 39, 40, 41, 42, 43, 47, 51, 54, 58, 61, 62, 79, 80, 86, 87, 88, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 111, 114, 116, 119, 120, 124, 127, 130, 131, 134, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 153, 154, 155, 157, 158, 166, 167, 168, 177, 184, 188, 189, 190, 191, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 233, 238, 245, 249, 250, 251, 252, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275], "microsoft": [1, 74, 82, 92, 124, 135, 140, 154, 155, 157, 185, 194, 197, 212, 222, 229, 230, 231, 232, 233], "15568": 1, "wrong": [1, 99, 102, 138, 144], "propag": [1, 8, 14, 20, 52, 79, 81, 124, 128, 140, 141, 150, 200, 217, 255, 263, 275], "fals": [1, 13, 17, 28, 32, 37, 40, 41, 43, 47, 54, 61, 62, 79, 86, 87, 88, 92, 98, 100, 102, 103, 105, 107, 114, 116, 122, 124, 128, 130, 131, 135, 136, 138, 140, 141, 149, 154, 155, 156, 161, 165, 175, 176, 180, 183, 188, 190, 192, 194, 196, 197, 202, 203, 205, 207, 209, 214, 216, 225, 226, 228, 230, 236, 237, 240, 253, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 275, 278], "header": [1, 6, 17, 36, 40, 41, 43, 52, 79, 80, 81, 85, 86, 87, 98, 124, 128, 137, 138, 139, 140, 146, 147, 158, 188, 196, 198, 207, 230, 255, 259, 260, 262, 264, 265, 266, 270, 272, 280], "15564": 1, "store": [1, 4, 6, 13, 28, 62, 69, 71, 76, 84, 91, 92, 104, 106, 113, 114, 122, 124, 140, 153, 154, 164, 166, 197, 205, 209, 212, 236, 241, 242, 247, 249, 251, 255, 258, 259, 260, 264, 270, 272, 276, 279, 280], "storage_path": [1, 92], "also": [1, 3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 27, 28, 36, 42, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 70, 72, 74, 75, 76, 79, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 124, 126, 127, 128, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 152, 154, 155, 157, 158, 159, 160, 164, 166, 167, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 202, 203, 205, 212, 213, 214, 215, 217, 220, 221, 222, 226, 230, 231, 232, 233, 238, 240, 242, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 271, 272, 274, 275, 276, 277, 278, 279, 280], "find": [1, 4, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 79, 85, 86, 102, 106, 124, 138, 140, 157, 160, 188, 196, 198, 212, 216, 222, 226, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276], "them": [1, 3, 5, 6, 7, 8, 12, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 37, 40, 41, 43, 46, 50, 54, 56, 57, 61, 62, 64, 69, 74, 75, 76, 79, 80, 81, 85, 86, 87, 91, 92, 94, 97, 111, 113, 114, 115, 122, 124, 126, 128, 130, 131, 135, 136, 139, 140, 145, 150, 155, 157, 162, 163, 164, 166, 179, 180, 183, 184, 189, 190, 191, 195, 196, 197, 201, 205, 207, 212, 214, 223, 226, 229, 230, 231, 240, 241, 242, 243, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 274, 276, 278, 279], "correctli": [1, 17, 18, 24, 28, 30, 43, 52, 58, 69, 80, 93, 111, 146, 196, 197, 198, 205, 212, 251, 253, 255, 259, 263, 264, 268], "15505": 1, "The": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 26, 27, 28, 30, 32, 36, 37, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 56, 58, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 82, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 173, 175, 180, 184, 185, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 243, 245, 246, 249, 250, 251, 252, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280], "export": [1, 5, 6, 7, 10, 16, 28, 39, 52, 62, 80, 89, 91, 92, 93, 98, 109, 114, 125, 134, 135, 136, 137, 138, 142, 143, 144, 160, 166, 167, 169, 184, 205, 209, 236, 256, 259, 260, 261, 264, 267, 269, 270, 272, 277, 279], "now": [1, 3, 4, 6, 10, 13, 17, 19, 24, 26, 28, 32, 37, 40, 41, 43, 46, 47, 50, 56, 57, 58, 61, 62, 64, 65, 71, 74, 85, 87, 88, 91, 100, 102, 124, 165, 167, 184, 190, 196, 220, 222, 245, 247, 249, 250, 251, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "statu": [1, 39, 51, 62, 103, 149, 236], "15504": 1, "follow": [1, 4, 6, 8, 10, 26, 27, 28, 32, 36, 37, 39, 42, 43, 46, 47, 51, 54, 57, 58, 61, 62, 64, 70, 76, 79, 84, 85, 88, 91, 92, 103, 105, 106, 107, 109, 112, 113, 121, 122, 123, 124, 125, 126, 127, 128, 130, 131, 135, 139, 140, 144, 145, 147, 149, 153, 154, 158, 159, 161, 163, 165, 190, 191, 195, 196, 197, 200, 202, 203, 207, 214, 215, 217, 219, 220, 222, 226, 229, 230, 231, 232, 236, 238, 240, 245, 249, 253, 259, 260, 261, 264, 265, 268, 273, 275, 278, 279], "same": [1, 4, 6, 7, 8, 11, 13, 16, 18, 21, 26, 28, 36, 37, 38, 46, 47, 49, 51, 52, 54, 58, 61, 62, 64, 76, 79, 80, 84, 85, 86, 87, 88, 91, 92, 93, 94, 101, 102, 103, 106, 110, 116, 124, 125, 127, 128, 129, 135, 137, 139, 141, 142, 143, 144, 149, 150, 154, 155, 157, 159, 161, 162, 163, 165, 166, 167, 184, 188, 190, 191, 192, 194, 196, 198, 205, 212, 214, 217, 220, 223, 226, 230, 231, 236, 240, 247, 249, 250, 251, 252, 253, 254, 258, 259, 260, 261, 263, 264, 265, 266, 268, 271, 272, 274, 275, 276, 277, 278, 279, 280], "behavior": [1, 8, 49, 76, 80, 84, 86, 101, 109, 110, 111, 124, 127, 130, 131, 135, 139, 140, 150, 154, 159, 161, 162, 166, 192, 196, 197, 217, 220, 226, 236, 240, 261, 280], "calcul": [1, 140, 202, 203, 209, 214, 232, 258, 263], "valid": [1, 6, 8, 10, 47, 58, 61, 79, 80, 84, 86, 87, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 135, 148, 154, 157, 158, 161, 168, 175, 192, 197, 207, 214, 215, 217, 226, 228, 231, 248, 256, 259, 263, 264, 267, 268, 271, 275, 276, 278], "apple_min_version_flag": [1, 226], "15465": 1, "subset": [1, 86, 88, 131, 139, 157, 197], "build_id": [1, 13, 98, 103, 125], "15439": 1, "conan_login_username_remot": 1, "15388": 1, "don": [1, 5, 10, 13, 24, 32, 40, 41, 46, 69, 79, 85, 102, 106, 107, 115, 123, 124, 144, 153, 155, 163, 184, 196, 198, 249, 250, 251, 252, 263, 264, 266, 270, 273], "take": [1, 6, 21, 28, 30, 31, 62, 87, 88, 92, 93, 100, 111, 116, 120, 122, 124, 135, 142, 143, 146, 152, 153, 154, 157, 189, 190, 195, 196, 197, 200, 214, 217, 230, 237, 240, 250, 251, 253, 258, 259, 265, 267, 268, 273, 280], "consider": [1, 7, 48], "15349": 1, "15337": 1, "get_url_and_commit": [1, 62, 236], "15271": 1, "direct": [1, 28, 37, 98, 103, 106, 122, 124, 128, 135, 140, 165, 190, 196, 197, 202, 230, 275], "host": [1, 8, 13, 24, 28, 31, 36, 43, 76, 90, 92, 93, 97, 98, 100, 102, 103, 104, 106, 110, 114, 119, 124, 128, 135, 140, 141, 144, 154, 155, 165, 175, 179, 186, 192, 196, 197, 198, 203, 207, 214, 217, 222, 226, 228, 230, 232, 240, 241, 244, 245, 248, 251, 265], "shouldn": [1, 6, 36, 40, 41, 62, 64, 80, 81, 86, 88, 116, 124, 128, 131, 138, 140, 185, 230, 236, 252, 263, 277], "non": [1, 52, 76, 80, 84, 91, 92, 111, 124, 138, 154, 192, 203, 248, 256, 278, 280], "artifact": [1, 6, 7, 13, 30, 47, 58, 71, 76, 80, 85, 91, 92, 94, 106, 116, 120, 124, 125, 127, 132, 137, 138, 139, 141, 154, 165, 167, 183, 197, 244, 245, 259, 264, 266, 270, 271, 272, 277, 280], "like": [1, 4, 6, 7, 8, 10, 13, 16, 18, 19, 21, 26, 27, 28, 30, 32, 36, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 61, 62, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 81, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 102, 103, 106, 107, 108, 109, 111, 112, 113, 114, 116, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 149, 150, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 166, 168, 175, 176, 177, 180, 184, 185, 186, 188, 189, 190, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 216, 217, 219, 220, 221, 222, 223, 226, 229, 230, 231, 232, 238, 240, 248, 249, 250, 251, 252, 253, 254, 255, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "imag": [1, 69, 76, 87, 105, 113, 140, 245], "time": [1, 6, 8, 10, 24, 26, 28, 43, 56, 62, 69, 74, 76, 80, 81, 87, 88, 97, 107, 114, 116, 122, 124, 127, 128, 132, 133, 134, 135, 136, 137, 140, 141, 155, 160, 167, 184, 194, 196, 197, 202, 203, 207, 212, 217, 249, 252, 253, 254, 258, 261, 264, 265, 266, 269, 270, 272, 273, 274, 275, 277, 278, 280], "resourc": [1, 8, 63, 103, 140, 248, 277], "15128": 1, "save": [1, 2, 6, 32, 40, 41, 56, 62, 63, 76, 97, 108, 114, 122, 124, 127, 134, 154, 155, 164, 196, 197, 201, 204, 207, 217, 226], "subfold": [1, 7, 14, 15, 17, 19, 92, 137, 165, 166, 188, 195, 205, 209, 212, 245, 261, 264, 272], "tgz": [1, 7, 91, 144, 167, 183, 205, 207, 249, 254, 264], "15409": 1, "libcxx": [1, 24, 26, 27, 28, 32, 47, 79, 98, 103, 114, 124, 131, 139, 151, 155, 191, 197, 214, 222, 226, 249, 250, 251, 258, 259], "cc": [1, 43, 56, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 188, 214, 220, 222, 226, 232, 250, 257, 263], "cxx": [1, 19, 21, 27, 43, 92, 154, 157, 188, 214, 222, 226, 232, 250, 257, 258, 259, 260, 263, 266, 267, 268, 271, 272], "var": [1, 40, 41, 80, 92, 115, 122, 141, 154, 155, 159, 196, 197, 200, 201, 202, 203, 213, 222, 232], "15418": 1, "winsdk_vers": [1, 92, 154, 197, 231, 233], "bug": [1, 8, 63, 76], "cmake_minimum_requir": [1, 21, 26, 39, 42, 43, 51, 69, 196, 249, 254, 257, 260, 266, 267, 268], "15373": 1, "trait": [1, 38, 40, 80, 81, 84, 124, 128, 275, 280], "15357": 1, "thru": 1, "15356": 1, "dump": [1, 163, 200], "reproduc": [1, 4, 6, 62, 76, 114, 124, 127, 184, 205, 236, 248, 252, 264, 274, 276, 277, 279, 280], "independ": [1, 21, 81, 86, 122, 133, 134, 139, 144, 165, 198, 272, 280], "were": [1, 6, 24, 30, 52, 62, 97, 131, 153, 165, 180, 220, 249, 251, 257, 260, 266, 275, 278, 280], "declar": [1, 14, 15, 21, 28, 49, 54, 58, 76, 79, 84, 91, 107, 124, 129, 130, 131, 135, 137, 139, 140, 141, 155, 157, 159, 160, 163, 164, 184, 190, 191, 192, 194, 195, 196, 197, 199, 201, 217, 220, 226, 230, 232, 248, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 272, 275, 280], "revert": [1, 76, 159], "default": [1, 4, 6, 8, 10, 13, 21, 26, 27, 28, 30, 32, 40, 41, 42, 46, 47, 49, 50, 51, 52, 56, 58, 61, 69, 76, 79, 83, 85, 86, 88, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 107, 109, 110, 113, 114, 116, 117, 119, 120, 122, 124, 132, 136, 137, 139, 140, 144, 145, 150, 153, 154, 155, 156, 157, 159, 161, 168, 175, 179, 180, 183, 184, 186, 188, 190, 191, 192, 194, 195, 196, 197, 200, 201, 205, 207, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 229, 230, 231, 232, 236, 240, 245, 249, 250, 251, 252, 253, 254, 256, 257, 259, 260, 261, 263, 265, 266, 267, 270, 272, 273, 275, 276, 277, 278, 280], "source_buildenv": 1, "15319": 1, "15284": 1, "ctest": [1, 194, 257], "directli": [1, 6, 7, 8, 13, 17, 27, 36, 46, 47, 51, 52, 64, 69, 74, 80, 88, 89, 95, 97, 100, 102, 103, 104, 106, 109, 110, 114, 126, 135, 141, 155, 157, 164, 189, 194, 197, 205, 209, 219, 226, 231, 249, 252, 253, 264, 265, 270, 271, 275, 279], "instead": [1, 4, 5, 8, 19, 36, 62, 64, 69, 74, 76, 80, 86, 91, 92, 95, 100, 102, 103, 104, 106, 110, 113, 116, 122, 124, 135, 139, 140, 149, 154, 157, 180, 184, 189, 194, 196, 197, 201, 217, 230, 236, 251, 252, 253, 254, 256, 257, 259, 260, 261, 267, 270, 271, 272, 275, 276, 278, 279], "target": [1, 8, 17, 18, 19, 21, 27, 28, 43, 52, 56, 69, 76, 80, 92, 106, 113, 124, 126, 139, 157, 165, 186, 189, 192, 194, 212, 219, 220, 221, 222, 225, 226, 229, 236, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 266, 267, 268, 271, 272, 277, 280], "run_test": [1, 126, 194], "15282": 1, "track": [1, 6, 71, 76, 128, 252, 277], "host_vers": [1, 43], "15274": 1, "given": [1, 6, 8, 32, 37, 43, 84, 85, 86, 90, 91, 92, 93, 95, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119, 130, 139, 140, 147, 149, 155, 158, 159, 161, 175, 179, 180, 197, 198, 201, 205, 207, 209, 214, 220, 226, 228, 236, 252, 273, 276, 277, 279, 280], "15272": 1, "pkglist": [1, 6, 13, 94, 96, 116, 120, 273], "15266": 1, "conan_log_level": [1, 159], "abl": [1, 3, 6, 7, 18, 24, 26, 30, 32, 36, 37, 40, 41, 42, 43, 62, 64, 79, 80, 84, 109, 110, 112, 134, 140, 141, 144, 149, 153, 155, 196, 198, 200, 205, 222, 226, 236, 259, 268, 270, 274, 280], "level": [1, 13, 16, 18, 21, 27, 30, 46, 47, 69, 74, 76, 79, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 129, 134, 139, 145, 149, 154, 157, 158, 159, 184, 189, 196, 207, 217, 220, 272, 280], "15263": 1, "request": [1, 32, 63, 76, 79, 92, 102, 106, 115, 116, 122, 124, 129, 153, 154, 159, 166, 243], "15257": 1, "oper": [1, 6, 8, 28, 51, 64, 65, 70, 71, 76, 86, 91, 106, 114, 116, 123, 126, 132, 151, 155, 158, 166, 180, 185, 191, 197, 200, 204, 236, 240, 242, 249, 250, 251, 258, 259, 261, 264, 269, 273, 276, 278, 280], "conanfil": [1, 6, 11, 13, 17, 18, 19, 21, 24, 28, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 69, 74, 76, 80, 82, 84, 86, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 108, 109, 110, 113, 114, 118, 119, 124, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 147, 148, 154, 155, 157, 158, 161, 162, 164, 165, 166, 167, 172, 175, 176, 184, 186, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 238, 240, 241, 248, 249, 250, 252, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279, 280], "15221": 1, "conandep": [1, 61, 190, 215, 230, 238], "aggreg": [1, 24, 56, 111, 114, 140, 179, 185, 190, 191, 201, 213, 230, 249, 254, 271], "style": [1, 90, 93, 100, 102, 103, 104, 106, 110, 115, 119, 188, 205], "15207": 1, "15192": 1, "about": [1, 4, 6, 18, 19, 21, 24, 32, 38, 43, 46, 47, 49, 54, 56, 57, 58, 61, 62, 69, 70, 71, 75, 76, 80, 81, 82, 84, 86, 89, 90, 93, 95, 97, 99, 103, 106, 110, 113, 114, 118, 119, 121, 124, 125, 126, 128, 130, 131, 135, 136, 137, 139, 140, 141, 144, 145, 147, 150, 151, 155, 157, 159, 163, 168, 197, 211, 217, 223, 226, 238, 243, 245, 248, 249, 251, 253, 255, 257, 258, 260, 261, 263, 267, 268, 270, 271, 274, 275, 277, 278, 280], "potenti": [1, 5, 41, 64, 94, 127, 141, 142, 143, 183, 197, 201, 277], "migrat": [1, 76, 124, 228, 253], "would": [1, 4, 5, 6, 10, 13, 16, 18, 19, 21, 32, 40, 41, 52, 62, 64, 79, 80, 86, 88, 92, 97, 100, 106, 107, 109, 111, 116, 122, 124, 126, 128, 132, 133, 135, 139, 140, 141, 142, 143, 144, 154, 155, 157, 158, 161, 162, 165, 167, 184, 195, 197, 198, 201, 212, 220, 236, 249, 250, 251, 252, 257, 260, 263, 265, 266, 275, 276, 277, 278, 279], "everi": [1, 3, 4, 8, 13, 32, 37, 50, 52, 69, 76, 80, 86, 87, 91, 92, 104, 106, 124, 135, 138, 139, 153, 154, 155, 158, 165, 167, 190, 191, 197, 201, 219, 220, 230, 231, 249, 253, 254, 264, 265, 269, 270, 273, 276, 277, 279, 280], "15174": 1, "deploi": [1, 31, 34, 56, 62, 90, 103, 106, 125, 139, 165, 176, 249, 254, 265, 271], "15172": 1, "15153": 1, "access": [1, 3, 4, 6, 16, 18, 19, 27, 36, 37, 40, 41, 62, 74, 91, 103, 122, 123, 124, 128, 131, 135, 144, 157, 165, 184, 205, 207, 213, 216, 228, 230, 267], "content": [1, 3, 4, 7, 18, 19, 21, 26, 27, 28, 56, 57, 62, 63, 64, 80, 91, 92, 103, 113, 122, 123, 134, 137, 155, 160, 166, 167, 184, 185, 205, 209, 217, 220, 226, 231, 249, 251, 252, 253, 259, 261, 268, 269, 271, 272, 277], "configapi": [1, 169, 172], "15151": 1, "builtin": [1, 11, 31, 76, 92, 154, 157], "redirect_stdout": 1, "integr": [1, 6, 7, 11, 25, 27, 36, 47, 51, 58, 61, 63, 64, 66, 69, 70, 71, 74, 75, 76, 79, 86, 113, 120, 126, 135, 140, 146, 157, 164, 167, 186, 243, 258, 259, 268, 276], "15150": 1, "warnings_as_error": [1, 92, 149, 154], "15149": 1, "ftp_tl": 1, "secur": [1, 6, 54, 115, 154, 158, 180, 207, 265, 278, 280], "ftp_download": [1, 204], "commun": [1, 3, 8, 79, 92, 122, 140, 154, 157, 233, 244, 246], "15137": 1, "replace_requir": 1, "replace_tool_requir": 1, "redefin": [1, 106, 155], "replac": [1, 19, 36, 51, 54, 79, 92, 124, 155, 159, 172, 184, 197, 201, 205, 266], "zlibng": [1, 155], "zlib": [1, 4, 5, 6, 10, 13, 26, 28, 30, 36, 37, 43, 57, 76, 79, 85, 87, 91, 92, 94, 98, 100, 102, 103, 104, 106, 107, 110, 116, 117, 120, 124, 135, 140, 141, 150, 154, 155, 156, 164, 190, 196, 202, 203, 215, 217, 220, 230, 233, 238, 248, 249, 250, 251, 252, 253, 254, 259], "altern": [1, 62, 74, 76, 93, 97, 99, 102, 124, 142, 143, 155, 184, 201, 236, 264], "wrap": [1, 126, 149, 155, 201, 222, 226, 233, 280], "anoth": [1, 7, 13, 28, 36, 42, 54, 85, 124, 127, 128, 135, 145, 155, 157, 163, 196, 200, 212, 220, 240, 242, 247, 249, 250, 257, 258, 260, 264, 266, 267, 270, 277], "15136": 1, "captur": [1, 6, 11, 44, 93, 110, 144, 202, 203, 205, 236, 240, 250, 252, 253, 254, 257, 261, 276], "15121": 1, "platform": [1, 8, 17, 28, 40, 41, 57, 63, 64, 65, 73, 74, 79, 80, 86, 88, 91, 102, 114, 130, 133, 134, 135, 138, 140, 144, 153, 154, 155, 157, 188, 197, 226, 228, 229, 230, 231, 240, 248, 249, 250, 253, 257, 268, 270, 277], "14871": 1, "14694": 1, "cpp_info": [1, 17, 21, 28, 39, 40, 41, 42, 43, 52, 93, 98, 103, 137, 190, 196, 197, 198, 203, 205, 214, 215, 216, 217, 220, 253, 259, 260, 261, 263, 264, 265, 272], "13994": 1, "15297": 1, "separ": [1, 21, 62, 89, 93, 116, 122, 124, 127, 137, 154, 155, 159, 195, 196, 197, 200, 201, 226, 246, 254, 260, 272, 278], "15296": 1, "escap": [1, 115, 159], "report": [1, 6, 13, 63, 64, 76, 92, 102, 106, 122, 145, 154, 157, 176, 240], "involv": [1, 28, 270, 271], "15222": 1, "hard": [1, 157], "set_nam": [1, 105, 125, 135], "set_vers": [1, 105, 124, 125, 135, 184, 236, 279], "mutat": 1, "15211": 1, "15170": 1, "cmake_policy_default_cmp0091": 1, "unus": [1, 90, 93, 97, 100, 102, 103, 104, 106, 110, 111, 119, 241, 276], "15127": 1, "system_tool": [1, 254], "favor": [1, 124], "align": [1, 7, 28, 157], "least": [1, 3, 90, 93, 100, 102, 103, 104, 106, 108, 109, 110, 119, 124, 141, 236, 252, 256, 263, 267, 273], "is_dirti": [1, 236], "process": [1, 5, 7, 26, 28, 56, 58, 62, 64, 69, 74, 76, 80, 86, 98, 109, 111, 113, 122, 124, 125, 126, 131, 140, 155, 159, 163, 165, 166, 183, 197, 202, 226, 247, 251, 252, 253, 255, 259, 264, 266, 276, 279, 280], "current": [1, 6, 18, 26, 36, 39, 40, 41, 42, 47, 51, 58, 61, 62, 64, 70, 72, 73, 74, 75, 76, 79, 80, 84, 86, 91, 92, 97, 104, 106, 109, 113, 115, 122, 124, 125, 132, 133, 134, 135, 137, 139, 141, 142, 143, 144, 147, 148, 152, 154, 155, 161, 168, 184, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 209, 210, 212, 214, 215, 216, 219, 220, 221, 223, 225, 226, 228, 229, 230, 231, 232, 233, 234, 236, 240, 247, 249, 250, 251, 253, 254, 256, 257, 259, 265, 270, 272, 276], "whole": [1, 6, 10, 17, 76, 84, 86, 91, 106, 124, 147, 183, 184, 196, 197, 201, 216], "repo": [1, 4, 5, 6, 16, 62, 64, 71, 76, 113, 114, 124, 166, 236, 272, 279, 280], "similarli": [1, 155, 203, 245, 278], "15289": 1, "15285": 1, "restor": [1, 2, 63, 201, 202, 203, 251, 252, 254], "portabl": [1, 76, 124], "across": [1, 8, 57, 88, 154, 160, 161, 249], "oss": [1, 111, 140, 157, 277], "15253": 1, "absolut": [1, 36, 37, 51, 92, 113, 135, 152, 154, 155, 165, 178, 196, 197, 205, 207, 209, 210, 266], "15244": 1, "ignor": [1, 6, 30, 56, 80, 132, 142, 143, 159, 194, 209, 210, 236, 240, 276], "15215": 1, "mislead": 1, "node": [1, 13, 98, 100, 103, 145, 175], "15196": 1, "15185": 1, "nmakedep": [1, 185, 198, 227], "quot": [1, 107, 115, 217], "15140": 1, "lru": [1, 107, 116, 273], "data": [1, 6, 8, 86, 122, 124, 127, 134, 135, 136, 137, 140, 151, 192, 196, 205, 217, 224, 246, 261, 280], "15135": 1, "package_metadata_fold": [1, 6], "15126": 1, "pyinstal": [1, 64], "useless": [1, 136, 196], "15116": 1, "download_cach": [1, 4, 92], "15109": 1, "riscv64": [1, 157], "riscv32": [1, 157], "manag": [1, 2, 3, 7, 8, 28, 32, 40, 41, 44, 46, 47, 49, 52, 56, 57, 64, 67, 68, 69, 71, 72, 73, 74, 80, 81, 84, 86, 88, 89, 92, 106, 108, 113, 114, 115, 120, 124, 125, 130, 131, 139, 140, 144, 145, 154, 155, 156, 157, 165, 180, 184, 186, 190, 197, 198, 200, 201, 205, 213, 222, 226, 228, 236, 239, 244, 248, 249, 250, 253, 255, 259, 265, 273, 274, 276, 277, 278, 279], "autotool": [1, 11, 44, 63, 65, 76, 92, 113, 135, 154, 185, 188, 198, 200, 201, 211, 213, 214, 249, 257, 259], "15053": 1, "simultan": [1, 196, 217, 270, 275], "databas": [1, 92, 154, 240], "connect": [1, 56, 79, 92, 103, 115, 122, 154, 180, 245], "15029": 1, "which": [1, 3, 4, 6, 7, 8, 10, 13, 17, 18, 21, 28, 31, 32, 37, 42, 43, 46, 47, 52, 56, 57, 58, 61, 62, 64, 67, 68, 69, 72, 78, 79, 80, 85, 86, 88, 89, 90, 91, 92, 93, 96, 100, 102, 103, 104, 105, 106, 107, 109, 110, 113, 116, 119, 121, 122, 124, 126, 128, 131, 133, 134, 137, 138, 140, 141, 144, 148, 149, 152, 153, 154, 155, 157, 158, 160, 162, 165, 166, 167, 172, 183, 184, 188, 189, 194, 196, 197, 200, 205, 207, 212, 214, 216, 219, 220, 221, 222, 223, 225, 226, 229, 230, 232, 240, 249, 251, 252, 253, 255, 258, 259, 260, 264, 270, 271, 273, 275, 278, 280], "15013": 1, "better": [1, 5, 6, 24, 27, 32, 37, 62, 70, 89, 106, 111, 124, 126, 139, 142, 143, 158, 201, 246, 264, 265, 275, 276, 280], "ux": [1, 117, 151], "15011": 1, "15007": 1, "14984": 1, "extra": [1, 4, 6, 36, 37, 40, 41, 43, 92, 93, 113, 124, 139, 142, 143, 149, 154, 194, 209, 214, 219, 221, 226, 231, 232, 236, 256, 263, 267], "14966": 1, "load": [1, 16, 42, 46, 56, 68, 92, 106, 124, 133, 134, 136, 142, 143, 154, 155, 166, 178, 179, 184, 197, 204, 207, 212, 220, 222, 238, 251, 253, 279], "ci": [1, 2, 4, 5, 6, 7, 8, 62, 71, 80, 100, 102, 114, 124, 126, 154, 157, 158, 159, 276, 280], "workflow": [1, 62, 166, 271], "air": [1, 7, 13], "gap": [1, 7, 13], "14923": 1, "comput": [1, 10, 13, 27, 36, 51, 62, 76, 79, 82, 83, 84, 88, 99, 100, 103, 104, 106, 107, 108, 110, 114, 124, 125, 131, 135, 139, 141, 144, 147, 155, 157, 168, 175, 179, 184, 202, 203, 213, 214, 247, 249, 251, 252, 254, 258, 259, 268, 277], "intersect": [1, 10], "14912": 1, "multipl": [1, 4, 6, 8, 14, 15, 20, 26, 74, 75, 76, 80, 90, 93, 94, 100, 102, 103, 104, 106, 110, 119, 122, 124, 135, 137, 139, 155, 158, 165, 184, 190, 194, 196, 197, 198, 202, 212, 214, 223, 226, 230, 240, 241, 242, 245, 248, 255, 270, 272, 276, 278, 280], "14883": 1, "14858": 1, "listen": [1, 122, 216, 219, 246], "system_package_vers": [1, 196, 217], "properti": [1, 21, 43, 52, 61, 73, 74, 98, 103, 124, 135, 137, 141, 172, 188, 197, 213, 222, 226, 230, 231, 239, 255, 266, 267, 271], "14808": 1, "shorthand": 1, "14727": 1, "control": [1, 4, 5, 51, 62, 76, 79, 84, 88, 93, 124, 137, 143, 157, 159, 190, 197, 230, 264, 276, 278, 280], "14054": 1, "overwrit": [1, 7, 24, 84, 90, 93, 97, 100, 102, 103, 104, 106, 110, 113, 114, 119, 124, 144, 184, 200, 217], "layout": [1, 6, 11, 14, 17, 26, 28, 36, 43, 47, 49, 56, 58, 61, 82, 92, 123, 125, 135, 138, 140, 144, 185, 194, 195, 197, 209, 214, 220, 226, 234, 241, 248, 250, 259, 261, 263, 264, 265, 268, 269, 270, 271], "nor": [1, 37, 76, 132, 136, 144, 145, 183, 240], "15058": 1, "astra": 1, "elbru": [1, 157], "altlinux": 1, "distribut": [1, 7, 36, 46, 62, 64, 76, 114, 144, 157, 168, 240, 246], "apt": [1, 64, 92, 125, 145, 154, 239], "systempackagemanag": 1, "15051": 1, "mint": [1, 64], "15026": 1, "check": [1, 5, 6, 8, 16, 18, 19, 21, 26, 27, 28, 30, 31, 32, 43, 46, 50, 51, 54, 61, 62, 64, 66, 67, 69, 70, 71, 72, 74, 75, 76, 79, 80, 84, 92, 93, 97, 102, 103, 104, 105, 106, 109, 114, 115, 120, 122, 124, 126, 137, 139, 140, 141, 144, 145, 147, 148, 154, 155, 157, 159, 160, 161, 163, 166, 168, 175, 176, 180, 183, 191, 192, 196, 201, 205, 206, 207, 212, 220, 222, 223, 226, 228, 236, 240, 244, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 273, 275, 276, 277, 280], "server": [1, 4, 5, 6, 7, 8, 13, 30, 56, 62, 63, 71, 76, 80, 82, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 106, 110, 113, 114, 115, 116, 119, 120, 124, 133, 134, 139, 153, 154, 158, 159, 167, 175, 180, 183, 207, 212, 241, 244, 245, 247, 249, 252, 261, 263, 273, 277, 280], "even": [1, 4, 6, 36, 37, 49, 52, 54, 64, 65, 76, 79, 80, 85, 87, 88, 94, 106, 111, 115, 120, 124, 126, 128, 131, 135, 141, 142, 143, 144, 145, 154, 155, 156, 157, 162, 165, 166, 180, 184, 205, 223, 230, 236, 247, 250, 252, 253, 257, 258, 259, 263, 274, 275, 276, 277, 278, 279], "shallow": 1, "clone": [1, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 92, 106, 144, 158, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277], "15023": 1, "appl": [1, 24, 43, 47, 75, 76, 79, 82, 87, 92, 98, 103, 107, 114, 154, 155, 157, 185, 189, 190, 191, 195, 197, 212, 214, 224, 249, 251, 259], "15015": 1, "extraflag": 1, "prioriti": [1, 106, 112, 124, 131, 140, 141, 142, 143, 153, 154, 155, 159, 179, 200, 236, 275], "15005": 1, "color": [1, 32, 103, 124, 256, 257, 260, 267, 268], "15002": 1, "sqlite3": [1, 135], "unsupport": [1, 261], "less": [1, 6, 36, 47, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 154, 279], "2012": 1, "14950": 1, "db": 1, "slash": 1, "uniform": 1, "14940": 1, "forc": [1, 6, 32, 37, 42, 80, 90, 92, 93, 98, 100, 102, 103, 104, 106, 110, 112, 113, 114, 115, 119, 120, 122, 124, 128, 153, 154, 155, 157, 159, 180, 183, 197, 214, 222, 249, 252, 270, 275, 276, 277], "rebuild": [1, 5, 74, 85, 124, 264, 270, 280], "while": [1, 4, 6, 8, 17, 19, 21, 28, 30, 46, 47, 51, 64, 76, 80, 81, 83, 84, 86, 92, 106, 112, 124, 125, 131, 140, 141, 149, 154, 155, 157, 165, 209, 217, 223, 248, 251, 267, 269, 270, 271, 273, 278, 279, 280], "previou": [1, 2, 6, 7, 13, 47, 58, 61, 76, 84, 88, 102, 106, 107, 109, 111, 157, 163, 180, 190, 195, 196, 197, 200, 226, 231, 240, 247, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 278, 279], "still": [1, 5, 30, 40, 41, 52, 62, 64, 88, 109, 116, 124, 127, 128, 131, 139, 140, 157, 175, 183, 236, 263, 270, 277, 278, 280], "project": [1, 2, 4, 5, 16, 17, 18, 19, 21, 24, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 84, 86, 88, 92, 93, 103, 113, 122, 124, 125, 137, 140, 154, 165, 184, 189, 190, 191, 195, 212, 215, 219, 220, 221, 222, 223, 226, 230, 231, 234, 241, 242, 244, 245, 247, 248, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 275, 276, 278, 280], "14938": 1, "14932": 1, "fill_cpp_info": [1, 216], "xorg": 1, "veri": [1, 6, 7, 8, 26, 30, 40, 41, 46, 47, 52, 56, 57, 58, 61, 62, 76, 79, 81, 84, 86, 88, 103, 110, 124, 135, 140, 155, 157, 159, 184, 195, 223, 244, 245, 246, 249, 256, 257, 271, 277, 278, 279, 280], "noisi": 1, "quiet": [1, 92, 149, 154, 189, 194, 225, 229], "14924": 1, "necessari": [1, 2, 6, 13, 17, 19, 21, 27, 28, 30, 36, 37, 40, 41, 47, 51, 52, 54, 58, 62, 64, 69, 74, 75, 76, 79, 80, 84, 86, 92, 93, 97, 100, 103, 106, 107, 109, 111, 113, 116, 120, 124, 125, 126, 128, 133, 134, 135, 136, 138, 139, 140, 144, 145, 147, 148, 150, 153, 154, 155, 157, 158, 176, 183, 186, 196, 197, 198, 202, 203, 205, 226, 232, 236, 238, 249, 251, 253, 254, 258, 259, 260, 261, 263, 264, 268, 271, 273, 275, 276, 277, 278, 279, 280], "buildinfo": 1, "14886": 1, "14852": 1, "min": [1, 103, 191, 226], "xro": [1, 157], "simul": [1, 52], "14776": 1, "could": [1, 5, 6, 8, 10, 13, 18, 21, 24, 30, 36, 37, 40, 42, 43, 62, 84, 86, 88, 89, 91, 97, 103, 106, 109, 111, 113, 124, 126, 127, 128, 129, 134, 135, 136, 137, 139, 140, 141, 143, 144, 145, 147, 153, 154, 155, 157, 162, 164, 165, 179, 184, 196, 197, 198, 201, 205, 214, 223, 225, 230, 247, 250, 251, 253, 257, 259, 261, 263, 264, 266, 267, 272, 275, 276, 277, 278, 279], "transit": [1, 13, 37, 52, 80, 93, 94, 106, 128, 135, 141, 155, 184, 190, 196, 202, 213, 230, 248, 270], "15082": 1, "15042": 1, "download_sourc": [1, 37, 92, 144, 154], "15004": 1, "incorrectli": 1, "xcconfig": [1, 75, 190, 191], "14898": 1, "export_sourc": [1, 7, 16, 18, 62, 91, 124, 125, 133, 135, 137, 209], "been": [1, 4, 6, 8, 13, 26, 28, 52, 64, 65, 71, 76, 80, 81, 84, 91, 93, 97, 101, 106, 107, 116, 131, 135, 140, 141, 144, 146, 147, 148, 155, 157, 176, 184, 190, 196, 202, 251, 252, 258, 259, 260, 270, 271, 273, 277, 280], "14850": 1, "properli": [1, 105, 154, 259, 268], "candid": 1, "14846": 1, "activ": [1, 8, 30, 36, 42, 51, 62, 64, 69, 74, 76, 86, 92, 124, 135, 140, 149, 154, 157, 159, 160, 190, 194, 196, 197, 200, 202, 203, 217, 220, 230, 232, 233, 250, 251, 254, 265], "pre": [1, 9, 46, 56, 62, 64, 74, 76, 79, 89, 92, 97, 114, 124, 144, 153, 154, 160, 166, 201, 223, 253, 255, 262, 271, 272, 278], "resolut": [1, 81, 133, 160], "full": [1, 5, 6, 24, 37, 40, 41, 54, 62, 67, 71, 72, 74, 75, 76, 85, 86, 91, 93, 97, 100, 106, 107, 109, 113, 124, 129, 135, 139, 145, 150, 157, 161, 165, 167, 169, 175, 184, 196, 197, 200, 216, 222, 236, 258, 266, 270, 279], "14814": 1, "lower": [1, 223, 252, 264, 278], "bound": [1, 278], "upper": [1, 278], "introduc": [1, 30, 54, 81, 83, 122, 144, 248, 258, 263, 271, 272, 274, 275, 276, 277, 278, 279, 280], "14837": 1, "14781": 1, "dry": [1, 62, 116, 120], "14760": 1, "host_tool": 1, "package_manag": [1, 92, 124, 140, 145, 154, 185, 239], "indic": [1, 4, 26, 28, 69, 79, 92, 93, 97, 104, 141, 154, 156, 194, 200, 205, 219, 220, 233, 251, 253, 265, 275], "14752": 1, "try": [1, 4, 16, 24, 40, 41, 43, 56, 57, 64, 76, 79, 85, 102, 103, 106, 110, 115, 124, 133, 134, 136, 144, 147, 155, 157, 159, 168, 175, 184, 188, 195, 197, 222, 240, 247, 249, 251, 254, 257, 258, 260, 264, 267, 268, 271, 275, 276, 279], "14819": 1, "14813": 1, "minor": [1, 76, 84, 85, 124, 155, 157, 184, 275, 278, 280], "14797": 1, "prettier": 1, "14787": 1, "settings_target": [1, 86, 139, 188, 265], "14825": 1, "first": [1, 4, 5, 6, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 37, 40, 41, 43, 44, 45, 46, 50, 54, 56, 57, 59, 60, 62, 64, 69, 79, 83, 85, 92, 93, 106, 108, 109, 111, 112, 124, 127, 138, 139, 142, 143, 154, 155, 158, 159, 161, 166, 167, 168, 179, 190, 191, 197, 202, 203, 207, 209, 214, 222, 231, 236, 240, 241, 242, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 279], "14800": 1, "reus": [1, 30, 42, 76, 124, 125, 135, 136, 138, 140, 144, 160, 242, 249, 259, 260, 268, 273], "session": [1, 64], "conanrequest": 1, "speed": [1, 6], "up": [1, 2, 10, 28, 56, 63, 69, 74, 84, 92, 122, 128, 152, 154, 165, 197, 241, 242, 247, 251, 257, 260, 263], "14795": 1, "rel": [1, 5, 18, 36, 37, 69, 87, 100, 113, 122, 124, 125, 126, 137, 140, 142, 143, 152, 155, 165, 166, 188, 196, 197, 200, 205, 209, 210, 266, 271, 272, 275, 277], "partial": [1, 85, 90, 92, 93, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 111, 112, 119, 155, 276, 280], "14782": 1, "14743": 1, "arg": [1, 32, 92, 100, 126, 159, 163, 212, 219, 222, 233, 236, 240, 279], "cmd": [1, 26, 124, 140, 146, 155, 162, 201, 212, 229, 236, 246, 268], "14737": 1, "block": [1, 54, 280], "interfac": [1, 6, 62, 69, 76, 85, 122, 160, 161, 198], "select": [1, 21, 26, 28, 69, 74, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 114, 115, 116, 117, 119, 120, 121, 124, 186, 195, 197, 205, 222, 229, 245, 255, 266, 273], "kei": [1, 62, 92, 113, 122, 124, 135, 140, 154, 158, 163, 197, 209, 214, 226, 231, 232, 236, 245, 261, 269, 270], "14731": 1, "14716": 1, "14692": 1, "cl": [1, 76, 232], "14682": 1, "transform": [1, 159, 205, 226], "cpp": [1, 16, 17, 18, 19, 21, 26, 27, 28, 36, 43, 46, 47, 52, 54, 56, 58, 61, 69, 76, 81, 85, 92, 140, 146, 154, 155, 157, 195, 197, 214, 223, 226, 232, 245, 256, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 270, 271, 277], "ld": [1, 28, 56, 103, 214, 226, 250], "blank": [1, 122, 200, 226], "14676": 1, "nobara": 1, "distro": [1, 64, 154, 157, 240], "dnf": [1, 92, 154, 239], "14668": 1, "b_vscrt": [1, 226], "14664": 1, "regex": [1, 86, 124, 139, 196], "14621": 1, "makedep": [1, 72, 185, 211], "tweak": [1, 197], "14605": 1, "jinja": [1, 51, 153, 154, 155, 158, 201], "14578": 1, "14532": 1, "14740": 1, "init": [1, 62, 125, 135, 184, 279], "failur": [1, 76, 92, 154, 207], "14735": 1, "alias": [1, 124, 184, 196, 217], "14644": 1, "regress": [1, 76], "win_bash": [1, 46, 47, 92, 98, 154], "14756": 1, "14728": 1, "share": [1, 7, 8, 18, 26, 27, 43, 47, 54, 61, 62, 76, 79, 80, 81, 84, 85, 86, 87, 88, 92, 98, 102, 103, 105, 107, 110, 113, 114, 116, 124, 128, 131, 135, 138, 140, 141, 142, 150, 155, 157, 160, 164, 184, 190, 191, 194, 195, 196, 197, 201, 211, 214, 217, 221, 226, 230, 240, 241, 242, 247, 248, 249, 250, 253, 257, 258, 259, 260, 261, 267, 273, 275, 280], "test_requir": [1, 80, 125, 135, 141, 250, 253, 257, 263, 265, 278], "diamond": [1, 124, 275], "14721": 1, "14712": 1, "otherwis": [1, 6, 8, 13, 30, 100, 101, 114, 122, 124, 131, 132, 144, 155, 157, 162, 167, 192, 196, 197, 201, 205, 207, 226, 228, 229, 236, 247, 251, 268, 275], "chain": [1, 5, 149, 280], "those": [1, 5, 6, 7, 13, 18, 21, 28, 30, 37, 40, 41, 43, 46, 52, 57, 58, 62, 64, 68, 74, 76, 80, 84, 91, 92, 93, 97, 100, 101, 105, 106, 107, 109, 110, 115, 116, 122, 124, 126, 131, 133, 134, 135, 137, 138, 139, 140, 141, 144, 145, 147, 154, 157, 159, 160, 163, 164, 165, 184, 188, 190, 191, 196, 197, 198, 202, 203, 205, 214, 215, 217, 226, 230, 232, 236, 240, 243, 249, 250, 251, 252, 253, 254, 255, 258, 259, 260, 263, 265, 266, 270, 271, 273, 274, 275, 276, 277, 280], "14673": 1, "cpu": [1, 8, 92, 154, 157, 192, 221, 229], "nativ": [1, 26, 27, 52, 57, 74, 80, 92, 154, 184, 192, 220, 225, 226, 233], "arm64": [1, 26, 43, 157, 186, 189, 197, 229], "14667": 1, "ones": [1, 6, 10, 31, 32, 43, 44, 48, 68, 76, 80, 84, 89, 91, 92, 100, 102, 116, 124, 129, 141, 145, 154, 155, 157, 165, 166, 172, 180, 186, 196, 197, 200, 201, 205, 210, 217, 222, 228, 229, 230, 247, 252, 266, 271, 272, 276, 277, 278, 279], "14643": 1, "unnecessarili": [1, 86], "decor": [1, 160], "sequenc": [1, 46, 99, 122], "14642": 1, "14622": 1, "patch_us": [1, 209], "apply_conandata_patch": [1, 134, 144, 204], "14576": 1, "xcode": [1, 63, 65, 90, 92, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 154, 189, 190, 191, 194, 195, 222, 226], "io": [1, 5, 8, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 65, 71, 76, 79, 92, 98, 103, 105, 124, 156, 157, 163, 188, 189, 226, 243, 244, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "tvo": [1, 157, 188], "watcho": [1, 157, 188, 226], "14538": 1, "incorrect": [1, 76], "conancent": [1, 2, 13, 30, 52, 62, 63, 76, 79, 85, 87, 98, 102, 103, 104, 107, 117, 124, 140, 154, 156, 243, 249, 252, 254], "web": [1, 4, 6, 64, 124, 157, 244, 245], "url": [1, 3, 4, 62, 91, 92, 98, 103, 105, 113, 115, 122, 135, 144, 154, 156, 158, 166, 180, 205, 207, 236, 245, 246, 256, 257, 259, 260, 261, 264, 267], "14531": 1, "14529": 1, "rrev": [1, 32, 98, 107], "rrev_timestamp": [1, 98], "prev_timestamp": [1, 98], "14526": 1, "resolv": [1, 8, 10, 90, 91, 92, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 109, 110, 112, 119, 122, 128, 154, 155, 179, 201, 205, 252, 274, 276, 277, 278], "14510": 1, "verifi": [1, 5, 28, 52, 54, 58, 80, 91, 92, 148, 154, 156, 160, 167, 207, 261, 264, 268, 280], "14508": 1, "visiono": [1, 157, 188], "14504": 1, "unknown": [1, 84, 98, 103, 149], "14493": 1, "skip_binari": [1, 37, 92, 154], "14466": 1, "symlink": [1, 92, 154, 165, 185, 204, 205, 255], "14461": 1, "14413": 1, "cli_arg": [1, 194], "14397": 1, "14394": 1, "credenti": [1, 3, 4, 44, 79, 82, 115, 122, 151, 158, 236, 245], "14392": 1, "apk": [1, 92, 154, 239], "alpin": [1, 240], "14382": 1, "msvc": [1, 52, 58, 61, 87, 88, 92, 107, 124, 140, 154, 155, 168, 192, 214, 228, 231, 253], "invok": [1, 43, 46, 92, 106, 154, 155, 165, 176, 188, 230, 239, 250, 251, 254, 256, 257, 261, 266, 268, 271], "within": [1, 28, 74, 88, 92, 122, 124, 132, 155, 188, 198, 205, 253, 278, 280], "prompt": [1, 32, 159, 197, 229, 232, 233], "where": [1, 4, 8, 19, 21, 28, 32, 43, 46, 54, 57, 64, 76, 86, 88, 91, 92, 105, 106, 107, 122, 124, 126, 135, 137, 140, 152, 154, 155, 156, 157, 163, 184, 189, 196, 197, 198, 200, 201, 205, 207, 212, 214, 219, 220, 222, 223, 225, 226, 229, 236, 245, 249, 250, 251, 253, 258, 259, 260, 261, 272, 277], "14364": 1, "14358": 1, "14347": 1, "default_build_opt": 1, "14340": 1, "14338": 1, "makefil": [1, 46, 47, 63, 65, 76, 194, 195, 212, 214, 215, 232, 253], "14133": 1, "14594": 1, "v2": [1, 157, 166, 192, 246], "readi": [1, 31, 56, 57, 74, 79, 155, 214, 223, 249, 259], "center": [1, 5, 8, 62, 69, 74, 76, 79, 98, 103, 105, 156, 157, 160, 241, 242, 249, 254], "link": [1, 4, 17, 19, 21, 26, 27, 28, 36, 43, 46, 47, 56, 58, 61, 63, 74, 80, 85, 86, 103, 124, 128, 137, 140, 141, 146, 161, 190, 196, 197, 198, 205, 217, 226, 231, 232, 245, 248, 250, 257, 258, 259, 260, 263, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "14593": 1, "inspect": [1, 6, 7, 37, 69, 89, 91, 114, 175, 232], "14572": 1, "hyphen": [1, 217, 220], "14561": 1, "user_toolchain": [1, 51, 92, 154, 197], "14556": 1, "boolean": [1, 92, 124, 135, 154, 180, 196, 197, 219, 221, 226, 280], "14530": 1, "14511": 1, "14491": 1, "14444": 1, "conf_info": [1, 28, 98, 135, 137, 154, 197, 260, 267], "14442": 1, "msbuildtoolchain": [1, 61, 74, 92, 124, 140, 154, 185, 227], "resourcecompil": [1, 231], "14378": 1, "result": [1, 4, 6, 8, 13, 28, 46, 64, 76, 79, 80, 84, 85, 86, 88, 92, 93, 94, 100, 101, 106, 107, 108, 109, 111, 112, 113, 114, 120, 124, 126, 135, 137, 139, 144, 145, 149, 154, 155, 157, 161, 163, 175, 179, 184, 192, 197, 198, 214, 226, 236, 251, 253, 254, 258, 260, 261, 266, 271, 277, 280], "14376": 1, "processor": [1, 157, 192, 226], "armv8": [1, 26, 27, 28, 43, 46, 86, 103, 107, 114, 124, 140, 155, 157, 186, 192, 197, 226, 240, 253, 264, 268], "aarch64": [1, 28, 103, 157, 240], "14362": 1, "mandat": [1, 200], "final": [1, 13, 17, 26, 32, 36, 40, 41, 43, 46, 47, 52, 56, 58, 62, 69, 76, 83, 92, 106, 107, 111, 124, 126, 127, 128, 131, 132, 133, 134, 136, 137, 138, 139, 140, 144, 155, 157, 179, 196, 197, 198, 205, 214, 217, 225, 242, 249, 254, 256, 259, 265, 268, 269, 271, 274, 275, 278, 280], "14342": 1, "default_opt": [1, 43, 54, 62, 79, 86, 88, 98, 105, 131, 136, 190, 194, 197, 226, 230, 257, 258, 259, 261, 267, 275], "xcrun": [1, 185, 187], "14326": 1, "abspath": 1, "14183": 1, "14555": 1, "vtrace": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "14522": 1, "confirm": [1, 28, 32, 116, 120], "interact": [1, 11, 44, 92, 103, 115, 153, 154, 159], "14512": 1, "just": [1, 5, 6, 18, 19, 21, 28, 40, 41, 42, 46, 52, 64, 74, 76, 79, 80, 85, 86, 88, 92, 94, 106, 111, 112, 113, 116, 122, 124, 126, 127, 128, 139, 141, 144, 150, 157, 159, 162, 166, 168, 184, 190, 196, 207, 212, 230, 237, 240, 245, 247, 249, 250, 251, 254, 257, 258, 261, 265, 266, 267, 268, 270, 276, 279, 280], "onc": [1, 4, 5, 6, 10, 26, 30, 46, 54, 62, 69, 74, 80, 86, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 126, 127, 133, 134, 138, 141, 144, 148, 166, 176, 184, 205, 207, 243, 245, 263, 270, 271, 277], "14478": 1, "14443": 1, "14441": 1, "14410": 1, "14391": 1, "14337": 1, "14320": 1, "14302": 1, "outsid": [1, 8, 62, 76, 84, 122, 124, 139, 152, 210], "scm_folder": [1, 124], "14330": 1, "trace": [1, 149, 264], "14322": 1, "flush": 1, "stream": [1, 76, 194], "write": [1, 4, 27, 46, 56, 76, 80, 81, 106, 113, 122, 127, 137, 160, 167, 184, 196, 197, 205, 214, 253, 259, 261, 267, 271], "14310": 1, "sign": [1, 82, 122, 160], "14331": 1, "cmakeuserpreset": [1, 21, 49, 50, 62, 91, 197, 264, 270, 271, 272], "inherit": [1, 50, 80, 136, 184, 197, 253], "typo": 1, "14325": 1, "conanpreset": [1, 50, 197], "14296": 1, "prefix": [1, 103, 116, 124, 155, 163, 197, 214, 215, 216, 217, 220, 221, 226, 258, 266], "param": [1, 32, 163, 176, 183, 194, 200, 225], "unix": [1, 155, 194, 195, 205, 253], "14295": 1, "invalid": [1, 6, 28, 103, 122, 125, 147, 148, 192, 196, 275], "loglevel": 1, "14289": 1, "14252": 1, "let": [1, 4, 6, 10, 13, 17, 18, 21, 24, 28, 30, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 54, 56, 57, 58, 61, 62, 69, 85, 86, 87, 88, 91, 100, 106, 107, 111, 128, 139, 154, 155, 162, 163, 168, 190, 196, 220, 230, 245, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279], "pkg_config_custom_cont": [1, 217], "14233": 1, "dict": [1, 92, 124, 135, 140, 154, 163, 177, 197, 214, 217, 226, 231, 232], "object": [1, 6, 19, 21, 27, 43, 46, 98, 103, 122, 124, 135, 136, 137, 138, 139, 140, 149, 161, 162, 163, 165, 166, 175, 180, 183, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 206, 207, 210, 212, 213, 214, 215, 216, 217, 219, 220, 221, 225, 228, 229, 230, 231, 232, 233, 234, 240, 250, 251, 257, 258, 259, 260, 263, 268, 271, 272], "fix_apple_shared_install_nam": [1, 47, 185, 187, 212], "otool": [1, 188, 212], "install_name_tool": [1, 47, 188, 212], "program": [1, 28, 30, 46, 56, 57, 92, 136, 154, 212, 233, 249, 251], "14195": 1, "fpic": [1, 43, 47, 54, 62, 79, 86, 87, 98, 103, 105, 107, 124, 130, 131, 194, 197, 214, 221, 226, 257, 258, 259, 261, 267], "header_onli": [1, 86, 124, 131, 139, 263], "14194": 1, "type": [1, 6, 28, 38, 70, 76, 85, 92, 96, 101, 103, 114, 115, 124, 139, 140, 151, 165, 184, 194, 196, 197, 202, 203, 217, 224, 241, 244, 245, 251, 252, 253, 254, 255, 257, 258, 280], "cmake_package_version_compat": 1, "anynewervers": [1, 196], "14176": 1, "14152": 1, "14272": 1, "longer": [1, 4, 41, 76, 79, 165, 252, 280], "won": [1, 4, 30, 40, 41, 52, 76, 79, 109, 116, 122, 124, 155, 157, 163, 196, 205, 226, 250, 258, 266, 270], "14261": 1, "permit": [1, 278], "empti": [1, 4, 6, 92, 93, 115, 116, 124, 140, 154, 155, 163, 175, 183, 192, 214, 217, 220, 230, 263, 264, 275, 276, 279], "14254": 1, "rm_safe": [1, 28, 43, 86, 124, 130, 131, 139, 258], "never": [1, 76, 80, 84, 85, 90, 93, 97, 100, 102, 103, 104, 106, 107, 110, 119, 124, 150, 176, 240, 252, 258, 264], "14238": 1, "make_program": [1, 92, 154], "14223": 1, "lib": [1, 17, 21, 26, 28, 36, 43, 52, 61, 91, 98, 102, 103, 122, 124, 128, 135, 137, 138, 140, 157, 188, 196, 197, 198, 205, 213, 214, 215, 216, 217, 220, 232, 238, 250, 258, 259, 260, 261, 263, 264, 266, 272, 280], "14215": 1, "clarif": [1, 76], "shown": [1, 4, 37, 103, 105, 129, 226], "14199": 1, "enabl": [1, 8, 10, 28, 69, 74, 79, 92, 124, 154, 156, 180, 192, 197, 205, 214, 240, 263, 278], "code": [1, 6, 16, 17, 18, 19, 26, 30, 33, 35, 36, 46, 52, 54, 57, 62, 64, 69, 76, 79, 80, 85, 91, 92, 103, 113, 124, 125, 135, 140, 144, 145, 147, 154, 157, 158, 160, 184, 189, 195, 196, 197, 198, 207, 217, 222, 230, 236, 240, 249, 251, 252, 253, 255, 256, 258, 259, 261, 263, 267, 268, 270, 271, 272, 273, 274, 276, 277, 279], "14177": 1, "xcodedep": [1, 75, 185, 187, 191], "14168": 1, "respect": [1, 32, 37, 79, 111, 124, 155, 159, 160, 197, 200, 226, 250, 275, 277], "locat": [1, 4, 6, 17, 18, 19, 21, 23, 26, 27, 30, 33, 35, 36, 43, 49, 51, 52, 58, 61, 69, 95, 103, 106, 113, 114, 122, 124, 135, 137, 138, 140, 142, 143, 154, 155, 156, 157, 159, 160, 161, 162, 165, 167, 168, 179, 188, 189, 190, 194, 196, 197, 205, 212, 214, 223, 232, 249, 250, 251, 253, 254, 259, 260, 261, 264, 265, 266, 272, 277], "14164": 1, "runner": [1, 26], "13985": 1, "leak": [1, 62, 158], "cmake_find_library_suffix": 1, "14253": 1, "custom": [1, 4, 5, 6, 11, 17, 23, 26, 31, 37, 46, 69, 71, 74, 76, 79, 80, 81, 82, 83, 89, 92, 106, 114, 116, 123, 124, 125, 126, 127, 128, 130, 131, 132, 133, 134, 135, 139, 151, 154, 155, 159, 160, 161, 162, 166, 168, 171, 184, 185, 187, 193, 195, 200, 209, 211, 218, 224, 227, 255, 258, 260, 266, 267, 272], "14227": 1, "14190": 1, "osx": [1, 36, 46, 47, 64, 76, 135, 140, 197, 251], "14187": 1, "keyerror": 1, "14185": 1, "cmake_generator_platform": [1, 157, 197], "14114": 1, "cppinfo": [1, 21, 82, 124, 135, 140, 185, 196, 260], "14101": 1, "14082": 1, "both": [1, 6, 8, 10, 17, 18, 21, 27, 28, 36, 37, 40, 41, 43, 49, 50, 51, 61, 78, 85, 86, 90, 91, 92, 93, 97, 100, 102, 103, 104, 106, 107, 108, 110, 111, 113, 114, 116, 119, 124, 127, 135, 136, 137, 138, 140, 142, 143, 149, 154, 155, 157, 159, 165, 184, 188, 190, 191, 192, 196, 197, 200, 220, 236, 244, 247, 249, 251, 253, 254, 260, 264, 265, 266, 268, 270, 272, 275, 276, 279, 280], "summari": [1, 4, 8, 84, 222, 260], "delet": [1, 32, 43, 64, 80, 116, 122, 124, 131, 258], "thing": [1, 13, 18, 21, 30, 52, 69, 70, 76, 79, 80, 88, 106, 111, 124, 139, 176, 184, 185, 197, 201, 212, 249, 251, 253, 255, 257, 259, 260, 265, 266, 267, 272, 280], "excluded_url": 1, "14020": 1, "learn": [1, 21, 26, 28, 70, 76, 79, 81, 124, 223, 242, 247, 248, 250, 251, 257, 259, 263, 265, 268, 269, 270, 276, 280], "14011": 1, "express": [1, 43, 51, 86, 112, 124, 137, 149, 150, 155, 197, 252, 274, 280], "14004": 1, "equival": [1, 62, 91, 92, 106, 107, 110, 117, 124, 126, 128, 133, 134, 140, 141, 150, 157, 180, 184, 194, 198, 200, 236, 250, 251, 252, 253, 259, 260, 271, 272, 276], "14002": 1, "13999": 1, "small": [1, 62, 76, 122, 133, 205, 246, 259, 264, 268, 275, 276], "13989": 1, "packageslist": [1, 173], "input": [1, 8, 28, 47, 61, 80, 84, 86, 88, 92, 94, 96, 101, 103, 106, 107, 108, 109, 110, 112, 113, 116, 120, 139, 144, 153, 154, 159, 205, 226, 231, 251, 253, 263, 273, 277], "13928": 1, "associ": [1, 3, 6, 113, 115, 116, 155, 157, 197, 252, 280], "13918": 1, "13757": 1, "split": [1, 155], "two": [1, 6, 18, 28, 46, 54, 76, 85, 86, 91, 96, 122, 124, 127, 128, 155, 164, 165, 184, 192, 197, 200, 209, 214, 230, 231, 240, 248, 249, 251, 257, 258, 263, 270, 272, 276], "13729": 1, "bindir": [1, 18, 28, 40, 41, 98, 103, 140, 146, 195, 197, 214, 217, 223, 226, 260, 263, 265, 268], "13623": 1, "autopackag": [1, 185, 204], "remnant": 1, "14083": 1, "14075": 1, "space": [1, 64, 76, 106, 115, 122, 124, 138, 157, 200, 278], "14063": 1, "trail": 1, "xxx_folder": 1, "break": [1, 5, 6, 7, 13, 32, 64, 76, 79, 92, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 165, 167, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 197, 198, 215, 219, 220, 221, 222, 228], "subsystem": [1, 46, 47, 92, 124, 140, 154, 157, 185, 201, 227], "msys2": [1, 46, 47, 92, 154, 157, 240, 248], "14061": 1, "intermedi": [1, 106], "aggregated_compon": [1, 198], "14060": 1, "14053": 1, "pyyaml": 1, "broke": 1, "13990": 1, "13946": 1, "latest": [1, 5, 8, 13, 32, 62, 64, 74, 76, 85, 87, 90, 91, 92, 93, 94, 100, 102, 103, 104, 106, 107, 110, 112, 113, 114, 116, 119, 120, 124, 157, 163, 192, 202, 203, 236, 245, 249, 252, 266, 274, 276, 277, 278, 279, 280], "14110": 1, "doubl": [1, 30, 115, 196, 245, 258], "setup": [1, 7, 42, 52, 57, 62, 225, 242], "14109": 1, "quietli": 1, "noth": [1, 17, 32, 40, 41, 52, 205, 259], "14106": 1, "overlap": [1, 226], "14095": 1, "freebsd": [1, 8, 64, 76, 155, 157, 240], "14065": 1, "through": [1, 24, 28, 97, 113, 124, 156, 166, 197, 225, 241, 247, 257, 259, 268], "root": [1, 10, 16, 18, 19, 27, 37, 39, 47, 58, 61, 90, 92, 95, 97, 98, 103, 104, 106, 137, 140, 154, 155, 157, 163, 165, 175, 176, 196, 214, 220, 222, 223, 249, 250, 252, 254, 258, 259, 264], "14051": 1, "irrespect": [1, 124, 139, 142, 143, 145, 230, 236, 253, 259], "problem": [1, 4, 6, 8, 76, 92, 128, 246, 251, 268], "parent": [1, 124, 137, 152, 205, 261], "13983": 1, "libdir1": 1, "includedir1": 1, "index": [1, 5, 8, 62, 64, 76, 79, 98, 103, 105, 115, 160, 180, 188, 243], "libdir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 205, 214, 216, 217, 223, 226, 260, 263, 264, 265, 272], "includedir": [1, 17, 21, 98, 103, 135, 137, 140, 195, 197, 198, 214, 216, 217, 226, 230, 260, 264, 272], "cmake_program": [1, 92, 154, 194, 197], "13940": 1, "str": [1, 17, 32, 37, 124, 139, 165, 173, 177, 180, 190, 192, 201, 205, 222, 223, 225, 226, 228, 229, 230, 233, 253, 257, 264, 272], "13964": 1, "layer": [1, 157, 163, 259, 280], "13944": 1, "unzip": [1, 6, 19, 27, 64, 124, 144, 204, 207, 245, 261, 271], "13937": 1, "13929": 1, "13967": 1, "13966": 1, "source_fold": [1, 6, 16, 17, 18, 37, 39, 42, 54, 61, 92, 98, 103, 105, 137, 138, 144, 176, 197, 205, 209, 212, 225, 253, 257, 263, 264, 266], "13953": 1, "complet": [1, 4, 5, 6, 24, 40, 41, 56, 58, 62, 76, 93, 103, 106, 107, 109, 111, 116, 124, 135, 139, 140, 142, 143, 144, 147, 155, 157, 165, 166, 183, 197, 240, 244, 245, 253, 260, 264, 267, 270, 272, 280], "13934": 1, "premakedep": 1, "13926": 1, "http": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 79, 92, 98, 103, 105, 113, 122, 124, 144, 154, 156, 158, 163, 166, 207, 209, 231, 243, 245, 246, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "github": [1, 4, 5, 6, 16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 63, 64, 71, 76, 92, 98, 103, 105, 122, 124, 135, 144, 157, 160, 163, 166, 209, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "com": [1, 3, 4, 5, 16, 17, 18, 19, 21, 24, 26, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 71, 76, 92, 98, 103, 105, 122, 124, 144, 155, 163, 166, 209, 231, 243, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 280], "pull": [1, 76, 79, 209, 243, 276], "13898": 1, "overrid": [1, 40, 41, 79, 80, 90, 92, 93, 97, 98, 100, 102, 103, 104, 106, 110, 119, 122, 124, 128, 154, 155, 194, 197, 240, 251, 274], "specif": [1, 6, 7, 8, 13, 21, 28, 37, 40, 41, 46, 47, 58, 61, 64, 69, 76, 86, 88, 91, 92, 94, 103, 104, 107, 112, 115, 120, 122, 124, 135, 137, 139, 140, 150, 154, 155, 157, 161, 162, 165, 192, 194, 197, 201, 202, 203, 205, 223, 226, 230, 233, 240, 247, 251, 253, 254, 255, 259, 261, 264, 265, 272, 278], "13923": 1, "13839": 1, "13836": 1, "step": [1, 3, 4, 6, 11, 13, 28, 29, 46, 47, 56, 62, 69, 122, 124, 130, 131, 155, 194, 212, 222, 253, 255, 258, 264, 267, 270, 271], "13833": 1, "relocat": [1, 30, 36, 211, 266], "build_polici": [1, 97, 98, 264], "debugg": 1, "13810": 1, "possible_valu": [1, 124], "possibl": [1, 4, 5, 6, 7, 13, 17, 27, 30, 36, 41, 42, 47, 51, 52, 58, 61, 62, 64, 76, 79, 80, 84, 86, 89, 90, 91, 92, 93, 94, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 116, 119, 120, 124, 126, 127, 128, 131, 133, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 150, 154, 155, 157, 158, 160, 161, 162, 163, 167, 172, 175, 183, 184, 186, 190, 192, 194, 196, 198, 200, 201, 222, 226, 230, 237, 240, 251, 252, 257, 258, 261, 269, 270, 272, 273, 275, 276, 277, 278, 279, 280], "13796": 1, "optim": [1, 76, 97, 124, 127, 263], "hit": [1, 201, 246], "13771": 1, "sh": [1, 36, 40, 41, 46, 56, 92, 135, 154, 157, 200, 201, 202, 203, 213, 214, 222, 232, 245, 250, 251, 253, 254, 257, 265, 271, 272], "shell": [1, 36, 40, 41, 43, 64, 67, 92, 124, 149, 154, 200, 201, 205, 213, 214, 222], "13764": 1, "13748": 1, "auto": [1, 43, 79, 80, 92, 114, 154, 155, 157, 249], "home": [1, 4, 26, 27, 32, 62, 63, 79, 113, 114, 122, 124, 140, 152, 154, 156, 157, 159, 163, 178, 180, 215, 249, 250, 251, 259], "13746": 1, "render": [1, 21, 103, 107, 113, 151, 153, 154, 158], "profile_nam": [1, 155], "13721": 1, "13718": 1, "understand": [1, 24, 32, 37, 49, 67, 72, 79, 83, 102, 111, 124, 150, 154, 165, 213, 214, 232, 241, 248, 259, 269], "13716": 1, "13712": 1, "skip_warn": [1, 92, 149, 154], "silenc": 1, "13706": 1, "info_invalid": [1, 98, 103], "13688": 1, "13680": 1, "mono": [1, 124], "13562": 1, "demonstr": [1, 28, 253], "13529": 1, "build_script": 1, "13901": 1, "13880": 1, "feed": [1, 80], "field": [1, 47, 52, 89, 93, 100, 103, 105, 107, 114, 117, 123, 124, 135, 137, 140, 153, 156, 157, 158, 166, 188, 197, 209, 212, 217, 236, 280], "13870": 1, "compiler_execut": [1, 28, 92, 154, 155, 197, 214, 226, 232, 249], "13867": 1, "13857": 1, "suffix": [1, 163, 196, 217], "13841": 1, "unkown": 1, "13832": 1, "13778": 1, "renam": [1, 180, 196, 204, 217], "d": [1, 7, 13, 27, 47, 49, 58, 61, 85, 90, 91, 103, 106, 113, 122, 124, 136, 155, 184, 195, 197, 215, 245, 259, 264, 277], "13740": 1, "omit": [1, 21, 124, 154, 272], "l": [1, 90, 91, 92, 93, 94, 96, 97, 100, 102, 103, 104, 105, 106, 110, 116, 119, 120, 212, 213, 215, 217, 236], "libpath": [1, 238], "13704": 1, "13855": 1, "out": [1, 26, 28, 30, 32, 37, 56, 57, 62, 76, 78, 86, 90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119, 122, 135, 222, 226, 257, 261, 272, 276], "13853": 1, "13846": 1, "13844": 1, "13779": 1, "merg": [1, 5, 8, 24, 99, 100, 108, 198, 243, 272, 276, 280], "alia": [1, 113, 196, 212], "13763": 1, "dep": [1, 21, 37, 42, 56, 85, 102, 135, 147, 155, 164, 165, 190, 194, 196, 198, 220, 230, 232, 253, 257, 259], "13762": 1, "cmake_system_nam": [1, 92, 154, 197], "baremet": [1, 157], "13739": 1, "deactiv": [1, 51, 166, 197, 202, 203, 251, 278], "13707": 1, "13597": 1, "extend": [1, 28, 44, 48, 79, 82, 83, 93, 100, 110, 125, 136, 160, 166, 193, 276, 278, 280], "13669": 1, "13608": 1, "bat": [1, 36, 40, 41, 46, 92, 135, 154, 197, 200, 201, 202, 203, 213, 214, 222, 226, 231, 232, 233, 245, 251, 253, 254], "13607": 1, "preliminari": [1, 197], "dev": [1, 145, 157, 240], "premake5": 1, "13390": 1, "old": [1, 31, 33, 124, 157, 172, 273, 276], "login": [1, 89, 122, 153, 180, 207, 245], "13671": 1, "msg": [1, 149, 163], "13668": 1, "correct": [1, 41, 43, 79, 80, 84, 92, 124, 137, 138, 140, 142, 143, 167, 188, 190, 196, 197, 201, 205, 225, 232, 250, 251, 260, 261, 264, 266, 270], "origin": [1, 4, 6, 8, 13, 24, 62, 64, 92, 106, 124, 128, 138, 153, 157, 200, 201, 226, 236, 252, 261, 264, 280], "13667": 1, "13661": 1, "respond": [1, 76], "forbidden": [1, 77, 109, 111, 128], "13626": 1, "13622": 1, "direct_deploi": [1, 106, 280], "13612": 1, "13605": 1, "p": [1, 4, 7, 13, 21, 24, 30, 43, 54, 62, 74, 91, 94, 98, 103, 107, 115, 116, 120, 154, 215, 229, 245, 257, 258, 260, 261, 263, 264, 266, 272], "had": [1, 13, 47, 58, 61, 62, 97, 124, 128, 253, 258, 261, 270, 272, 275], "13662": 1, "13657": 1, "close": [1, 97, 124, 205], "13631": 1, "13618": 1, "full_deploi": [1, 36, 106, 280], "collis": [1, 123, 196, 212, 214], "13610": 1, "13601": 1, "temp": [1, 91], "everyth": [1, 5, 13, 19, 43, 62, 64, 71, 76, 79, 91, 111, 116, 128, 137, 155, 185, 236, 253, 270], "13581": 1, "dictionari": [1, 92, 100, 124, 135, 140, 154, 163, 194, 197, 205, 207], "semant": [1, 124, 157, 259, 274], "13571": 1, "sdk": [1, 26, 36, 92, 154, 157, 188, 189, 191, 214, 226], "13531": 1, "13526": 1, "13505": 1, "13502": 1, "13470": 1, "side": [1, 6, 7, 8, 52, 122, 124, 140, 154, 249, 250, 257, 267, 277], "third": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 207, 236, 264, 271, 272], "parti": [1, 2, 14, 15, 54, 62, 63, 103, 124, 144, 158, 236, 264, 271, 272], "13461": 1, "cmake_legacy_toolchain": [1, 92, 154, 197], "android_use_legacy_toolchain_fil": [1, 92, 154, 197], "It": [1, 6, 7, 8, 13, 17, 18, 28, 30, 32, 36, 37, 40, 41, 46, 47, 52, 54, 58, 61, 62, 64, 68, 69, 70, 74, 75, 76, 78, 79, 80, 84, 85, 86, 87, 89, 91, 92, 93, 94, 100, 102, 103, 104, 106, 109, 111, 112, 113, 114, 116, 117, 120, 124, 126, 127, 128, 130, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 154, 155, 157, 159, 160, 161, 163, 166, 183, 184, 189, 190, 191, 192, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 208, 209, 212, 213, 214, 215, 216, 219, 220, 221, 226, 228, 229, 230, 231, 232, 236, 237, 238, 240, 244, 245, 246, 249, 251, 252, 253, 257, 258, 259, 261, 263, 264, 265, 268, 270, 273, 275, 276, 277, 278, 279, 280], "cflag": [1, 46, 92, 98, 103, 140, 154, 155, 191, 197, 213, 214, 217, 221, 226, 231, 232], "cxxflag": [1, 47, 51, 86, 92, 98, 103, 140, 154, 191, 197, 198, 213, 214, 221, 226, 231, 232, 238], "prevent": [1, 122, 124, 197], "13459": 1, "13458": 1, "authent": [1, 3, 62, 79, 114, 115, 153, 156, 158, 159, 180, 207, 244, 245], "13421": 1, "wai": [1, 4, 5, 6, 7, 8, 13, 21, 36, 43, 54, 62, 64, 70, 79, 84, 88, 89, 91, 92, 93, 102, 107, 122, 124, 126, 135, 137, 138, 141, 155, 157, 158, 159, 160, 164, 184, 197, 216, 223, 230, 236, 245, 247, 249, 251, 253, 256, 257, 258, 261, 263, 269, 270, 275, 277, 278, 280], "python_requires_extend": [1, 80, 136, 184], "13487": 1, "again": [1, 4, 13, 21, 26, 28, 32, 54, 91, 93, 122, 147, 149, 167, 220, 222, 236, 247, 251, 263, 264, 266, 270, 275, 277], "mydep": [1, 84, 135, 141, 232], "someopt": 1, "13467": 1, "cpp_std": 1, "vc": 1, "vs2019": [1, 92, 154, 222, 226], "vs2022": 1, "rather": [1, 8, 52, 84, 92, 139, 154, 157, 214, 232, 262, 272], "13450": 1, "conan_shared_found_librari": 1, "find_librari": [1, 26], "13596": 1, "13574": 1, "cmd_wrapper": [1, 160, 162, 280], "13564": 1, "becaus": [1, 6, 13, 17, 24, 28, 30, 32, 36, 43, 47, 49, 50, 52, 58, 62, 64, 65, 69, 76, 84, 87, 88, 91, 92, 100, 107, 109, 110, 124, 131, 138, 139, 140, 141, 145, 154, 155, 157, 167, 184, 192, 196, 197, 217, 222, 251, 252, 254, 258, 263, 264, 265, 266, 270, 271, 272, 275, 276, 277, 278], "13544": 1, "subcommand": [1, 99, 108, 163, 280], "underscor": [1, 259], "13516": 1, "13496": 1, "13488": 1, "composit": [1, 136, 157, 199], "13468": 1, "13415": 1, "13409": 1, "build_script_fold": [1, 194, 212, 263], "autoreconf": [1, 47, 212, 214, 257], "class": [1, 6, 16, 17, 18, 19, 24, 28, 32, 39, 40, 41, 42, 43, 51, 52, 54, 62, 76, 79, 80, 84, 86, 88, 106, 113, 122, 123, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 147, 148, 155, 157, 160, 163, 164, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 188, 189, 190, 191, 194, 196, 197, 198, 200, 201, 202, 203, 205, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 232, 233, 236, 237, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 267, 268, 271, 272, 275, 276, 277, 278, 279], "mirror": [1, 4, 207], "That": [1, 8, 13, 17, 24, 39, 68, 79, 80, 88, 106, 124, 144, 159, 161, 168, 190, 196, 201, 217, 222, 231, 250, 251, 252, 263, 267, 276, 279, 280], "13403": 1, "13386": 1, "13354": 1, "jinja2": [1, 113, 114, 154, 155], "inclus": [1, 230], "13336": 1, "13324": 1, "version_rang": [1, 10, 92, 124, 154, 278], "resolve_prereleas": [1, 10, 92, 124, 154, 278], "prereleas": [1, 10, 278], "13321": 1, "13433": 1, "corrupt": 1, "13432": 1, "13430": 1, "13423": 1, "_detect_compiler_vers": 1, "13396": 1, "libc": [1, 24, 79, 98, 103, 114, 155, 157, 197, 226, 249, 251, 259], "13359": 1, "vswhere": [1, 92, 154], "13355": 1, "convers": [1, 81, 89], "13323": 1, "13230": 1, "msbuild": [1, 11, 44, 52, 65, 74, 76, 92, 113, 140, 154, 155, 157, 185, 194, 227, 230, 231, 233, 259], "13435": 1, "nonexist": [1, 21], "13434": 1, "individu": [1, 41, 76, 128, 135, 139, 153, 179, 271, 278], "13428": 1, "fatal": [1, 26], "malform": 1, "13365": 1, "system_lib": [1, 98, 103, 140, 198, 215, 216], "13364": 1, "virtualbuildenv": [1, 28, 40, 41, 46, 124, 140, 155, 185, 197, 199, 200, 201, 250, 251, 254, 260, 265], "instanti": [1, 52, 124, 135, 190, 191, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238], "13346": 1, "nicer": 1, "13328": 1, "qcc": [1, 157], "13326": 1, "insecur": [1, 92, 115], "ssl": [1, 92, 115, 140, 154, 156, 180, 207, 220], "13270": 1, "conanignor": [1, 92], "13269": 1, "traceback": 1, "vv": [1, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "13226": 1, "13299": 1, "telemetri": 1, "hang": [1, 76, 122], "13293": 1, "schema2": 1, "13288": 1, "logger": 1, "13287": 1, "auth": [1, 76, 158, 159, 207], "13285": 1, "unexpect": [1, 79, 80, 149, 226, 276], "13282": 1, "runtime_typ": [1, 58, 61, 88, 157, 168, 214], "reli": [1, 4, 52, 76, 80, 107, 142, 143, 197, 217, 249, 264, 266], "13277": 1, "txt": [1, 6, 16, 17, 18, 19, 21, 24, 28, 36, 39, 42, 43, 46, 49, 50, 51, 52, 56, 57, 63, 69, 70, 80, 82, 87, 90, 91, 95, 100, 102, 103, 104, 106, 110, 113, 114, 124, 134, 138, 142, 143, 155, 164, 167, 176, 184, 190, 191, 194, 195, 196, 197, 202, 203, 205, 213, 214, 215, 217, 220, 221, 222, 223, 230, 231, 233, 238, 241, 248, 249, 250, 254, 256, 257, 258, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 278, 279, 280], "pars": [1, 32, 62, 76, 107, 154, 155, 160, 216, 236, 237, 261], "13266": 1, "unifi": [1, 6, 157], "13264": 1, "13249": 1, "13214": 1, "explicitli": [1, 6, 13, 28, 42, 76, 80, 86, 91, 92, 94, 100, 106, 107, 109, 116, 124, 126, 130, 131, 133, 135, 139, 140, 141, 144, 145, 154, 184, 196, 198, 249, 252, 260, 275, 277, 278, 279], "state": [1, 7, 141, 180, 184, 197, 226, 252], "13211": 1, "13207": 1, "readm": [1, 166, 207, 271], "13186": 1, "13298": 1, "certain": [1, 28, 64, 106, 112, 116, 135, 140, 154, 155, 157, 166, 230, 252, 258, 260, 267], "13284": 1, "13278": 1, "13267": 1, "13263": 1, "win": [1, 64, 111, 264], "drive": [1, 47, 58, 61], "13248": 1, "13191": 1, "gnu17": [1, 43, 47, 98, 103, 114, 155, 157, 192, 249], "13185": 1, "13180": 1, "13178": 1, "13176": 1, "13172": 1, "etc": [1, 4, 6, 7, 8, 18, 30, 32, 36, 38, 43, 63, 70, 73, 76, 79, 80, 89, 92, 106, 110, 111, 114, 122, 124, 125, 127, 131, 135, 137, 138, 139, 140, 146, 154, 155, 157, 159, 160, 167, 188, 189, 196, 197, 198, 200, 202, 203, 213, 214, 217, 226, 230, 233, 244, 245, 248, 249, 258, 261, 263, 264, 267, 272, 277, 279, 280], "12746": 1, "13135": 1, "main": [1, 5, 19, 26, 30, 36, 43, 46, 47, 52, 54, 56, 57, 58, 61, 62, 63, 69, 71, 93, 94, 103, 106, 111, 121, 124, 136, 138, 157, 163, 185, 190, 191, 196, 209, 219, 231, 249, 251, 253, 254, 257, 259, 261, 263, 268, 271, 272, 277, 278, 280], "13117": 1, "13112": 1, "13110": 1, "13109": 1, "assign": [1, 28, 80, 84, 124, 130, 139, 142, 143, 195, 196, 197, 216, 226, 236, 258, 265], "13099": 1, "ui": [1, 32, 244, 245], "13093": 1, "13090": 1, "13074": 1, "13066": 1, "13050": 1, "customiz": [1, 157, 280], "presets_prefix": 1, "prepend": [1, 140, 154, 155, 200, 201, 216], "13015": 1, "your": [1, 2, 4, 6, 8, 10, 11, 19, 21, 23, 26, 27, 28, 30, 31, 32, 35, 43, 44, 45, 46, 48, 54, 56, 59, 60, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 79, 80, 81, 86, 88, 91, 93, 103, 113, 114, 123, 124, 125, 126, 130, 131, 133, 134, 135, 136, 139, 140, 144, 149, 154, 155, 157, 160, 163, 164, 165, 166, 167, 168, 184, 186, 189, 190, 191, 192, 195, 197, 205, 212, 214, 220, 221, 222, 223, 225, 226, 230, 232, 236, 238, 240, 241, 242, 247, 248, 249, 251, 253, 254, 255, 258, 261, 263, 264, 266, 267, 268, 269, 270, 271, 273, 280], "own": [1, 4, 8, 13, 19, 30, 37, 43, 50, 62, 64, 76, 79, 80, 81, 83, 86, 87, 88, 103, 113, 114, 123, 124, 126, 127, 135, 144, 154, 155, 157, 160, 163, 164, 165, 166, 184, 186, 196, 197, 223, 236, 242, 244, 255, 259, 264, 268, 270, 272, 280], "10166": 1, "13084": 1, "hash": [1, 83, 87, 98, 103, 105, 124, 144, 184, 207, 251, 252, 258, 260, 261, 277, 280], "13011": 1, "13003": 1, "12980": 1, "12937": 1, "pkgconfidep": 1, "get_transitive_requir": 1, "13013": 1, "13010": 1, "12992": 1, "12962": 1, "concurr": [1, 7, 69, 80, 92, 154, 159, 276, 280], "12930": 1, "against": [1, 5, 8, 10, 21, 37, 43, 74, 80, 115, 124, 132, 140, 149, 153, 156, 157, 162, 180, 238, 251, 259, 260, 268, 275, 276], "12913": 1, "system_requir": [1, 98, 103, 125, 135, 240], "12912": 1, "tar": [1, 4, 8, 28, 124, 205, 207], "pax": 1, "python3": [1, 64, 122], "12899": 1, "unix_path_package_info_legaci": 1, "package_info": [1, 11, 14, 17, 21, 28, 39, 42, 43, 52, 80, 97, 124, 125, 137, 166, 184, 190, 196, 197, 198, 200, 205, 214, 216, 217, 220, 241, 255, 259, 261, 263, 264, 265, 272], "In": [1, 4, 7, 8, 13, 17, 19, 21, 24, 26, 27, 28, 32, 36, 37, 40, 41, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 79, 84, 86, 87, 88, 91, 93, 97, 102, 106, 108, 110, 112, 122, 123, 124, 126, 127, 128, 129, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 150, 155, 157, 164, 165, 166, 175, 184, 189, 190, 192, 195, 196, 197, 200, 201, 212, 214, 222, 226, 228, 231, 240, 242, 247, 249, 250, 251, 253, 254, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 278, 279, 280], "perform": [1, 4, 28, 71, 88, 91, 92, 106, 109, 111, 114, 115, 116, 120, 122, 124, 154, 159, 166, 180, 183, 188, 205, 221, 236, 240, 244, 245, 253, 269, 271, 280], "12886": 1, "12883": 1, "cmake_": [1, 197], "ex": [1, 36, 40, 41, 49, 57, 76, 124, 197, 249, 251, 253, 254, 265, 270], "12875": 1, "tempor": [1, 195], "12808": 1, "barebon": 1, "12802": 1, "pkgid": [1, 107], "12801": 1, "prev": [1, 13, 32, 98, 100, 103, 107], "12781": 1, "12780": 1, "12836": 1, "12881": 1, "ref": [1, 13, 19, 41, 46, 54, 79, 95, 98, 100, 103, 122, 124, 135, 138, 145, 147, 150, 162, 164, 167, 173, 176, 261, 270, 271, 272], "12722": 1, "12699": 1, "required_conan_vers": [1, 92, 154], "between": [1, 7, 13, 27, 28, 54, 84, 92, 102, 106, 124, 129, 135, 139, 140, 154, 184, 207, 244, 248, 250, 270, 275, 280], "12695": 1, "cleanup": 1, "organ": [1, 2, 4, 8, 84, 158, 197, 244, 253], "12666": 1, "12636": 1, "conaninfo": [1, 24, 87, 91, 249, 254, 258, 266], "12616": 1, "conanapiv2": 1, "12615": 1, "refactor": 1, "12554": 1, "12572": 1, "build_modul": [1, 196], "12578": 1, "12525": 1, "12468": 1, "env_info": 1, "user_info": 1, "fake": [1, 40, 41, 265], "12351": 1, "12379": 1, "reciperefer": [1, 173, 175], "equal": [1, 28, 91, 113, 124, 144, 161, 200, 278], "12506": 1, "compress": [1, 6, 57, 64, 92, 98, 103, 154, 183, 205, 207, 249, 250, 251, 253, 254], "uncompress": [1, 57, 64, 249, 251, 253, 254], "12378": 1, "12475": 1, "proper": [1, 7, 140, 212, 214, 224, 250], "lockfileapi": 1, "sever": [1, 6, 7, 21, 24, 27, 28, 42, 62, 64, 65, 69, 74, 79, 86, 87, 89, 94, 99, 100, 106, 108, 111, 124, 127, 154, 155, 163, 184, 190, 196, 197, 220, 236, 240, 244, 245, 249, 251, 257, 259, 261, 266, 268, 271, 273, 274, 275, 278, 280], "loos": 1, "12502": 1, "produc": [1, 28, 79, 80, 86, 88, 91, 92, 106, 108, 109, 111, 124, 127, 135, 137, 140, 154, 157, 184, 196, 197, 202, 203, 205, 261, 275], "drop": [1, 52, 106, 155], "compat_app": 1, "12484": 1, "transitive_head": [1, 98, 280], "12508": 1, "transitive_lib": [1, 98, 280], "uncommit": [1, 124], "12267": 1, "12263": 1, "12243": 1, "included_fil": [1, 236], "12246": 1, "12251": 1, "12152": 1, "convent": [1, 130, 131, 144, 154, 157], "12235": 1, "12080": 1, "decoupl": 1, "12046": 1, "special": [1, 6, 7, 17, 54, 79, 84, 86, 92, 113, 124, 125, 128, 149, 154, 155, 184, 196, 200, 212, 217, 251, 253, 278], "char": [1, 30, 43, 57, 209, 249], "12053": 1, "12032": 1, "clicolor_forc": [1, 159], "12028": 1, "12050": 1, "output_fold": [1, 37, 90, 95, 97, 106, 165, 176], "11977": 1, "12019": 1, "11720": 1, "11728": 1, "11680": 1, "11615": 1, "conanrc": [1, 82, 151], "11675": 1, "11672": 1, "max": [1, 92, 154, 157], "11610": 1, "post_build_fail": 1, "hook": [1, 76, 80, 82, 92, 160, 205], "11593": 1, "pre_gener": [1, 166], "post_gener": [1, 166], "cover": [1, 71, 137, 157, 242, 248, 265, 269], "around": [1, 8, 67, 68, 73, 74, 75, 76, 189, 194, 212, 219, 229, 240, 255], "brought": 1, "back": [1, 2, 10, 18, 47, 58, 61, 63, 76, 84, 92, 112, 154, 279], "11575": 1, "11522": 1, "model": [1, 17, 21, 63, 76, 79, 81, 82, 87, 88, 92, 122, 123, 129, 135, 139, 140, 141, 145, 157, 161, 248, 255, 258, 259], "relationship": [1, 124, 280], "linkag": [1, 251], "autom": [1, 5, 13, 26, 76, 107, 124, 144, 145, 159, 231, 274, 276, 280], "flexibl": [1, 47, 58, 61, 124, 150, 241, 248, 278, 280], "power": [1, 13, 76, 106, 160, 163, 197, 248, 280], "transpar": [1, 4, 11, 38, 58, 70, 249, 270, 280], "pythonapi": 1, "cleaner": [1, 88, 280], "structur": [1, 6, 18, 43, 46, 47, 54, 56, 57, 58, 61, 80, 100, 105, 106, 107, 121, 124, 140, 152, 155, 160, 175, 195, 220, 249, 253, 254, 259, 260, 261, 263, 264, 272, 275, 280], "account": [1, 6, 30, 84, 88, 122, 124, 135, 138, 157, 184, 189, 195, 197, 200, 237, 250, 258, 265, 267, 273, 280], "simpler": [1, 5, 6, 42, 117, 135, 141], "immut": [1, 6, 19, 80, 84, 144, 158, 252, 256, 257, 260, 261, 267, 271, 277], "tutori": [2, 10, 21, 27, 28, 30, 43, 46, 47, 49, 54, 56, 57, 58, 61, 63, 70, 76, 90, 93, 95, 97, 106, 109, 110, 111, 115, 118, 119, 120, 124, 126, 128, 130, 131, 135, 137, 138, 139, 140, 144, 146, 147, 223, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 279, 280], "aim": [2, 76, 98, 128, 150, 154, 157, 220, 267], "develop": [2, 4, 6, 7, 8, 10, 11, 18, 26, 28, 30, 31, 34, 52, 56, 57, 62, 63, 71, 76, 80, 88, 90, 91, 97, 106, 107, 118, 122, 124, 126, 132, 137, 140, 142, 143, 144, 154, 157, 159, 165, 168, 186, 191, 196, 222, 223, 231, 233, 241, 244, 245, 246, 249, 250, 254, 257, 264, 270, 276], "engin": [2, 21, 112, 154, 275, 276], "administr": [2, 3, 245], "architect": 2, "adopt": 2, "design": [2, 18, 28, 76, 136, 157, 253, 272, 280], "product": [2, 5, 6, 36, 63, 76, 80, 93, 111, 114, 128, 132, 139, 272], "team": [2, 5, 8, 52, 57, 76, 79, 84, 112, 113, 114, 122, 124, 157, 244, 245, 246, 249, 264], "plan": [2, 100, 135, 140], "we": [3, 4, 5, 6, 7, 8, 10, 13, 14, 15, 16, 17, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 64, 65, 69, 71, 80, 81, 84, 85, 86, 87, 88, 91, 100, 102, 106, 107, 110, 111, 112, 113, 122, 124, 127, 129, 131, 136, 137, 139, 140, 141, 142, 143, 144, 145, 147, 148, 154, 155, 157, 175, 184, 190, 192, 195, 196, 197, 198, 201, 217, 220, 222, 223, 230, 236, 240, 242, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 275, 276, 277, 278, 279], "ll": [3, 4, 32, 46, 56, 57, 69, 155, 163, 197, 222, 231, 233, 249, 271], "free": [3, 4, 28, 76, 98, 103, 122, 197, 244, 245, 246], "tab": [3, 69], "exampl": [3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 63, 66, 69, 70, 71, 73, 74, 76, 79, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 97, 98, 100, 102, 103, 104, 106, 107, 109, 110, 111, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 150, 152, 153, 154, 155, 157, 161, 162, 163, 165, 166, 167, 168, 176, 188, 189, 190, 191, 195, 196, 197, 198, 201, 202, 205, 209, 215, 216, 217, 220, 223, 226, 228, 229, 230, 236, 240, 241, 245, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 278, 279, 280], "imagin": [3, 10, 102, 196, 220, 253, 258, 266], "give": [3, 4, 8, 76, 89, 102, 114, 121, 202, 203], "upload_url": [3, 4, 92, 154], "myteam": [3, 4, 154], "myorg": [3, 4, 154], "next": [3, 26, 30, 46, 74, 76, 87, 111, 124, 214, 230, 236, 250, 256, 257, 258, 265, 279], "anonym": [3, 122, 153, 158, 159], "see": [3, 4, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 56, 62, 64, 69, 71, 79, 85, 86, 87, 88, 89, 92, 93, 94, 100, 105, 106, 107, 110, 114, 116, 120, 121, 122, 124, 128, 130, 131, 132, 138, 139, 140, 144, 146, 152, 153, 154, 155, 157, 158, 161, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 195, 196, 197, 198, 205, 212, 214, 215, 217, 219, 220, 221, 225, 226, 231, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 265, 266, 267, 268, 270, 271, 272, 273, 275, 276, 277, 278, 279], "offici": [3, 32, 105, 160, 163, 222, 242, 280], "guid": [3, 4, 63, 241], "how": [3, 4, 5, 6, 8, 16, 18, 19, 21, 24, 26, 27, 28, 32, 37, 39, 43, 47, 49, 50, 54, 56, 58, 61, 62, 66, 69, 70, 76, 79, 81, 82, 83, 84, 86, 92, 93, 97, 100, 107, 110, 111, 115, 120, 123, 124, 137, 141, 152, 154, 155, 156, 157, 160, 165, 184, 196, 220, 223, 239, 241, 242, 243, 247, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 265, 266, 267, 268, 269, 270, 271, 272, 274, 275, 276, 277, 278, 279], "token": [3, 62, 122, 153, 158, 236], "live": [3, 13, 19, 124, 144, 150, 230, 280], "source_credenti": [3, 4, 82, 151], "cmvmdgtu1234567890abcdefghijklmnopqrstuvwxyz": 3, "And": [3, 6, 13, 21, 36, 42, 50, 54, 64, 71, 91, 94, 113, 124, 135, 147, 150, 154, 155, 157, 164, 166, 168, 184, 190, 191, 200, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 233, 250, 252, 259, 260, 270, 275, 276], "last": [3, 7, 107, 141, 157, 179, 180, 221, 231, 273, 278, 280], "permiss": [3, 4, 64, 76, 80, 205, 244, 245], "feel": [3, 140], "accord": [3, 46, 69, 70, 86, 144, 155, 189, 196, 197, 233, 260, 278], "With": [3, 4, 7, 17, 21, 28, 36, 37, 52, 64, 69, 74, 76, 153, 155, 157, 209, 222, 251, 257, 265, 270], "common": [4, 6, 8, 13, 17, 18, 27, 36, 54, 79, 80, 86, 88, 91, 92, 107, 124, 133, 134, 135, 139, 140, 143, 157, 160, 162, 163, 184, 189, 223, 229, 236, 240, 251, 252, 259, 266, 273, 274], "practic": [4, 5, 6, 7, 8, 13, 19, 30, 36, 62, 74, 76, 77, 84, 86, 91, 93, 107, 109, 111, 113, 114, 122, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 140, 141, 144, 147, 150, 155, 158, 184, 226, 241, 250, 252, 254, 256, 257, 260, 261, 265, 267, 271, 275, 276, 277, 278, 279], "canon": [4, 196], "page": [4, 27, 28, 63, 74, 124, 245], "keep": [4, 6, 18, 26, 62, 71, 80, 88, 111, 112, 136, 157, 166, 184, 195, 196, 197, 205, 249, 252, 253, 264, 265, 273, 279, 280], "record": 4, "traceabl": [4, 6, 76, 265, 274, 279, 280], "purpos": [4, 7, 64, 80, 124, 131, 133, 135, 136, 154, 158, 160, 197, 236, 240, 241, 242, 247, 265, 272, 276, 279, 280], "howev": [4, 5, 21, 28, 36, 40, 41, 46, 47, 64, 65, 71, 88, 100, 103, 122, 127, 150, 154, 157, 166, 196, 252, 253, 254, 258, 261, 275, 276, 277, 279], "often": [4, 30, 137, 278], "term": [4, 7, 259], "futur": [4, 7, 37, 62, 72, 79, 80, 81, 92, 100, 113, 114, 124, 155, 161, 162, 165, 167, 184, 205, 208, 253, 261], "mai": [4, 8, 19, 21, 26, 28, 64, 76, 79, 88, 94, 121, 124, 126, 130, 131, 140, 157, 190, 196, 197, 205, 237, 246, 248, 251, 253, 254, 260, 261, 267], "encount": [4, 124], "thu": [4, 8, 80, 122, 124, 127, 133, 134, 212, 215, 280], "retriev": [4, 6, 7, 8, 62, 80, 91, 94, 103, 122, 124, 129, 207, 236, 249, 251, 254, 255, 256, 259, 261, 264, 277], "addition": [4, 8, 28, 103, 104, 128, 141, 149, 154, 196, 217], "alongsid": [4, 220, 241], "infrastructur": [4, 6], "trigger": [4, 74, 149, 280], "sha256": [4, 28, 124, 206, 207, 261], "signatur": [4, 165, 167, 168, 206], "few": [4, 37, 86, 107, 159, 160, 162, 184, 265], "download_url": [4, 92, 154], "repres": [4, 6, 28, 80, 84, 86, 87, 124, 196, 197, 198, 201, 226, 240, 251, 277, 280], "fetch": [4, 6, 28, 62, 64, 76, 89, 91, 105, 144, 236, 251], "either": [4, 8, 37, 74, 113, 122, 124, 126, 135, 139, 140, 141, 149, 159, 167, 179, 186, 200, 252, 278], "present": [4, 13, 37, 46, 52, 79, 81, 91, 92, 104, 105, 106, 124, 141, 157, 159, 192, 254], "prefer": [4, 49, 50, 64, 69, 84, 100, 158, 189, 197, 214, 236, 264, 270, 271, 272, 278], "ahead": [4, 10], "Being": [4, 184], "might": [4, 6, 7, 10, 13, 17, 18, 26, 27, 30, 36, 37, 40, 41, 51, 52, 54, 58, 62, 64, 74, 76, 79, 80, 81, 84, 86, 88, 91, 93, 100, 102, 106, 107, 109, 110, 111, 113, 122, 124, 127, 131, 134, 135, 137, 138, 139, 140, 143, 144, 145, 154, 155, 157, 175, 186, 200, 214, 226, 230, 231, 246, 251, 259, 264, 265, 270, 271, 275, 279], "exclude_url": [4, 91, 92, 154], "start": [4, 5, 6, 17, 30, 46, 56, 57, 62, 64, 74, 80, 100, 103, 113, 123, 124, 139, 140, 155, 157, 158, 163, 166, 175, 197, 205, 207, 217, 222, 226, 245, 246, 249, 259, 270, 271, 272, 275, 276, 277, 279, 280], "begin": [4, 74, 76, 92, 154, 155, 248, 255], "someth": [4, 6, 13, 18, 40, 41, 49, 50, 52, 69, 76, 79, 80, 86, 87, 88, 111, 122, 124, 131, 134, 135, 137, 139, 140, 144, 150, 153, 154, 155, 157, 163, 168, 186, 188, 197, 216, 222, 236, 249, 251, 252, 270, 271, 272, 276, 277, 279], "A": [4, 6, 13, 47, 49, 54, 58, 61, 71, 76, 86, 88, 91, 92, 94, 98, 102, 103, 107, 110, 111, 116, 120, 122, 124, 128, 130, 132, 139, 141, 143, 144, 145, 149, 154, 155, 162, 166, 175, 180, 183, 184, 194, 197, 200, 205, 207, 211, 228, 231, 240, 245, 249, 252, 255, 257, 258, 260, 262, 263, 264, 268, 270, 273, 276, 278, 280], "put": [4, 6, 17, 30, 37, 64, 91, 92, 97, 113, 124, 135, 137, 140, 144, 153, 154, 155, 160, 167, 201, 220, 221, 223, 259, 265, 268, 272, 273, 277], "strongli": [4, 8, 64, 84, 124, 127, 158, 226, 261], "recommend": [4, 5, 6, 7, 8, 13, 24, 30, 32, 36, 37, 56, 57, 62, 65, 76, 79, 80, 84, 86, 88, 92, 100, 106, 107, 111, 114, 122, 124, 127, 132, 133, 138, 139, 141, 142, 144, 154, 155, 159, 166, 184, 196, 208, 240, 244, 245, 246, 254, 257, 259, 264, 270, 275, 276, 278], "below": [4, 5, 6, 8, 69, 76, 84, 86, 87, 91, 129, 141, 144, 152, 154, 188, 190, 191, 195, 197, 205, 214, 217, 220, 258], "relev": [4, 21, 28, 47, 58, 61, 63, 67, 68, 72, 73, 74, 75, 86, 88, 154, 256, 257, 258, 260, 261, 265, 267, 268, 276], "els": [4, 6, 17, 26, 28, 32, 40, 41, 54, 76, 122, 124, 138, 139, 140, 144, 155, 192, 240, 251, 253, 256, 257, 260, 265, 267], "each": [4, 6, 8, 17, 18, 21, 24, 26, 27, 40, 41, 46, 54, 56, 64, 68, 76, 79, 92, 98, 100, 104, 106, 113, 122, 124, 127, 129, 135, 137, 139, 140, 150, 155, 156, 157, 163, 165, 190, 191, 196, 197, 209, 214, 221, 226, 238, 240, 250, 253, 258, 259, 260, 261, 264, 265, 270, 276, 277, 278], "blob": [4, 71, 280], "belong": [4, 91, 94, 107, 111, 124, 185, 196, 205, 217, 250, 259, 265, 268, 280], "artifactori": [4, 13, 65, 76, 122, 160, 244, 246], "describ": [4, 5, 6, 8, 10, 46, 57, 83, 85, 89, 101, 124, 135, 137, 143, 153, 192, 197, 198, 226, 272, 279], "approach": [4, 6, 8, 13, 28, 30, 42, 52, 62, 76, 79, 80, 81, 84, 86, 106, 124, 137, 138, 139, 140, 141, 142, 144, 155, 157, 163, 184, 194, 196, 197, 208, 236, 250, 257, 264, 265, 276, 279], "deal": [4, 9, 81, 127, 139], "worker": 4, "abov": [4, 5, 6, 7, 8, 13, 16, 54, 56, 61, 62, 76, 85, 86, 87, 91, 94, 103, 110, 113, 116, 122, 124, 135, 136, 139, 141, 150, 154, 157, 167, 184, 190, 191, 194, 196, 197, 201, 202, 205, 217, 220, 230, 240, 251, 260, 261, 266, 267, 270, 272, 275, 276, 277, 279, 280], "travers": [4, 152], "until": [4, 8, 69, 80, 152, 153, 158, 161, 259], "client": [4, 7, 13, 32, 52, 69, 74, 76, 79, 89, 92, 114, 121, 122, 124, 153, 166, 245, 246, 251, 259], "regard": [4, 28, 76, 81, 110, 157, 166, 205, 266], "capabl": [4, 7, 105, 106, 155, 197, 253, 280], "1": [4, 5, 6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 50, 51, 52, 54, 56, 57, 58, 61, 62, 71, 76, 78, 79, 81, 84, 85, 87, 88, 91, 92, 93, 94, 98, 100, 101, 102, 103, 104, 106, 107, 109, 110, 111, 112, 113, 116, 117, 120, 121, 122, 124, 128, 135, 136, 139, 140, 141, 143, 144, 147, 148, 150, 154, 155, 156, 157, 164, 165, 166, 184, 190, 192, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 215, 217, 220, 226, 228, 230, 231, 232, 233, 236, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "3": [4, 10, 19, 21, 26, 28, 30, 36, 39, 40, 41, 42, 43, 49, 50, 51, 54, 62, 64, 69, 76, 79, 85, 86, 87, 93, 100, 104, 106, 107, 109, 110, 111, 113, 121, 122, 124, 128, 135, 145, 150, 155, 157, 184, 189, 190, 196, 197, 202, 207, 217, 220, 222, 249, 250, 252, 253, 254, 257, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 276, 278, 279, 280], "ruben": 4, "conan2": [4, 21, 24, 30, 43, 62, 64, 79, 92, 98, 103, 114, 159, 215, 249, 251, 257, 258, 259, 260, 261, 263, 266], "zlib0f4e45286ecd1": 4, "src": [4, 6, 16, 17, 19, 21, 26, 27, 28, 30, 36, 39, 43, 46, 47, 52, 54, 56, 57, 58, 61, 85, 91, 124, 132, 137, 138, 196, 205, 220, 249, 253, 254, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 277], "net": [4, 92, 98, 103, 122, 154], "fossil": 4, "gz": [4, 124, 205, 207], "madler": 4, "v1": [4, 192], "newli": 4, "therefor": [4, 8, 69, 88, 127, 205, 240, 263], "dure": [4, 8, 26, 28, 58, 62, 69, 81, 88, 124, 131, 141, 194, 226, 259, 271, 278], "address": [4, 8, 139, 157, 274], "scenario": [4, 7, 28, 41, 42, 43, 62, 64, 86, 124, 126, 127, 140, 141, 155, 161, 253, 264, 280], "ce": [4, 76, 244], "simpl": [4, 13, 17, 24, 28, 37, 43, 44, 45, 47, 51, 55, 58, 59, 61, 62, 68, 73, 76, 79, 80, 93, 100, 113, 122, 124, 125, 126, 128, 136, 141, 150, 163, 166, 184, 219, 220, 221, 223, 241, 244, 246, 248, 251, 253, 255, 259, 261, 262, 263, 267, 270, 271, 278, 279], "suffici": [4, 74, 122], "instruct": [4, 28, 64, 69, 79, 125, 138, 157, 251], "author": [4, 6, 8, 52, 62, 98, 136, 158, 259], "agent": [4, 62, 100], "done": [5, 6, 37, 39, 52, 54, 76, 79, 80, 83, 88, 100, 109, 111, 116, 122, 126, 127, 128, 135, 140, 141, 143, 144, 153, 155, 157, 159, 164, 165, 166, 176, 184, 188, 196, 197, 201, 202, 203, 212, 243, 250, 252, 253, 257, 259, 260, 268, 270, 271, 272, 273, 278, 279, 280], "much": [5, 6, 80, 126, 133, 144, 184, 259, 271, 280], "fulli": [5, 36, 62, 76, 109, 111, 124, 141, 142, 143, 165, 190, 191, 197, 202, 203, 213, 214, 215, 217, 220, 221, 222, 230, 231, 232, 233, 238, 270, 280], "fork": [5, 8, 124], "maintain": [5, 8, 18, 76, 100, 109, 124, 139, 150, 155, 166, 217, 252, 273], "pr": [5, 28, 43, 51, 58, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 155, 220, 222, 250], "2": [5, 6, 8, 10, 13, 17, 26, 28, 36, 40, 41, 42, 43, 46, 50, 56, 57, 62, 64, 65, 69, 76, 78, 79, 81, 85, 87, 91, 92, 94, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 116, 117, 120, 121, 122, 124, 128, 133, 135, 136, 138, 140, 141, 143, 147, 150, 154, 155, 156, 157, 164, 167, 184, 190, 195, 196, 197, 202, 203, 207, 208, 212, 215, 217, 220, 228, 230, 233, 249, 250, 251, 252, 253, 254, 256, 259, 263, 264, 270, 275, 276, 277, 278, 279], "13": [5, 6, 13, 24, 28, 36, 43, 85, 87, 88, 91, 94, 102, 103, 106, 107, 110, 114, 116, 117, 120, 121, 128, 150, 155, 157, 164, 215, 249, 252, 256], "part": [5, 17, 21, 28, 32, 39, 40, 41, 43, 47, 58, 61, 62, 76, 86, 92, 93, 94, 107, 116, 124, 125, 128, 131, 133, 134, 137, 138, 139, 141, 154, 155, 157, 184, 242, 244, 256, 257, 258, 259, 260, 261, 267, 268, 271, 272, 277, 279], "mostli": [5, 32, 46, 124, 141, 157, 166, 240], "proprietari": [5, 76, 158, 216], "idea": [5, 135, 154, 276, 280], "further": [5, 28, 84, 124, 128, 157, 197, 280], "soon": [5, 65, 76, 280], "straightforward": [5, 83, 93, 106, 135, 269, 275], "mani": [5, 6, 46, 51, 52, 62, 64, 71, 76, 79, 80, 81, 86, 109, 113, 135, 155, 184, 201, 247, 270, 273, 276, 280], "advantag": [5, 64, 164, 191, 231, 253], "mitig": [5, 52, 201], "risk": [5, 52, 62, 79, 154, 278], "befor": [5, 6, 7, 10, 26, 46, 56, 57, 62, 74, 120, 124, 126, 130, 135, 137, 144, 147, 155, 165, 166, 184, 201, 205, 214, 219, 222, 226, 232, 236, 240, 250, 251, 253, 254, 257, 258, 261, 265, 272, 276, 280], "No": [5, 24, 52, 88, 124, 131, 251, 263, 279], "central": [5, 76, 242], "outag": 5, "adapt": [5, 83, 113, 114, 124], "perfectli": [5, 52, 79, 150], "minut": [5, 107, 116], "week": [5, 107, 116, 273], "appli": [5, 8, 51, 52, 54, 80, 81, 86, 89, 90, 91, 93, 97, 100, 102, 103, 104, 106, 109, 110, 111, 114, 119, 122, 124, 126, 127, 131, 134, 135, 140, 144, 154, 155, 157, 190, 197, 199, 209, 222, 250, 251, 252, 254, 255, 257, 258, 263, 264, 267, 275, 278, 280], "wouldn": [5, 52, 64, 69, 124, 194], "elimin": [5, 270], "attack": 5, "audit": [5, 8], "analyz": [5, 32, 56, 160], "diff": [5, 54, 102, 107, 209], "trim": [5, 110], "fire": [5, 100, 144, 184, 272], "effici": [5, 36, 57, 76, 84, 124, 139, 230, 249, 280], "thank": [5, 26, 40, 41, 46, 57, 86, 160, 163, 264], "secondari": [5, 76], "Then": [5, 6, 13, 24, 26, 27, 30, 42, 46, 62, 69, 71, 80, 88, 100, 113, 128, 130, 131, 136, 139, 140, 153, 155, 164, 165, 196, 198, 205, 212, 222, 231, 242, 245, 246, 248, 249, 250, 252, 253, 255, 258, 259, 260, 266, 268, 274, 275, 278, 279], "good": [5, 19, 62, 76, 77, 84, 111, 113, 122, 124, 126, 128, 129, 135, 136, 140, 141, 154, 175, 231, 233, 244, 256, 257, 260, 267, 271, 275, 276, 279], "subject": [6, 7, 13, 32, 76, 92, 98, 105, 121, 128, 130, 131, 132, 139, 153, 155, 157, 158, 161, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 196, 197, 198, 215, 219, 220, 221, 222], "stabil": [6, 7, 13, 32, 71, 76, 92, 105, 107, 114, 121, 128, 130, 131, 132, 139, 152, 153, 155, 157, 158, 161, 165, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 197, 198, 205, 215, 219, 220, 221, 273], "typic": [6, 8, 13, 27, 40, 41, 52, 61, 62, 64, 69, 79, 86, 124, 130, 133, 134, 135, 137, 140, 141, 155, 158, 167, 188, 189, 195, 196, 198, 201, 217, 223, 229, 234, 240, 250, 251, 253, 257, 258, 260, 263, 264, 265, 270, 271, 273, 280], "compos": [6, 28, 106, 140, 154, 155, 172, 179, 189, 197, 200, 236, 263], "But": [6, 7, 13, 30, 40, 41, 52, 62, 76, 86, 97, 107, 112, 124, 127, 135, 146, 148, 149, 155, 163, 167, 196, 217, 220, 250, 252, 253, 259, 263, 265, 275, 276, 277], "normal": [6, 36, 43, 73, 79, 116, 124, 132, 163, 166, 200, 270, 278], "consumpt": [6, 21, 76, 125, 150, 253], "complianc": [6, 127, 280], "technic": [6, 124], "busi": [6, 280], "reason": [6, 8, 42, 52, 62, 79, 80, 93, 97, 111, 144, 158, 265, 272, 275, 277], "suit": [6, 150, 155, 223, 257, 263], "heavi": [6, 30, 76, 124, 126, 162], "pdb": [6, 30], "coverag": [6, 196, 280], "sanit": 6, "analysi": [6, 92, 154], "exact": [6, 49, 50, 80, 84, 91, 92, 109, 111, 116, 124, 127, 155, 180, 191, 205, 231, 236, 252, 259, 270, 271, 272, 277, 279], "relat": [6, 28, 46, 64, 73, 81, 124, 135, 154, 180, 191, 197, 205, 217, 226, 253, 258, 259, 271, 280], "There": [6, 7, 17, 21, 27, 30, 40, 41, 43, 52, 62, 64, 69, 74, 76, 78, 79, 86, 88, 92, 100, 106, 107, 113, 116, 122, 124, 126, 133, 137, 138, 139, 147, 148, 154, 159, 166, 184, 196, 197, 200, 223, 240, 244, 245, 253, 257, 258, 260, 264, 265, 270, 274, 275, 277, 280], "regul": 6, "larger": 6, "happen": [6, 8, 13, 19, 28, 32, 51, 62, 74, 79, 87, 93, 116, 126, 133, 134, 135, 138, 139, 140, 153, 158, 159, 163, 201, 249, 252, 254, 258, 259, 263, 270, 272, 275, 276, 278, 280], "lot": [6, 8, 267, 278, 280], "impact": [6, 8], "experi": [6, 124, 126, 197, 246, 278, 280], "cost": [6, 80], "furthermor": [6, 56, 80, 280], "highlight": [6, 26, 149, 200, 220, 261], "probabl": [6, 32, 197, 223, 230, 252], "scan": [6, 210], "recipe_metadata_fold": 6, "0": [6, 7, 8, 10, 13, 16, 17, 18, 19, 21, 24, 26, 27, 28, 32, 36, 39, 40, 41, 42, 43, 46, 47, 49, 51, 52, 54, 57, 58, 61, 62, 65, 69, 76, 78, 79, 81, 84, 85, 88, 91, 92, 94, 98, 100, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 121, 122, 124, 128, 135, 136, 139, 141, 144, 145, 147, 148, 150, 155, 157, 164, 165, 184, 194, 195, 196, 197, 200, 202, 203, 205, 207, 209, 212, 217, 220, 226, 228, 230, 231, 232, 233, 240, 246, 247, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 278, 279, 280], "def": [6, 16, 17, 18, 19, 21, 26, 28, 32, 37, 39, 40, 41, 42, 43, 47, 50, 51, 52, 54, 56, 58, 61, 62, 79, 84, 86, 88, 106, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 155, 157, 158, 161, 162, 163, 164, 165, 166, 167, 168, 184, 186, 188, 189, 190, 191, 194, 195, 196, 197, 198, 200, 201, 202, 203, 205, 207, 209, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 223, 225, 226, 228, 229, 230, 231, 232, 233, 236, 238, 240, 250, 252, 253, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266, 267, 268, 271, 272, 275, 276, 277, 279], "Or": [6, 79, 88, 92, 126, 135, 155, 197, 216, 232, 238], "mybuild": [6, 124], "recipe_fold": [6, 16, 18, 62, 98, 103, 133, 134, 135, 136, 142, 143], "dst": [6, 17, 28, 39, 61, 124, 132, 205, 266], "join": [6, 16, 17, 18, 19, 28, 37, 40, 41, 54, 61, 79, 124, 134, 136, 137, 138, 140, 142, 143, 146, 155, 166, 167, 184, 196, 197, 200, 205, 223, 253, 257, 263, 264, 265, 266, 268, 272], "stuff": 6, "srclog": 6, "most": [6, 7, 13, 18, 21, 28, 30, 32, 36, 40, 41, 46, 56, 57, 65, 67, 68, 72, 73, 74, 75, 76, 80, 86, 88, 89, 93, 107, 108, 110, 124, 129, 138, 139, 141, 142, 151, 154, 161, 184, 195, 197, 198, 205, 223, 232, 240, 241, 249, 256, 265, 268, 269, 271, 275, 276], "mylog": 6, "note": [6, 13, 17, 18, 28, 32, 36, 37, 39, 40, 41, 47, 49, 50, 51, 52, 58, 61, 64, 69, 81, 84, 86, 91, 100, 101, 103, 106, 107, 109, 111, 113, 116, 122, 124, 126, 136, 139, 140, 144, 146, 149, 150, 155, 157, 165, 167, 184, 190, 196, 197, 211, 226, 240, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 263, 266, 268, 270, 271, 272, 273, 275, 276, 277, 278, 280], "clutter": [6, 223], "accross": [6, 84], "sai": [6, 13, 16, 18, 39, 42, 54, 86, 91, 102, 106, 111, 124, 154, 155, 190, 230, 258, 272], "no_copy_sourc": [6, 126, 263], "As": [6, 8, 17, 21, 24, 28, 40, 41, 43, 46, 56, 61, 76, 79, 85, 86, 87, 88, 91, 100, 101, 107, 112, 113, 124, 144, 155, 157, 158, 165, 184, 186, 191, 196, 197, 201, 220, 240, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 264, 266, 267, 268, 269, 270, 272, 275, 276, 277, 279, 280], "post_export": [6, 166, 205], "post_sourc": [6, 166], "post_build": [6, 160, 166], "similar": [6, 8, 18, 47, 58, 61, 64, 71, 76, 94, 97, 111, 120, 122, 124, 137, 145, 155, 163, 184, 196, 198, 200, 236, 249, 256, 258, 261, 263, 272, 278], "To": [6, 24, 26, 28, 30, 32, 37, 57, 62, 64, 69, 70, 74, 79, 92, 103, 107, 111, 114, 116, 124, 128, 136, 137, 144, 149, 154, 155, 158, 161, 166, 190, 195, 196, 197, 202, 203, 205, 212, 213, 214, 223, 249, 251, 253, 254, 260, 261, 270, 272, 276, 278, 279], "achiev": [6, 8, 40, 62, 80, 126, 139, 165, 191, 196, 205, 231, 248, 253, 259, 263, 276, 279, 280], "didn": [6, 49, 52, 62, 79, 85, 259, 263], "far": [6, 251, 252, 253, 256, 258, 270, 280], "r": [6, 13, 32, 36, 62, 71, 79, 85, 87, 90, 93, 94, 95, 96, 97, 98, 100, 102, 103, 104, 105, 106, 107, 110, 116, 117, 119, 120, 236, 245, 247, 252, 273, 277], "da39a3ee5e6b4b0d3255bfef95601890afd80709": [6, 32, 263], "By": [6, 21, 28, 42, 50, 58, 74, 76, 79, 84, 90, 91, 92, 93, 97, 100, 102, 103, 104, 106, 107, 110, 114, 119, 120, 122, 124, 140, 153, 154, 159, 184, 196, 197, 200, 212, 214, 215, 217, 219, 226, 236, 240, 276, 277], "situat": [6, 13, 28, 36, 40, 41, 86, 109, 116, 124, 126, 138, 139, 143, 155, 184, 196, 217, 274, 275], "sometim": [6, 7, 30, 54, 79, 93, 124, 145, 252, 257, 261, 263, 269], "mix": [6, 86, 184], "recov": [6, 62, 205], "previous": [6, 13, 24, 28, 32, 37, 64, 106, 111, 153, 155, 157, 197, 200, 222, 254, 261, 264, 275], "under": [6, 8, 37, 67, 72, 74, 75, 76, 87, 122, 124, 137, 139, 155, 163, 166, 209, 226, 236, 240, 246, 249, 259, 264, 269, 278], "collect": [6, 37, 103, 106, 135, 140, 144, 205, 215, 258, 267], "recal": [6, 28, 52, 109, 111, 116, 128, 131, 155, 159, 190, 194, 197], "At": [6, 10, 21, 26, 69, 74, 76, 80, 111, 124, 135, 157, 205, 213, 221, 222], "moment": [6, 7, 36, 80, 122, 124, 135, 140, 157, 213, 221], "addit": [6, 8, 64, 65, 92, 93, 108, 124, 141, 154, 155, 157, 180, 187, 197, 205, 207, 214, 226, 231, 232, 233, 253, 254, 260], "quit": [6, 154, 184, 246], "ineffici": 6, "prone": 6, "sensit": 6, "race": 6, "metatada": 6, "best": [6, 7, 13, 36, 62, 84, 86, 91, 93, 107, 109, 114, 126, 127, 128, 131, 132, 133, 134, 135, 136, 138, 139, 140, 141, 144, 147, 155, 158, 179, 184, 254, 265, 275, 277, 279], "mandatori": [6, 37, 47, 52, 58, 61, 86, 109, 113, 124, 162, 165, 184, 259], "frequent": [6, 8, 205], "excepcion": 6, "decompress": [6, 205, 207, 249, 254, 269], "consid": [6, 7, 8, 21, 28, 46, 76, 84, 85, 86, 91, 100, 107, 124, 127, 129, 161, 190, 192, 197, 226, 253, 277], "zip": [6, 8, 19, 54, 92, 114, 120, 124, 144, 158, 205, 207, 244, 245, 255, 271], "yourself": [6, 47, 58, 61], "categori": [6, 250], "illustr": [6, 85, 279], "later": [6, 7, 13, 26, 69, 71, 93, 100, 101, 103, 124, 127, 131, 134, 140, 149, 155, 180, 205, 236, 242, 247, 252, 253, 257, 258, 264, 274, 276], "necessarili": [6, 124, 276], "ton": 6, "assum": [6, 28, 30, 36, 58, 69, 76, 80, 84, 85, 91, 94, 102, 107, 116, 120, 124, 136, 140, 145, 155, 157, 159, 161, 190, 196, 220, 230, 249, 251, 253, 254, 279], "stage": [6, 26, 64, 93, 97, 157, 166], "applic": [6, 8, 27, 39, 46, 47, 50, 56, 57, 58, 61, 64, 76, 79, 85, 86, 103, 124, 128, 139, 141, 147, 196, 197, 203, 205, 217, 230, 241, 246, 248, 249, 254, 255, 259, 262, 263, 265, 268, 270, 275, 280], "cp": [6, 36, 62], "todo": [6, 175], "hear": 6, "feedback": [6, 76, 81, 278], "continu": [7, 76, 80, 81, 109, 122, 243, 272, 276], "conveni": [7, 13, 71, 107, 113, 124, 144, 145, 155, 165, 168, 184, 196, 200, 202, 203, 252, 265, 268], "recent": [7, 21, 107, 116, 273], "transfer": [7, 8, 52, 122, 280], "paralllel": 7, "pkg1df6df1a3b33c": 7, "9a4eb3c8701508aa9458b1a73d0633783ecc2270": [7, 88, 107], "b": [7, 21, 24, 28, 30, 43, 54, 64, 90, 91, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 144, 154, 209, 215, 220, 250, 257, 258, 260, 261, 263, 266, 272], "pkgd573962ec2c90": 7, "conan_cache_sav": 7, "well": [7, 62, 76, 78, 88, 97, 107, 121, 124, 137, 157, 194, 196, 197, 217, 226, 259, 280], "pkg773791b8c97aa": 7, "substitut": [7, 159, 240], "storag": [7, 76, 91, 122, 154, 160, 207, 246, 277], "transitori": 7, "strategi": [7, 8, 62, 139, 144, 271, 280], "proof": 7, "stabl": [7, 64, 107, 113, 114, 124, 154, 155], "fantast": 8, "1500": 8, "contribut": [8, 76, 201, 209, 241, 242], "great": [8, 64, 76, 79, 245, 280], "knowledg": [8, 63, 76, 79], "wide": [8, 64, 86, 88, 251, 253, 254, 259], "variant": [8, 72], "On": [8, 46, 47, 58, 61, 86, 122, 145, 157, 222, 246, 249, 250, 251, 259], "top": [8, 141, 155, 236], "contributor": [8, 76], "qnx": 8, "greatest": 8, "promis": 8, "unlik": [8, 94, 124, 197, 251], "snapshot": [8, 252, 276], "contrari": 8, "e": [8, 43, 62, 64, 76, 79, 91, 94, 95, 98, 100, 102, 103, 104, 106, 107, 110, 113, 116, 120, 122, 124, 128, 154, 155, 156, 157, 188, 192, 194, 197, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 260, 261, 280], "g": [8, 28, 36, 43, 49, 50, 79, 90, 91, 94, 95, 100, 102, 103, 104, 106, 107, 110, 113, 116, 120, 122, 124, 154, 155, 156, 157, 164, 176, 188, 192, 194, 197, 202, 205, 212, 214, 215, 217, 220, 226, 230, 231, 240, 249, 250, 251, 253, 254, 261, 270, 271, 272], "opencv": [8, 122, 145, 162], "greater": 8, "remain": [8, 88, 122, 124, 159, 190, 200, 226], "older": [8, 76, 104, 109, 112, 277, 278, 279], "push": [8, 62, 76, 236], "ecosystem": [8, 81, 86, 222], "hand": [8, 76, 86, 110, 126, 145], "combin": [8, 90, 93, 100, 102, 103, 104, 106, 110, 112, 114, 119, 138, 144, 279], "mean": [8, 13, 30, 32, 36, 40, 41, 52, 64, 69, 76, 79, 80, 84, 85, 86, 91, 94, 102, 103, 105, 106, 107, 116, 120, 124, 126, 128, 131, 135, 139, 140, 144, 147, 150, 155, 157, 159, 161, 162, 175, 183, 184, 190, 196, 200, 201, 205, 212, 214, 223, 240, 251, 252, 263, 267, 269, 272, 275, 276, 277, 278], "languag": [8, 39, 43, 46, 51, 56, 57, 76, 191, 197, 249], "pip": [8, 62, 122, 246], "pypi": [8, 64], "npm": 8, "cargo": 8, "discourag": [8, 91, 124, 158, 184, 226, 261], "unconstrain": 8, "manner": [8, 270], "guidelin": [8, 63, 64, 76, 77, 185], "seri": [8, 124, 269], "highli": [8, 24, 32, 37, 46, 56, 57], "mention": [8, 28, 98, 103, 139, 141, 155, 190, 196, 214, 221, 226, 232, 257, 267, 272, 280], "earlier": [8, 28, 76, 278], "solver": 8, "actual": [8, 13, 19, 28, 40, 41, 76, 79, 86, 97, 116, 120, 126, 135, 141, 145, 155, 157, 183, 201, 202, 203, 205, 240, 247, 252, 272, 275, 276, 279], "4": [8, 10, 21, 26, 50, 56, 79, 84, 85, 104, 107, 111, 121, 122, 124, 129, 135, 139, 145, 150, 154, 155, 157, 184, 197, 220, 250, 253, 256, 263, 273, 279], "5": [8, 10, 69, 79, 84, 92, 100, 104, 106, 109, 110, 111, 112, 124, 128, 135, 139, 155, 157, 168, 207, 230, 252, 276, 278, 279], "greatli": [8, 280], "encourag": [8, 76, 124, 259, 271], "consist": [8, 18, 84, 86, 88, 92, 93, 275, 276, 279, 280], "rust": 8, "technologi": [8, 74, 157], "upstream": [8, 62, 79, 124, 128, 135, 141, 183, 196, 270, 275], "period": [8, 273], "downtim": 8, "schedul": 8, "effort": [8, 135, 280], "made": [8, 28, 58, 91, 280], "unschedul": 8, "rare": [8, 126, 140, 142], "treat": [8, 92, 141, 154, 157, 205], "urgenc": 8, "occasion": 8, "suffer": 8, "enterpris": [8, 122, 157, 244, 246], "strong": [8, 76, 86, 124, 141, 155, 275], "uptim": 8, "protect": [8, 64, 123, 157], "transient": 8, "network": [8, 21, 92, 103, 122, 151], "extern": [8, 19, 26, 51, 64, 255, 259, 261, 264, 266, 277], "These": [8, 21, 28, 32, 46, 74, 76, 84, 88, 92, 93, 106, 122, 133, 134, 135, 137, 149, 151, 154, 155, 158, 159, 163, 180, 195, 197, 198, 212, 213, 217, 226, 250, 251, 253, 258, 259, 263, 264, 268, 272, 276, 280], "industri": [8, 81], "financ": 8, "robot": 8, "embed": [8, 76, 84, 85, 124, 141, 157], "stronger": 8, "licens": [8, 28, 37, 57, 76, 98, 103, 105, 106, 113, 133, 134, 135, 136, 138, 166, 244, 249, 255, 259, 267, 271, 277], "medic": 8, "automot": 8, "advis": [8, 142, 143, 155], "instanc": [8, 28, 32, 43, 69, 98, 122, 124, 128, 137, 138, 139, 154, 155, 163, 186, 188, 192, 196, 197, 200, 201, 202, 203, 214, 222, 226, 228, 229, 230, 233, 236, 260, 268], "backport": [8, 209, 280], "suitabl": [8, 157], "review": [8, 69, 262, 263, 265, 272], "tight": 8, "subsect": 8, "come": [10, 28, 47, 58, 61, 64, 135, 155, 163, 192, 197, 217, 226, 245, 251, 264, 280], "glanc": 10, "becom": [10, 64, 74, 86, 133, 134, 184, 277, 280], "unfeas": 10, "benefit": 10, "interest": [10, 13, 76, 91, 93], "pick": [10, 28, 252], "action": [10, 28, 32, 56, 62, 69, 122, 252, 260], "summar": [10, 81, 280], "libpng": [10, 100, 105, 190], "libmysqlcli": 10, "publish": 10, "easi": [10, 26, 66, 70, 71, 76, 80, 87, 144, 252, 259, 271, 275], "invoc": [10, 13, 37, 67, 68, 73, 74, 75, 80, 126, 149, 160, 162, 188, 189, 190, 191, 194, 197, 202, 212, 219, 220, 229, 231], "8": [10, 79, 84, 104, 106, 117, 124, 129, 135, 155, 157, 189, 202, 203, 205, 209, 226, 230, 231, 233, 252, 256, 257, 258, 267, 268, 278], "493d36bd9641e15993479706dea3c341": 10, "6": [10, 24, 56, 64, 76, 79, 84, 104, 107, 121, 122, 129, 144, 147, 157, 190, 209, 216, 250, 252, 253, 254], "40": [10, 107, 277], "2ba025f1324ff820cf68c9e9c94b7772": 10, "lz4": [10, 37], "9": [10, 46, 54, 79, 84, 92, 110, 128, 129, 135, 150, 154, 155, 157, 207, 250, 278], "b572cad582ca4d39c0fccb5185fbb691": 10, "openssl": [10, 21, 76, 85, 87, 94, 104, 106, 124, 135, 150, 217, 220], "f2eb8e67d3f5513e8a9b5e3b62d87ea1": 10, "f2eb8e6ve24ff825bca32bea494b77dd": 10, "zstd": [10, 37], "54d99a44717a7ff82e9d37f9b6ff415c": 10, "27": [10, 107, 197, 264], "de7930d308bf5edde100f2b1624841d9": 10, "18": [10, 26, 43, 85, 87, 107, 128, 157], "afterward": 10, "go": [10, 17, 21, 24, 26, 27, 28, 30, 32, 37, 46, 49, 50, 54, 56, 57, 69, 74, 97, 100, 112, 133, 141, 150, 197, 223, 230, 247, 249, 263, 265, 268, 270, 272, 275, 278], "usual": [10, 64, 88, 124, 141, 146, 155, 160, 165, 190, 200, 270, 272, 276], "behaviour": [10, 122, 155, 196, 240, 258, 259, 260], "bazel": [11, 44, 63, 65, 92, 113, 154, 185, 218, 220, 221, 249], "ndk": [11, 25, 26, 66, 124, 140, 186, 197, 226, 250], "macro": [11, 38, 46, 47], "concaten": [13, 94, 120], "11": [13, 24, 28, 47, 57, 79, 87, 91, 92, 98, 102, 104, 106, 107, 116, 117, 124, 135, 141, 150, 154, 155, 156, 157, 164, 190, 192, 196, 202, 203, 209, 212, 217, 220, 230, 233, 249, 250, 251, 252, 253, 254, 256, 257, 263, 267, 268, 271, 278], "sent": 13, "12": [13, 21, 24, 26, 27, 47, 98, 103, 107, 116, 117, 150, 155, 157, 192, 209, 217, 226, 246, 252, 263, 264, 277], "b1fd071d8a2234a488b3ff74a3526f81": 13, "1667396813": [13, 110], "987": 13, "ae9eaf478e918e6470fe64a4d8d4d9552b0b3606": [13, 107], "19808a47de859c2408ffcf8e5df1fdaf": 13, "arch": [13, 16, 17, 18, 24, 26, 27, 28, 39, 42, 43, 47, 51, 54, 58, 61, 62, 64, 75, 79, 86, 87, 88, 91, 92, 94, 98, 102, 103, 105, 107, 114, 116, 120, 124, 127, 130, 131, 136, 139, 140, 145, 148, 154, 155, 157, 165, 168, 177, 186, 188, 189, 190, 191, 194, 196, 197, 200, 202, 203, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 230, 231, 232, 233, 238, 240, 249, 250, 251, 252, 253, 257, 259, 261, 263, 264, 265, 268, 276, 277], "x86_64": [13, 24, 26, 27, 28, 36, 43, 47, 58, 61, 79, 86, 87, 88, 98, 102, 107, 114, 130, 137, 145, 155, 157, 165, 168, 189, 190, 192, 197, 202, 203, 240, 249, 250, 251, 253, 254, 257, 259, 264, 265, 268, 271, 276, 277], "singl": [13, 26, 49, 50, 52, 76, 84, 88, 89, 94, 100, 111, 114, 124, 161, 166, 180, 190, 194, 195, 196, 197, 198, 202, 203, 205, 226, 230, 253, 261, 264, 272, 280], "almost": [13, 84, 89], "myremot": [13, 94, 116, 120, 122, 153, 273, 277], "slow": 13, "promot": 13, "magnitud": 13, "dedupl": 13, "One": [13, 76, 79, 124, 164, 191, 197, 205, 226, 231, 250, 257], "mypkg": [13, 52, 79, 86, 88, 91, 106, 113, 124, 142, 144, 145, 155, 164, 196, 200, 220], "cmake_lib": [13, 27, 85, 91, 113, 195, 259, 264, 277], "represent": [13, 103], "f57cc9a1824f47af2f52df0dbdd440f6": 13, "2401fa1d188d289bb25c37cfa3317e13e377a351": [13, 91, 277], "75f44d989175c05bc4be2399edc63091": 13, "null": [13, 24, 26, 86, 98, 100, 105, 157], "known": [13, 52, 157, 207, 252, 263, 280], "destruct": 13, "natur": [13, 86, 275, 277], "cannot": [13, 27, 43, 62, 79, 80, 86, 88, 90, 92, 93, 100, 102, 103, 104, 106, 108, 109, 110, 119, 124, 125, 126, 127, 136, 144, 148, 150, 154, 159, 163, 184, 192, 196, 197, 198, 251, 259, 263, 264, 269, 275, 276], "OR": [13, 26, 91, 94, 107, 116, 120, 177, 232, 278], "leav": [13, 26, 28, 86, 101, 116, 122, 135, 154, 157, 273], "subproject": [14, 15, 137, 272], "recreat": [16, 17, 18, 19, 21, 24, 28, 30, 32, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272], "examples2": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 40, 41, 43, 46, 50, 51, 52, 54, 56, 57, 62, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276], "cd": [16, 17, 18, 19, 21, 24, 28, 30, 32, 36, 37, 39, 40, 41, 42, 43, 46, 50, 51, 52, 54, 56, 57, 62, 64, 85, 196, 236, 249, 250, 251, 252, 253, 254, 256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268, 270, 271, 272, 275, 276, 277, 280], "conanfile_in_subfold": 16, "cmakelist": [16, 17, 18, 19, 21, 28, 36, 39, 42, 43, 49, 50, 51, 52, 69, 70, 80, 91, 113, 124, 138, 194, 195, 196, 197, 223, 249, 253, 254, 256, 257, 259, 260, 261, 264, 265, 266, 267, 268, 270, 271, 272, 277, 280], "h": [16, 17, 18, 21, 26, 28, 32, 43, 46, 47, 52, 56, 57, 58, 61, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 138, 163, 205, 249, 250, 251, 256, 257, 258, 259, 260, 263, 264, 266, 267, 268, 270, 271, 272], "pkgsai": 16, "export_sources_fold": [16, 18, 19, 54, 134, 209], "cmake_fil": 16, "real": [17, 26, 62, 76, 81, 120, 140, 147, 205, 275, 279, 280], "editable_compon": 17, "greet": [17, 163, 226], "hello": [17, 18, 19, 26, 27, 28, 32, 42, 47, 49, 50, 52, 54, 56, 58, 61, 62, 85, 103, 107, 113, 124, 135, 163, 184, 194, 195, 196, 197, 219, 226, 247, 256, 257, 258, 259, 260, 261, 264, 266, 267, 268, 270, 271, 272, 277], "bye": [17, 18, 163, 270, 277], "greetingsconan": 17, "exports_sourc": [17, 19, 39, 42, 43, 47, 51, 54, 58, 61, 62, 80, 133, 134, 184, 197, 236, 259, 261, 263, 265, 272, 277, 279], "src_folder": [17, 19, 195, 223, 271], "dir": [17, 19, 21, 27, 92, 113, 124, 140, 155, 198, 215, 222, 236, 257, 258, 259, 260, 263, 268, 271, 272], "bt": [17, 93], "keep_path": [17, 28, 61, 138, 205, 264, 265, 266], "cmake_file_nam": [17, 140, 196], "myg": 17, "cmake_target_nam": [17, 21, 140, 196, 260], "mygreet": 17, "myhello": [17, 260], "myby": 17, "beyond": 17, "filenam": [17, 50, 52, 90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 113, 119, 155, 165, 167, 201, 205, 207, 225], "besid": [17, 32, 50, 62, 72, 106, 154, 155, 157, 160, 190, 196, 198, 249, 258, 260, 261, 267, 271], "app": [17, 26, 39, 57, 75, 85, 86, 88, 92, 111, 122, 135, 141, 154, 189, 191, 192, 194, 196, 197, 200, 212, 213, 214, 215, 217, 219, 220, 221, 222, 226, 229, 231, 238, 245, 249, 278, 279], "example2": 17, "find_packag": [17, 21, 26, 42, 43, 52, 69, 113, 196, 249, 254, 257, 260, 267, 268], "add_execut": [17, 21, 52, 69, 196, 249, 254, 257, 260, 268], "target_link_librari": [17, 21, 26, 43, 52, 69, 196, 249, 254, 257, 260, 267, 268], "adio": 17, "multiple_subproject": 18, "sibl": [18, 124], "myhead": [18, 207], "myutil": 18, "subprojectfold": 18, "reloc": 18, "100": [18, 19, 21, 27, 92, 122, 124, 249, 250, 251, 253, 254, 257, 258, 259, 260, 261, 263, 268, 271, 272], "world": [18, 27, 28, 47, 49, 50, 52, 54, 56, 58, 61, 62, 76, 81, 85, 124, 163, 197, 219, 256, 257, 259, 260, 261, 264, 267, 268, 270, 271, 277], "fine": [18, 19, 43, 111, 122, 124, 246, 259], "principl": [18, 275, 276], "must": [18, 28, 61, 62, 64, 68, 80, 91, 92, 108, 109, 111, 122, 124, 130, 131, 133, 134, 139, 144, 154, 155, 161, 162, 163, 167, 173, 180, 194, 196, 205, 209, 212, 214, 216, 236, 249, 252, 253, 254, 259, 260, 276], "third_party_librari": 19, "whose": [19, 89, 90, 93, 100, 102, 103, 104, 106, 110, 119, 144, 155], "mypatch": 19, "sour": 19, "libhello": [19, 27, 54, 256, 257, 258, 260, 261, 264, 266, 267, 268, 271], "archiv": [19, 54, 91, 92, 144, 188, 205, 216, 261, 271], "head": [19, 54, 62, 144, 236, 256, 257, 260, 261, 267, 271, 277], "strip_root": [19, 28, 54, 205, 207, 261, 271], "awar": [19, 28, 40, 41, 64, 70, 94, 100, 114, 130, 131, 152, 197, 236, 256, 257, 258, 260, 261, 264, 267, 271, 280], "tag": [19, 64, 80, 92, 124, 143, 144, 149, 154, 236, 256, 257, 259, 260, 261, 267, 271, 277, 279], "patch_fil": [19, 54, 209], "7kb": [19, 261, 271], "50": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "cmakefil": [19, 21, 27, 257, 258, 259, 260, 263, 268, 271, 272], "libcrypto": [21, 140], "libssl": [21, 140], "abstract": [21, 51, 52, 67, 74, 75, 80, 86, 189, 194, 212, 219, 229, 260], "rest": [21, 76, 86, 100, 112, 154, 155, 205, 208, 217, 244, 245], "game": [21, 113, 275, 276], "algorithm": [21, 207], "ai": [21, 113], "coupl": [21, 30, 127, 249, 257, 260, 268], "package_nam": [21, 113, 150, 190, 240, 245], "component_nam": [21, 196, 198, 220], "check_components_exist": 21, "15": [21, 39, 43, 49, 51, 69, 92, 104, 114, 154, 157, 196, 240, 249, 251, 252, 253, 254, 257, 260, 266, 267, 268], "packagetest": [21, 257, 260, 268], "barbarian": [21, 103, 114], "d6e361d329116": 21, "j16": [21, 260], "25": [21, 36, 85, 86, 155, 157, 257, 260, 265, 277], "37": [21, 190], "libnetwork": 21, "libalgorithm": 21, "62": 21, "75": [21, 257, 260], "87": 21, "libai": 21, "librend": 21, "am": [21, 46, 47, 275], "NOT": [21, 26, 124, 144, 184, 196, 237, 257], "stack": 21, "incomplet": [21, 109, 112, 157], "occur": [21, 149, 207], "22": [21, 85, 87, 107, 155, 157, 250, 252, 253, 254, 263, 264], "conanexcept": [21, 37, 62, 206, 207], "tbd": 22, "config_fil": 24, "propos": 24, "webo": 24, "sdk_version": [24, 157, 188, 189], "7": [24, 28, 56, 62, 79, 84, 92, 129, 155, 157, 278], "cortexa15t2hf": 24, "rc": [24, 56, 68, 92, 154, 197, 219, 221, 232], "rewrit": [24, 110], "sub": [24, 108, 115, 124, 155, 163, 205, 271], "conan_hom": [24, 37, 80, 103, 114, 152, 154, 155, 156, 157, 164, 165, 166], "myuser": [24, 30, 43, 62, 124, 153, 155, 158], "pkgconan": [24, 155, 225], "gnu98": [24, 157], "pkg929d53a5f06b1": 24, "a0d37d10fdb83a0414d7f4a1fb73da2c210211c6": 24, "6a947a7b5669d6fde1a35ce5ff987fc6": 24, "637fc1c7080faaa7e2cdccde1bcde118": 24, "pkgb3950b1043542": 24, "libstdc": [24, 28, 47, 92, 154, 155, 157, 214, 222, 250], "pkg918904bbca9dc": 24, "44a4588d3fe63ccc6e7480565d35be38d405718": 24, "d913ec060e71cc56b10768afb9620094": 24, "pkg789b624c93fc0": 24, "pkgde9b63a6bed0a": 24, "19cf3cb5842b18dc78e5b0c574c1e71e7b0e17fc": 24, "f5739d5a25b3757254dead01b30d3af0": 24, "pkgd154182aac59": 24, "observ": [24, 220], "right": [24, 26, 65, 79, 80, 106, 126, 184, 196, 270, 271, 276, 278], "2023": [24, 28, 81, 85, 87, 107, 157, 277], "02": [24, 87, 107, 212, 277], "16": [24, 92, 104, 107, 150, 154, 155, 157], "06": [24, 47, 107, 252, 253], "42": [24, 86, 92, 107, 124, 184], "10": [24, 46, 56, 62, 92, 107, 121, 154, 155, 157, 226, 252], "utc": [24, 47, 58, 61, 85, 87, 88, 107, 252, 259, 263, 264, 277], "wizard": 26, "myconanappl": 26, "minimum": [26, 124, 145, 226, 259, 267], "suggest": [26, 76, 124, 131], "21": [26, 27, 88, 107, 121, 128, 157, 197, 226], "rememb": [26, 37, 122, 222, 253], "api_level": [26, 27, 157, 226], "choic": [26, 157, 266], "jni": 26, "jniexport": 26, "jstring": 26, "jnical": 26, "java_com_example_myconanapp_mainactivity_stringfromjni": 26, "jnienv": 26, "jobject": 26, "std": [26, 43, 54, 81, 192, 214, 221, 257, 267, 277], "zlibvers": [26, 57, 249], "newstringutf": 26, "c_str": 26, "prepar": [26, 28, 80, 120, 126, 135, 147, 183, 241, 250, 255, 259, 271, 280], "my_conan_app": 26, "view": [26, 30, 69, 74, 107, 124, 129, 139, 161, 258], "task": [26, 62, 80, 144, 159, 160, 180, 264, 276, 280], "conaninstal": 26, "element": [26, 32, 80, 100, 101, 116, 230, 231], "conanexecut": 26, "builddir": [26, 39, 42, 52, 98, 103, 140, 196], "mkdir": [26, 62, 85, 204, 264, 277], "armv7": [26, 27, 28, 157, 186, 189, 240], "n": [26, 37, 43, 46, 54, 56, 57, 62, 157, 167, 195, 229, 236, 249, 251, 256, 257, 267, 277], "sout": 26, "stringbuild": 26, "serr": 26, "proc": 26, "consumeprocessoutput": 26, "waitfor": 26, "println": 26, "exitvalu": 26, "throw": [26, 91, 149, 159], "err": 26, "ncommand": 26, "compilesdk": 26, "32": [26, 28, 85, 104, 130, 157, 192, 222, 233, 250, 264, 276], "defaultconfig": 26, "adjust": [26, 27, 137, 188, 196, 197, 214, 215, 217, 258], "focu": [26, 28, 267], "proil": 26, "_static": [26, 27, 157], "14": [26, 27, 28, 58, 61, 79, 88, 103, 107, 113, 114, 124, 155, 157, 168, 217, 233, 249, 250, 251, 259, 263, 267], "ndk_path": [26, 27, 92, 124, 140, 154, 197, 226], "luism": [26, 263, 265], "7075529": 26, "bin": [26, 27, 28, 36, 40, 41, 56, 98, 103, 140, 155, 188, 197, 214, 215, 217, 220, 245, 250, 263, 265, 266], "android31": [26, 27], "llvm": [26, 27, 157], "prebuilt": [26, 27, 85, 102, 255, 262, 271], "darwin": [26, 27, 56, 103, 114, 155], "_share": [26, 27, 157], "externalnativebuild": 26, "applicationid": 26, "myconanapp": 26, "minsdk": 26, "targetsdk": 26, "versioncod": 26, "versionnam": 26, "testinstrumentationrunn": 26, "androidx": 26, "androidjunitrunn": 26, "cppflag": [26, 46, 213, 214], "dcmake_toolchain_fil": [26, 30, 36, 49, 50, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "respons": [26, 40, 41, 47, 52, 58, 61, 64, 70, 79, 92, 97, 106, 123, 124, 126, 131, 140, 142, 143, 154, 166, 205, 209, 226, 236, 259], "android_abi": [26, 185, 197], "exit": [26, 32, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 147], "prematur": 26, "essenti": [26, 46, 76, 155, 156], "absent": 26, "cmake_build_typ": [26, 196, 197], "endif": [26, 54, 251, 256, 257, 260, 267], "strequal": [26, 257], "cmake_current_list_dir": 26, "conan_toolchain": [26, 36, 49, 50, 51, 52, 92, 135, 154, 194, 196, 197, 249, 250, 251, 253, 254, 259, 264, 270, 271, 272], "elseif": 26, "v8a": [26, 186], "armeabi": [26, 186], "v7a": [26, 186], "Not": [26, 80, 98, 103, 124, 131, 135, 154, 162, 249, 254, 261, 275], "add_librari": [26, 43, 52, 260, 266, 267], "virtual": [26, 64, 76, 122, 155, 251, 254, 258], "devic": [26, 27], "pair": [26, 122], "qr": 26, "click": [26, 30, 69, 74, 217, 245], "brew": [27, 64, 92, 154, 239], "usr": [27, 122, 155, 216, 250], "choos": [27, 74, 124, 196, 212, 240, 249, 267], "fit": [27, 81, 89, 192, 276], "balanc": [27, 84], "mingw": [27, 157, 248, 254], "ninja": [27, 58, 80, 86, 92, 106, 112, 128, 135, 149, 154, 194, 197, 226, 254, 265], "provis": 27, "w": [27, 149, 167], "r23b": 27, "unless": [27, 76, 91, 92, 106, 116, 120, 122, 124, 133, 134, 154, 159, 209, 230, 249, 273], "know": [27, 32, 52, 84, 88, 93, 97, 124, 148, 157, 163, 196, 212, 251, 258, 260, 265, 272, 279], "precompil": [28, 79, 91, 106, 124, 138, 140, 220, 241, 264], "discuss": [28, 76, 154, 175], "u": [28, 46, 76, 79, 90, 93, 100, 102, 103, 104, 106, 110, 119, 128, 253, 261], "raspberri": [28, 250], "pi": [28, 250], "ubuntu": [28, 62, 76, 157, 240, 250], "toolchain_packag": 28, "arm": [28, 43, 86, 157, 229, 250, 253], "64": [28, 43, 157, 192, 222, 233, 250, 276], "bit": [28, 43, 52, 54, 62, 130, 140, 155, 157, 163, 192, 205, 233, 250, 259, 264, 268, 279], "conaninvalidconfigur": [28, 124, 147, 148, 192, 253, 275], "armtoolchainpackag": 28, "_archs32": 28, "armv6": [28, 157, 186], "armv7hf": [28, 157, 186, 240, 250], "_archs64": 28, "_get_toolchain": 28, "target_arch": [28, 103], "gnueabihf": [28, 250], "df0f4927a67d1fd366ff81e40bd8c385a9324fbdde60437a512d106215f257b3": 28, "12fcdf13a7430655229b20438a49e8566e26551ba08759922cdaf4695b0d4e23": 28, "valid_arch": 28, "geteula": 28, "37988a7c": 28, "c40e": 28, "4b78": 28, "9fd1": 28, "62c20b507aa8": 28, "sha": [28, 207], "media": 28, "rel1": 28, "binrel": 28, "xz": [28, 205], "_": [28, 46, 80, 124, 155, 159, 164, 185, 191, 217, 230, 264], "dirs_to_copi": 28, "libexec": 28, "dir_nam": 28, "asm": [28, 92, 154, 157, 197, 232], "incorpor": 28, "variou": [28, 96, 141, 157, 271], "acknowledg": 28, "distinct": [28, 124], "recogn": 28, "creation": [28, 47, 58, 61, 76, 80, 125, 157, 166, 236, 252], "popul": [28, 196, 250], "verif": [28, 92, 154, 207], "diagram": [28, 258], "anyth": [28, 40, 41, 58, 76, 80, 203, 240, 250, 264, 265, 268, 277, 280], "ordinari": 28, "simpli": [28, 43, 68, 74, 155, 222, 223, 270], "particularli": [28, 124, 137, 139], "identifi": [28, 40, 41, 71, 83, 85, 87, 88, 104, 116, 124, 125, 251, 258, 265, 272, 278], "differenti": [28, 84, 157, 250], "encapsul": [28, 124], "toolchain_triplet": 28, "virtualrunenv": [28, 140, 155, 185, 197, 199, 200, 201, 251, 260, 265], "appropri": [28, 149], "stringio": [28, 149], "testpackageconan": 28, "build_requir": [28, 40, 41, 43, 93, 109, 110, 111, 112, 125, 135, 141, 155, 196, 217, 220, 250, 252, 253, 265, 276], "test_fil": 28, "assert": [28, 40, 41, 167, 197, 201], "elf": [28, 250], "getvalu": 28, "minim": [28, 106, 113, 192, 268], "proce": [28, 32, 43, 251], "gnu14": [28, 155, 157, 214, 250], "20231009": 28, "copyright": 28, "softwar": [28, 46, 103, 222, 240, 280], "foundat": 28, "inc": 28, "emploi": 28, "consequ": [28, 62, 100], "compressor": [28, 30, 36, 57, 196, 249, 250, 251, 253, 254], "lsb": [28, 250], "sysv": [28, 250], "dynam": [28, 58, 61, 87, 88, 107, 124, 125, 142, 143, 155, 157, 166, 168, 184, 226, 250, 251, 253, 279, 280], "interpret": [28, 64, 154, 184, 250], "debug_info": 28, "strip": [28, 92, 100, 154, 188, 194, 205, 209, 226, 236, 250], "procedur": 28, "hasn": 28, "bare": [30, 76, 259], "symbol": [30, 69, 81, 152, 188, 197], "box": [30, 272], "consuming_packag": [30, 249, 250, 251, 252, 253, 254], "simple_cmake_project": [30, 249], "finish": [30, 56], "successfulli": [30, 56, 70, 74, 250, 260, 268, 270], "23": [30, 49, 50, 93, 106, 110, 128, 150, 157, 197, 263, 264, 265, 270, 271, 272, 277], "sln": [30, 61, 74, 229], "solut": [30, 61, 74, 76, 80, 122, 137, 141, 230, 231, 244, 246, 275], "startup": 30, "breakpoint": 30, "void": [30, 43, 54, 57, 249, 251, 256, 267, 277], "deflateinit": [30, 57, 249], "defstream": [30, 57, 249], "z_best_compress": [30, 57, 249], "deflat": [30, 57, 249], "z_finish": [30, 57, 249], "f5": 30, "stop": [30, 106, 197], "Into": 30, "navig": [30, 69, 245], "zlib4f7275ba0a71f": 30, "zexport": 30, "deflateinit_": 30, "strm": 30, "stream_siz": 30, "z_streamp": 30, "const": 30, "deflateinit2_": 30, "z_deflat": 30, "max_wbit": 30, "def_mem_level": 30, "z_default_strategi": 30, "next_in": [30, 57, 249], "inspir": 31, "agnost": [31, 34, 52, 58, 106, 165], "enough": [32, 52, 62, 64, 80, 97, 128, 135, 139, 154, 155, 159, 198, 253, 266, 275], "cmd_clean": 32, "your_conan_hom": [32, 163, 272], "Will": [32, 40, 41, 90, 93, 94, 100, 102, 103, 104, 106, 110, 112, 116, 119, 124, 135, 144, 168, 188, 191, 196, 197, 201, 226, 240], "ye": 32, "31da245c3399e4124e39bd4f77b5261f": 32, "a16985deb2e1aa73a8480faad22b722c": 32, "721995a35b1a8d840ce634ea1ac71161": 32, "9a77cdcff3a539b5b077dd811b2ae3b0": 32, "cee90a74944125e7e9b4f74210bfec3f": 32, "7cddd50952de9935d6c3b5b676a34c48": 32, "conan_api": [32, 163, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183], "conanoutput": [32, 163], "onceargu": 32, "conan_command": 32, "userio": 32, "userinput": 32, "recipe_color": 32, "bright_blu": 32, "removed_color": 32, "bright_yellow": 32, "add_argu": [32, 163], "store_tru": 32, "parse_arg": [32, 163], "request_boolean": 32, "non_interact": [32, 92, 153, 154, 159], "output_remot": 32, "writeln": 32, "fg": [32, 256, 267], "all_rrev": 32, "recipe_revis": [32, 84, 124, 252], "latest_rrev": 32, "repr_notim": 32, "packages_configur": 32, "package_ref": 32, "all_prev": 32, "package_revis": [32, 84], "latest_prev": 32, "argpars": [32, 163], "argumentpars": [32, 163], "visit": [32, 86, 89, 111, 122, 126, 245], "websit": [32, 163], "translat": [32, 69, 74, 75, 79, 140, 191, 197, 214, 226, 230, 231, 253, 259, 260], "bg": 32, "font": 32, "foreground": 32, "background": [32, 159], "apart": [32, 56, 220], "predefin": [32, 49, 89, 113, 128, 150, 185, 197, 270, 272], "success": [32, 124, 149], "remoteregistri": 32, "searchapi": [32, 169, 182], "listapi": [32, 169, 177], "removeapi": [32, 169, 181], "deserv": [32, 154], "especi": [32, 64, 124, 154, 264, 269, 280], "attent": [32, 154, 266], "tour": [33, 35], "development_deploi": 36, "zlibconfig": 36, "uninstal": [36, 64], "elsewher": [36, 52, 124, 143], "place": [36, 37, 43, 52, 61, 79, 86, 103, 120, 124, 126, 128, 140, 152, 164, 166, 184, 200, 205, 253, 259, 264, 265, 266, 278], "conanbuild": [36, 46, 56, 135, 140, 155, 194, 200, 201, 202, 212, 214, 233, 250, 253, 254, 265, 271], "17": [36, 58, 61, 69, 85, 92, 107, 121, 154, 155, 157, 221, 259, 263, 264], "2022": [36, 69, 74, 81, 107, 121, 157, 252, 263, 264], "big": [36, 122, 133, 157], "blocker": 36, "sed": 36, "old_fold": 36, "new_fold": 36, "dcmake_build_typ": [36, 49, 50, 194, 196, 249, 250, 251, 253, 254, 264, 270, 271, 272], "fact": [36, 52, 122, 258], "ticket": 36, "manual": [36, 46, 61, 69, 74, 91, 108, 109, 111, 122, 135, 141, 276, 279], "cwd": [37, 106, 113, 142, 143, 149, 165, 179], "mcap": 37, "carri": 37, "sources_deploi": 37, "plu": [37, 46, 113, 126, 230], "dependencies_sourc": 37, "preprocess": 37, "accomplish": [37, 197], "source_deploi": 37, "kwarg": [37, 162, 165, 167, 209, 240], "robust": [37, 162], "dependency_sourc": 37, "iter": [37, 106, 111, 161, 165, 167, 197, 199], "said": [37, 258, 276], "advanc": [38, 40, 41, 69, 76, 81, 124, 141, 155, 193, 198, 236, 244, 245, 276, 280], "pkg_macro": 39, "endfunct": [39, 42], "vast": [40, 41], "different_opt": 40, "myoption": [40, 79, 124, 127, 147], "echo": [40, 41, 162, 184, 265], "off": [40, 41, 65, 70, 164, 197, 221, 257, 271], "necho": [40, 41], "mygcc": [40, 41], "chmod": [40, 41], "0o777": [40, 41], "itself": [40, 41, 43, 62, 80, 88, 122, 124, 139, 140, 144, 184, 197, 253, 259, 268, 273], "mygcc1": [40, 41], "mygcc2": [40, 41], "wine": [40, 41], "gcc1": [40, 41], "gcc2": [40, 41], "ext": [40, 41], "tell": [40, 41, 42, 56, 124, 156, 184, 196, 212, 220, 222, 249, 257, 260, 268], "construct": [40, 41], "Of": [40, 41, 76, 275], "cours": [40, 41, 275], "invis": [40, 41], "exactli": [40, 41, 52, 76, 84, 135, 137, 139, 161, 240, 265], "disambigu": [40, 41, 154, 196, 217], "obviou": 41, "different_vers": 41, "myscript": [42, 88], "nice": 42, "myfunct": [42, 124, 184], "cmake_build_modul": [42, 196], "tc": [42, 50, 58, 61, 124, 135, 157, 191, 194, 197, 213, 214, 221, 226, 231, 232, 238, 257, 259, 261, 265, 267, 271], "build_context_activ": 42, "build_context_build_modul": 42, "cmake_find_mod": [42, 52, 140, 196], "build_context": [42, 196, 228], "behav": [43, 212, 251], "protobuf": [43, 124, 128, 140, 196, 217], "perhap": 43, "pb": 43, "nonetheless": [43, 263], "using_protobuf": 43, "myaddress": 43, "addressbook": 43, "proto": 43, "myaddresserrecip": 43, "config_opt": [43, 124, 125, 131, 135, 255, 258, 259, 261], "libprotobuf": 43, "protobuf_generate_cpp": 43, "proto_src": 43, "proto_hdr": 43, "target_include_directori": [43, 52, 266, 267], "build_interfac": [43, 52], "cmake_current_source_dir": 43, "cmake_current_binary_dir": [43, 52], "install_interfac": [43, 52], "set_target_properti": [43, 52, 260, 266, 267], "public_head": [43, 52, 266, 267], "iostream": [43, 124, 267], "fstream": 43, "google_protobuf_verify_vers": 43, "address_book": 43, "person": [43, 154], "add_peopl": 43, "set_id": 43, "1337": 43, "cout": [43, 54, 267, 277], "alloc": [43, 220], "googl": [43, 56, 68, 82, 92, 154, 185, 209, 219, 220, 221], "shutdownprotobuflibrari": 43, "argc": [43, 209], "argv": [43, 209], "71305099cc4dc0b08bb532d4f9196ac1": 43, "c4e35584cc696eb5dd8370a2a6d920fb2a156438": 43, "ac69396cd9fbb796b5b1fc16473ca354": 43, "e60fa1e7fc3000cc7be2a50a507800815e3f45e0": 43, "0af7d905b0df3225a3a56243841e041b": 43, "13c96f538b52e1600c40b88994de240f": [43, 103, 110], "d0599452a426a161e02a297c6e0c5070f99b4909": [43, 98, 107], "69b9ece1cce8bc302b69159b4d437acd": 43, "myser03f790a5a5533": 43, "libmyaddress": 43, "ok": [43, 69, 91, 257, 263], "notic": [43, 52, 69, 92, 124, 156, 163, 214, 217, 219, 220, 225, 226, 251, 256, 257, 258, 267], "mach": 43, "arbitrari": [44, 48, 52, 69, 76, 109, 111, 139, 160, 278], "cygwin": [46, 47, 92, 154, 157], "wsl": [46, 47, 92, 154, 157], "offer": [46, 47, 71, 124, 155], "popular": [46, 56, 57, 65, 72, 76, 157, 240, 249], "fmt": [46, 56, 110, 256, 257, 258, 267, 268], "mac": [46, 192, 268], "string_formatt": [46, 56], "ac": [46, 47], "www": [46, 103, 105, 122, 124, 280], "org": [46, 64, 103, 105, 124, 154, 207], "autoconf": 46, "60": [46, 56], "html_node": 46, "configure_002eac": 46, "cstdlib": [46, 56], "exit_success": [46, 56, 57, 249, 251], "ac_prog_cxx": 46, "pkg_check_modul": 46, "ac_init": 46, "stringformatt": 46, "am_init_automak": 46, "wall": 46, "foreign": 46, "ac_config_srcdir": 46, "ac_config_fil": 46, "ac_output": 46, "automake_opt": 46, "subdir": [46, 47, 122, 205], "aclocal_amflag": 46, "aclocal_flag": 46, "bin_program": 46, "string_formatter_sourc": 46, "string_formatter_cppflag": 46, "fmt_cflag": 46, "string_formatter_ldadd": 46, "fmt_lib": 46, "automak": 46, "pkgconf": [46, 58], "vari": [46, 64, 80, 86], "acloc": 46, "reference_commands_instal": 46, "conanautotoolstoolchain": [46, 47, 214], "conanbuildenv": [46, 202, 265, 271], "conanrun": [46, 56, 140, 146, 155, 194, 201, 203, 251, 268, 271], "conanrunenv": [46, 203, 271], "deactivate_conanbuild": [46, 202, 250, 253, 254, 271], "deactivate_conanrun": [46, 251, 271, 272], "_fmt": 46, "run_exampl": 46, "ldflag": [46, 47, 124, 140, 154, 155, 213, 214, 226, 232], "m4": 46, "second": [46, 62, 85, 92, 122, 124, 138, 154, 190, 207, 258, 265], "haven": [47, 58, 61, 69, 84, 101, 260, 270, 273], "familiar": [47, 58, 61], "concept": [47, 58, 61, 78, 85, 217, 248, 258, 272, 274, 276], "autotools_lib": [47, 113], "mainc": 47, "pp": 47, "libhello_la_sourc": 47, "basic_layout": [47, 58, 185], "at_toolchain": 47, "briefli": [47, 58, 61, 154, 242, 258, 259], "parametr": [47, 58, 61, 113], "util": [47, 64, 69, 79, 87, 96, 120, 124, 144, 188, 197, 201, 205, 212, 240, 250, 266], "rpath": [47, 188, 197, 212, 251], "lc_id_dylib": [47, 188, 212], "lc_load_dylib": [47, 188, 212], "dylib": [47, 135, 140, 188, 205, 212, 251, 258, 266], "unusu": 47, "__x86_64__": [47, 256, 259, 261, 264, 271], "_glibcxx_use_cxx11_abi": [47, 157, 197, 214], "__cplusplus201703": 47, "__gnuc__11": 47, "__gnuc_minor__1": 47, "5b151b3f08144bf25131266eb306ddff": 47, "2024": [47, 58, 61, 88, 107, 157, 259], "03": [47, 58, 61, 88, 157, 252, 259, 277], "52": [47, 58, 61, 85, 87, 259], "8631cf963dbbb4d7a378a64a6fd1dc57558bc2f": 47, "cmake_ex": [49, 85, 113], "foo": [49, 50, 51, 94, 122, 124, 137, 196, 197, 201, 205, 214, 216, 232], "binarydir": 49, "everytim": [49, 50, 250, 270, 271, 272], "cmake_toolchain": [50, 51], "extend_own_cmake_preset": 50, "user_presets_path": 50, "configurepreset": [50, 197], "displaynam": 50, "user_toolchain_profil": 51, "aspect": [51, 88], "characterist": [51, 83, 88, 128], "appconan": 51, "myvar1": [51, 155, 200], "my_user_var1": 51, "myvar": [51, 124, 140, 155, 184, 197, 200, 226, 265], "myprofil": [51, 58, 88, 106, 114, 155], "profile_dir": [51, 155], "myvalue1": [51, 200], "system_nam": [51, 92, 154, 197], "usabl": [52, 157], "aren": 52, "fair": [52, 81], "vendor": [52, 97, 158], "happili": 52, "pkg_config_fil": 52, "pkgrecip": [52, 278, 279], "three": [52, 124, 137, 154, 191, 200, 231, 240], "mylib": [52, 124, 128, 155, 197, 214, 280], "project_source_dir": 52, "cmake_install_includedir": [52, 197], "mypkgconfig": 52, "namespac": [52, 80, 196, 212, 214, 257], "destin": [52, 132, 133, 134, 205, 207, 230, 259], "cmake_install_prefix": [52, 197, 266], "_m_x64": [52, 58, 61], "runtim": [52, 58, 61, 76, 81, 88, 124, 128, 140, 155, 157, 168, 200, 203, 212, 214, 226, 228, 231, 232, 251, 268], "multithreadeddl": [52, 58, 61], "_msc_ver1939": [52, 58, 61], "_msvc_lang201402": [52, 58, 61], "__cplusplus199711": [52, 61, 259, 261, 264], "switch": [52, 140, 168, 190, 230, 231], "viceversa": 52, "inconveni": [52, 270], "trivial": 52, "transtiv": 52, "simplest": [54, 126, 261, 266, 279], "hellorecip": [54, 62, 256, 257, 258, 259, 260, 261, 264, 267, 271, 277], "friend": [54, 257], "rule": [54, 84, 91, 92, 122, 123, 124, 139, 158, 160, 161, 214, 217, 220, 273, 275, 278], "ifdef": [54, 251, 256, 267, 277], "ndebug": [54, 214, 251, 256, 267, 277], "hello_patch": 54, "conan_data": [54, 133, 135, 209, 261], "complex": [54, 81, 124, 136, 155, 184, 205, 228, 278], "bazeltoolchain": [56, 68, 113, 185, 218, 219], "workspac": [56, 68, 95, 220, 265], "demo": [56, 62, 81, 122], "charg": [56, 138], "bzl": [56, 68, 220], "load_conan_depend": [56, 220], "rules_cc": [56, 220], "cc_binari": 56, "bazeldep": [56, 68, 113, 185, 218], "bazel_layout": [56, 150, 220], "conan_bzl": [56, 68, 219, 221], "franchuti": [56, 98], "bazelrc": [56, 92, 154, 219, 221], "38": [56, 103, 264], "272": 56, "lc": 56, "date": 56, "elaps": 56, "180": [56, 157], "critic": [56, 91, 259, 277], "68": [56, 102, 107], "sandbox": 56, "total": [56, 106, 150, 154, 157, 201, 257, 263], "simple_meson_project": 57, "stdlib": [57, 157, 197, 214, 249, 251], "stdio": [57, 249], "buffer_in": [57, 249], "256": [57, 207, 249], "mit": [57, 76, 113, 124, 136, 244, 249, 277], "easili": [57, 62, 79, 86, 88, 122, 126, 127, 140, 144, 158, 165, 197, 198, 249, 257, 279, 280], "buffer_out": [57, 249], "z_stream": [57, 249], "zalloc": [57, 249], "z_null": [57, 249], "zfree": [57, 249], "opaqu": [57, 249], "avail_in": [57, 249], "uint": [57, 249], "strlen": [57, 249], "bytef": [57, 249], "avail_out": [57, 249], "sizeof": [57, 249], "next_out": [57, 249], "deflateend": [57, 249], "printf": [57, 249, 251], "size": [57, 81, 201, 249, 251, 253, 254, 273], "lu": [57, 249], "conan_meson_": 57, "ini": [57, 58, 73, 225, 249], "conan_meson_n": [57, 58, 225], "233": [57, 249, 251, 253, 254], "147": [57, 249, 251, 253, 254], "meson_lib": [58, 113], "vcxproj": [58, 61], "conan_meson_cross": [58, 225], "testhello": 58, "__cplusplus201402": 58, "856c535669f78da11502a119b7d8a6c9": [58, 61], "04": [58, 61, 107, 157, 259], "39": [58, 61, 107, 155, 252, 259, 264], "c13a22a41ecd72caf9e556f68b406569547e0861": [58, 61, 88], "193": [58, 61, 87, 88, 157], "test_hello": [61, 257, 260], "vs_layout": [61, 150, 185, 223, 227], "conantoolchain": [61, 191, 231], "prop": [61, 74, 135, 196, 230, 231], "sheet": [61, 63, 77], "receiv": [61, 62, 79, 86, 108, 128, 161, 162, 163, 166, 167, 168, 198, 226, 236, 259, 265, 273, 278], "act": [61, 163], "accordingli": [61, 124], "importgroup": 61, "label": [61, 76, 98, 103, 105, 219, 220, 231], "propertysheet": 61, "x64": [61, 86, 137, 157, 229], "pragmat": 62, "someon": [62, 276], "coordin": [62, 144, 205, 236], "who": [62, 278], "tri": [62, 102, 168, 249, 252], "capture_scm": 62, "myfold": [62, 106, 205], "m": [62, 64, 92, 94, 107, 116, 120, 154, 194, 202, 203, 216, 229, 230, 233, 257, 263, 279], "wip": 62, "short": [62, 124, 259], "untrack": 62, "rev": [62, 236], "histori": [62, 71], "cb7815a58529130b49da952362ce8b28117dee53": 62, "depth": [62, 74, 79, 269], "buildabl": 62, "toplevel": [62, 236], "hello237d6f9f65bba": 62, "hidden": 62, "checkout": [62, 64, 79, 80, 236, 256, 257, 260, 261, 267, 277], "8e8764c40bebabbe3ec57f9a0816a2c8e691f559": 62, "scm_url": 62, "techniqu": 62, "imposs": [62, 85, 86, 155, 275, 276], "squash": 62, "19": [62, 79, 107, 157, 264], "scm_commit": 62, "xdf": [62, 270], "gitignor": [62, 236], "anywai": [62, 124], "encod": [62, 158, 205, 231, 277], "password": [62, 115, 122, 153, 158, 159, 180, 207, 245], "orthogon": [62, 160, 166, 280], "ssh": [62, 158], "actor": 62, "v3": [62, 157, 254], "secret": [62, 122, 158, 159], "ssh_private_kei": 62, "v4": [62, 157], "webfactori": 62, "v0": [62, 246], "privat": [62, 76, 79, 80, 122, 136, 140, 154, 158, 184, 185, 244, 245, 246, 259, 267], "care": [62, 86], "riski": 62, "disclos": 62, "welcom": 63, "decentr": 63, "blog": [63, 69, 74, 78, 253, 280], "social": 63, "mail": 63, "tracker": [63, 76], "question": [63, 76], "tabl": 63, "introduct": [63, 65, 74, 111, 141, 151, 160, 241, 245, 248, 253, 256, 264, 276, 280], "devop": 63, "clion": [63, 65, 74, 197], "jfrog": [63, 65, 76, 81, 245], "cheat": [63, 77], "faq": [63, 76, 77, 124, 141, 275, 277], "video": [63, 76, 77, 275], "changelog": 63, "solari": [64, 76, 240], "suno": [64, 76, 157], "modern": [64, 79, 135, 209, 267, 280], "carefulli": [64, 79], "sudo": [64, 92, 124, 140, 154, 240], "virtualenv": [64, 92, 154, 201, 202, 203, 233, 254], "virtualenvwrapp": 64, "readthedoc": 64, "en": [64, 79, 205, 280], "venv": 64, "restart": [64, 69], "logout": [64, 89, 180], "termin": [64, 76, 92, 107, 154, 162], "upgrad": [64, 196, 275, 280], "inconsist": 64, "somehow": 64, "userhom": 64, "attempt": [64, 69, 80, 92, 135, 144, 154, 157, 207], "yield": 64, "xyz": 64, "mark": [64, 69, 147], "interfer": 64, "pep": 64, "668": 64, "isol": [64, 80, 271, 276, 278], "isn": [64, 69], "debian": [64, 76, 157, 207, 240], "ensurepath": 64, "number": [64, 71, 76, 92, 120, 139, 154, 157, 192, 195, 207, 209, 228, 229, 240, 263, 264, 278, 279, 280], "gatekeep": 64, "quarantin": 64, "browser": 64, "curl": [64, 69], "wget": 64, "conan_src": 64, "develop2": 64, "beta": [64, 124, 278], "matter": [64, 106, 148, 154, 159, 210, 264, 275, 280], "seamless": 65, "shelf": [65, 70, 164], "though": [65, 93, 107, 122, 124, 138, 154, 246, 252, 278], "yet": [65, 69, 84, 98, 102, 103, 135, 137, 163, 175, 213, 260], "resum": 65, "enhanc": 65, "autotoolsdep": [67, 185, 211], "wrapper": [67, 68, 73, 74, 75, 82, 149, 160, 188, 189, 194, 196, 207, 212, 219, 229, 236, 240, 259], "jetbrain": 69, "marketplac": [69, 74], "brows": [69, 74], "conan_provid": 69, "cmake_project_top_level_includ": 69, "bear": [69, 257], "mind": [69, 249, 257, 268], "24": [69, 106, 155, 157, 212, 246, 264], "button": [69, 74, 245], "appear": [69, 163, 165, 245, 271], "bottom": 69, "toolbar": 69, "wheel": 69, "checkbox": 69, "sequenti": [69, 76], "uncheck": 69, "disappear": 69, "libcurl": [69, 104], "internet": [69, 103, 158, 264, 280], "along": [69, 70, 91, 124, 196, 258], "ey": 69, "icon": [69, 74], "snippet": 69, "project_nam": [69, 196, 249, 254], "cmake_cxx_standard": [69, 197], "reload": [69, 122], "recollect": [71, 144], "down": [71, 84, 85, 257, 263, 277], "segment": 71, "servic": [71, 243], "dedic": [71, 76, 93, 103, 115, 120, 128, 253, 277], "sf": [71, 92], "art": 71, "tf": [71, 85, 92, 93, 97, 257, 258, 266], "create_releas": 71, "mybuildname_releas": 71, "my_artifactori": 71, "mybuildname_aggreg": 71, "readme_build_info": 71, "md": [71, 124, 133, 134, 231, 271, 280], "bsd": 72, "maketoolchain": 72, "myproject": [74, 229, 253], "visualstudio": [74, 228], "menu": 74, "onlin": [74, 81], "gear": 74, "prebuild": 74, "event": 74, "refresh": 74, "circular": 74, "arrow": [74, 103], "xcodebuild": [75, 185, 187, 190], "xcodetoolchain": [75, 185, 187, 190], "xcodeproj": [75, 189], "mobil": 76, "metal": 76, "scon": [76, 82, 185], "acceler": 76, "matur": [76, 124], "polici": [76, 79, 124, 184, 196, 197, 264, 273], "creator": [76, 79, 89, 114, 163, 252], "thousand": [76, 81], "compani": [76, 81, 124, 166, 244, 245], "high": [76, 112, 134, 207], "consol": [76, 149, 226, 233, 236, 251], "logic": [76, 79, 80, 125, 130, 131, 135, 139, 144, 157, 161, 164, 190, 191, 197, 223, 253, 273, 276, 278], "webui": [76, 245], "protocol": [76, 124], "ldap": [76, 122], "topologi": 76, "conan_serv": [76, 122, 246], "boost": [76, 106, 140, 150, 154, 162, 196], "poco": [76, 135, 144, 150], "signific": 76, "truth": [76, 81], "redhat": 76, "archlinux": 76, "raspbian": [76, 240], "desktop": 76, "likewis": [76, 128, 131, 139, 140, 144, 276, 278, 279], "onward": 76, "goal": [76, 127, 139, 146], "evolv": [76, 157, 184, 252, 274], "backward": [76, 100], "incompat": [76, 128, 157, 184, 270], "disrupt": [76, 276], "preview": [76, 107, 129, 152, 161, 165, 167, 196, 205, 273], "year": [76, 81, 280], "life": [76, 81, 279], "eol": 76, "tomtom": 76, "audi": 76, "rti": 76, "continent": 76, "plex": 76, "electrolux": 76, "merced": 76, "benz": 76, "amaz": 76, "5k": 76, "star": 76, "count": 76, "300": 76, "cpplang": [76, 79], "slack": [76, 79], "discord": 76, "plai": [76, 124, 192], "exercis": 76, "narr": 76, "explan": [76, 83, 102, 110, 124, 139, 157], "conduct": 76, "thread": [76, 92, 120, 154, 157], "bad": [76, 144, 226, 261, 277], "confer": [76, 81], "talk": [76, 81], "evolut": [76, 276], "troubleshoot": 77, "handi": [78, 124, 195, 261], "pdf": 78, "png": [78, 105, 113], "post": [78, 160, 166, 253, 266, 280], "goe": [78, 276], "behind": [79, 122], "b1d267f77ddd5d10d06d2ecf5a6bc433fbb7ee": [79, 107, 259, 271], "gnu11": [79, 157, 251, 259], "mayb": [79, 196, 258, 266], "influenc": [79, 82, 83, 124, 251], "overcom": 79, "agre": 79, "spell": [79, 157], "submit": [79, 135, 243], "Such": [79, 80, 252, 280], "httpconnect": 79, "debuglevel": 79, "netrc": 79, "honor": 79, "crlf": [79, 80, 277], "lf": [79, 277], "gitattribut": 79, "gitconfig": 79, "editor": 79, "notepad": 79, "expand": [79, 84, 87, 131, 139, 152], "late": 79, "exhaust": 79, "liba": 79, "playground": 80, "colleagu": 80, "kept": 80, "kind": [80, 111, 122, 133, 134, 157, 158, 159, 166, 245, 264, 278], "unit": [80, 126, 139, 146, 257, 259, 268], "among": [80, 84, 124, 138, 140, 157, 205, 231, 252, 253], "convert": [80, 113, 140, 188, 210, 258, 266], "flat": [80, 184, 205], "strictli": [80, 97, 124, 128, 140, 214, 253, 259, 275], "extrem": [80, 278], "complic": [80, 124, 141], "workaround": [80, 141, 275], "Its": [80, 113, 124, 141, 161, 240], "whenev": [80, 88, 124, 133, 141, 144, 155, 192, 257], "abus": [80, 136, 265], "entrant": 80, "undefin": [80, 86, 109, 111, 168, 205, 259, 261], "indirect": [80, 141], "reserv": [80, 86, 123, 197], "_conan": [80, 122, 123], "sens": [80, 97, 109, 131, 142, 155, 157, 236, 251, 258], "rewritten": 80, "checksum": [80, 87, 91, 124, 185, 204, 207, 277], "educ": 81, "accu": 81, "diego": 81, "rodriguez": 81, "losada": 81, "cppcon": 81, "watch": [81, 280], "grow": [81, 280], "lesson": [81, 280], "challeng": [81, 159], "trend": 81, "ten": 81, "largest": 81, "why": [81, 88, 99, 102, 258, 263, 265], "lui": 81, "caro": 81, "campo": 81, "quick": 81, "overview": [81, 124], "intrins": [81, 133], "visibilitybinari": 81, "half": 81, "battl": 81, "meet": 81, "book": 81, "chri": 81, "mcarthur": 81, "fall": [84, 279], "taken": [84, 88, 124, 138, 157, 184, 197], "eras": [84, 139], "del": [84, 88, 130, 139, 148, 258, 259, 261, 265], "gcc5": 84, "lost": [84, 100], "default_xxx": 84, "default_build_mod": [84, 92, 154], "default_embed_mod": [84, 92, 154], "full_mod": [84, 85, 92, 124, 154, 280], "default_non_embed_mod": [84, 92, 154], "minor_mod": [84, 85, 92, 124, 141, 154, 184, 280], "default_python_mod": [84, 92, 154, 184], "default_unknown_mod": [84, 92, 154], "semver_mod": [84, 92, 124, 154], "confus": [84, 278], "safeti": 84, "emb": [84, 236], "package_id_xxxx_mod": 84, "package_id_embed_mod": [84, 124], "package_id_non_embed_mod": [84, 124], "package_id_unknown_mod": [84, 124], "patch_mod": [84, 124, 184], "package_id_": 84, "non_emb": 84, "_mode": 84, "package_id_mod": [84, 98, 124, 258, 280], "major_mod": [84, 124], "inlin": [85, 87, 263], "pure": [85, 140, 191, 197, 214, 221, 226, 231, 232, 264], "linker": [85, 92, 103, 140, 154, 191, 197, 212, 214, 221, 226, 231, 232, 250, 251], "8879e931d726a8aad7f372e28470faa1": [85, 87], "09": [85, 87, 88, 107, 252], "54": [85, 87], "0348efdcd0e319fb58ea747bb94dbd88850d6dd1": [85, 87], "z": [85, 86, 87, 102, 124, 184, 215, 259], "quickli": [85, 97, 264], "632e236936211ac2293ec33339ce582b": 85, "34": [85, 263, 277], "3ca530d20914cf632eb00efbccc564da48190314": 85, "d125304fb1fb088d5b92d4f8135f4dff": 85, "9bdee485ef71c14ac5f8a657202632bdb8b4482b": [85, 259], "bump": [85, 184, 252, 280], "moon": [85, 163], "1c90e8b8306c359b103da31faeee824c": 85, "ef2b5ed33d26b35b9147c90b27b217e2c7bde2d0": 85, "rebuilt": [85, 275, 277], "wil": 85, "49": [85, 107], "embed_mod": 85, "new_subset": 86, "subvalue1": 86, "subvalue2": 86, "new_root_set": 86, "value1": [86, 124, 155], "value2": [86, 124, 155], "implictli": 86, "explicilti": 86, "implicitli": [86, 124, 157, 184], "build_test": [86, 93, 124, 197, 257], "option2": [86, 124], "option1": [86, 124], "wherebi": 86, "therebi": 86, "comment": [86, 107, 113, 152, 157, 161, 168, 196, 268, 275], "tune": [86, 259], "realli": [86, 93, 131, 157, 270, 275, 279], "retri": [86, 92, 153, 154, 205, 207], "spirit": 86, "myitem": [86, 139], "settings_build": [86, 90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 124, 135, 265], "outcom": [86, 221], "irrelev": [86, 88, 150], "reflect": [86, 88, 188, 192, 252], "97d5730b529b4224045fe7090592d4c1": [87, 107], "08": [87, 107, 277], "51": [87, 107, 278], "57": [87, 107], "d62dff20d86436b9c58ddc0162499d197be9de1": [87, 100, 107], "abe5e2b04ea92ce2ee91bc9834317dbe66628206": [87, 107], "sha1": [87, 206, 207, 250], "cat": [87, 109, 110, 111, 112, 213, 251, 276], "compilerruntim": 87, "compilerruntime_typ": 87, "sha1sum": [87, 206], "386": 87, "seen": [87, 186, 252, 275, 279], "uniqu": [88, 106, 124, 126, 139, 154, 251, 258, 263, 277], "factor": [88, 251], "476929a74c859bb5f646363a4900f7cf": 88, "07": [88, 107, 121], "43": 88, "diffent": 88, "ebec3dc6d7f6b907b3ada0c3d3cdc83613a2b715": [88, 107], "192": [88, 107, 122, 157, 168, 228], "4f267380690f99b3ef385199826c268f63147457": 88, "f1f48830ecb04f3b328429b390fc5de8": 88, "eventu": [88, 91, 196], "pacakg": 88, "mypythonscript": 88, "my": [88, 136, 137, 140, 155, 157, 166, 184, 207, 214, 226], "particular": [88, 257], "contrast": [88, 226], "1744785cb24e3bdca70e27041dc5abd20476f947": 88, "55c609fe8808aa5308134cb5989d23d3caffccf2": 88, "phase": [88, 271], "advic": 88, "silent": 88, "worthi": 89, "core_conf": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "deployer_fold": [90, 103, 106], "nr": [90, 93, 95, 96, 97, 100, 102, 103, 104, 105, 106, 110, 119], "profile_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 175], "profile_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119, 175], "profile_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "options_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "settings_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "settings_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_build": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_host": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "conf_al": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "lockfile_out": [90, 92, 93, 96, 97, 100, 102, 103, 104, 106, 109, 110, 111, 112, 119], "lockfile_overrid": [90, 93, 97, 100, 102, 103, 104, 106, 110, 119], "posit": [90, 91, 92, 93, 94, 95, 96, 97, 100, 102, 103, 104, 105, 106, 107, 108, 110, 113, 115, 116, 117, 118, 119, 120, 180], "vquiet": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "verror": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vwarn": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vnotic": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 149], "vstatu": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vverbos": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "vdebug": [90, 91, 92, 93, 94, 95, 96, 97, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121], "disallow": [90, 93, 100, 102, 103, 104, 106, 110, 119], "fnmatch": [90, 92, 93, 100, 102, 103, 104, 106, 110, 115, 119, 124, 205, 236], "wildcard": [90, 93, 94, 100, 102, 103, 104, 105, 106, 107, 110, 115, 117, 119, 180, 205], "satisfi": [90, 93, 100, 102, 103, 104, 106, 110, 119, 155, 252], "with_qt": [90, 93, 97, 100, 102, 103, 104, 106, 110, 114, 119], "cdc0d9d0e8f554d3df2388c535137d77": 91, "5cb229164ec1d245": 91, "conanmanifest": [91, 167, 249, 254], "ident": [91, 124, 139, 184, 247, 251], "1cae77d6250c23b7": 91, "al": 91, "extract": [91, 132, 140, 153, 205, 216, 261, 266], "package_queri": [91, 94, 107, 116, 120], "AND": [91, 94, 107, 116, 120, 177], "454923cd42d0da27b9b1294ebc3e4ecc84020747": 91, "6fe7fa69f760aee504e0be85c12b2327c716f9e7": 91, "verify_ssl": [92, 156], "target_fold": 92, "origin2": 92, "target2": 92, "submodul": 92, "conan_config": [92, 190, 191], "recurs": [92, 152, 205], "deduc": [92, 124, 195, 201, 203, 207, 208, 232, 279], "certif": [92, 122, 156, 207], "my_set": 92, "chicken": 92, "egg": 92, "op": 92, "overwritten": [92, 136, 140, 144], "retry_wait": [92, 154, 207], "wait": [92, 154, 207], "gzip": [92, 154, 205], "compresslevel": [92, 154], "cacert_path": [92, 122, 154], "cacert": [92, 122, 154], "clean_system_proxi": [92, 154], "proxi": [92, 122, 154], "client_cert": [92, 154], "cert": [92, 154], "max_retri": [92, 154], "maximum": [92, 122, 124, 154, 192, 229, 259, 267], "no_proxy_match": [92, 154], "timeout": [92, 154], "config_vers": [92, 154], "allow_uppercase_pkg_nam": [92, 154], "temporarili": [92, 154, 155, 159], "uppercas": [92, 154, 159], "default_build_profil": [92, 154, 159], "default_profil": [92, 154, 159], "cmake_android_ndk": [92, 154], "enable_arc": [92, 154, 197], "arc": [92, 154, 197], "enable_bitcod": [92, 154, 197], "bitcod": [92, 154, 197], "enable_vis": [92, 154, 197], "sdk_path": [92, 154, 188, 189, 197, 226], "can_run": [92, 126, 146, 154, 268], "objc": [92, 154, 197, 226], "objcxx": [92, 154], "fortran": [92, 154, 197, 214], "hip": [92, 154, 197], "ispc": [92, 154, 197], "exelinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_exe_linker_flags_init": [92, 154, 197], "jx": [92, 154], "mp": [92, 154, 197], "linker_script": [92, 154, 197, 214, 221, 226], "sharedlinkflag": [92, 98, 103, 140, 154, 191, 197, 214, 221, 226, 231, 232], "cmake_shared_linker_flags_init": [92, 154, 197], "skip_test": [92, 126, 154, 197, 219, 257, 263], "sysroot": [92, 98, 103, 154, 188, 197, 214, 226], "find_package_prefer_config": [92, 154], "cmake_find_package_prefer_config": [92, 154, 197], "presets_environ": [92, 154, 197], "wether": [92, 154], "system_processor": [92, 154, 197], "cmake_system_processor": [92, 154, 197], "system_vers": [92, 154, 197], "cmake_system_vers": [92, 154, 197], "toolchain_fil": [92, 154, 155, 197], "toolset_arch": [92, 154, 197], "toolset": [92, 154, 157, 197, 222, 228], "cmake_generator_toolset": [92, 154, 197], "toolset_cuda": [92, 154, 197], "install_strip": [92, 154, 194], "launcher": [92, 154, 201, 202, 203, 213, 214, 233, 265, 268], "define_libcxx11_abi": [92, 154], "glibcxx_use_cxx11_abi": [92, 154], "host_triplet": [92, 154], "pkg_config": [92, 154, 216, 217, 226], "bazelrc_path": [92, 154, 219], "rcpath1": [92, 154, 219], "config1": [92, 154, 219], "installation_path": [92, 154, 222, 233], "setvars_arg": [92, 154, 222], "onto": [92, 154], "setvar": [92, 154, 222], "backend": [92, 122, 154, 226], "vs2010": [92, 154, 226], "vs2012": [92, 154], "vs2013": [92, 154], "vs2015": [92, 154, 226], "vs2017": [92, 154, 222, 226], "extra_machine_fil": [92, 154, 225], "bash": [92, 124, 154, 233, 246], "msy": [92, 154, 157, 246], "sfu": [92, 154], "2019": [92, 154, 157, 222, 233, 253], "max_cpu_count": [92, 140, 154, 155, 194, 229], "vs_version": [92, 154, 155, 157], "exclude_code_analysi": [92, 154, 230], "suppress": [92, 154, 197], "compile_opt": [92, 124, 140, 154, 231], "sudo_askpass": [92, 154, 240], "yum": [92, 154, 239], "pacman": [92, 154, 239], "choco": [92, 154, 240], "zypper": [92, 154, 239], "pkgutil": [92, 154, 239], "30": [92, 100, 107, 264], "serv": [93, 122, 245, 251], "misus": 93, "mutual": [94, 106, 116, 120], "packagelist": [94, 120], "pgkg": 94, "resid": [95, 114], "my_project": [95, 100, 102, 103, 104, 106, 110], "sb": 97, "this_pkg": 97, "slower": [97, 133], "binary_remot": 98, "invalid_build": [98, 103], "homepag": [98, 103, 105, 135], "win_bash_run": 98, "options_descript": 98, "options_definit": [98, 105], "generators_fold": [98, 103, 105, 135, 196, 197, 217, 230], "srcdir": [98, 103, 140], "resdir": [98, 103, 140, 197, 214, 226, 253], "frameworkdir": [98, 103, 140], "framework": [98, 103, 128, 140, 141, 217, 230, 238, 250, 257, 265], "ffa77daf83a57094149707928bdce823": [98, 107], "1440f4f447208c8e6808936b4c6ff282": 98, "dc0e384f0551386cd76dc29cc964c95": [98, 102], "1703667991": 98, "3458598": 98, "1703668372": 98, "8517942": 98, "massiv": [98, 103], "spiffi": [98, 103], "delic": [98, 103], "unobtrus": [98, 103], "unencumb": [98, 103], "patent": [98, 103], "zlib774aa77541f8b": 98, "resolved_rang": 98, "replaced_requir": 98, "closest": [99, 102], "annot": 100, "doesnt": 100, "preserv": 100, "absenc": 100, "order_bi": 100, "06023034579559bb64357db3a53f88a4": 100, "54b9c3efd9ddd25eb6a8cbf01860b499": 100, "build_arg": 100, "ed8593b3f837c6c9aa766f231c917a5b": 100, "60778dfa43503cdcda3636d15124c19bf6546ae3": 100, "ad092d2e4aebcd9d48a5b1f3fd51ba9a": 100, "firstli": 100, "purpous": 100, "pref": [100, 122, 135, 173], "closest_binari": 102, "1692672717": [102, 107], "b647c43bfefae3f830561ca202b6cfd935b56205": 102, "package_filt": [103, 163], "df": 103, "myproject_fold": 103, "binutil": 103, "0dc90586530d3e194d01d17cb70d9461": 103, "5350e016ee8d04f418b50b7be75f5d8be9d79547": 103, "cci": 103, "degrad": 103, "gpl": 103, "assembl": 103, "objcopi": 103, "objdump": 103, "multilib": 103, "target_o": 103, "target_triplet": 103, "with_libquadmath": 103, "binut53bd9b3ee9490": 103, "416618fa04d433c6bd94279ed2e93638": 103, "76f7d863f21b130b4e6527af3b1d430f7f8edbea": 103, "866f53e31e2d9b04d49d0bb18606e88": 103, "zlibbcf9063fcc882": 103, "digraph": 103, "graphviz": 103, "friendli": [103, 124], "tensorflow": 103, "lite": [103, 107], "vi": 103, "trough": 103, "j": [103, 124, 157, 225], "cloudflar": 103, "conan_sourc": [103, 167], "info_graph_html": 103, "95279f20d2443016907657f081a79261": 104, "edbeabd3bfc383d2cca3858aa2a78a0d": 104, "f52e03ae3d251dec704634230cd806a2": [104, 107], "nasm": 104, "05": [104, 107, 252], "058c93b2214a49ca1cfe9f8f26205568": 104, "strawberryperl": 104, "8f83d05a60363a422f9033e52d106b47": 104, "35": [104, 135, 264, 277], "46": [104, 107], "01": [104, 107, 212, 277], "neon": 105, "msa": 105, "sse": 105, "vsx": 105, "api_prefix": 105, "graphic": [105, 253], "redirect": [105, 107, 121, 122, 149, 159, 194, 270, 280], "deployer_packag": 106, "recomput": 106, "myconan": [106, 124], "bzip2": [106, 135, 202, 203, 230, 233], "compound": 106, "left": [106, 122, 259, 272, 278], "highest": 106, "myprofile3": 106, "myprofile1": [106, 155], "myprofile2": [106, 155], "immedi": [106, 140, 146, 154, 155, 230, 268], "strict": [106, 109, 111, 155, 205, 276, 280], "newpkg": 106, "fp": 107, "filter_profil": 107, "filter_set": 107, "fo": 107, "filter_opt": 107, "gb": 107, "graph_binari": 107, "gr": 107, "graph_recip": 107, "5d": [107, 116], "dai": [107, 116], "4w": [107, 116, 273], "hour": [107, 116], "26": [107, 253], "mycompani": 107, "20": [107, 155, 157, 168, 202, 256], "shortest": 107, "53": [107, 121], "8b23adc7acd6f1d6e220338a78e3a19": 107, "ce3665ce19f82598aa0f7ac0b71ee966": 107, "31ee767cb2828e539c42913a471e821a": 107, "d77ee68739fcbe5bf37b8a4690eea6ea": 107, "implicit": [107, 209, 276], "e4e1703f72ed07c15d73a555ec3a2fa1": 107, "45": [107, 252, 263, 278], "fdb823f07bc228621617c6397210a5c6c4c8807b": 107, "4834a9b0d050d7cf58c3ab391fe32e25": 107, "33": [107, 263, 264], "31": [107, 128, 277], "6a6451bbfcb0e591333827e9784d7dfa": 107, "29": [107, 252, 277], "67bb089d9d968cbc4ef69e657a03de84": 107, "47": [107, 252], "36": [107, 264], "5e196dbea832f1efee1e70e058a7eead": 107, "26475a416fa5b61cb962041623748d73": 107, "d15c4f81b5de757b13ca26b636246edff7bdbf24": [107, 259], "a2eb7f4c8f2243b6e80ec9e7ee0e1b25": 107, "24612164eb0760405fcd237df0102e554ed1cb2f": 107, "a3c9d80d887539fac38b81ff8cd4585fe42027e0": 107, "human": 107, "zli": 107, "b58eeddfe2fd25ac3a105f72836b3360": 107, "d9b1e9044ee265092e81db7028ae10e0": 107, "denomin": 107, "deviat": [107, 124], "config_requir": [109, 112], "mypytool": 109, "manipul": [109, 111, 144, 205, 266], "moreov": 109, "scratch": [110, 269, 270], "ca4ae2047ef0ccd7d2210d8d91bd0e02": 110, "1675126491": 110, "773": 110, "5f184bc602682bcea668356d75e7563b": 110, "1676913225": 110, "027": [110, 280], "733": 110, "e747928f85b03f48aaf227ff897d9634": 110, "1675126490": 110, "952": 110, "lock1": 111, "lock2": 111, "consolid": 111, "diverg": 111, "simplic": 111, "pkgb": 111, "app1": 111, "pkgawin": 111, "pkganix": 111, "gone": [111, 257, 268], "nix": [111, 205], "math": [112, 113, 141, 205, 275], "85d927a4a067a531b1a9c7619522c015": 112, "1702683583": 112, "3411012": 112, "fd2b006646a54397c16a1478ac4111ac": 112, "3544693": 112, "mytool": [112, 220], "othertool": 112, "downgrad": 112, "unlock": 112, "meson_ex": 113, "msbuild_ex": 113, "bazel_lib": 113, "bazel_ex": 113, "autotools_ex": 113, "local_recipes_index": 113, "basi": 113, "aid": 113, "boilerpl": [113, 124], "requires1": 113, "requires2": 113, "tool_requires1": 113, "tool_requires2": 113, "magic": 113, "mygam": 113, "mytempl": 113, "full_path": 113, "conan_vers": [113, 154], "brack": 113, "not_templ": 113, "image2": 113, "guess": [114, 155, 179, 249], "Be": [114, 130, 131, 152, 197, 236, 258], "carlosz": 114, "ios_bas": 114, "ios_simul": 114, "clang_15": 114, "package_set": 114, "build_env": 114, "registri": [115, 245], "usernam": [115, 122, 155, 159, 180], "ap": 115, "allowed_packag": [115, 180], "insert": [115, 180], "conan_login_": 115, "expos": [115, 122, 135, 155, 236], "new_nam": [115, 180], "intact": 116, "smell": [116, 277], "manifest": [120, 124, 267], "sys_vers": 121, "1316": 121, "mainli": [122, 246], "pro": [122, 244, 246], "conan_server_hom": 122, "server_dir": 122, "server_directori": 122, "prior": [122, 166], "hot": 122, "relaunch": 122, "jwt_secret": 122, "ijkhyoiouinmxcrtytrr": 122, "jwt_expire_minut": 122, "120": 122, "ssl_enabl": 122, "port": [122, 246], "9300": [122, 246], "public_port": 122, "host_nam": 122, "localhost": [122, 207, 245, 246], "authorize_timeout": 122, "1800": 122, "disk_storage_path": 122, "disk_authorize_timeout": 122, "updown_secret": 122, "hjhjujkjkjkjkluyyuuyhj": 122, "write_permiss": 122, "lasot": 122, "default_us": 122, "default_user2": 122, "read_permiss": 122, "jwt": 122, "random": [122, 196], "safe": [122, 124, 144, 192], "anytim": 122, "amount": 122, "ip": [122, 207], "domain": 122, "168": 122, "docker": [122, 245], "9999": 122, "p9300": 122, "traffic": 122, "somedir": [122, 216], "crt": 122, "pem": [122, 154], "reject": 122, "regist": 122, "plain": [122, 124], "premis": 122, "firewal": 122, "trust": 122, "sysadmin": 122, "restrict": [122, 124, 157], "comma": [122, 124], "allowed_user1": 122, "allowed_user2": 122, "packagea": 122, "john": [122, 124], "peter": 122, "custom_authent": 122, "authenticator_nam": 122, "collabor": [122, 172], "htpasswd": 122, "schiffner": 122, "uilianri": 122, "my_authent": 122, "get_class": 122, "myauthent": 122, "valid_us": 122, "plain_password": 122, "factori": 122, "custom_author": 122, "authorizer_nam": 122, "my_author": 122, "authenticationexcept": 122, "forbiddenexcept": 122, "myauthor": 122, "_check_conan": 122, "deni": [122, 205], "_check_packag": 122, "_check": 122, "check_read_conan": 122, "check_write_conan": 122, "check_delete_conan": 122, "check_read_packag": 122, "check_write_packag": 122, "check_delete_packag": 122, "conform": 122, "check_": 122, "conanfilerefer": 122, "meanwhil": 122, "_packag": 122, "packagerefer": 122, "443": 122, "server_nam": 122, "myservernam": 122, "mydomain": 122, "proxy_pass": 122, "ssl_certif": 122, "ssl_certificate_kei": 122, "mod_wsgi": 122, "apache2": 122, "site": [122, 124], "0_conan": 122, "virtualhost": 122, "80": 122, "wsgiscriptalia": 122, "dist": 122, "server_launch": 122, "wsgicallableobject": 122, "wsgipassauthor": 122, "grant": 122, "srv": 122, "helloconan": [123, 124, 188, 212, 264], "varieti": 123, "member": [123, 124, 135, 184], "_my_data": 123, "_my_help": 123, "lowercas": [124, 259, 278], "101": 124, "charact": [124, 159, 200, 201, 259], "shorter": [124, 201], "z0": 124, "9_": 124, "alphanumer": [124, 259], "ing": 124, "pkgname": [124, 230, 252], "pre1": [124, 259, 278], "build2": [124, 259], "pkgversion": 124, "programmat": 124, "mychannel": 124, "incred": 124, "spdx": 124, "peopl": 124, "smith": 124, "protocinstallerconan": 124, "protoc_instal": 124, "buffer": 124, "rpc": 124, "eigenconan": 124, "eigen": 124, "tuxfamili": 124, "mylibconan": 124, "otherlib": 124, "otherus": 124, "bracket": [124, 278], "alpha": [124, 278], "tool_a": 124, "tool_b": 124, "gtest": [124, 128, 135, 141, 150, 230, 250, 257, 263, 268], "downstream": [124, 128, 140, 141, 184, 196, 275], "other_test_tool": 124, "pyreq": [124, 136, 164, 184], "myconanfilebas": [124, 136], "utilsbas": 124, "got": [124, 265, 271, 276], "shutil": [124, 144], "emul": [124, 157, 231, 276], "mistak": 124, "yaml": 124, "8c48baf3babe0d505d16cfc0cf272589c66d3624264098213db0fb00034728e9": 124, "15b6393c20030aab02c8e2fe0243cb1d1d18062f6c095d67bca91871dc7f324a": 124, "opt": [124, 201, 221, 222, 278, 280], "7zip": [124, 150, 155], "7z": 124, "determin": [124, 141, 155, 200, 251], "gnu20": [124, 157], "get_saf": [124, 130, 131, 223, 253], "compiler_vers": [124, 155, 192], "feasibl": [124, 140], "is_android": 124, "option3": 124, "option4": 124, "comparison": [124, 244, 278], "zwave": 124, "reference_pattern": 124, "option_nam": 124, "condition": [124, 126, 127, 131, 135, 144, 230, 231, 253, 255, 260, 267], "otherpkg": 124, "some_opt": 124, "overridden": [124, 184, 207], "123": [124, 155, 184], "word": [124, 136, 157, 277], "freez": 124, "overriden": [124, 207], "234": [124, 184], "explanatori": 124, "reference_conanfile_methods_package_id": 124, "package_id_python_mod": 124, "semver": [124, 237, 278, 280], "modif": [124, 139, 157, 197, 200, 252, 277, 280], "unrelated_mod": 124, "ever": 124, "pocotimerconan": 124, "foorecip": 124, "myrecip": 124, "methodconan": 124, "export_fold": [124, 133], "codebas": 124, "androidndk": [124, 140], "define_path": [124, 137, 140, 200], "fill": [124, 166, 183, 216], "append_path": [124, 140, 200], "runtime_var": 124, "flag3": [124, 140], "flag1": [124, 140, 154, 155, 221], "flag2": [124, 140, 154, 155], "expandattributedsourc": [124, 140], "unset": [124, 140, 154, 155, 157, 200, 213], "flag0": [124, 140], "pop": [124, 226, 251], "emit": 124, "taskflow": 124, "odr": [124, 141], "violat": [124, 141], "libressl": 124, "boringssl": 124, "libav": 124, "ffmpeg": [124, 162], "mariadb": 124, "mysql": 124, "libjpeg": 124, "9d": 124, "turbo": 124, "libjpegturbo": 124, "openbla": 124, "cbla": 124, "lapack": 124, "redund": 124, "myconsum": [124, 265], "my_android_ndk": 124, "var1": [124, 155], "green": 124, "neutral": 124, "white": [124, 159], "yellow": 124, "red": 124, "tend": 124, "auto_shared_fp": 124, "auto_header_onli": 124, "parenthes": 124, "extensions_properti": 124, "abi": [124, 157, 186, 250], "validate_build": 125, "mybuildsystem": 126, "interrupt": 126, "lift": 126, "info_build": 127, "myvalu": [127, 197, 200, 226], "fullsourc": 127, "theori": [128, 253], "parameter": 128, "ran": [128, 145, 165, 257, 263], "nutshel": [128, 214], "mylibrecip": 128, "myapprecip": 128, "myapp": [128, 280], "gettext": 128, "libgettext": 128, "constrain": [130, 258], "sse2": 130, "with_sse2": 130, "elif": 131, "deploy_fold": [132, 176, 200], "myfil": [134, 184, 205, 280], "export_conandata_patch": [134, 204], "conanvcvar": [135, 197, 226, 231, 232, 233], "repetit": [135, 140], "mygener": [135, 164], "mygen": [135, 164], "xxxdir": 135, "indirectli": 135, "buildenv_info": [135, 137, 200, 202, 260, 265], "runenv_info": [135, 137, 200, 202, 203, 260, 265], "is_build_context": 135, "fashion": 135, "pcre": 135, "44": 135, "expat": 135, "1k": 135, "criteria": 135, "direct_host": 135, "direct_build": 135, "heavili": 135, "mycomp": 135, "mylicens": 136, "baseconan": 136, "derivedconan": 136, "deriv": [136, 144], "uncondition": 136, "datafil": 136, "awesom": 136, "me": 136, "__init__": [136, 164, 166, 189, 232], "constructor": [136, 198, 209, 212, 214, 227, 236, 240], "subdirectori": 137, "classic": [137, 157, 222, 262], "hopefulli": 137, "release64": 137, "stub": 137, "my_includ": 137, "sayconan": [137, 272], "mydata_path": 137, "obvious": 137, "mydata_path2": 137, "my_conf_fold": 137, "creating_packages_package_method": 138, "relax": [139, 276], "assumpt": [139, 253, 276], "couldn": 139, "disadvantag": [139, 279], "lose": 139, "although": [139, 201, 268], "predict": 139, "obj": 140, "preprocessor": [140, 191, 197, 214, 226, 231, 232], "property_nam": 140, "property_valu": 140, "xml": [140, 231], "pkg_config_nam": [140, 217], "zmq": 140, "zmq_static": 140, "ws2_32": 140, "get_properti": 140, "crypto": [140, 217, 220], "define_crypto": 140, "headers_ssl": 140, "obj_ext": 140, "prepend_path": [140, 200], "mypath": [140, 200, 265], "myarmarch": 140, "otherarch": 140, "my_android_arch": 140, "myrunpath": 140, "mypkghom": 140, "ti": 140, "former": [140, 276], "transmit": [140, 280], "exceptionhandl": [140, 154], "async": [140, 154, 209], "bundl": [140, 245], "android_ndk": 140, "albeit": 140, "adequ": 140, "claus": 141, "catch2": [141, 257], "seem": 141, "ambigu": [141, 280], "dep_opt": 141, "priorit": [142, 143, 198, 205, 275, 276], "tarbal": [144, 236, 244, 277], "check_sha1": [144, 204], "pococonan": 144, "zip_nam": 144, "pocoproject": 144, "8d87812ce591ced8ce3a022beec1df1c8b2fac87": 144, "unlink": 144, "bypass": 144, "appar": 144, "problemat": [144, 278], "destroi": [144, 157, 168], "lead": [144, 253], "frozen": 144, "realiz": [145, 252, 276], "gtk": 145, "undesir": 145, "libgtk": 145, "pkg1": [145, 196, 240], "pkg2": [145, 196, 240], "prove": [146, 268], "succe": [147, 240], "cfc18fcc7a50ead278a7c1820be74e56": 147, "warn_tag": 149, "custom_tag": 149, "ignore_error": 149, "unnot": 149, "ninja_stdout": 149, "pin": [150, 252, 277, 279], "revision1": 150, "70": 150, "revision2": 150, "00": [150, 212, 277], "inde": 150, "aka": [151, 188], "project1": [152, 230], "project2": [152, 230], "unauthor": 153, "ask": [153, 159], "conan_login_usernam": [153, 159], "conan_login_username_": [153, 159], "conan_password": [153, 159], "conan_password_": [153, 159], "admin": [153, 245], "emptiv": 153, "getenv": [153, 155, 158, 201], "mytk": [153, 158], "mytoken": [153, 158], "whatev": [154, 155, 163, 222], "heaviest": 154, "dowload": 154, "danielm": 154, "my_conan_storage_fold": 154, "recurr": 154, "my_download_cach": 154, "confvar": [154, 155], "hint": [154, 155], "yyi": [154, 155], "ins": 154, "zzz": [154, 155], "everywher": [154, 155], "discret": 154, "establish": 154, "packagenam": [154, 196], "orgnam": 154, "_must_": 154, "cpu_count": 154, "myconf1": 154, "detect_o": [154, 155], "myconf2": 154, "detect_arch": [154, 155], "eval": 154, "integ": [154, 180, 237], "unmodifi": 154, "rid": [154, 155], "f1": 154, "f2": 154, "f0": 154, "pai": [154, 266], "tl": [154, 156, 207], "constitut": 154, "implic": [154, 258], "tool1": 155, "tool4": 155, "environmentvar1": 155, "dlib": 155, "ab": 155, "relpath": 155, "my_pkg_opt": 155, "myvalue12": 155, "mypath1": [155, 200], "path11": 155, "path12": 155, "comp": [155, 217], "chanel": 155, "ration": 155, "kitwar": 155, "3488ec5c2829b44387152a6c4b013767": 155, "20496b332552131b67fb99bf425f95f64d0d0818": 155, "profile_var": 155, "my_build_typ": 155, "referenc": [155, 196, 207], "meant": [155, 217, 259, 268], "judici": 155, "compiler_ex": 155, "default_msvc_runtim": 155, "default_compiler_vers": 155, "default_cppstd": 155, "detect_libcxx": 155, "ldd": 155, "musl": 155, "v143": [155, 157], "default_msvc_ide_vers": 155, "digit": [155, 157, 278, 280], "zlib_clang_profil": 155, "my_var": [155, 265], "statement": 155, "gcc_49": 155, "my_remote_nam": 156, "windowsstor": 157, "windowsc": 157, "ios_vers": 157, "iphoneo": [157, 226], "iphonesimul": 157, "watchsimul": 157, "appletvo": 157, "appletvsimul": 157, "xrsimul": 157, "catalyst": 157, "aix": 157, "arduino": 157, "board": 157, "emscripten": 157, "neutrino": 157, "vxwork": 157, "ppc32be": 157, "ppc32": [157, 192, 240], "ppc64le": [157, 240], "ppc64": [157, 192], "armv4": 157, "armv4i": 157, "armv5el": [157, 186], "armv5hf": [157, 186], "armv7k": 157, "armv8_32": 157, "sparc": [157, 192, 197], "sparcv9": [157, 192], "mip": 157, "mips64": 157, "avr": 157, "s390": 157, "s390x": [157, 240], "wasm": 157, "sh4le": 157, "e2k": 157, "v5": 157, "v6": [157, 186], "v7": 157, "xtensalx6": 157, "xtensalx106": 157, "xtensalx7": 157, "sun": 157, "posix": 157, "libcstd": 157, "libstdcxx": 157, "libstlport": 157, "win32": 157, "dwarf2": 157, "sjlj": 157, "seh": 157, "98": 157, "gnu23": 157, "170": 157, "190": 157, "191": 157, "v110_xp": 157, "v120_xp": 157, "v140_xp": 157, "v141_xp": 157, "runtime_vers": 157, "v140": 157, "v141": 157, "v142": 157, "2021": [157, 222], "icx": [157, 222], "dpcpp": [157, 222], "gnu03": 157, "gpp": 157, "ne": 157, "accp": 157, "acpp": 157, "ecpp": 157, "mcst": [157, 192], "lcc": [157, 192], "relwithdebinfo": 157, "minsizerel": 157, "hardwar": 157, "microprocessor": 157, "microcontrol": 157, "famili": 157, "2015": 157, "2017": [157, 222, 249, 251, 253, 254], "finer": 157, "1913": 157, "dpc": [157, 222], "suppos": 157, "311": 157, "brief": [157, 245, 248], "arch_build": 157, "arch_target": 157, "powerpc": [157, 240], "endian": 157, "littl": [157, 163], "soft": 157, "float": 157, "swift": 157, "a6": 157, "a6x": 157, "chip": 157, "iphon": 157, "5c": 157, "ipad": 157, "k": 157, "aarch32": 157, "ilp32": 157, "a12": 157, "chipset": 157, "xr": [157, 205], "scalabl": [157, 244, 245], "microsystem": 157, "interlock": 157, "pipelin": [157, 159], "formerli": 157, "atmel": 157, "microchip": 157, "390": 157, "ibm": 157, "javascript": 157, "low": 157, "assembli": 157, "byte": [157, 205], "hitachi": 157, "superh": 157, "2000": 157, "512": 157, "vliw": 157, "2cm": 157, "2c": 157, "moscow": 157, "4c": 157, "8c": 157, "8c1": 157, "1c": 157, "1ck": 157, "8c2": 157, "8cb": 157, "2c3": 157, "12c": 157, "16c": 157, "32c": 157, "xtensa": 157, "lx6": 157, "dpu": 157, "esp32": 157, "esp8266": 157, "lx7": 157, "s2": 157, "s3": 157, "wise": 157, "cento": [157, 240], "rogu": 157, "wave": 157, "stlport": 157, "apach": 157, "dinkum": 157, "abridg": 157, "rhel6": 157, "cache_vari": 157, "some_centos_flag": 157, "anymor": 157, "myo": 157, "mycompil": 157, "my_custom_compil": 157, "sync": [157, 209], "tarballnam": 158, "bearer": 158, "mypassword": 158, "hardcod": [158, 268, 278], "difficult": [158, 184, 257, 279], "remote_nam": [159, 180], "unauthent": 159, "unattend": 159, "stuck": 159, "autodetect": [159, 197], "tty": 159, "no_color": 159, "conan_color_dark": 159, "scheme": [159, 278, 280], "light": 159, "dark": 159, "mypythoncod": [160, 273], "altogeth": [160, 163, 197], "pre_build": [160, 166], "complement": 160, "qualiti": [160, 166], "facilit": [160, 165], "variat": [161, 275], "intercept": 162, "commmand": 162, "startswith": 162, "caller": 162, "heavy_pkg": 162, "qt": 162, "abseil": 162, "_commands_": 163, "cmd_": 163, "your_command_nam": 163, "cmd_hello": 163, "cmd_bye": 163, "topic_nam": 163, "topic1": 163, "topic2": 163, "cmd_command": 163, "output_json": 163, "parser": 163, "hello_moon": 163, "subpars": 163, "narg": 163, "mygroup": 163, "mycommand": 163, "mycommand_mysubcommand": 163, "add_my_common_arg": 163, "chose": 163, "format_graph_html": 163, "format_graph_info": 163, "field_filt": 163, "format_graph_json": 163, "dot": [163, 278], "format_graph_dot": 163, "graph_info": 163, "deps_graph": [163, 176], "command_subcommand": 163, "child": 163, "arg1": [163, 194, 222], "arg2": [163, 194, 222], "arg3": 163, "_conanfil": 164, "deps_info": 164, "repeatedli": [165, 280], "my_custom_deploy": 165, "hook_exampl": 166, "pre_export": 166, "field_valu": 166, "getattr": 166, "abort": 166, "hook_": 166, "replace_in_fil": [166, 204, 257], "post_packag": 166, "isdir": 166, "custom_modul": 166, "hook_print": 166, "my_print": 166, "hook_ful": 166, "pre_sourc": 166, "pre_packag": 166, "pre_package_info": 166, "post_package_info": 166, "artifacts_fold": 167, "signature_fold": 167, "conan_packag": [167, 249, 254], "written": [167, 260, 280], "twice": 167, "signer": 167, "asc": 167, "listdir": 167, "isfil": 167, "profile_plugin": 168, "ordereddict": [168, 198], "profilesapi": [169, 179], "installapi": [169, 176], "graphapi": [169, 175], "exportapi": [169, 174], "newapi": [169, 178], "downloadapi": [169, 173], "cache_fold": 171, "global_conf": 172, "settings_yml": 172, "pkgrefer": [173, 177], "download_ful": 173, "package_list": [173, 183], "load_root_test_conanfil": 175, "tested_refer": 175, "tested_python_requir": 175, "recipe_consum": 175, "load_graph": 175, "root_nod": 175, "check_upd": 175, "load_root_nod": 175, "analyze_binari": 175, "build_mod": 175, "build_modes_test": 175, "tested_graph": 175, "buildmod": 175, "install_binari": 176, "intal": 176, "install_system_requir": 176, "only_info": 176, "install_sourc": 176, "install_consum": 176, "deploy_packag": 176, "filter_packages_configur": 177, "pkg_configur": 177, "pkgconfigur": 177, "get_templ": 178, "template_fold": 178, "get_home_templ": 178, "template_nam": 178, "get_default_host": 179, "get_default_build": 179, "get_profil": 179, "get_path": 179, "sin": 179, "alphabet": [179, 278], "contact": 180, "user_xxx": 180, "only_en": 180, "user_login": 180, "user_logout": 180, "check_upstream": 183, "enabled_remot": 183, "upload_data": 183, "upload_ful": 183, "check_integr": 183, "dry_run": 183, "mybas": 184, "cool": 184, "super": [184, 214], "pyreq_path": 184, "myfile_path": 184, "mynumb": 184, "gradual": 184, "hierarchi": 184, "is_apple_o": [185, 187], "envvar": [185, 199, 200, 202, 203], "intelcc": 185, "nmaketoolchain": [185, 227], "sconsdep": 185, "armv5": 186, "lc_rpath": [188, 212], "outlin": 188, "libnam": 188, "my_execut": 188, "add_rpath": 188, "executable_path": 188, "use_settings_target": 188, "ranlib": 188, "lipo": 188, "codesign": 188, "isysroot": [188, 226], "sdk_platform_path": 188, "sdk_platform_vers": 188, "libtool": 188, "alltarget": 189, "i386": [189, 226], "sdkroot": 189, "ios8": 189, "skd": 189, "conan_libpng": 190, "conan_libpng_libpng": 190, "conan_libpng_libpng_debug_x86_64": 190, "conan_libpng_libpng_release_x86_64": 190, "conan_zlib": [190, 230], "conan_zlib_zlib": 190, "conan_zlib_zlib_debug_x86_64": 190, "conan_zlib_zlib_release_x86_64": 190, "system_header_search_path": 190, "gcc_preprocessor_definit": 190, "other_cflag": 190, "other_cplusplusflag": 190, "framework_search_path": 190, "library_search_path": 190, "other_ldflag": 190, "conan_libpng_debug_x86_64": 190, "package_root_": 190, "releaseshar": [190, 196, 230, 267], "mycustomconfig": [190, 230], "conantoolchain_release_x86_64": 191, "conantoolchain_debug_x86_64": 191, "conan_global_flag": 191, "conantoolchain_": [191, 231], "_x86_64": 191, "clang_cxx_librari": 191, "clang_cxx_language_standard": 191, "macosx_deployment_target": 191, "mmacosx": 191, "_cpu_count": 192, "cgroup": 192, "skip_x64_x86": 192, "m1": [192, 226, 268], "gnu_extens": 192, "cppstd_default": 192, "appleclang": 192, "dxxx": 194, "dvar": 194, "build_tool_arg": 194, "barg1": 194, "barg2": 194, "underli": 194, "diagnost": 194, "dcmake_verbose_makefil": 194, "maxcpucount": 194, "cmake_gener": 195, "shared_fals": 195, "shared_tru": 195, "chosen": [195, 222], "cmake_prefix_path": [196, 197], "cmake_module_path": [196, 197], "findxxx": 196, "conandeps_legaci": 196, "cmake_binary_dir": 196, "enumer": 196, "overal": 196, "releasedshar": 196, "my_tool": [196, 217, 220], "collid": [196, 217, 280], "capnproto": [196, 217], "_build": [196, 217], "81": 196, "fakecomp": 196, "cmake_module_file_nam": 196, "cmake_module_target_nam": 196, "dep_nam": [196, 253], "get_cmake_package_nam": 196, "module_mod": 196, "get_find_mod": 196, "cmake_target_alias": 196, "rout": 196, "cmake_set_interface_link_directori": 196, "pragma": 196, "nosonam": 196, "sonam": 196, "cmake_config_version_compat": 196, "samemajorvers": 196, "sameminorvers": 196, "exactvers": 196, "configvers": 196, "myfilenam": [196, 207], "myfooalia": 196, "mycompon": [196, 217, 220], "varcompon": 196, "myfilenameconfig": 196, "findmyfilenam": 196, "zlibconan": 196, "alter": 196, "colon": 196, "new_component_target_nam": 196, "buildir": 196, "cmake_map_imported_config_": 196, "dcmake_map_imported_config_coverag": 196, "myvar_valu": 197, "mydefin": [197, 226], "mydef_valu": [197, 226], "cmake_path": 197, "cmake_position_independent_cod": 197, "nmake": [197, 198, 232], "easier": [197, 280], "schema": [197, 205, 231], "testpreset": 197, "jon": 197, "mydef": [197, 226], "myconfigdef": 197, "mydebugvalu": 197, "myreleasevalu": 197, "novalue_def": 197, "add_compile_definit": 197, "cachevari": 197, "foo2": 197, "ON": [197, 250, 271], "myconfigvar": 197, "sentenc": 197, "buildenv": [197, 200, 222, 250], "my_build_var": 197, "my_buildvar_value_overridden": 197, "runenv": [197, 200], "my_run_var": 197, "my_runvar_set_in_gener": 197, "my_env_var": 197, "my_env_var_valu": 197, "save_script": [197, 201], "other_env": 197, "compose_env": [197, 200], "extra_cxxflag": [197, 214, 232], "extra_cflag": [197, 214, 232], "extra_sharedlinkflag": 197, "extra_exelinkflag": 197, "clash": 197, "filepath": 197, "mytoolchainpackag": 197, "mytoolchain": 197, "mytoolrequir": 197, "toolchain1": 197, "toolchain2": 197, "yyyi": 197, "ninclud": 197, "generic_system": 197, "lang": 197, "_compil": 197, "android_system": 197, "android_platform": 197, "android_stl": 197, "android_ndk_path": 197, "apple_system": 197, "cmake_osx_architectur": 197, "cmake_osx_sysroot": 197, "arch_flag": [197, 214], "m32": 197, "m64": 197, "vs_runtim": 197, "cmake_msvc_runtime_librari": 197, "cmake_cxx_extens": 197, "cmake_flags_init": 197, "cmake_xxx_flag": 197, "conan_xxx": 197, "cmake_cxx_flags_init": 197, "conan_cxx_flag": 197, "try_compil": 197, "in_try_compil": 197, "find_path": 197, "cmake_skip_rpath": 197, "skip_rpath": 197, "build_shared_lib": [197, 260, 271], "output_dir": 197, "cmake_install_xxx": 197, "cmake_install_bindir": 197, "cmake_install_sbindir": 197, "cmake_install_libexecdir": 197, "cmake_install_libdir": 197, "cmake_install_oldincludedir": 197, "cmake_install_datarootdir": 197, "mybin": [197, 214], "myinclud": [197, 214], "myre": [197, 214], "block_nam": 197, "new_tmp": 197, "other_toolset": 197, "generic_block": 197, "methodtyp": 197, "mygenericblock": 197, "helloworld": 197, "myblock": 197, "mynewblock": 197, "64bit": [197, 276], "32bit": [197, 276], "ppc": 197, "mylibrari": 197, "primarili": 197, "benefici": 197, "univer": 197, "reliabl": 197, "troubl": 197, "cautiou": 197, "overli": 197, "broader": 197, "r23c": 197, "cmake_c_flags_init": 197, "add_definit": 197, "cmake_xcode_attribute_enable_bitcod": 197, "cmake_xcode_attribute_clang_enable_objc_arc": 197, "cmake_xcode_attribute_gcc_symbols_private_extern": 197, "cmake_sysroot": 197, "cmp0149": 197, "cmake_c_compil": 197, "cmake_cxx_compil": 197, "cmake_rc_compil": 197, "cmake_objc_compil": 197, "objcpp": [197, 226], "cmake_objcxx_compil": 197, "cmake_cuda_compil": 197, "cmake_fortran_compil": 197, "cmake_asm_compil": 197, "cmake_hip_compil": 197, "cmake_ispc_compil": 197, "collaps": 198, "aggregated_cpp_info": 198, "topological_sort": 198, "revers": 198, "dep_cppinfo": 198, "get_sorted_compon": 198, "fewer": 198, "other_cppinfo": 198, "myvar2": 200, "myvalue2": 200, "myvar3": 200, "myvalue3": 200, "myvar4": 200, "mypath2": 200, "mypath3": 200, "env1": [200, 201], "env2": 200, "prevail": [200, 275], "autootoolsdep": 200, "mypkg_data_dir": 200, "datadir": [200, 217, 226], "filesystem": [200, 207], "deploy_base_fold": 200, "my_env_fil": 201, "ps1": [201, 202, 203, 233, 254], "var2": 201, "variable_refer": 201, "penv": 201, "32k": 201, "2048": 201, "closer": 201, "varnam": 201, "ld_library_path": [202, 203, 251, 260, 265], "deactivate_conanbuildenv": [202, 250, 253, 254, 257], "accumul": [202, 203, 213, 238], "auto_gener": [202, 203], "dyld_library_path": [203, 251], "dyld_framework_path": [203, 251], "deactivate_conanrunenv": 203, "rm": 204, "rmdir": 204, "chdir": 204, "update_conandata": 204, "collect_lib": 204, "check_md5": 204, "check_sha256": 204, "absolute_to_relative_symlink": [204, 266], "remove_external_symlink": 204, "remove_broken_symlink": 204, "ignore_cas": 205, "insensit": 205, "utf": [205, 231], "otherfil": 205, "robocopi": 205, "abe2h9f": 205, "file_path": [205, 206], "mydir": 205, "newdir": 205, "do_someth": 205, "tzb2": 205, "bz2": 205, "txz": 205, "keep_permiss": [205, 207], "bigfil": 205, "danger": 205, "raise_if_miss": 205, "inter": 205, "libmylib": [205, 212], "stare": 205, "libmath": 205, "other_libdir": 205, "rwxr": 205, "lrwxr": 205, "md5sum": 206, "sha256sum": 206, "md5": 207, "ftp": 207, "impli": [207, 277, 280], "httpbasic": 207, "someurl": 207, "somefil": 207, "e5d695597e9fa520209d1b41edad2a27": 207, "ia64": 207, "5258a9b6afe9463c2e56b9e8355b1a4bee125ca828b8078f910303bc2ef91fa6": 207, "base_path": 209, "patch_str": 209, "fuzz": 209, "fuzzi": 209, "0001": 209, "buildflatbuff": 209, "0002": 209, "patch_typ": 209, "patch_sourc": 209, "flatbuff": 209, "5650": 209, "patch_descript": 209, "misc": 209, "1232": 209, "1292": 209, "g_test_add_func": 209, "paus": 209, "cancel": 209, "do_pause_cancel_test": 209, "g_test_add_data_func": 209, "steal": 209, "gint_to_point": 209, "do_stealing_test": 209, "length": 209, "do_response_informational_content_length_test": 209, "ret": 209, "g_test_run": 209, "0003": 209, "base_fold": 210, "configure_arg": 212, "make_arg": 212, "_conanbuild": [212, 214], "destdir": [212, 225], "unix_path": [212, 227], "install_nam": 212, "cmdsize": 212, "48": 212, "offset": 212, "stamp": 212, "jan": 212, "1970": 212, "loader": 212, "wl": [212, 216], "conanautotoolsdep": 213, "undesired_valu": 213, "seamlessli": 214, "precalcul": 214, "my_argu": 214, "sbindir": [214, 226], "oldincludedir": 214, "datarootdir": 214, "he": 214, "extra_defin": [214, 232], "extra_ldflag": [214, 232], "gcc_cxx11_abi": 214, "build_type_flag": 214, "sysroot_flag": 214, "apple_arch_flag": [214, 226], "apple_isysroot_flag": [214, 226], "msvc_runtime_flag": [214, 227], "myflag": 214, "update_configure_arg": 214, "updated_flag": 214, "update_make_arg": 214, "update_autoreconf_arg": 214, "xxxxxx_arg": 214, "prune": [214, 276], "gold": [214, 226], "lld": [214, 226], "nvcc": 214, "fc": 214, "mk": 215, "conan_dep": 215, "conan_name_zlib": 215, "conan_version_zlib": 215, "conan_reference_zlib": 215, "conan_root_zlib": 215, "zlib273508b343e8c": 215, "conan_include_dirs_zlib": 215, "conan_include_dir_flag": 215, "conan_lib_dirs_zlib": 215, "conan_lib_dir_flag": 215, "conan_bin_dirs_zlib": 215, "conan_bin_dir_flag": 215, "conan_libs_zlib": 215, "conan_lib_flag": 215, "conan_include_dir": 215, "conan_lib_dir": 215, "conan_bin_dir": 215, "conan_lib": [215, 272], "conan_define_flag": 215, "conan_system_lib_flag": 215, "lz": [215, 217], "libastr": 216, "_use_libastr": 216, "astral": 216, "linkflag": [216, 238], "tmp_dir": 216, "is_system": 216, "rt": 216, "your_us": 217, "647afeb69d3b0a2d3d316e80b24d38c714cc6900": 217, "pkg_config_alias": 217, "xxxxx": [217, 221, 226], "freeform": 217, "component_vers": 217, "custom_cont": 217, "mynam": 217, "componentnam": 217, "alias1": 217, "alias2": 217, "rcpath": 219, "bz": [219, 220], "fresh": 219, "new_local_repositori": 220, "build_fil": 220, "cc_import": 220, "cc_librari": 220, "z_precompil": 220, "static_librari": 220, "libz": [220, 251], "hdr": 220, "glob": 220, "filegroup": 220, "zlib_binari": 220, "bazel_target_nam": 220, "bazel_repository_nam": 220, "my_target": 220, "my_repo": 220, "cxxopt": 221, "dynamic_mod": 221, "compilation_mod": 221, "force_p": 221, "copt": 221, "flagn": 221, "conlyopt": 221, "linkopt": 221, "dbg": 221, "crosstool_top": 221, "icpx": 222, "conanintelsetvar": 222, "intelprofil": 222, "ms_toolset": 222, "batch": 222, "argn": 222, "intel64": 222, "ia32": 222, "ia": 222, "mysrcfold": 223, "reconfigur": 225, "dprefix": 225, "n_job": 225, "55": [226, 252], "default_librari": 226, "buildtyp": 226, "libexecdir": 226, "localedir": 226, "mandir": 226, "infodir": 226, "wrap_mod": 226, "nofallback": 226, "cpp_arg": 226, "c_arg": 226, "c_link_arg": 226, "cpp_link_arg": 226, "conan_meson_xxxx": 226, "with_msg": 226, "hi": 226, "everyon": 226, "packageopt": 226, "upon": 226, "mio": 226, "ios_host_profil": 226, "objc_arg": 226, "objc_link_arg": 226, "objcpp_arg": 226, "objcpp_link_arg": 226, "android_host_profil": 226, "c_ld": 226, "cc_ld": 226, "cpp_ld": 226, "cxx_ld": 226, "as_": 226, "AS": [226, 232], "windr": 226, "macosx": 226, "objcflag": 226, "objcxxflag": 226, "check_min_v": 227, "is_msvc": 227, "is_msvc_static_runtim": 227, "msvs_toolset": 227, "raise_invalid": 228, "worth": 228, "mt": [228, 231], "neither": 228, "myreleas": 229, "myplatform": 229, "conan_zlib_vars_release_x64": 230, "conanzlibxxxx": 230, "conanzlibincludedir": 230, "conanzliblib": 230, "conan_zlib_vars_debug_x64": 230, "conanzlib": 230, "conan_zlib_release_x64": 230, "conan_zlib_debug_x64": 230, "conan_bzip": 230, "bzip": 230, "conan_bzip2": 230, "conan_pkgname_compname_vars_release_x64": 230, "compnam": 230, "conan_pkgname_compname_release_x64": 230, "conan_pkgname_compnam": 230, "conan_pkgnam": 230, "conan_pkgname_vars_release_x64": 230, "gather": [230, 278], "catch": 230, "executablepath": 230, "binarydirectori": 230, "custombuild": 230, "caexcludepath": 230, "uncondit": 230, "conan_": 230, "_var": 230, "conantoolchain_release_x86": 231, "mtd": 231, "mdd": 231, "clcompil": 231, "windowstargetplatformvers": 231, "additionalopt": 231, "preprocessordefinit": 231, "vcvarsal": [231, 233], "includeextern": 231, "xmln": 231, "2003": 231, "itemdefinitiongroup": 231, "propertygroup": 231, "conannmakedep": 232, "_link_": 232, "conannmaketoolchain": 232, "my_flag": 232, "env_var": 232, "cl_env_var": 232, "winsdk": 233, "thin": [236, 259], "repourl": 236, "children": 236, "hidden_output": 236, "get_remote_url": 236, "commit_in_remot": 236, "occurr": 236, "get_repo_root": 236, "fetch_commit": 236, "qualifi": [237, 278], "sconscript_conandep": 238, "cpppath": 238, "binpath": 238, "frameworkpath": 238, "cppdefin": 238, "ccflag": 238, "shlinkflag": 238, "sconscript": 238, "mergeflag": 238, "chocolatei": 239, "libgl": 240, "libglvnd": 240, "devel": 240, "mesa": 240, "linuxmint": 240, "pidora": 240, "scientif": 240, "xenserv": 240, "amazon": 240, "oracl": 240, "amzn": 240, "almalinux": 240, "rocki": 240, "fedora": 240, "rhel": 240, "mageia": 240, "manjaro": 240, "opensus": 240, "sle": 240, "host_packag": 240, "install_substitut": 240, "packages_substitut": 240, "pkg3": 240, "_arch_nam": 240, "multiarch": 240, "arch_nam": 240, "libxcb": 240, "util0": 240, "packages_altern": 240, "amd64": 240, "conan_arch_set": 240, "apt_arch_set": 240, "86": 240, "armv7hl": 240, "lib32": 240, "c3i": 243, "profession": 244, "matrix": [244, 275, 276], "8081": 245, "8082": 245, "bintrai": 245, "jdk": 245, "dialog": 245, "bottl": 246, "wsgirefserv": 246, "ctrl": 246, "my_local_serv": 247, "lan": 247, "easiest": 249, "conan_export": 249, "f1fadf0d3b196dc0332750354ad8ab7b": [249, 254], "cdc9a35e010a17fc90bb845108cf86cfcbce64bf": 249, "dd7bf2a1ab4eb5d1943598c09b616121": 249, "someprofil": 250, "compressorrecip": [250, 252, 253], "identif": 250, "eabi5": 250, "armhf": 250, "buildid": 250, "2a216076864a1b1f30211debf297ac37a9195196": 250, "different_configur": 251, "anywher": 251, "tutorial_us": 251, "zlib1": 251, "reinstal": 251, "dyld": 251, "41259": 251, "wonder": 251, "answer": 251, "li": [251, 278], "breakdown": 251, "approxim": [252, 278], "87a7211557b6690ef5bf7fc599dd8349": 252, "f305019023c2db74d1001c5afa5cf362": 252, "82202701ea360c0863f1db5008067122": 252, "bd533fb124387a214816ab72c8d1df28": 252, "59": 252, "58": 252, "3b9e037ae1c615d045a06c67d88491a": 252, "chronolog": 252, "tediou": [252, 270, 279], "occas": 252, "4524fcdd41f33e8df88ece6e755a5dcc": 252, "1650538915": 252, "154": 252, "stai": 252, "conanfile_pi": 253, "neater": 253, "base64": 253, "auxiliari": 253, "v8": 253, "asset": 253, "dear": 253, "imgui": 253, "bind": 253, "clarifi": 253, "cmake_vers": 254, "3e3d8f3a848b2a60afafbe7a0955085a": 254, "2a823fda5c9d8b4f682cb27c30caf4124c5726c8": 254, "48bc7191ec1ee467f1e951033d7d41b2": 254, "f2f48d9745706caf77ea883a5855538256e7f2d4": 254, "6c519070f013da19afd56b52c465b596": 254, "scaffold": 255, "walkthrough": 255, "peculiar": 255, "fanci": 256, "colour": [256, 267], "creating_packag": [256, 257, 258, 260, 261, 263, 264, 265, 266, 267, 268], "add_requir": 256, "check_max_cppstd": [256, 267], "check_min_cppstd": [256, 263, 267], "require_fmt": 256, "crimson": [256, 267], "emphasi": [256, 267], "bold": [256, 267], "__cplusplu": 256, "201103": 256, "__gnuc__": 256, "__gnuc_minor__": 256, "__clang_major__": 256, "__clang_minor__": 256, "__apple_build_version__": 256, "13160021": 256, "build_method": 257, "with_test": 257, "with_fmt": [257, 258, 267], "novelti": 257, "compose_messag": 257, "add_subdirectori": 257, "googletest": [257, 263], "gtest_main": [257, 263], "hellotest": 257, "composemessag": 257, "expect_eq": 257, "c51d80ef47661865": 257, "3ad4c6873a47059c": 257, "tear": [257, 263], "82b6c0c858e739929f74f59c25c187b927d514f3": 257, "uncommon": 257, "configure_options_set": 258, "met": 258, "ng": 258, "738feca714b7251063cc51448da0cf4811424e7c": 258, "7fe7f5af0ef27552": 258, "3bd9faedc711cbb4fdf10b295268246": 258, "e6b11fb0cb64e3777f8d62f4543cd6b3": 258, "5c497cbb5421cbda": 258, "3d27635e4dd04a258d180fe03cfa07ae1186a828": 258, "19a2e552db727a2b": 258, "67b887a0805c2a535b58be404529c1f": 258, "c7796386fcad5369": 258, "depict": 258, "intuit": 258, "2a899fd0da3125064bf9328b8db681cd82899d56": 258, "f0d1385f4f90ae465341c15740552d7": 258, "8a55286c6595f662": 258, "601209640bd378c906638a8de90070f7": 258, "d1b3f3666400710fec06446a697f9eeddd1235aa": 258, "24a2edf207deeed4151bd87bca4af51c": 258, "concret": 259, "email": 259, "constraint": [259, 276, 280], "completitud": 259, "leverag": 259, "dcbfe21e5250264b26595d151796be70": 259, "__gnuc__4": [259, 261, 264, 271], "__gnuc_minor__2": [259, 261, 264, 271], "__clang_major__13": [259, 261, 264], "__clang_minor__1": [259, 261, 264], "__apple_build_version__13160021": [259, 261, 264], "6679492451b5d0750f14f9024fdbf84e19d2941b": 259, "customis": 259, "breakag": [259, 261], "package_inform": 260, "output_nam": 260, "a311fcf8a63f3206": 260, "fd7c4113dad406f7d8211b3470c16627b54ff3af": [260, 266, 268], "44d78a68b16b25c5e6d7e8884b8f58b8": 260, "a8cb81b31dc10d96": 260, "handle_sourc": 261, "mutabl": 261, "0fcb5ffd11025446": 261, "update_sourc": 261, "369786d0fb355069": 261, "7bc71c682895758a996ccf33b70b91611f51252832b01ef3b4675371510ee466": 261, "saw": [262, 263, 276], "other_packag": [263, 264, 265], "sumconan": 263, "sum": 263, "8d9f1fb3655adcb348befcd8374c5292": 263, "pid": [263, 264], "header_only_gtest": 263, "test_sum": 263, "9bf83ef65d5ff0d6": 263, "sumtest": 263, "basicsum": 263, "lack": 263, "3rd": 264, "circumst": 264, "54a3ab9b777a90a13e500dd311d9cd70316e9d55": 264, "deep": 264, "local_include_fold": 264, "local_lib_fold": 264, "prebuilt_binari": 264, "vendor_hello_librari": 264, "_o": 264, "_arch": 264, "9c7634dfe0369907f569c4e583f9bc50": 264, "522dcea5982a3f8a5b624c16477e47195da2f84f": 264, "63fead0844576fc02943e16909f08fcdddd6f44b": 264, "82339cc4d6db7990c1830d274cd12e7c91ab18a1": [264, 265], "28": 264, "a0cd51c51fe9010370187244af885b0efcc5b69b": 264, "c93719558cf197f1df5a7f1d071093e26f0e44a0": 264, "dcf68e932572755309a5f69f3cee1bede410e907": 264, "somewher": 264, "prebuilt_remote_binari": 264, "base_url": 264, "d8e4debf31f0b7b5ec7ff910f76f1e2a": 264, "secure_scannerrecip": 265, "secure_scann": 265, "scanner": 265, "secure_scannertestconan": 265, "my_consum": 265, "enviorn": 265, "overwrot": 265, "package_method": 266, "predetermin": 266, "b5857f2e70d1b2fd": 266, "bf7f5b9a3bb2c957742be4be216dfcbb": 266, "25e0b5c00ae41ef9fbfbbb1e5ac86e1": [266, 268], "47b4c4c61c8616e5": 266, "222db0532bba7cbc": 266, "50f91e204d09b64b24b29df3b87a2f3a": 266, "96ed9fb1f78bc96708b1abf4841523b0": 266, "21ec37b931782de8": 266, "preparing_the_build": 267, "optional_fmt": 267, "target_compile_definit": 267, "using_fmt": 267, "endl": 267, "debugshar": 267, "testing_packag": 268, "hellotestconan": 268, "cd132b054cf999f31bd2fd2424053ddc": 268, "ff7a496f48fca9a88dc478962881e015f4a5b98f": 268, "1d9bb4c015de50bcb4a338c07229b3bc": 268, "4ff3fd65a1d37b52436bf62ea6eaac04": 268, "d136b3379fdb29bdfe31404b916b29e1": 268, "656efb9d626073d4ffa0dda2cc8178bc408b1be": 268, "ee8cbd2bf32d1c89e553bdd9d5606127": 268, "costli": 269, "entir": 269, "developing_packag": [270, 271, 272], "editable_packag": 270, "fledg": 270, "perspect": 270, "increment": 270, "trial": 271, "local_package_development_flow": 271, "ve": 271, "cmakedeps_macro": 271, "f09ef573c22f3919ba26ee91ae444eaa": 271, "__cplusplus201103": 271, "__clang_major__14": 271, "__apple_build_version__14000029": 271, "po": 271, "examin": 272, "package_layout": 272, "sayb3ea744527a91": 272, "say830097e941e10": 272, "libsai": 272, "say8938ceae216fc": 272, "say_say_releas": 272, "local_fold": 272, "expir": 273, "increas": [273, 274], "oppos": [273, 280], "intent": 273, "intro": [275, 276], "credit": 275, "videogam": 275, "0fe4e6890766f7b8e21f764f0049aec7": 275, "d639998c2e55cf36d261ab319801c322": 275, "905c3f0babc520684c84127378fefdd0": [275, 276], "converg": 275, "mathemat": 276, "sound32": 276, "sound": 276, "1675278126": 276, "0552447": 276, "83d4b7bf607b3b60a6546f8b58b5cdd7": 276, "1675278904": 276, "0791488": 276, "1675278900": 276, "0103245": 276, "enforc": 276, "paramount": 276, "1675278901": 276, "7527816": 276, "harm": 276, "1675294635": 276, "6049662": 276, "1675294637": 276, "9775107": 276, "2475ece651f666f42c155623228c75d2": 277, "2b547b7f20f5541c16d0b5cbcf207502": 277, "licenc": 277, "1d674b4349d2b1ea06aa6419f5f99dd9": 277, "chat": 277, "17b45a168519b8e0ed178d822b7ad8c8": 277, "12f87e1b8a881da6b19cc7f229e16c76": 277, "ago": 277, "determinist": 277, "subsequ": 277, "8b8c3deef5ef47a8009d4afaebfe952": 277, "8e8d380347e6d067240c4c00132d42b1": 277, "c347faaedc1e7e3282d3bfed31700019": 277, "wast": 277, "apprecip": [278, 279], "newest": 278, "hold": 278, "letter": [278, 280], "becam": 278, "evid": 278, "demand": 278, "entiti": 278, "numer": 278, "tild": 278, "caret": 278, "include_prereleas": 278, "henc": 278, "fast": 279, "blown": 279, "intervent": 279, "excit": 280, "youtub": 280, "kkgglzm5ou": 280, "tribe": 280, "026": 280, "requirements_trait": 280, "modular": 280, "redesign": 280, "send": 280, "thorough": 280, "mydeploi": 280, "meaning": 280, "mylib_a": 280, "mylib_b": 280, "034": 280, "new_lockfil": 280, "enviro": 280, "shorten": 280, "short_path": 280, "incredibuild": 280, "sigstor": 280, "accur": 280, "bulk": 280, "myvers": 280}, "objects": {"conan.api.conan_api": [[171, 0, 1, "", "ConanAPI"]], "conan.api.subapi.command": [[170, 0, 1, "", "CommandAPI"]], "conan.api.subapi.config": [[172, 0, 1, "", "ConfigAPI"]], "conan.api.subapi.config.ConfigAPI": [[172, 1, 1, "", "global_conf"], [172, 1, 1, "", "settings_yml"]], "conan.api.subapi.download": [[173, 0, 1, "", "DownloadAPI"]], "conan.api.subapi.download.DownloadAPI": [[173, 2, 1, "", "download_full"], [173, 2, 1, "", "package"], [173, 2, 1, "", "recipe"]], "conan.api.subapi.export": [[174, 0, 1, "", "ExportAPI"]], "conan.api.subapi.graph": [[175, 0, 1, "", "GraphAPI"]], "conan.api.subapi.graph.GraphAPI": [[175, 2, 1, "", "analyze_binaries"], [175, 2, 1, "", "load_graph"], [175, 2, 1, "", "load_root_test_conanfile"]], "conan.api.subapi.install": [[176, 0, 1, "", "InstallAPI"]], "conan.api.subapi.install.InstallAPI": [[176, 2, 1, "", "install_binaries"], [176, 2, 1, "", "install_consumer"], [176, 2, 1, "", "install_sources"], [176, 2, 1, "", "install_system_requires"]], "conan.api.subapi.list": [[177, 0, 1, "", "ListAPI"]], "conan.api.subapi.list.ListAPI": [[177, 2, 1, "", "filter_packages_configurations"]], "conan.api.subapi.new": [[178, 0, 1, "", "NewAPI"]], "conan.api.subapi.new.NewAPI": [[178, 2, 1, "", "get_home_template"], [178, 2, 1, "", "get_template"]], "conan.api.subapi.profiles": [[179, 0, 1, "", "ProfilesAPI"]], "conan.api.subapi.profiles.ProfilesAPI": [[179, 2, 1, "", "detect"], [179, 2, 1, "", "get_default_build"], [179, 2, 1, "", "get_default_host"], [179, 2, 1, "", "get_path"], [179, 2, 1, "", "get_profile"], [179, 2, 1, "", "list"]], "conan.api.subapi.remotes": [[180, 0, 1, "", "RemotesAPI"]], "conan.api.subapi.remotes.RemotesAPI": [[180, 2, 1, "", "add"], [180, 2, 1, "", "disable"], [180, 2, 1, "", "enable"], [180, 2, 1, "", "get"], [180, 2, 1, "", "list"], [180, 2, 1, "", "remove"], [180, 2, 1, "", "rename"], [180, 2, 1, "", "update"], [180, 2, 1, "", "user_login"], [180, 2, 1, "", "user_logout"]], "conan.api.subapi.remove": [[181, 0, 1, "", "RemoveAPI"]], "conan.api.subapi.search": [[182, 0, 1, "", "SearchAPI"]], "conan.api.subapi.upload": [[183, 0, 1, "", "UploadAPI"]], "conan.api.subapi.upload.UploadAPI": [[183, 2, 1, "", "check_upstream"], [183, 2, 1, "", "prepare"], [183, 2, 1, "", "upload_full"]], "conan.tools.android": [[186, 3, 1, "", "android_abi"]], "conan.tools.apple": [[188, 0, 1, "", "XCRun"], [188, 3, 1, "", "fix_apple_shared_install_name"], [188, 3, 1, "", "is_apple_os"], [188, 3, 1, "", "to_apple_arch"]], "conan.tools.apple.XCRun": [[188, 1, 1, "", "ar"], [188, 1, 1, "", "cc"], [188, 1, 1, "", "cxx"], [188, 2, 1, "", "find"], [188, 1, 1, "", "install_name_tool"], [188, 1, 1, "", "libtool"], [188, 1, 1, "", "otool"], [188, 1, 1, "", "ranlib"], [188, 1, 1, "", "sdk_path"], [188, 1, 1, "", "sdk_platform_path"], [188, 1, 1, "", "sdk_platform_version"], [188, 1, 1, "", "sdk_version"], [188, 1, 1, "", "strip"]], "conan.tools.apple.xcodebuild": [[189, 0, 1, "", "XcodeBuild"]], "conan.tools.apple.xcodebuild.XcodeBuild": [[189, 2, 1, "", "__init__"], [189, 2, 1, "", "build"]], "conan.tools.build.cppstd": [[192, 3, 1, "", "check_max_cppstd"], [192, 3, 1, "", "check_min_cppstd"], [192, 3, 1, "", "default_cppstd"], [192, 3, 1, "", "supported_cppstd"], [192, 3, 1, "", "valid_max_cppstd"], [192, 3, 1, "", "valid_min_cppstd"]], "conan.tools.build.cpu": [[192, 3, 1, "", "build_jobs"]], "conan.tools.build.cross_building": [[192, 3, 1, "", "can_run"], [192, 3, 1, "", "cross_building"]], "conan.tools.build.flags": [[192, 3, 1, "", "cppstd_flag"]], "conan.tools.cmake.cmake": [[194, 0, 1, "", "CMake"]], "conan.tools.cmake.cmake.CMake": [[194, 2, 1, "", "build"], [194, 2, 1, "", "configure"], [194, 2, 1, "", "ctest"], [194, 2, 1, "", "install"], [194, 2, 1, "", "test"]], "conan.tools.cmake.cmakedeps.cmakedeps": [[196, 0, 1, "", "CMakeDeps"]], "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps": [[196, 2, 1, "", "generate"], [196, 2, 1, "", "get_cmake_package_name"], [196, 2, 1, "", "get_find_mode"], [196, 2, 1, "", "set_property"]], "conan.tools.cmake.layout": [[195, 3, 1, "", "cmake_layout"]], "conan.tools.cmake.toolchain.toolchain": [[197, 0, 1, "", "CMakeToolchain"]], "conan.tools.cmake.toolchain.toolchain.CMakeToolchain": [[197, 2, 1, "", "generate"]], "conan.tools.env.environment": [[201, 0, 1, "", "EnvVars"], [200, 0, 1, "", "Environment"]], "conan.tools.env.environment.EnvVars": [[201, 2, 1, "", "apply"], [201, 2, 1, "", "get"], [201, 2, 1, "", "items"], [201, 2, 1, "", "save_script"]], "conan.tools.env.environment.Environment": [[200, 2, 1, "", "append"], [200, 2, 1, "", "append_path"], [200, 2, 1, "", "compose_env"], [200, 2, 1, "", "define"], [200, 2, 1, "", "deploy_base_folder"], [200, 2, 1, "", "dumps"], [200, 2, 1, "", "prepend"], [200, 2, 1, "", "prepend_path"], [200, 2, 1, "", "remove"], [200, 2, 1, "", "unset"], [200, 2, 1, "", "vars"]], "conan.tools.env.virtualbuildenv": [[202, 0, 1, "", "VirtualBuildEnv"]], "conan.tools.env.virtualbuildenv.VirtualBuildEnv": [[202, 2, 1, "", "environment"], [202, 2, 1, "", "generate"], [202, 2, 1, "", "vars"]], "conan.tools.env.virtualrunenv": [[203, 0, 1, "", "VirtualRunEnv"]], "conan.tools.env.virtualrunenv.VirtualRunEnv": [[203, 2, 1, "", "environment"], [203, 2, 1, "", "generate"], [203, 2, 1, "", "vars"]], "conan.tools.files": [[205, 3, 1, "", "collect_libs"]], "conan.tools.files.conandata": [[205, 3, 1, "", "trim_conandata"], [205, 3, 1, "", "update_conandata"]], "conan.tools.files.copy_pattern": [[205, 3, 1, "", "copy"]], "conan.tools.files.files": [[205, 3, 1, "", "chdir"], [206, 3, 1, "", "check_md5"], [206, 3, 1, "", "check_sha1"], [206, 3, 1, "", "check_sha256"], [207, 3, 1, "", "download"], [207, 3, 1, "", "ftp_download"], [207, 3, 1, "", "get"], [205, 3, 1, "", "load"], [205, 3, 1, "", "mkdir"], [205, 3, 1, "", "rename"], [205, 3, 1, "", "replace_in_file"], [205, 3, 1, "", "rm"], [205, 3, 1, "", "rmdir"], [205, 3, 1, "", "save"], [205, 3, 1, "", "unzip"]], "conan.tools.files.patches": [[209, 3, 1, "", "apply_conandata_patches"], [209, 3, 1, "", "export_conandata_patches"], [209, 3, 1, "", "patch"]], "conan.tools.files.symlinks": [[210, 3, 1, "", "absolute_to_relative_symlinks"], [210, 3, 1, "", "remove_broken_symlinks"], [210, 3, 1, "", "remove_external_symlinks"]], "conan.tools.gnu": [[215, 0, 1, "", "MakeDeps"], [216, 0, 1, "", "PkgConfig"], [217, 0, 1, "", "PkgConfigDeps"]], "conan.tools.gnu.MakeDeps": [[215, 2, 1, "", "generate"]], "conan.tools.gnu.PkgConfig": [[216, 2, 1, "", "fill_cpp_info"]], "conan.tools.gnu.PkgConfigDeps": [[217, 1, 1, "", "content"], [217, 2, 1, "", "generate"]], "conan.tools.gnu.autotools": [[212, 0, 1, "", "Autotools"]], "conan.tools.gnu.autotools.Autotools": [[212, 2, 1, "", "autoreconf"], [212, 2, 1, "", "configure"], [212, 2, 1, "", "install"], [212, 2, 1, "", "make"]], "conan.tools.gnu.autotoolsdeps": [[213, 0, 1, "", "AutotoolsDeps"]], "conan.tools.gnu.autotoolsdeps.AutotoolsDeps": [[213, 1, 1, "", "environment"]], "conan.tools.gnu.autotoolstoolchain": [[214, 0, 1, "", "AutotoolsToolchain"]], "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain": [[214, 2, 1, "", "update_autoreconf_args"], [214, 2, 1, "", "update_configure_args"], [214, 2, 1, "", "update_make_args"]], "conan.tools.google": [[219, 0, 1, "", "Bazel"], [220, 0, 1, "", "BazelDeps"], [221, 0, 1, "", "BazelToolchain"]], "conan.tools.google.Bazel": [[219, 2, 1, "", "build"], [219, 2, 1, "", "test"]], "conan.tools.google.BazelDeps": [[220, 4, 1, "", "build_context_activated"], [220, 2, 1, "", "generate"]], "conan.tools.google.BazelToolchain": [[221, 4, 1, "", "compilation_mode"], [221, 4, 1, "", "compiler"], [221, 4, 1, "", "conlyopt"], [221, 4, 1, "", "copt"], [221, 4, 1, "", "cppstd"], [221, 4, 1, "", "cpu"], [221, 4, 1, "", "crosstool_top"], [221, 4, 1, "", "cxxopt"], [221, 4, 1, "", "dynamic_mode"], [221, 4, 1, "", "force_pic"], [221, 2, 1, "", "generate"], [221, 4, 1, "", "linkopt"]], "conan.tools.intel": [[222, 0, 1, "", "IntelCC"]], "conan.tools.intel.IntelCC": [[222, 4, 1, "", "arch"], [222, 1, 1, "", "command"], [222, 2, 1, "", "generate"], [222, 1, 1, "", "installation_path"], [222, 1, 1, "", "ms_toolset"]], "conan.tools.meson": [[225, 0, 1, "", "Meson"], [226, 0, 1, "", "MesonToolchain"]], "conan.tools.meson.Meson": [[225, 2, 1, "", "build"], [225, 2, 1, "", "configure"], [225, 2, 1, "", "install"], [225, 2, 1, "", "test"]], "conan.tools.meson.MesonToolchain": [[226, 4, 1, "", "apple_arch_flag"], [226, 4, 1, "", "apple_isysroot_flag"], [226, 4, 1, "", "apple_min_version_flag"], [226, 4, 1, "", "ar"], [226, 4, 1, "", "as_"], [226, 4, 1, "", "c"], [226, 4, 1, "", "c_args"], [226, 4, 1, "", "c_ld"], [226, 4, 1, "", "c_link_args"], [226, 4, 1, "", "cpp"], [226, 4, 1, "", "cpp_args"], [226, 4, 1, "", "cpp_ld"], [226, 4, 1, "", "cpp_link_args"], [226, 4, 1, "", "cross_build"], [226, 2, 1, "", "generate"], [226, 4, 1, "", "ld"], [226, 4, 1, "", "objc"], [226, 4, 1, "", "objc_args"], [226, 4, 1, "", "objc_link_args"], [226, 4, 1, "", "objcpp"], [226, 4, 1, "", "objcpp_args"], [226, 4, 1, "", "objcpp_link_args"], [226, 4, 1, "", "pkg_config_path"], [226, 4, 1, "", "pkgconfig"], [226, 4, 1, "", "preprocessor_definitions"], [226, 4, 1, "", "project_options"], [226, 4, 1, "", "properties"], [226, 4, 1, "", "strip"], [226, 4, 1, "", "windres"]], "conan.tools.microsoft": [[229, 0, 1, "", "MSBuild"], [230, 0, 1, "", "MSBuildDeps"], [231, 0, 1, "", "MSBuildToolchain"], [233, 0, 1, "", "VCVars"], [228, 3, 1, "", "unix_path"], [234, 3, 1, "", "vs_layout"]], "conan.tools.microsoft.MSBuild": [[229, 2, 1, "", "build"], [229, 2, 1, "", "command"]], "conan.tools.microsoft.MSBuildDeps": [[230, 2, 1, "", "generate"]], "conan.tools.microsoft.MSBuildToolchain": [[231, 2, 1, "", "generate"]], "conan.tools.microsoft.VCVars": [[233, 2, 1, "", "generate"]], "conan.tools.microsoft.visual": [[228, 3, 1, "", "check_min_vs"], [228, 3, 1, "", "is_msvc"], [228, 3, 1, "", "is_msvc_static_runtime"], [228, 3, 1, "", "msvc_runtime_flag"], [228, 3, 1, "", "msvs_toolset"]], "conan.tools.scm": [[237, 0, 1, "", "Version"]], "conan.tools.scm.git": [[236, 0, 1, "", "Git"]], "conan.tools.scm.git.Git": [[236, 2, 1, "", "checkout"], [236, 2, 1, "", "checkout_from_conandata_coordinates"], [236, 2, 1, "", "clone"], [236, 2, 1, "", "commit_in_remote"], [236, 2, 1, "", "coordinates_to_conandata"], [236, 2, 1, "", "fetch_commit"], [236, 2, 1, "", "get_commit"], [236, 2, 1, "", "get_remote_url"], [236, 2, 1, "", "get_repo_root"], [236, 2, 1, "", "get_url_and_commit"], [236, 2, 1, "", "included_files"], [236, 2, 1, "", "is_dirty"], [236, 2, 1, "", "run"]], "conan.tools.system.package_manager": [[240, 0, 1, "", "Apk"], [240, 0, 1, "", "Apt"], [240, 0, 1, "", "Brew"], [240, 0, 1, "", "Chocolatey"], [240, 0, 1, "", "PacMan"], [240, 0, 1, "", "Pkg"], [240, 0, 1, "", "PkgUtil"], [240, 0, 1, "", "Yum"], [240, 0, 1, "", "Zypper"]], "conan.tools.system.package_manager.Apk": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Apt": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Brew": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Chocolatey": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PacMan": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Pkg": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.PkgUtil": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Yum": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conan.tools.system.package_manager.Zypper": [[240, 2, 1, "", "check"], [240, 2, 1, "", "install"], [240, 2, 1, "", "install_substitutes"], [240, 2, 1, "", "update"]], "conans.model.conf.Conf": [[140, 2, 1, "", "append"], [140, 2, 1, "", "define"], [140, 2, 1, "", "prepend"], [140, 2, 1, "", "remove"], [140, 2, 1, "", "unset"], [140, 2, 1, "", "update"]]}, "objtypes": {"0": "py:class", "1": "py:property", "2": "py:method", "3": "py:function", "4": "py:attribute"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "property", "Python property"], "2": ["py", "method", "Python method"], "3": ["py", "function", "Python function"], "4": ["py", "attribute", "Python attribute"]}, "titleterms": {"page": 0, "Not": 0, "found": 0, "changelog": 1, "2": [1, 63, 280], "3": 1, "17": 1, "apr": 1, "2024": 1, "25": 1, "mar": 1, "1": [1, 270], "20": 1, "0": [1, 270], "15": 1, "feb": 1, "10": 1, "jan": 1, "16": 1, "21": 1, "dec": 1, "2023": 1, "14": 1, "nov": 1, "13": 1, "28": 1, "sept": 1, "12": 1, "26": 1, "11": 1, "18": 1, "29": 1, "aug": 1, "9": 1, "19": 1, "jul": 1, "8": 1, "7": 1, "jun": 1, "6": 1, "mai": 1, "5": 1, "4": 1, "03": 1, "22": 1, "beta10": 1, "beta9": 1, "31": 1, "beta8": 1, "beta7": 1, "2022": 1, "beta6": 1, "02": 1, "beta5": 1, "beta4": 1, "oct": 1, "beta3": 1, "beta2": 1, "27": 1, "beta1": 1, "devop": 2, "guid": [2, 280], "creat": [3, 4, 5, 6, 19, 24, 26, 28, 36, 47, 58, 61, 64, 93, 110, 122, 201, 245, 255, 259, 277], "an": [3, 28, 253], "artifactori": [3, 71, 245], "backup": [3, 4, 91, 280], "repo": [3, 245], "your": [3, 5, 24, 37, 47, 49, 50, 58, 61, 122, 250, 257, 259], "sourc": [3, 4, 30, 37, 54, 64, 76, 118, 124, 144, 257, 260, 261, 271, 272, 280], "back": 4, "up": [4, 244, 246], "third": [4, 19, 280], "parti": [4, 19, 280], "conan": [4, 12, 21, 26, 28, 31, 32, 36, 44, 46, 47, 50, 56, 57, 58, 61, 63, 74, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 164, 171, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 212, 218, 222, 223, 224, 226, 227, 228, 235, 238, 239, 240, 242, 243, 244, 245, 246, 249, 250, 254, 258, 259, 260, 266, 268, 271, 272, 273, 280], "configur": [4, 22, 23, 69, 74, 86, 122, 131, 137, 151, 154, 165, 190, 196, 222, 230, 240, 251, 253, 258, 260, 276, 280], "overview": 4, "usag": 4, "set": [4, 24, 28, 79, 84, 86, 88, 106, 115, 124, 155, 157, 195, 244, 246, 251, 258, 260, 265], "necessari": 4, "config": [4, 52, 92, 172], "run": [4, 32, 37, 122, 141, 149, 201, 245, 257], "normal": 4, "upload": [4, 6, 13, 91, 120, 183, 247, 277], "packag": [4, 6, 7, 8, 13, 17, 19, 21, 28, 32, 39, 47, 52, 58, 61, 63, 76, 79, 88, 107, 124, 138, 167, 240, 247, 248, 251, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 268, 269, 270, 271, 272, 273, 277, 280], "repositori": [4, 242, 261], "host": [5, 250], "own": [5, 122], "conancent": [5, 8], "binari": [5, 28, 76, 83, 84, 86, 124, 161, 197, 258, 264], "updat": [5, 64, 106, 115], "from": [5, 7, 13, 30, 37, 64, 84, 149, 166, 196, 253, 261, 273, 280], "upstream": 5, "manag": [6, 62, 63, 76, 214, 240, 266, 280], "metadata": [6, 94, 124, 280], "file": [6, 23, 52, 53, 151, 154, 184, 196, 197, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 213, 214, 215, 217, 220, 221, 226, 230, 261, 266, 280], "recip": [6, 32, 44, 74, 79, 84, 88, 107, 149, 185, 257, 258, 260, 265], "hook": [6, 166], "ad": [6, 28, 74, 139, 157], "command": [6, 12, 32, 33, 71, 89, 149, 162, 163, 170, 280], "download": [6, 13, 28, 94, 154, 173, 207, 264], "remov": [6, 13, 88, 95, 112, 115, 116, 181, 265, 273], "test_packag": 6, "save": [7, 91, 205], "restor": [7, 91], "cach": [7, 91, 144, 154, 259, 273, 280], "us": [8, 13, 17, 24, 28, 36, 39, 42, 43, 49, 52, 54, 56, 57, 64, 69, 88, 93, 122, 164, 196, 197, 212, 226, 245, 249, 250, 251, 253, 254, 261, 266, 270, 277], "product": 8, "environ": [8, 22, 137, 159, 200, 201, 214, 232, 260, 280], "repeat": 8, "reproduc": 8, "servic": 8, "reliabl": 8, "complianc": 8, "secur": 8, "control": 8, "custom": [8, 24, 32, 33, 35, 84, 86, 113, 122, 157, 163, 164, 165, 190, 196, 197, 198, 213, 214, 215, 217, 220, 222, 226, 229, 230, 231, 232, 233, 280], "version": [9, 10, 40, 41, 84, 106, 121, 124, 237, 252, 274, 278, 279], "handl": [10, 261], "rang": [10, 252, 278], "pre": [10, 264], "releas": [10, 251], "exampl": [11, 12, 14, 15, 20, 23, 25, 31, 38, 44, 113], "list": [13, 92, 95, 107, 114, 115, 177, 273, 280], "them": 13, "one": 13, "remot": [13, 115, 156, 159, 180, 244, 261], "differ": [13, 40, 41, 79, 251, 277], "build": [13, 25, 26, 27, 28, 30, 46, 49, 54, 56, 57, 71, 76, 86, 90, 93, 100, 101, 124, 126, 140, 141, 192, 197, 212, 226, 249, 250, 251, 254, 257, 264, 267, 270, 271, 272, 280], "conanfil": [14, 15, 16, 20, 26, 79, 106, 123, 150, 253], "method": [14, 54, 84, 125, 240, 253, 257, 260, 266], "layout": [15, 16, 18, 19, 124, 137, 150, 223, 253, 272], "declar": [16, 18, 19, 200], "when": [16, 18, 19, 212], "i": [16, 87, 212], "insid": [16, 42, 52], "subfold": 16, "compon": [17, 21, 140, 190, 260], "edit": [17, 95, 245, 270], "we": 18, "have": 18, "multipl": [18, 21, 251, 260], "subproject": 18, "librari": [19, 21, 74, 140, 157, 212, 251, 257, 258, 260, 263], "package_info": [20, 140, 260], "defin": [21, 28, 79, 190, 260], "provid": [21, 124, 260], "propag": [22, 260], "inform": [22, 28, 62, 84, 124, 139, 140, 154, 198, 260], "consum": [22, 28, 84, 124, 196, 248, 260], "settings_us": [24, 157], "yml": [24, 157, 261], "locat": [24, 32, 37, 163], "new": [24, 26, 113, 157, 178, 279, 280], "cross": [25, 27, 28, 86, 197, 226, 250], "integr": [26, 65, 91, 280], "android": [26, 27, 66, 186, 226], "studio": [26, 30, 61, 74], "project": [26, 46, 49, 56, 57, 196, 249, 257], "introduc": [26, 251, 257, 260], "depend": [26, 30, 36, 37, 39, 40, 41, 46, 51, 79, 84, 85, 124, 135, 230, 251, 256, 260, 270, 275], "txt": [26, 150, 253], "gradl": 26, "conan_android_toolchain": 26, "cmake": [26, 39, 42, 48, 51, 52, 70, 193, 194, 196, 249, 266], "cmakelist": 26, "applic": [26, 28, 250, 251], "ndk": 27, "toolchain": [28, 49, 197], "valid": [28, 147, 253], "settings_build": 28, "settings_target": 28, "id": [28, 88, 107, 251, 258], "test": [28, 119, 141, 146, 184, 257, 263, 268], "develop": [29, 36, 269, 271], "tool": [29, 40, 41, 44, 54, 74, 154, 185, 186, 187, 188, 192, 193, 198, 199, 204, 205, 206, 207, 208, 209, 210, 211, 218, 222, 223, 224, 227, 228, 235, 238, 239, 240, 254, 265, 266], "flow": [29, 271], "debug": [30, 251], "step": [30, 266], "visual": [30, 61, 74, 228], "extens": [31, 71, 74, 160, 280], "clean": [32, 91], "old": 32, "revis": [32, 79, 107, 252, 277, 280], "code": [32, 37, 257], "tour": [32, 37], "parser": 32, "user": [32, 106, 115, 124, 154, 280], "input": 32, "output": [32, 93, 96, 107, 124, 149], "public": [32, 280], "api": [32, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 280], "builtin": 34, "deploy": [34, 35, 37, 106, 165, 280], "agnost": 36, "deploi": [36, 37, 132], "copi": [37, 205, 253, 266], "all": [37, 76], "graph": [38, 98, 99, 100, 101, 102, 103, 104, 107, 175, 280], "macro": 39, "same": [40, 41, 43], "requir": [40, 41, 43, 93, 106, 124, 141, 145, 150, 184, 230, 253, 265, 279], "option": [40, 79, 84, 86, 88, 106, 124, 141, 150, 155, 195, 226, 251, 258, 260, 275], "modul": [42, 166], "tool_requir": [42, 43, 88, 124, 128, 150, 155], "transpar": 42, "autotool": [45, 46, 47, 67, 212], "simpl": [46, 56, 57, 249, 265], "linux": [46, 79], "maco": [46, 197, 212], "first": [47, 58, 61, 259], "cmaketoolchain": [49, 50, 51, 52, 197], "cmakepreset": [49, 50], "gener": [49, 50, 71, 106, 124, 135, 150, 164, 196, 197, 198, 202, 203, 213, 214, 215, 217, 220, 221, 226, 230, 253, 260], "extend": [50, 86, 184, 197], "ones": 50, "inject": 51, "arbitrari": 51, "variabl": [51, 137, 159, 190, 197, 200, 201], "xxx": 52, "import": [52, 166, 196, 273], "consider": 52, "interact": 53, "patch": [54, 209, 257], "replace_in_fil": [54, 205], "apply_conandata_patch": [54, 209], "bazel": [55, 56, 68, 219], "meson": [57, 58, 59, 73, 224, 225, 226], "msbuild": [60, 61, 229], "captur": 62, "git": [62, 236, 261], "scm": [62, 235], "credenti": [62, 153], "c": [63, 157, 226, 245, 258], "document": [63, 76], "instal": [64, 69, 71, 74, 92, 106, 176, 196, 266, 271, 280], "pip": 64, "recommend": 64, "known": 64, "issu": 64, "pipx": 64, "system": [64, 76, 145, 157, 239, 240, 257, 280], "self": [64, 135, 137, 272], "contain": 64, "execut": 64, "android_logo": 66, "autotools_logo": 67, "bazel_logo": 68, "clion_logo": 69, "clion": 69, "introduct": [69, 76, 154, 155, 184, 252], "plugin": [69, 84, 168, 280], "cmake_logo": 70, "jfrog_logo": 71, "jfrog": 71, "info": [71, 98, 103, 124], "how": [71, 87, 88, 212, 240, 250], "gnu_make_logo": 72, "makefil": 72, "meson_logo": 73, "visual_studio_logo": 74, "initi": 74, "search": [74, 117, 182], "xcode_logo": 75, "xcode": 75, "open": 76, "decentr": 76, "platform": 76, "compil": [76, 157, 197, 250], "stabl": 76, "commun": [76, 245], "navig": 76, "knowledg": 77, "cheat": 78, "sheet": 78, "faq": 79, "troubleshoot": 79, "error": [79, 253], "miss": 79, "prebuilt": [79, 264], "invalid": 79, "authenticationexcept": 79, "obtain": [79, 200], "window": 79, "py": [79, 84, 123, 253, 280], "doesn": 79, "t": 79, "work": [79, 242, 270], "core": [80, 154], "guidelin": 80, "good": 80, "practic": 80, "forbidden": 80, "video": 81, "refer": [82, 107, 124, 171, 189, 194, 195, 196, 197, 200, 201, 202, 203, 212, 213, 214, 215, 216, 217, 219, 220, 221, 222, 225, 226, 229, 230, 231, 233, 240], "The": [83, 84, 85], "model": [83, 86, 124, 250, 260, 280], "compat": [84, 129, 161, 258, 280], "erasur": [84, 139], "package_id": [84, 85, 87, 139, 184, 265, 280], "global": [84, 154, 164], "default": [84, 141, 226], "mode": [84, 85, 270], "effect": [85, 184], "non": [85, 253], "emb": [85, 124], "v": [86, 253], "conf": [86, 106, 124, 154, 155, 189, 191, 194, 195, 197, 207, 214, 216, 219, 221, 222, 225, 226, 229, 230, 231, 232, 233], "target": [86, 196], "comput": 87, "influenc": 88, "its": [88, 251], "formatt": [89, 98, 103, 163], "path": [91, 106, 114], "check": 91, "home": 92, "pkg": [92, 97, 240, 271], "show": [92, 114], "add": [95, 109, 115, 157, 256], "export": [96, 97, 124, 133, 174, 271], "format": [96, 107], "json": [98, 103, 107, 153, 156, 158], "order": [100, 101], "merg": [101, 111], "explain": 102, "avail": [103, 130, 131, 139, 240], "dot": 103, "html": [103, 107], "outdat": 104, "inspect": 105, "profil": [106, 114, 155, 168, 179, 250, 280], "name": [106, 124, 163, 217, 220], "channel": [106, 124], "lockfil": [106, 252, 276, 280], "artifact": 107, "filter": 107, "compact": 107, "lock": [108, 109, 110, 111, 112], "templat": [113, 154], "detect": 114, "auth": 115, "disabl": [115, 196], "enabl": 115, "login": [115, 159], "logout": 115, "renam": [115, 205], "server": [122, 246], "paramet": [122, 163], "permiss": 122, "authent": 122, "author": [122, 124], "ssl": 122, "nginx": 122, "subdirectori": 122, "apach": 122, "attribut": [124, 214, 217, 226, 229, 231, 232], "descript": [124, 154], "licens": [124, 266], "topic": 124, "homepag": 124, "url": 124, "build_requir": [124, 128], "test_requir": [124, 128, 150], "python_requir": [124, 164, 184, 273], "python_requires_extend": 124, "exports_sourc": 124, "conan_data": 124, "source_buildenv": 124, "package_typ": [124, 141], "default_opt": 124, "default_build_opt": 124, "options_descript": 124, "package_id_": 124, "non_emb": 124, "python": [124, 169, 184, 280], "unknown": 124, "_mode": 124, "build_polici": 124, "win_bash": 124, "win_bash_run": 124, "folder": [124, 137, 272], "source_fold": 124, "export_sources_fold": 124, "build_fold": 124, "package_fold": 124, "recipe_fold": 124, "recipe_metadata_fold": 124, "package_metadata_fold": 124, "no_copy_sourc": 124, "cpp": [124, 137, 272], "cpp_info": [124, 135, 140], "buildenv_info": [124, 140], "runenv_info": [124, 140], "conf_info": [124, 140], "deprec": [124, 155], "other": [124, 262, 273], "content": [124, 197, 242, 248, 255, 262, 274], "revision_mod": 124, "upload_polici": 124, "required_conan_vers": 124, "implement": [124, 130, 131, 139], "alia": 124, "extension_properti": 124, "build_id": 127, "host_vers": 128, "config_opt": 130, "automat": [130, 131, 139], "auto_shared_fp": [130, 131], "export_sourc": 134, "interfac": [135, 166], "iter": [135, 201], "init": 136, "auto_header_onli": 139, "partial": 139, "properti": [140, 196, 217, 219, 220, 240, 260], "trait": [141, 230], "header": [141, 258, 263], "lib": 141, "visibl": 141, "transitive_head": 141, "transitive_lib": 141, "package_id_mod": 141, "forc": [141, 144], "overrid": [141, 275], "direct": 141, "infer": 141, "each": 141, "kind": 141, "set_nam": 142, "set_vers": 143, "retriev": 144, "system_requir": 145, "collect": 145, "validate_build": 148, "text": 149, "conanrc": 152, "storage_path": 154, "download_cach": 154, "data": [154, 226], "type": [154, 226, 262], "oper": [154, 157, 205], "pattern": [154, 155], "about": [154, 212, 259], "built": [154, 165, 212, 264], "network": 154, "client": 154, "certif": 154, "ux": 154, "skip": 154, "warn": 154, "section": 155, "system_tool": 155, "buildenv": 155, "runenv": 155, "replace_requir": 155, "replace_tool_requir": 155, "platform_requir": 155, "platform_tool_requir": 155, "render": 155, "includ": 155, "msvc": 157, "intel": [157, 222], "cc": 157, "architectur": 157, "standard": 157, "aka": 157, "libcxx": 157, "sub": 157, "valu": 157, "source_credenti": 158, "conan_hom": 159, "conan_default_profil": 159, "termin": 159, "color": 159, "log": 159, "wrapper": [162, 280], "scope": 163, "decor": 163, "conan_command": 163, "group": 163, "none": 163, "conan_subcommand": 163, "argument": [163, 226], "definit": [163, 200], "pars": 163, "full_deploi": 165, "direct_deploi": 165, "structur": 166, "storag": 166, "activ": 166, "share": [166, 212, 251], "offici": 166, "sign": [167, 280], "base": 184, "class": 184, "reus": 184, "resolut": 184, "android_abi": 186, "appl": [187, 188, 226], "fix_apple_shared_install_nam": 188, "is_apple_o": 188, "to_apple_arch": 188, "xcrun": 188, "xcodebuild": 189, "xcodedep": 190, "addit": 190, "support": [190, 197, 230, 253], "xcodetoolchain": 191, "build_job": 192, "cross_build": 192, "can_run": 192, "cppstd": 192, "check_min_cppstd": 192, "check_max_cppstd": 192, "valid_min_cppstd": 192, "valid_max_cppstd": 192, "default_cppstd": 192, "supported_cppstd": 192, "cppstd_flag": 192, "cmake_layout": 195, "multi": [195, 276, 280], "cmakedep": 196, "build_context_activ": [196, 217, 220], "build_context_suffix": [196, 217], "build_context_build_modul": 196, "check_components_exist": 196, "overwrit": 196, "side": 196, "set_properti": 196, "For": 196, "map": 196, "": [196, 280], "preprocessor_definit": [197, 226], "cache_vari": 197, "user_presets_path": 197, "presets_build_environ": 197, "presets_run_environ": 197, "extra": 197, "flag": [197, 215], "presets_prefix": 197, "advanc": 197, "block": 197, "univers": 197, "cppinfo": 198, "aggreg": 198, "env": 199, "composit": 200, "envvar": 201, "appli": 201, "virtualbuildenv": 202, "virtualrunenv": 203, "basic": 205, "load": 205, "rm": 205, "mkdir": 205, "rmdir": 205, "chdir": 205, "unzip": 205, "update_conandata": 205, "trim_conandata": 205, "collect_lib": 205, "checksum": 206, "check_md5": 206, "check_sha1": 206, "check_sha256": 206, "get": 207, "ftp_download": 207, "autopackag": 208, "export_conandata_patch": 209, "symlink": [210, 266], "absolute_to_relative_symlink": 210, "remove_external_symlink": 210, "remove_broken_symlink": 210, "gnu": 211, "A": [212, 259, 265], "note": [212, 259], "relocat": 212, "helper": 212, "why": 212, "thi": 212, "problem": 212, "address": 212, "autotoolsdep": 213, "autotoolstoolchain": 214, "configure_arg": 214, "make_arg": 214, "autoreconf_arg": 214, "makedep": 215, "pkgconfig": 216, "pkgconfigdep": 217, "build_context_fold": 217, "googl": 218, "bazeldep": 220, "bazeltoolchain": 221, "intelcc": 222, "predefin": 223, "basic_layout": 223, "mesontoolchain": 226, "conan_meson_n": 226, "ini": 226, "conan_meson_cross": 226, "directori": 226, "project_opt": 226, "proper": 226, "object": 226, "microsoft": [227, 228], "check_min_v": 228, "msvc_runtime_flag": 228, "is_msvc": 228, "is_msvc_static_runtim": 228, "msvs_toolset": 228, "subsystem": 228, "unix_path": 228, "msbuilddep": 230, "msbuildtoolchain": 231, "nmakedep": 232, "nmaketoolchain": 232, "constructor": 232, "vcvar": 233, "vs_layout": 234, "scon": 238, "sconsdep": 238, "package_manag": 240, "affect": 240, "ar": 240, "invok": 240, "apk": 240, "apt": 240, "yum": 240, "dnf": 240, "pacman": 240, "zypper": 240, "brew": 240, "pkgutil": 240, "chocolatei": 240, "tutori": 241, "tabl": [242, 248, 255, 262, 274], "contribut": 243, "center": 243, "ce": 245, "context": 250, "two": 250, "static": 251, "modifi": 251, "link": 251, "between": 251, "concept": 251, "understand": [253, 272], "flexibl": 253, "rais": 253, "condit": 253, "resourc": 253, "chang": [257, 260], "condition": 257, "select": 257, "onli": [258, 263], "specif": 260, "zip": 261, "store": 261, "branch": 261, "conandata": 261, "local": [264, 269], "alreadi": 264, "prepar": 267, "put": 270, "sai": 270, "revert": 270, "featur": 273, "unus": 273, "conflict": 275, "resolv": 275, "evolv": 276, "semant": 278, "express": 278, "autom": 279, "what": 280, "migrat": 280, "cli": 280, "checker": 280, "immut": 280, "optim": 280}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx": 60}, "alltitles": {"Page Not Found": [[0, "page-not-found"]], "Changelog": [[1, "changelog"]], "2.2.3 (17-Apr-2024)": [[1, "apr-2024"]], "2.2.2 (25-Mar-2024)": [[1, "mar-2024"]], "2.2.1 (20-Mar-2024)": [[1, "id5"]], "2.2.0 (20-Mar-2024)": [[1, "id7"]], "2.1.0 (15-Feb-2024)": [[1, "feb-2024"]], "2.0.17 (10-Jan-2024)": [[1, "jan-2024"]], "2.0.16 (21-Dec-2023)": [[1, "dec-2023"]], "2.0.15 (20-Dec-2023)": [[1, "id134"]], "2.0.14 (14-Nov-2023)": [[1, "nov-2023"]], "2.0.13 (28-Sept-2023)": [[1, "sept-2023"]], "2.0.12 (26-Sept-2023)": [[1, "id216"]], "2.0.11 (18-Sept-2023)": [[1, "id228"]], "2.0.10 (29-Aug-2023)": [[1, "aug-2023"]], "2.0.9 (19-Jul-2023)": [[1, "jul-2023"]], "2.0.8 (13-Jul-2023)": [[1, "id314"]], "2.0.7 (21-Jun-2023)": [[1, "jun-2023"]], "2.0.6 (26-May-2023)": [[1, "may-2023"]], "2.0.5 (18-May-2023)": [[1, "id383"]], "2.0.4 (11-Apr-2023)": [[1, "apr-2023"]], "2.0.3 (03-Apr-2023)": [[1, "id443"]], "2.0.2 (15-Mar-2023)": [[1, "mar-2023"]], "2.0.1 (03-Mar-2023)": [[1, "id492"]], "2.0.0 (22-Feb-2023)": [[1, "feb-2023"]], "2.0.0-beta10 (16-Feb-2023)": [[1, "beta10-16-feb-2023"]], "2.0.0-beta9 (31-Jan-2023)": [[1, "beta9-31-jan-2023"]], "2.0.0-beta8 (12-Jan-2023)": [[1, "beta8-12-jan-2023"]], "2.0.0-beta7 (22-Dec-2022)": [[1, "beta7-22-dec-2022"]], "2.0.0-beta6 (02-Dec-2022)": [[1, "beta6-02-dec-2022"]], "2.0.0-beta5 (11-Nov-2022)": [[1, "beta5-11-nov-2022"]], "2.0.0-beta4 (11-Oct-2022)": [[1, "beta4-11-oct-2022"]], "2.0.0-beta3 (12-Sept-2022)": [[1, "beta3-12-sept-2022"]], "2.0.0-beta2 (27-Jul-2022)": [[1, "beta2-27-jul-2022"]], "2.0.0-beta1 (20-Jun-2022)": [[1, "beta1-20-jun-2022"]], "Devops guide": [[2, "devops-guide"]], "Creating an Artifactory backup repo for your sources": [[3, "creating-an-artifactory-backup-repo-for-your-sources"]], "Backing up third-party sources with Conan": [[4, "backing-up-third-party-sources-with-conan"]], "Configuration overview": [[4, "configuration-overview"]], "Usage": [[4, "usage"]], "Setting up the necessary configs": [[4, "setting-up-the-necessary-configs"]], "Run Conan as normal": [[4, "run-conan-as-normal"]], "Upload the packages": [[4, "upload-the-packages"]], "Creating the backup repository": [[4, "creating-the-backup-repository"]], "Creating and hosting your own ConanCenter binaries": [[5, "creating-and-hosting-your-own-conancenter-binaries"]], "Updating from upstream": [[5, "updating-from-upstream"]], "Managing package metadata files": [[6, "managing-package-metadata-files"]], "Creating metadata in recipes": [[6, "creating-metadata-in-recipes"]], "Creating metadata with hooks": [[6, "creating-metadata-with-hooks"]], "Adding metadata with commands": [[6, "adding-metadata-with-commands"]], "Uploading metadata": [[6, "uploading-metadata"]], "Downloading metadata": [[6, "downloading-metadata"], [94, "downloading-metadata"]], "Removing metadata": [[6, "removing-metadata"]], "test_package as metadata": [[6, "test-package-as-metadata"]], "Save and restore packages from/to the cache": [[7, "save-and-restore-packages-from-to-the-cache"]], "Using ConanCenter packages in production environments": [[8, "using-conancenter-packages-in-production-environments"]], "Repeatability and reproducibility": [[8, "repeatability-and-reproducibility"]], "Service reliability": [[8, "service-reliability"]], "Compliance and security": [[8, "compliance-and-security"]], "Control and customization": [[8, "control-and-customization"]], "Versioning": [[9, "versioning"], [274, "versioning"]], "Handling version ranges and pre-releases": [[10, "handling-version-ranges-and-pre-releases"]], "Examples": [[11, "examples"], [113, "examples"]], "Conan commands examples": [[12, "conan-commands-examples"]], "Using packages-lists": [[13, "using-packages-lists"]], "Listing packages and downloading them": [[13, "listing-packages-and-downloading-them"]], "Downloading from one remote and uploading to a different remote": [[13, "downloading-from-one-remote-and-uploading-to-a-different-remote"]], "Building and uploading packages": [[13, "building-and-uploading-packages"]], "Removing packages lists": [[13, "removing-packages-lists"]], "ConanFile methods examples": [[14, "conanfile-methods-examples"]], "ConanFile layout() examples": [[15, "conanfile-layout-examples"]], "Declaring the layout when the Conanfile is inside a subfolder": [[16, "declaring-the-layout-when-the-conanfile-is-inside-a-subfolder"]], "Using components and editable packages": [[17, "using-components-and-editable-packages"]], "Declaring the layout when we have multiple subprojects": [[18, "declaring-the-layout-when-we-have-multiple-subprojects"]], "Declaring the layout when creating packages for third-party libraries": [[19, "declaring-the-layout-when-creating-packages-for-third-party-libraries"]], "ConanFile package_info() examples": [[20, "conanfile-package-info-examples"]], "Define components for Conan packages that provide multiple libraries": [[21, "define-components-for-conan-packages-that-provide-multiple-libraries"], [260, "define-components-for-conan-packages-that-provide-multiple-libraries"]], "Propagating environment or configuration information to consumers": [[22, "propagating-environment-or-configuration-information-to-consumers"], [260, "propagating-environment-or-configuration-information-to-consumers"]], "Configuration files examples": [[23, "configuration-files-examples"]], "Customize your settings: create your settings_user.yml": [[24, "customize-your-settings-create-your-settings-user-yml"]], "Locate the settings_user.yml": [[24, "locate-the-settings-user-yml"]], "Use your new settings": [[24, "use-your-new-settings"]], "Cross-building examples": [[25, "cross-building-examples"]], "Integrating Conan in Android Studio": [[26, "integrating-conan-in-android-studio"]], "Creating a new project": [[26, "creating-a-new-project"]], "Introducing dependencies with Conan": [[26, "introducing-dependencies-with-conan"]], "conanfile.txt": [[26, "conanfile-txt"], [150, "conanfile-txt"]], "build.gradle": [[26, "build-gradle"]], "conan_android_toolchain.cmake": [[26, "conan-android-toolchain-cmake"]], "CMakeLists.txt": [[26, "cmakelists-txt"]], "Building the application": [[26, "building-the-application"]], "Cross building to Android with the NDK": [[27, "cross-building-to-android-with-the-ndk"]], "Creating a Conan package for a toolchain": [[28, "creating-a-conan-package-for-a-toolchain"]], "Validating the toolchain package: settings, settings_build and settings_target": [[28, "validating-the-toolchain-package-settings-settings-build-and-settings-target"]], "Downloading the binaries for the toolchain and packaging it": [[28, "downloading-the-binaries-for-the-toolchain-and-packaging-it"]], "Adding settings_target to the Package ID information": [[28, "adding-settings-target-to-the-package-id-information"]], "Define information for consumers": [[28, "define-information-for-consumers"]], "Testing the Conan toolchain package": [[28, "testing-the-conan-toolchain-package"]], "Cross-build an application using the toolchain": [[28, "cross-build-an-application-using-the-toolchain"]], "Developer tools and flows": [[29, "developer-tools-and-flows"]], "Debugging and stepping into dependencies": [[30, "debugging-and-stepping-into-dependencies"]], "Building from source": [[30, "building-from-source"]], "Step into a dependency with Visual Studio": [[30, "step-into-a-dependency-with-visual-studio"]], "Conan extensions examples": [[31, "conan-extensions-examples"]], "Custom command: Clean old recipe and package revisions": [[32, "custom-command-clean-old-recipe-and-package-revisions"]], "Locate the command": [[32, "locate-the-command"]], "Run it": [[32, "run-it"], [37, "run-it"]], "Code tour": [[32, "code-tour"], [37, "code-tour"]], "parser": [[32, "parser"]], "User input and user output": [[32, "user-input-and-user-output"]], "Conan public API": [[32, "conan-public-api"]], "Custom commands": [[33, "custom-commands"], [163, "custom-commands"]], "Builtin deployers": [[34, "builtin-deployers"]], "Custom deployers": [[35, "custom-deployers"], [165, "custom-deployers"]], "Creating a Conan-agnostic deploy of dependencies for developer use": [[36, "creating-a-conan-agnostic-deploy-of-dependencies-for-developer-use"]], "Copy sources from all your dependencies": [[37, "copy-sources-from-all-your-dependencies"]], "Locate the deployer": [[37, "locate-the-deployer"]], "deploy()": [[37, "deploy"], [132, "deploy"]], "Graph examples": [[38, "graph-examples"]], "Use a CMake macro packaged in a dependency": [[39, "use-a-cmake-macro-packaged-in-a-dependency"]], "Depending on same version of a tool-require with different options": [[40, "depending-on-same-version-of-a-tool-require-with-different-options"]], "Depending on different versions of the same tool-require": [[41, "depending-on-different-versions-of-the-same-tool-require"]], "Use cmake modules inside a tool_requires transparently": [[42, "use-cmake-modules-inside-a-tool-requires-transparently"]], "Using the same requirement as a requires and as a tool_requires": [[43, "using-the-same-requirement-as-a-requires-and-as-a-tool-requires"]], "Conan recipe tools examples": [[44, "conan-recipe-tools-examples"]], "Autotools": [[45, "autotools"], [212, "autotools"]], "Build a simple Autotools project with Conan dependencies": [[46, "build-a-simple-autotools-project-with-conan-dependencies"]], "Building on Linux and macOS": [[46, "building-on-linux-and-macos"]], "Create your first Conan package with Autotools": [[47, "create-your-first-conan-package-with-autotools"]], "CMake": [[48, "cmake"], [194, "cmake"]], "CMakeToolchain: Building your project using CMakePresets": [[49, "cmaketoolchain-building-your-project-using-cmakepresets"]], "Generating the toolchain": [[49, "generating-the-toolchain"]], "Building the project using CMakePresets": [[49, "building-the-project-using-cmakepresets"]], "CMakeToolchain: Extending your CMakePresets with Conan generated ones": [[50, "cmaketoolchain-extending-your-cmakepresets-with-conan-generated-ones"]], "CMakeToolchain: Inject arbitrary CMake variables into dependencies": [[51, "cmaketoolchain-inject-arbitrary-cmake-variables-into-dependencies"]], "CMakeToolchain: Using xxx-config.cmake files inside packages": [[52, "cmaketoolchain-using-xxx-config-cmake-files-inside-packages"]], "Important considerations": [[52, "important-considerations"]], "File interaction": [[53, "file-interaction"]], "Patching sources": [[54, "patching-sources"]], "Patching using \u2018replace_in_file\u2019": [[54, "patching-using-replace-in-file"]], "in source() method": [[54, "in-source-method"]], "in build() method": [[54, "in-build-method"]], "Patching using \u201cpatch\u201d tool": [[54, "patching-using-patch-tool"]], "Patching using \u201capply_conandata_patches\u201d tool": [[54, "patching-using-apply-conandata-patches-tool"]], "Bazel": [[55, "bazel"], [219, "bazel"]], "Build a simple Bazel project using Conan": [[56, "build-a-simple-bazel-project-using-conan"]], "Build a simple Meson project using Conan": [[57, "build-a-simple-meson-project-using-conan"]], "Create your first Conan package with Meson": [[58, "create-your-first-conan-package-with-meson"]], "Meson": [[59, "meson"], [225, "meson"]], "MSBuild": [[60, "msbuild"], [229, "msbuild"]], "Create your first Conan package with Visual Studio/MSBuild": [[61, "create-your-first-conan-package-with-visual-studio-msbuild"]], "Capturing Git scm information": [[62, "capturing-git-scm-information"]], "Credentials management": [[62, "credentials-management"]], "Conan 2 - C and C++ Package Manager Documentation": [[63, "conan-2-c-and-c-package-manager-documentation"]], "Install": [[64, "install"]], "Install with pip (recommended)": [[64, "install-with-pip-recommended"]], "Known installation issues with pip": [[64, "known-installation-issues-with-pip"]], "Update": [[64, "update"], [106, "update"]], "Install with pipx": [[64, "install-with-pipx"]], "Use a system installer or create a self-contained executable": [[64, "use-a-system-installer-or-create-a-self-contained-executable"]], "Install from source": [[64, "install-from-source"]], "Integrations": [[65, "integrations"]], "android_logo Android": [[66, "android-logo-android"]], "autotools_logo Autotools": [[67, "autotools-logo-autotools"]], "bazel_logo Bazel": [[68, "bazel-logo-bazel"]], "clion_logo CLion": [[69, "clion-logo-clion"]], "Introduction": [[69, "introduction"], [76, "introduction"], [184, "introduction"]], "Installing the plugin": [[69, "installing-the-plugin"]], "Configuring the plugin": [[69, "configuring-the-plugin"]], "Using the plugin": [[69, "using-the-plugin"]], "cmake_logo CMake": [[70, "cmake-logo-cmake"]], "jfrog_logo JFrog": [[71, "jfrog-logo-jfrog"]], "Artifactory Build Info": [[71, "artifactory-build-info"]], "How to install the build info extension commands": [[71, "how-to-install-the-build-info-extension-commands"]], "Generating a Build Info": [[71, "generating-a-build-info"]], "gnu_make_logo Makefile": [[72, "gnu-make-logo-makefile"]], "meson_logo Meson": [[73, "meson-logo-meson"]], "visual_studio_logo Visual Studio": [[74, "visual-studio-logo-visual-studio"]], "Recipe tools for Visual Studio": [[74, "recipe-tools-for-visual-studio"]], "Conan extension for Visual Studio": [[74, "conan-extension-for-visual-studio"]], "Installation": [[74, "installation"]], "Initial Configuration": [[74, "initial-configuration"]], "Searching and Adding Libraries": [[74, "searching-and-adding-libraries"]], "xcode_logo Xcode": [[75, "xcode-logo-xcode"]], "Open Source": [[76, "open-source"]], "Decentralized package manager": [[76, "decentralized-package-manager"]], "Binary management": [[76, "binary-management"]], "All platforms, all build systems and compilers": [[76, "all-platforms-all-build-systems-and-compilers"]], "Stable": [[76, "stable"]], "Community": [[76, "community"]], "Navigating the documentation": [[76, "navigating-the-documentation"]], "Knowledge": [[77, "knowledge"]], "Cheat sheet": [[78, "cheat-sheet"]], "FAQ": [[79, "faq"]], "Troubleshooting": [[79, "troubleshooting"]], "ERROR: Missing prebuilt package": [[79, "error-missing-prebuilt-package"]], "ERROR: Invalid setting": [[79, "error-invalid-setting"]], "ERROR: AuthenticationException:": [[79, "error-authenticationexception"]], "ERROR: Obtaining different revisions in Linux and Windows": [[79, "error-obtaining-different-revisions-in-linux-and-windows"]], "Defining options for dependencies in conanfile.py recipes doesn\u2019t work": [[79, "defining-options-for-dependencies-in-conanfile-py-recipes-doesn-t-work"]], "Core guidelines": [[80, "core-guidelines"]], "Good practices": [[80, "good-practices"]], "Forbidden practices": [[80, "forbidden-practices"]], "Videos": [[81, "videos"]], "Reference": [[82, "reference"], [189, "reference"], [194, "reference"], [195, "reference"], [196, "reference"], [197, "reference"], [200, "reference"], [201, "reference"], [202, "reference"], [203, "reference"], [212, "reference"], [213, "reference"], [214, "reference"], [215, "reference"], [216, "reference"], [217, "reference"], [219, "reference"], [220, "reference"], [221, "reference"], [222, "reference"], [225, "reference"], [226, "reference"], [229, "reference"], [230, "reference"], [231, "reference"], [233, "reference"], [240, "reference"], [240, "id4"], [240, "id6"], [240, "id7"], [240, "id8"], [240, "id9"], [240, "id10"], [240, "id11"], [240, "id12"]], "The binary model": [[83, "the-binary-model"]], "Customizing the binary compatibility": [[84, "customizing-the-binary-compatibility"]], "Customizing binary compatibility of settings and options": [[84, "customizing-binary-compatibility-of-settings-and-options"]], "Information erasure in package_id() method": [[84, "information-erasure-in-package-id-method"]], "The compatibility() method": [[84, "the-compatibility-method"]], "The compatibility.py plugin": [[84, "the-compatibility-py-plugin"]], "Customizing binary compatibility of dependencies versions": [[84, "customizing-binary-compatibility-of-dependencies-versions"]], "Global default package_id modes": [[84, "global-default-package-id-modes"]], "Custom package_id modes for recipe consumers": [[84, "custom-package-id-modes-for-recipe-consumers"]], "Custom package_id from recipe dependencies": [[84, "custom-package-id-from-recipe-dependencies"]], "The effect of dependencies on package_id": [[85, "the-effect-of-dependencies-on-package-id"]], "Non-embed mode": [[85, "non-embed-mode"]], "Embed mode": [[85, "embed-mode"]], "Extending the binary model": [[86, "extending-the-binary-model"]], "Custom settings": [[86, "custom-settings"]], "Custom options": [[86, "custom-options"]], "Settings vs options vs conf": [[86, "settings-vs-options-vs-conf"]], "Custom configuration": [[86, "custom-configuration"]], "Cross build target settings": [[86, "cross-build-target-settings"]], "How the package_id is computed": [[87, "how-the-package-id-is-computed"]], "How settings and options of a recipe influence its package ID": [[88, "how-settings-and-options-of-a-recipe-influence-its-package-id"]], "How settings influence the package ID": [[88, "how-settings-influence-the-package-id"]], "Removing settings for a package used as a tool_require": [[88, "removing-settings-for-a-package-used-as-a-tool-require"]], "How options influence the package ID": [[88, "how-options-influence-the-package-id"]], "Commands": [[89, "commands"]], "Command formatters": [[89, "command-formatters"]], "conan build": [[90, "conan-build"], [271, "conan-build"]], "conan cache": [[91, "conan-cache"]], "conan cache path": [[91, "conan-cache-path"]], "conan cache clean": [[91, "conan-cache-clean"]], "conan cache check-integrity": [[91, "conan-cache-check-integrity"]], "conan cache backup-upload": [[91, "conan-cache-backup-upload"]], "conan cache save": [[91, "conan-cache-save"]], "conan cache restore": [[91, "conan-cache-restore"]], "conan config": [[92, "conan-config"]], "conan config home": [[92, "conan-config-home"]], "conan config install": [[92, "conan-config-install"]], "conan config install-pkg": [[92, "conan-config-install-pkg"]], "conan config list": [[92, "conan-config-list"]], "conan config show": [[92, "conan-config-show"]], "conan create": [[93, "conan-create"]], "Using conan create with build requirements": [[93, "using-conan-create-with-build-requirements"]], "Conan create output": [[93, "conan-create-output"]], "conan download": [[94, "conan-download"]], "conan editable": [[95, "conan-editable"]], "conan editable add": [[95, "conan-editable-add"]], "conan editable remove": [[95, "conan-editable-remove"]], "conan editable list": [[95, "conan-editable-list"]], "conan export": [[96, "conan-export"]], "Output Formats": [[96, "output-formats"]], "conan export-pkg": [[97, "conan-export-pkg"], [271, "conan-export-pkg"]], "Formatter: Graph-info JSON": [[98, "formatter-graph-info-json"]], "conan graph": [[99, "conan-graph"]], "conan graph build-order": [[100, "conan-graph-build-order"]], "conan graph build-order-merge": [[101, "conan-graph-build-order-merge"]], "conan graph explain": [[102, "conan-graph-explain"]], "conan graph info": [[103, "conan-graph-info"]], "Available formatters": [[103, "available-formatters"]], "json formatter": [[103, "json-formatter"]], "dot formatter": [[103, "dot-formatter"]], "html formatter": [[103, "html-formatter"]], "conan graph outdated": [[104, "conan-graph-outdated"]], "conan inspect": [[105, "conan-inspect"]], "conan install": [[106, "conan-install"], [271, "conan-install"]], "Conanfile path or \u2013requires": [[106, "conanfile-path-or-requires"]], "Profiles, Settings, Options, Conf": [[106, "profiles-settings-options-conf"]], "Generators and deployers": [[106, "generators-and-deployers"]], "Name, version, user, channel": [[106, "name-version-user-channel"]], "Lockfiles": [[106, "lockfiles"], [252, "lockfiles"], [276, "lockfiles"]], "conan list": [[107, "conan-list"]], "Listing recipe references": [[107, "listing-recipe-references"]], "Listing recipe revisions": [[107, "listing-recipe-revisions"]], "Listing package IDs": [[107, "listing-package-ids"]], "Listing package revisions": [[107, "listing-package-revisions"]], "Listing graph artifacts": [[107, "listing-graph-artifacts"]], "Filtering packages": [[107, "filtering-packages"]], "List json output format": [[107, "list-json-output-format"]], "List html output format": [[107, "list-html-output-format"]], "List compact output format": [[107, "list-compact-output-format"]], "conan lock": [[108, "conan-lock"]], "conan lock add": [[109, "conan-lock-add"]], "conan lock create": [[110, "conan-lock-create"]], "conan lock merge": [[111, "conan-lock-merge"]], "conan lock remove": [[112, "conan-lock-remove"]], "conan new": [[113, "conan-new"], [113, "id1"]], "Custom templates": [[113, "custom-templates"]], "conan profile": [[114, "conan-profile"]], "conan profile detect": [[114, "conan-profile-detect"]], "conan profile list": [[114, "conan-profile-list"]], "conan profile path": [[114, "conan-profile-path"]], "conan profile show": [[114, "conan-profile-show"]], "conan remote": [[115, "conan-remote"]], "conan remote add": [[115, "conan-remote-add"]], "conan remote auth": [[115, "conan-remote-auth"]], "conan remote disable": [[115, "conan-remote-disable"]], "conan remote enable": [[115, "conan-remote-enable"]], "conan remote list": [[115, "conan-remote-list"]], "conan remote list-users": [[115, "conan-remote-list-users"]], "conan remote login": [[115, "conan-remote-login"]], "conan remote logout": [[115, "conan-remote-logout"]], "conan remote remove": [[115, "conan-remote-remove"]], "conan remote rename": [[115, "conan-remote-rename"]], "conan remote set-user": [[115, "conan-remote-set-user"]], "conan remote update": [[115, "conan-remote-update"]], "conan remove": [[116, "conan-remove"]], "conan search": [[117, "conan-search"]], "conan source": [[118, "conan-source"], [271, "conan-source"]], "conan test": [[119, "conan-test"]], "conan upload": [[120, "conan-upload"]], "conan version": [[121, "conan-version"]], "Conan Server": [[122, "conan-server"]], "Configuration": [[122, "configuration"]], "Server Parameters": [[122, "server-parameters"]], "Permissions Parameters": [[122, "permissions-parameters"]], "Authentication": [[122, "authentication"]], "Create Your Own Custom Authenticator": [[122, "create-your-own-custom-authenticator"]], "Authorizations": [[122, "authorizations"]], "Create Your Own Custom Authorizer": [[122, "create-your-own-custom-authorizer"]], "Running the Conan Server with SSL using Nginx": [[122, "running-the-conan-server-with-ssl-using-nginx"]], "Running the Conan Server with SSL using Nginx in a Subdirectory": [[122, "running-the-conan-server-with-ssl-using-nginx-in-a-subdirectory"]], "Running Conan Server using Apache": [[122, "running-conan-server-using-apache"]], "conanfile.py": [[123, "conanfile-py"]], "Attributes": [[124, "attributes"], [217, "attributes"], [226, "attributes"], [231, "attributes"], [232, "attributes"]], "Package reference": [[124, "package-reference"]], "name": [[124, "name"]], "version": [[124, "version"]], "user": [[124, "user"]], "channel": [[124, "channel"]], "Metadata": [[124, "metadata"]], "description": [[124, "description"]], "license": [[124, "license"]], "author": [[124, "author"]], "topics": [[124, "topics"]], "homepage": [[124, "homepage"]], "url": [[124, "url"]], "Requirements": [[124, "requirements"]], "requires": [[124, "requires"]], "tool_requires": [[124, "tool-requires"]], "build_requires": [[124, "build-requires"]], "test_requires": [[124, "test-requires"], [128, "test-requires"]], "python_requires": [[124, "python-requires"], [273, "python-requires"]], "python_requires_extend": [[124, "python-requires-extend"]], "Sources": [[124, "sources"]], "exports": [[124, "exports"]], "exports_sources": [[124, "exports-sources"]], "conan_data": [[124, "conan-data"]], "source_buildenv": [[124, "source-buildenv"]], "Binary model": [[124, "binary-model"]], "package_type": [[124, "package-type"]], "settings": [[124, "settings"]], "options": [[124, "options"], [141, "options"]], "default_options": [[124, "default-options"]], "default_build_options": [[124, "default-build-options"]], "options_description": [[124, "options-description"]], "info": [[124, "info"]], "package_id_{embed,non_embed,python,unknown}_mode": [[124, "package-id-embed-non-embed-python-unknown-mode"]], "Build": [[124, "build"]], "generators": [[124, "generators"]], "build_policy": [[124, "build-policy"]], "win_bash": [[124, "win-bash"]], "win_bash_run": [[124, "win-bash-run"]], "Folders and layout": [[124, "folders-and-layout"]], "source_folder": [[124, "source-folder"]], "export_sources_folder": [[124, "export-sources-folder"]], "build_folder": [[124, "build-folder"]], "package_folder": [[124, "package-folder"]], "recipe_folder": [[124, "recipe-folder"]], "recipe_metadata_folder": [[124, "recipe-metadata-folder"]], "package_metadata_folder": [[124, "package-metadata-folder"]], "no_copy_source": [[124, "no-copy-source"]], "Layout": [[124, "layout"]], "folders": [[124, "folders"]], "cpp": [[124, "cpp"]], "layouts": [[124, "layouts"]], "Package information for consumers": [[124, "package-information-for-consumers"]], "cpp_info": [[124, "cpp-info"]], "buildenv_info": [[124, "buildenv-info"]], "runenv_info": [[124, "runenv-info"]], "conf_info": [[124, "conf-info"], [140, "conf-info"]], "deprecated": [[124, "deprecated"]], "provides": [[124, "provides"]], "Other": [[124, "other"]], "dependencies": [[124, "dependencies"]], "conf": [[124, "conf"], [189, "conf"], [191, "conf"], [194, "conf"], [195, "conf"], [197, "conf"], [207, "conf"], [214, "conf"], [216, "conf"], [219, "conf"], [221, "conf"], [222, "conf"], [225, "conf"], [226, "conf"], [229, "conf"], [230, "conf"], [231, "conf"], [232, "conf"], [233, "conf"]], "Output": [[124, "output"]], "Output contents": [[124, "output-contents"]], "revision_mode": [[124, "revision-mode"]], "upload_policy": [[124, "upload-policy"]], "required_conan_version": [[124, "required-conan-version"]], "implements": [[124, "implements"]], "alias": [[124, "alias"]], "extension_properties": [[124, "extension-properties"]], "Methods": [[125, "methods"]], "build()": [[126, "build"]], "build_id()": [[127, "build-id"]], "build_requirements()": [[128, "build-requirements"]], "tool_requires()": [[128, "tool-requires"]], "": [[128, "host-version"]], "compatibility()": [[129, "compatibility"]], "config_options()": [[130, "config-options"]], "Available automatic implementations": [[130, "available-automatic-implementations"], [131, "available-automatic-implementations"], [139, "available-automatic-implementations"]], "auto_shared_fpic": [[130, "auto-shared-fpic"], [131, "auto-shared-fpic"]], "configure()": [[131, "configure"]], "export()": [[133, "export"]], "export_sources()": [[134, "export-sources"]], "generate()": [[135, "generate"]], "self.dependencies": [[135, "self-dependencies"]], "Dependencies interface": [[135, "dependencies-interface"]], "Iterating dependencies": [[135, "iterating-dependencies"]], "Dependencies cpp_info interface": [[135, "dependencies-cpp-info-interface"]], "init()": [[136, "init"]], "layout()": [[137, "layout"]], "self.folders": [[137, "self-folders"], [272, "self-folders"]], "self.cpp": [[137, "self-cpp"], [272, "self-cpp"]], "Environment variables and configuration": [[137, "environment-variables-and-configuration"]], "package()": [[138, "package"]], "package_id()": [[139, "package-id"]], "auto_header_only": [[139, "auto-header-only"]], "Information erasure": [[139, "information-erasure"]], "Partial information erasure": [[139, "partial-information-erasure"]], "Adding information": [[139, "adding-information"]], "package_info()": [[140, "package-info"]], "cpp_info: Library and build information": [[140, "cpp-info-library-and-build-information"]], "Properties": [[140, "properties"], [196, "properties"], [217, "properties"], [219, "properties"], [220, "properties"]], "Components": [[140, "components"]], "buildenv_info, runenv_info": [[140, "buildenv-info-runenv-info"]], "requirements()": [[141, "requirements"]], "Requirement traits": [[141, "requirement-traits"]], "headers": [[141, "headers"]], "libs": [[141, "libs"]], "build": [[141, "build"]], "run": [[141, "run"]], "visible": [[141, "visible"]], "transitive_headers": [[141, "transitive-headers"]], "transitive_libs": [[141, "transitive-libs"]], "test": [[141, "test"]], "package_id_mode": [[141, "package-id-mode"]], "force": [[141, "force"]], "override": [[141, "override"]], "direct": [[141, "direct"]], "package_type trait inferring": [[141, "package-type-trait-inferring"]], "Default traits for each kind of requires": [[141, "default-traits-for-each-kind-of-requires"]], "set_name()": [[142, "set-name"]], "set_version()": [[143, "set-version"]], "source()": [[144, "source"]], "Source caching": [[144, "source-caching"]], "Forced retrieval of sources": [[144, "forced-retrieval-of-sources"]], "system_requirements()": [[145, "system-requirements"]], "Collecting system requirements": [[145, "collecting-system-requirements"]], "test()": [[146, "test"]], "validate()": [[147, "validate"]], "validate_build()": [[148, "validate-build"]], "Running and output": [[149, "running-and-output"]], "Output text from recipes": [[149, "output-text-from-recipes"]], "Running commands": [[149, "running-commands"]], "[requires]": [[150, "requires"]], "[tool_requires]": [[150, "tool-requires"], [155, "tool-requires"]], "[test_requires]": [[150, "test-requires"]], "[generators]": [[150, "generators"]], "[options]": [[150, "options"], [155, "options"]], "[layout]": [[150, "layout"]], "Configuration files": [[151, "configuration-files"]], ".conanrc": [[152, "conanrc"]], "credentials.json": [[153, "credentials-json"]], "global.conf": [[154, "global-conf"]], "Introduction to configuration": [[154, "introduction-to-configuration"]], "Description of configurations": [[154, "description-of-configurations"]], "core.cache:storage_path": [[154, "core-cache-storage-path"]], "core.download:download_cache": [[154, "core-download-download-cache"]], "User/Tools configurations": [[154, "user-tools-configurations"]], "Configuration file template": [[154, "configuration-file-template"]], "Configuration data types": [[154, "configuration-data-types"]], "Configuration data operators": [[154, "configuration-data-operators"]], "Configuration patterns": [[154, "configuration-patterns"]], "Information about built-in confs": [[154, "information-about-built-in-confs"]], "Networking confs": [[154, "networking-confs"]], "Configuration of client certificates": [[154, "configuration-of-client-certificates"]], "UX confs": [[154, "ux-confs"]], "Skip warnings": [[154, "skip-warnings"]], "profiles": [[155, "profiles"]], "Introduction to profiles": [[155, "introduction-to-profiles"]], "Profile sections": [[155, "profile-sections"]], "[settings]": [[155, "settings"]], "[system_tools] (DEPRECATED)": [[155, "system-tools-deprecated"]], "[buildenv]": [[155, "buildenv"]], "[runenv]": [[155, "runenv"]], "[conf]": [[155, "conf"]], "[replace_requires]": [[155, "replace-requires"]], "[replace_tool_requires]": [[155, "replace-tool-requires"]], "[platform_requires]": [[155, "platform-requires"]], "[platform_tool_requires]": [[155, "platform-tool-requires"]], "Profile rendering": [[155, "profile-rendering"]], "Profile patterns": [[155, "profile-patterns"]], "Profile includes": [[155, "profile-includes"]], "remotes.json": [[156, "remotes-json"]], "settings.yml": [[157, "settings-yml"]], "Operating systems": [[157, "operating-systems"]], "Compilers": [[157, "compilers"]], "msvc": [[157, "msvc"]], "intel-cc": [[157, "intel-cc"]], "Architectures": [[157, "architectures"]], "C++ standard libraries (aka compiler.libcxx)": [[157, "c-standard-libraries-aka-compiler-libcxx"]], "Customizing settings": [[157, "customizing-settings"]], "Adding new settings": [[157, "adding-new-settings"]], "Adding new sub-settings": [[157, "adding-new-sub-settings"]], "Add new values": [[157, "add-new-values"]], "settings_user.yml": [[157, "settings-user-yml"]], "source_credentials.json": [[158, "source-credentials-json"]], "Environment variables": [[159, "environment-variables"]], "CONAN_HOME": [[159, "conan-home"]], "CONAN_DEFAULT_PROFILE": [[159, "conan-default-profile"]], "Remote login variables": [[159, "remote-login-variables"]], "Terminal color variables": [[159, "terminal-color-variables"]], "Logging": [[159, "logging"]], "Extensions": [[160, "extensions"]], "Binary compatibility": [[161, "binary-compatibility"]], "Command wrapper": [[162, "command-wrapper"], [280, "command-wrapper"]], "Location and naming": [[163, "location-and-naming"]], "Scoping": [[163, "scoping"]], "Decorators": [[163, "decorators"]], "conan_command(group=None, formatters=None)": [[163, "conan-command-group-none-formatters-none"]], "conan_subcommand(formatters=None)": [[163, "conan-subcommand-formatters-none"]], "Argument definition and parsing": [[163, "argument-definition-and-parsing"]], "Formatters": [[163, "formatters"]], "Commands parameters": [[163, "commands-parameters"]], "Custom Conan generators": [[164, "custom-conan-generators"]], "Custom generators as python_requires": [[164, "custom-generators-as-python-requires"]], "Using global custom generators": [[164, "using-global-custom-generators"]], "Deployers": [[165, "deployers"]], "Built-in deployers": [[165, "built-in-deployers"]], "full_deploy": [[165, "full-deploy"]], "direct_deploy": [[165, "direct-deploy"]], "configuration": [[165, "configuration"], [196, "configuration"]], "Hooks": [[166, "hooks"]], "Hook structure": [[166, "hook-structure"]], "Importing from a module": [[166, "importing-from-a-module"]], "Hook interface": [[166, "hook-interface"]], "Storage, activation and sharing": [[166, "storage-activation-and-sharing"]], "Official Hooks": [[166, "official-hooks"]], "Package signing": [[167, "package-signing"], [280, "package-signing"]], "Profile plugin": [[168, "profile-plugin"]], "Python API": [[169, "python-api"]], "Command API": [[170, "command-api"]], "Conan API Reference": [[171, "conan-api-reference"]], "Config API": [[172, "config-api"]], "Download API": [[173, "download-api"]], "Export API": [[174, "export-api"]], "Graph API": [[175, "graph-api"]], "Install API": [[176, "install-api"]], "List API": [[177, "list-api"]], "New API": [[178, "new-api"]], "Profiles API": [[179, "profiles-api"]], "Remotes API": [[180, "remotes-api"]], "Remove API": [[181, "remove-api"]], "Search API": [[182, "search-api"]], "Upload API": [[183, "upload-api"]], "Python requires": [[184, "python-requires"]], "Extending base classes": [[184, "extending-base-classes"]], "Reusing files": [[184, "reusing-files"]], "Testing python-requires": [[184, "testing-python-requires"]], "Effect in package_id": [[184, "effect-in-package-id"]], "Resolution of python_requires": [[184, "resolution-of-python-requires"]], "Recipe tools": [[185, "recipe-tools"]], "conan.tools.android": [[186, "conan-tools-android"]], "android_abi()": [[186, "android-abi"]], "conan.tools.apple": [[187, "conan-tools-apple"]], "conan.tools.apple.fix_apple_shared_install_name()": [[188, "conan-tools-apple-fix-apple-shared-install-name"]], "conan.tools.apple.is_apple_os()": [[188, "conan-tools-apple-is-apple-os"]], "conan.tools.apple.to_apple_arch()": [[188, "conan-tools-apple-to-apple-arch"]], "conan.tools.apple.XCRun()": [[188, "conan-tools-apple-xcrun"]], "XcodeBuild": [[189, "xcodebuild"]], "XcodeDeps": [[190, "xcodedeps"]], "Additional variables defined": [[190, "additional-variables-defined"]], "Components support": [[190, "components-support"]], "Custom configurations": [[190, "custom-configurations"], [222, "custom-configurations"]], "XcodeToolchain": [[191, "xcodetoolchain"]], "conan.tools.build": [[192, "conan-tools-build"]], "Building": [[192, "building"]], "conan.tools.build.build_jobs()": [[192, "conan-tools-build-build-jobs"]], "conan.tools.build.cross_building()": [[192, "conan-tools-build-cross-building"]], "conan.tools.build.can_run()": [[192, "conan-tools-build-can-run"]], "Cppstd": [[192, "cppstd"]], "conan.tools.build.check_min_cppstd()": [[192, "conan-tools-build-check-min-cppstd"]], "conan.tools.build.check_max_cppstd()": [[192, "conan-tools-build-check-max-cppstd"]], "conan.tools.build.valid_min_cppstd()": [[192, "conan-tools-build-valid-min-cppstd"]], "conan.tools.build.valid_max_cppstd()": [[192, "conan-tools-build-valid-max-cppstd"]], "conan.tools.build.default_cppstd()": [[192, "conan-tools-build-default-cppstd"]], "conan.tools.build.supported_cppstd()": [[192, "conan-tools-build-supported-cppstd"]], "conan.tools.build.cppstd_flag()": [[192, "conan-tools-build-cppstd-flag"]], "conan.tools.cmake": [[193, "conan-tools-cmake"]], "cmake_layout": [[195, "cmake-layout"]], "Multi-setting/option cmake_layout": [[195, "multi-setting-option-cmake-layout"]], "CMakeDeps": [[196, "cmakedeps"]], "Generated files": [[196, "generated-files"], [197, "generated-files"], [202, "generated-files"], [203, "generated-files"], [213, "generated-files"], [214, "generated-files"], [215, "generated-files"], [217, "generated-files"], [220, "generated-files"], [221, "generated-files"], [226, "generated-files"], [230, "generated-files"]], "Customization": [[196, "customization"], [197, "customization"], [213, "customization"], [214, "customization"], [215, "customization"], [217, "customization"], [220, "customization"], [226, "customization"], [229, "customization"], [230, "customization"], [231, "customization"], [233, "customization"]], "build_context_activated": [[196, "build-context-activated"], [217, "build-context-activated"], [220, "build-context-activated"]], "build_context_suffix": [[196, "build-context-suffix"], [217, "build-context-suffix"]], "build_context_build_modules": [[196, "build-context-build-modules"]], "check_components_exist": [[196, "check-components-exist"]], "Overwrite properties from the consumer side using CMakeDeps.set_property()": [[196, "overwrite-properties-from-the-consumer-side-using-cmakedeps-set-property"]], "Disable CMakeDeps For Installed CMake configuration files": [[196, "disable-cmakedeps-for-installed-cmake-configuration-files"]], "Map from project configuration to imported target\u2019s configuration": [[196, "map-from-project-configuration-to-imported-target-s-configuration"]], "CMakeToolchain": [[197, "cmaketoolchain"]], "preprocessor_definitions": [[197, "preprocessor-definitions"], [226, "preprocessor-definitions"]], "cache_variables": [[197, "cache-variables"]], "variables": [[197, "variables"]], "user_presets_path": [[197, "user-presets-path"]], "presets_build_environment, presets_run_environment": [[197, "presets-build-environment-presets-run-environment"]], "Extra compilation flags": [[197, "extra-compilation-flags"]], "presets_prefix": [[197, "presets-prefix"]], "Using a custom toolchain file": [[197, "using-a-custom-toolchain-file"]], "Extending and advanced customization": [[197, "extending-and-advanced-customization"]], "Customizing the content blocks": [[197, "customizing-the-content-blocks"]], "Cross building": [[197, "cross-building"]], "Support for Universal Binaries in macOS": [[197, "support-for-universal-binaries-in-macos"]], "conan.tools.CppInfo": [[198, "conan-tools-cppinfo"]], "Aggregating information in custom generators": [[198, "aggregating-information-in-custom-generators"]], "conan.tools.env": [[199, "conan-tools-env"]], "Environment": [[200, "environment"]], "Variable declaration": [[200, "variable-declaration"]], "Composition": [[200, "composition"]], "Obtaining environment variables": [[200, "obtaining-environment-variables"]], "Environment definition": [[200, "environment-definition"]], "EnvVars": [[201, "envvars"]], "Creating environment files": [[201, "creating-environment-files"]], "Running with environment files": [[201, "running-with-environment-files"]], "Applying the environment variables": [[201, "applying-the-environment-variables"]], "Iterating the variables": [[201, "iterating-the-variables"]], "VirtualBuildEnv": [[202, "virtualbuildenv"]], "VirtualRunEnv": [[203, "virtualrunenv"]], "conan.tools.files": [[204, "conan-tools-files"]], "conan.tools.files basic operations": [[205, "conan-tools-files-basic-operations"]], "conan.tools.files.copy()": [[205, "conan-tools-files-copy"]], "conan.tools.files.load()": [[205, "conan-tools-files-load"]], "conan.tools.files.save()": [[205, "conan-tools-files-save"]], "conan.tools.files.rename()": [[205, "conan-tools-files-rename"]], "conan.tools.files.replace_in_file()": [[205, "conan-tools-files-replace-in-file"]], "conan.tools.files.rm()": [[205, "conan-tools-files-rm"]], "conan.tools.files.mkdir()": [[205, "conan-tools-files-mkdir"]], "conan.tools.files.rmdir()": [[205, "conan-tools-files-rmdir"]], "conan.tools.files.chdir()": [[205, "conan-tools-files-chdir"]], "conan.tools.files.unzip()": [[205, "conan-tools-files-unzip"]], "conan.tools.files.update_conandata()": [[205, "conan-tools-files-update-conandata"]], "conan.tools.files.trim_conandata()": [[205, "conan-tools-files-trim-conandata"]], "conan.tools.files.collect_libs()": [[205, "conan-tools-files-collect-libs"]], "conan.tools.files checksums": [[206, "conan-tools-files-checksums"]], "conan.tools.files.check_md5()": [[206, "conan-tools-files-check-md5"]], "conan.tools.files.check_sha1()": [[206, "conan-tools-files-check-sha1"]], "conan.tools.files.check_sha256()": [[206, "conan-tools-files-check-sha256"]], "conan.tools.files downloads": [[207, "conan-tools-files-downloads"]], "conan.tools.files.get()": [[207, "conan-tools-files-get"]], "conan.tools.files.ftp_download()": [[207, "conan-tools-files-ftp-download"]], "conan.tools.files.download()": [[207, "conan-tools-files-download"]], "conan.tools.files AutoPackager": [[208, "conan-tools-files-autopackager"]], "conan.tools.files patches": [[209, "conan-tools-files-patches"]], "conan.tools.files.patch()": [[209, "conan-tools-files-patch"]], "conan.tools.files.apply_conandata_patches()": [[209, "conan-tools-files-apply-conandata-patches"]], "conan.tools.files.export_conandata_patches()": [[209, "conan-tools-files-export-conandata-patches"]], "conan.tools.files.symlinks": [[210, "conan-tools-files-symlinks"]], "conan.tools.files.symlinks.absolute_to_relative_symlinks()": [[210, "conan-tools-files-symlinks-absolute-to-relative-symlinks"]], "conan.tools.files.symlinks.remove_external_symlinks()": [[210, "conan-tools-files-symlinks-remove-external-symlinks"]], "conan.tools.files.symlinks.remove_broken_symlinks()": [[210, "conan-tools-files-symlinks-remove-broken-symlinks"]], "conan.tools.gnu": [[211, "conan-tools-gnu"]], "A note about relocatable shared libraries in macOS built the Autotools build helper": [[212, "a-note-about-relocatable-shared-libraries-in-macos-built-the-autotools-build-helper"]], "Why is this a problem when using Conan?": [[212, "why-is-this-a-problem-when-using-conan"]], "How to address this problem in Conan": [[212, "how-to-address-this-problem-in-conan"]], "AutotoolsDeps": [[213, "autotoolsdeps"]], "AutotoolsToolchain": [[214, "autotoolstoolchain"]], "Customizing the environment": [[214, "customizing-the-environment"], [232, "customizing-the-environment"]], "Managing the configure_args, make_args and autoreconf_args attributes": [[214, "managing-the-configure-args-make-args-and-autoreconf-args-attributes"]], "MakeDeps": [[215, "makedeps"]], "Flags": [[215, "flags"]], "PkgConfig": [[216, "pkgconfig"]], "PkgConfigDeps": [[217, "pkgconfigdeps"]], "Naming": [[217, "naming"], [220, "naming"]], "build_context_folder": [[217, "build-context-folder"]], "conan.tools.google": [[218, "conan-tools-google"]], "BazelDeps": [[220, "bazeldeps"]], "BazelToolchain": [[221, "bazeltoolchain"]], "conan.tools.intel": [[222, "conan-tools-intel"]], "IntelCC": [[222, "intelcc"]], "conan.tools.layout": [[223, "conan-tools-layout"]], "Predefined layouts": [[223, "predefined-layouts"]], "basic_layout": [[223, "basic-layout"]], "conan.tools.meson": [[224, "conan-tools-meson"]], "MesonToolchain": [[226, "mesontoolchain"]], "conan_meson_native.ini": [[226, "conan-meson-native-ini"]], "conan_meson_cross.ini": [[226, "conan-meson-cross-ini"]], "Default directories": [[226, "default-directories"]], "project_options": [[226, "project-options"]], "Using Proper Data Types for Conan Options in Meson": [[226, "using-proper-data-types-for-conan-options-in-meson"]], "Cross-building for Apple and Android": [[226, "cross-building-for-apple-and-android"]], "Objective-C arguments": [[226, "objective-c-arguments"]], "conan.tools.microsoft": [[227, "conan-tools-microsoft"]], "conan.tools.microsoft.visual": [[228, "conan-tools-microsoft-visual"]], "check_min_vs": [[228, "check-min-vs"]], "msvc_runtime_flag": [[228, "msvc-runtime-flag"]], "is_msvc": [[228, "is-msvc"]], "is_msvc_static_runtime": [[228, "is-msvc-static-runtime"]], "msvs_toolset": [[228, "msvs-toolset"]], "conan.tools.microsoft.subsystems": [[228, "conan-tools-microsoft-subsystems"]], "unix_path": [[228, "unix-path"]], "attributes": [[229, "attributes"]], "MSBuildDeps": [[230, "msbuilddeps"]], "Requirement traits support": [[230, "requirement-traits-support"]], "Configurations": [[230, "configurations"]], "Dependencies": [[230, "dependencies"]], "MSBuildToolchain": [[231, "msbuildtoolchain"]], "NMakeDeps": [[232, "nmakedeps"]], "NMakeToolchain": [[232, "nmaketoolchain"]], "constructor": [[232, "constructor"]], "VCVars": [[233, "vcvars"]], "vs_layout": [[234, "vs-layout"]], "conan.tools.scm": [[235, "conan-tools-scm"]], "Git": [[236, "git"]], "Version": [[237, "version"]], "conan.tools.scons": [[238, "conan-tools-scons"]], "SConsDeps": [[238, "sconsdeps"]], "conan.tools.system": [[239, "conan-tools-system"]], "conan.tools.system.package_manager": [[240, "conan-tools-system-package-manager"]], "Methods available for system package manager tools": [[240, "methods-available-for-system-package-manager-tools"]], "Configuration properties that affect how system package managers are invoked": [[240, "configuration-properties-that-affect-how-system-package-managers-are-invoked"]], "conan.tools.system.package_manager.Apk": [[240, "conan-tools-system-package-manager-apk"]], "conan.tools.system.package_manager.Apt": [[240, "conan-tools-system-package-manager-apt"]], "conan.tools.system.package_manager.Yum": [[240, "conan-tools-system-package-manager-yum"]], "conan.tools.system.package_manager.Dnf": [[240, "conan-tools-system-package-manager-dnf"]], "conan.tools.system.package_manager.PacMan": [[240, "conan-tools-system-package-manager-pacman"]], "conan.tools.system.package_manager.Zypper": [[240, "conan-tools-system-package-manager-zypper"]], "conan.tools.system.package_manager.Brew": [[240, "conan-tools-system-package-manager-brew"]], "conan.tools.system.package_manager.Pkg": [[240, "conan-tools-system-package-manager-pkg"]], "conan.tools.system.package_manager.PkgUtil": [[240, "conan-tools-system-package-manager-pkgutil"]], "conan.tools.system.package_manager.Chocolatey": [[240, "conan-tools-system-package-manager-chocolatey"]], "Tutorial": [[241, "tutorial"]], "Working with Conan repositories": [[242, "working-with-conan-repositories"]], "Table of contents": [[242, null], [248, null], [255, null], [262, null], [274, null]], "Contributing to Conan Center": [[243, "contributing-to-conan-center"]], "Setting up a Conan remote": [[244, "setting-up-a-conan-remote"]], "Artifactory Community Edition for C/C++": [[245, "artifactory-community-edition-for-c-c"]], "Running Artifactory CE": [[245, "running-artifactory-ce"]], "Creating and Using a Conan Repo": [[245, "creating-and-using-a-conan-repo"]], "Setting-up a Conan Server": [[246, "setting-up-a-conan-server"]], "Uploading Packages": [[247, "uploading-packages"]], "Consuming packages": [[248, "consuming-packages"]], "Build a simple CMake project using Conan": [[249, "build-a-simple-cmake-project-using-conan"]], "How to cross-compile your applications using Conan: host and build contexts": [[250, "how-to-cross-compile-your-applications-using-conan-host-and-build-contexts"]], "Conan two profiles model: build and host profiles": [[250, "conan-two-profiles-model-build-and-host-profiles"]], "Build and host contexts": [[250, "build-and-host-contexts"]], "Building for multiple configurations: Release, Debug, Static and Shared": [[251, "building-for-multiple-configurations-release-debug-static-and-shared"]], "Modifying settings: use Debug configuration for the application and its dependencies": [[251, "modifying-settings-use-debug-configuration-for-the-application-and-its-dependencies"]], "Modifying options: linking the application dependencies as shared libraries": [[251, "modifying-options-linking-the-application-dependencies-as-shared-libraries"]], "Difference between settings and options": [[251, "difference-between-settings-and-options"]], "Introducing the concept of Package ID": [[251, "introducing-the-concept-of-package-id"]], "Introduction to versioning": [[252, "introduction-to-versioning"]], "Version ranges": [[252, "version-ranges"], [278, "version-ranges"]], "Revisions": [[252, "revisions"], [277, "revisions"]], "Understanding the flexibility of using conanfile.py vs conanfile.txt": [[253, "understanding-the-flexibility-of-using-conanfile-py-vs-conanfile-txt"]], "Use the layout() method": [[253, "use-the-layout-method"]], "Use the validate() method to raise an error for non-supported configurations": [[253, "use-the-validate-method-to-raise-an-error-for-non-supported-configurations"]], "Conditional requirements using a conanfile.py": [[253, "conditional-requirements-using-a-conanfile-py"]], "Use the generate() method to copy resources from packages": [[253, "use-the-generate-method-to-copy-resources-from-packages"]], "Using build tools as Conan packages": [[254, "using-build-tools-as-conan-packages"]], "Creating packages": [[255, "creating-packages"]], "Add dependencies to packages": [[256, "add-dependencies-to-packages"]], "Build packages: the build() method": [[257, "build-packages-the-build-method"]], "Build and run tests for your project": [[257, "build-and-run-tests-for-your-project"]], "Changes introduced in the recipe": [[257, "changes-introduced-in-the-recipe"], [260, "changes-introduced-in-the-recipe"]], "Changes introduced in the library sources": [[257, "changes-introduced-in-the-library-sources"], [260, "changes-introduced-in-the-library-sources"]], "Conditionally patching the source code": [[257, "conditionally-patching-the-source-code"]], "Conditionally select your build system": [[257, "conditionally-select-your-build-system"]], "Configure settings and options in recipes": [[258, "configure-settings-and-options-in-recipes"]], "Conan packages binary compatibility: the package ID": [[258, "conan-packages-binary-compatibility-the-package-id"]], "C libraries": [[258, "c-libraries"]], "Header-only libraries": [[258, "header-only-libraries"]], "Create your first Conan package": [[259, "create-your-first-conan-package"]], "A note about the Conan cache": [[259, "a-note-about-the-conan-cache"]], "Define information for consumers: the package_info() method": [[260, "define-information-for-consumers-the-package-info-method"]], "Setting information in the package_info() method": [[260, "setting-information-in-the-package-info-method"]], "Define information for consumers depending on settings or options": [[260, "define-information-for-consumers-depending-on-settings-or-options"]], "Properties model: setting information for specific generators": [[260, "properties-model-setting-information-for-specific-generators"]], "Handle sources in packages": [[261, "handle-sources-in-packages"]], "Sources from a zip file stored in a remote repository": [[261, "sources-from-a-zip-file-stored-in-a-remote-repository"]], "Sources from a branch in a git repository": [[261, "sources-from-a-branch-in-a-git-repository"]], "Using the conandata.yml file": [[261, "using-the-conandata-yml-file"]], "Other types of packages": [[262, "other-types-of-packages"]], "Header-only packages": [[263, "header-only-packages"]], "Header-only library with tests": [[263, "header-only-library-with-tests"]], "Package prebuilt binaries": [[264, "package-prebuilt-binaries"]], "Locally building binaries": [[264, "locally-building-binaries"]], "Packaging already Pre-built Binaries": [[264, "packaging-already-pre-built-binaries"]], "Downloading and Packaging Pre-built Binaries": [[264, "downloading-and-packaging-pre-built-binaries"]], "Tool requires packages": [[265, "tool-requires-packages"]], "A simple tool require recipe": [[265, "a-simple-tool-require-recipe"]], "Removing settings in package_id()": [[265, "removing-settings-in-package-id"]], "Package files: the package() method": [[266, "package-files-the-package-method"]], "Using CMake install step in the package() method": [[266, "using-cmake-install-step-in-the-package-method"]], "Use conan.tools.files.copy() in the package() method and packaging licenses": [[266, "use-conan-tools-files-copy-in-the-package-method-and-packaging-licenses"]], "Managing symlinks in the package() method": [[266, "managing-symlinks-in-the-package-method"]], "Preparing the build": [[267, "preparing-the-build"]], "Testing Conan packages": [[268, "testing-conan-packages"]], "Developing packages locally": [[269, "developing-packages-locally"]], "Packages in editable mode": [[270, "packages-in-editable-mode"]], "Put say/1.0 package in editable mode": [[270, "put-say-1-0-package-in-editable-mode"]], "Using say/1.0 package in editable mode": [[270, "using-say-1-0-package-in-editable-mode"]], "Working with editable packages": [[270, "working-with-editable-packages"]], "Building editable dependencies": [[270, "building-editable-dependencies"]], "Revert the editable mode": [[270, "revert-the-editable-mode"]], "Package Development Flow": [[271, "package-development-flow"]], "Understanding the Conan Package layout": [[272, "understanding-the-conan-package-layout"]], "cpp.package": [[272, "cpp-package"]], "cpp.source and cpp.build": [[272, "cpp-source-and-cpp-build"]], "Other important Conan features": [[273, "other-important-conan-features"]], "Packages lists": [[273, "packages-lists"]], "Removing unused packages from the cache": [[273, "removing-unused-packages-from-the-cache"]], "Dependencies conflicts": [[275, "dependencies-conflicts"]], "Resolving conflicts": [[275, "resolving-conflicts"]], "Overriding options": [[275, "overriding-options"]], "Multi-configuration lockfiles": [[276, "multi-configuration-lockfiles"]], "Evolving lockfiles": [[276, "evolving-lockfiles"]], "Creating different revisions": [[277, "creating-different-revisions"]], "Using revisions": [[277, "using-revisions"]], "Uploading revisions": [[277, "uploading-revisions"]], "Package revisions": [[277, "package-revisions"]], "Semantic versioning": [[278, "semantic-versioning"]], "Range expressions": [[278, "range-expressions"]], "Versions": [[279, "versions"]], "Automating versions": [[279, "automating-versions"]], "Requiring the new versions": [[279, "requiring-the-new-versions"]], "What\u2019s new in Conan 2": [[280, "what-s-new-in-conan-2"]], "Conan 2 migration guide": [[280, "conan-2-migration-guide"]], "New graph model": [[280, "new-graph-model"]], "New public Python API": [[280, "new-public-python-api"]], "New build system integrations": [[280, "new-build-system-integrations"]], "New custom user commands": [[280, "new-custom-user-commands"]], "New CLI": [[280, "new-cli"]], "New deployers": [[280, "new-deployers"]], "New package_id": [[280, "new-package-id"]], "compatibility.py": [[280, "compatibility-py"]], "New lockfiles": [[280, "new-lockfiles"]], "New configuration and environment management": [[280, "new-configuration-and-environment-management"]], "Multi-revision cache": [[280, "multi-revision-cache"]], "New extensions plugins": [[280, "new-extensions-plugins"]], "Profile checker": [[280, "profile-checker"]], "Package immutability optimizations": [[280, "package-immutability-optimizations"]], "Package lists": [[280, "package-lists"]], "Metadata files": [[280, "metadata-files"]], "Third party backup sources": [[280, "third-party-backup-sources"]], "Installing configuration from Conan packages": [[280, "installing-configuration-from-conan-packages"]]}, "indexentries": {"append() (conf method)": [[140, "conans.model.conf.Conf.append"]], "define() (conf method)": [[140, "conans.model.conf.Conf.define"]], "prepend() (conf method)": [[140, "conans.model.conf.Conf.prepend"]], "remove() (conf method)": [[140, "conans.model.conf.Conf.remove"]], "unset() (conf method)": [[140, "conans.model.conf.Conf.unset"]], "update() (conf method)": [[140, "conans.model.conf.Conf.update"]], "commandapi (class in conan.api.subapi.command)": [[170, "conan.api.subapi.command.CommandAPI"]], "conanapi (class in conan.api.conan_api)": [[171, "conan.api.conan_api.ConanAPI"]], "configapi (class in conan.api.subapi.config)": [[172, "conan.api.subapi.config.ConfigAPI"]], "global_conf (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.global_conf"]], "settings_yml (configapi property)": [[172, "conan.api.subapi.config.ConfigAPI.settings_yml"]], "downloadapi (class in conan.api.subapi.download)": [[173, "conan.api.subapi.download.DownloadAPI"]], "download_full() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.download_full"]], "package() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.package"]], "recipe() (downloadapi method)": [[173, "conan.api.subapi.download.DownloadAPI.recipe"]], "exportapi (class in conan.api.subapi.export)": [[174, "conan.api.subapi.export.ExportAPI"]], "graphapi (class in conan.api.subapi.graph)": [[175, "conan.api.subapi.graph.GraphAPI"]], "analyze_binaries() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.analyze_binaries"]], "load_graph() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_graph"]], "load_root_test_conanfile() (graphapi method)": [[175, "conan.api.subapi.graph.GraphAPI.load_root_test_conanfile"]], "installapi (class in conan.api.subapi.install)": [[176, "conan.api.subapi.install.InstallAPI"]], "install_binaries() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_binaries"]], "install_consumer() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_consumer"]], "install_sources() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_sources"]], "install_system_requires() (installapi method)": [[176, "conan.api.subapi.install.InstallAPI.install_system_requires"]], "listapi (class in conan.api.subapi.list)": [[177, "conan.api.subapi.list.ListAPI"]], "filter_packages_configurations() (listapi static method)": [[177, "conan.api.subapi.list.ListAPI.filter_packages_configurations"]], "newapi (class in conan.api.subapi.new)": [[178, "conan.api.subapi.new.NewAPI"]], "get_home_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_home_template"]], "get_template() (newapi method)": [[178, "conan.api.subapi.new.NewAPI.get_template"]], "profilesapi (class in conan.api.subapi.profiles)": [[179, "conan.api.subapi.profiles.ProfilesAPI"]], "detect() (profilesapi static method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.detect"]], "get_default_build() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_build"]], "get_default_host() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_default_host"]], "get_path() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_path"]], "get_profile() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.get_profile"]], "list() (profilesapi method)": [[179, "conan.api.subapi.profiles.ProfilesAPI.list"]], "remotesapi (class in conan.api.subapi.remotes)": [[180, "conan.api.subapi.remotes.RemotesAPI"]], "add() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.add"]], "disable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.disable"]], "enable() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.enable"]], "get() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.get"]], "list() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.list"]], "remove() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.remove"]], "rename() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.rename"]], "update() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.update"]], "user_login() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_login"]], "user_logout() (remotesapi method)": [[180, "conan.api.subapi.remotes.RemotesAPI.user_logout"]], "removeapi (class in conan.api.subapi.remove)": [[181, "conan.api.subapi.remove.RemoveAPI"]], "searchapi (class in conan.api.subapi.search)": [[182, "conan.api.subapi.search.SearchAPI"]], "uploadapi (class in conan.api.subapi.upload)": [[183, "conan.api.subapi.upload.UploadAPI"]], "check_upstream() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.check_upstream"]], "prepare() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.prepare"]], "upload_full() (uploadapi method)": [[183, "conan.api.subapi.upload.UploadAPI.upload_full"]], "android_abi() (in module conan.tools.android)": [[186, "conan.tools.android.android_abi"]], "xcrun (class in conan.tools.apple)": [[188, "conan.tools.apple.XCRun"]], "ar (xcrun property)": [[188, "conan.tools.apple.XCRun.ar"]], "cc (xcrun property)": [[188, "conan.tools.apple.XCRun.cc"]], "cxx (xcrun property)": [[188, "conan.tools.apple.XCRun.cxx"]], "find() (xcrun method)": [[188, "conan.tools.apple.XCRun.find"]], "fix_apple_shared_install_name() (in module conan.tools.apple)": [[188, "conan.tools.apple.fix_apple_shared_install_name"]], "install_name_tool (xcrun property)": [[188, "conan.tools.apple.XCRun.install_name_tool"]], "is_apple_os() (in module conan.tools.apple)": [[188, "conan.tools.apple.is_apple_os"]], "libtool (xcrun property)": [[188, "conan.tools.apple.XCRun.libtool"]], "otool (xcrun property)": [[188, "conan.tools.apple.XCRun.otool"]], "ranlib (xcrun property)": [[188, "conan.tools.apple.XCRun.ranlib"]], "sdk_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_path"]], "sdk_platform_path (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_path"]], "sdk_platform_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_platform_version"]], "sdk_version (xcrun property)": [[188, "conan.tools.apple.XCRun.sdk_version"]], "strip (xcrun property)": [[188, "conan.tools.apple.XCRun.strip"]], "to_apple_arch() (in module conan.tools.apple)": [[188, "conan.tools.apple.to_apple_arch"]], "xcodebuild (class in conan.tools.apple.xcodebuild)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild"]], "__init__() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.__init__"]], "build() (xcodebuild method)": [[189, "conan.tools.apple.xcodebuild.XcodeBuild.build"]], "build_jobs() (in module conan.tools.build.cpu)": [[192, "conan.tools.build.cpu.build_jobs"]], "can_run() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.can_run"]], "check_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_max_cppstd"]], "check_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.check_min_cppstd"]], "cppstd_flag() (in module conan.tools.build.flags)": [[192, "conan.tools.build.flags.cppstd_flag"]], "cross_building() (in module conan.tools.build.cross_building)": [[192, "conan.tools.build.cross_building.cross_building"]], "default_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.default_cppstd"]], "supported_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.supported_cppstd"]], "valid_max_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_max_cppstd"]], "valid_min_cppstd() (in module conan.tools.build.cppstd)": [[192, "conan.tools.build.cppstd.valid_min_cppstd"]], "cmake (class in conan.tools.cmake.cmake)": [[194, "conan.tools.cmake.cmake.CMake"]], "build() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.build"]], "configure() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.configure"]], "ctest() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.ctest"]], "install() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.install"]], "test() (cmake method)": [[194, "conan.tools.cmake.cmake.CMake.test"]], "cmake_layout() (in module conan.tools.cmake.layout)": [[195, "conan.tools.cmake.layout.cmake_layout"]], "cmakedeps (class in conan.tools.cmake.cmakedeps.cmakedeps)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps"]], "generate() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.generate"]], "get_cmake_package_name() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_cmake_package_name"]], "get_find_mode() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.get_find_mode"]], "set_property() (cmakedeps method)": [[196, "conan.tools.cmake.cmakedeps.cmakedeps.CMakeDeps.set_property"]], "cmaketoolchain (class in conan.tools.cmake.toolchain.toolchain)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain"]], "generate() (cmaketoolchain method)": [[197, "conan.tools.cmake.toolchain.toolchain.CMakeToolchain.generate"]], "environment (class in conan.tools.env.environment)": [[200, "conan.tools.env.environment.Environment"]], "append() (environment method)": [[200, "conan.tools.env.environment.Environment.append"]], "append_path() (environment method)": [[200, "conan.tools.env.environment.Environment.append_path"]], "compose_env() (environment method)": [[200, "conan.tools.env.environment.Environment.compose_env"]], "define() (environment method)": [[200, "conan.tools.env.environment.Environment.define"]], "deploy_base_folder() (environment method)": [[200, "conan.tools.env.environment.Environment.deploy_base_folder"]], "dumps() (environment method)": [[200, "conan.tools.env.environment.Environment.dumps"]], "prepend() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend"]], "prepend_path() (environment method)": [[200, "conan.tools.env.environment.Environment.prepend_path"]], "remove() (environment method)": [[200, "conan.tools.env.environment.Environment.remove"]], "unset() (environment method)": [[200, "conan.tools.env.environment.Environment.unset"]], "vars() (environment method)": [[200, "conan.tools.env.environment.Environment.vars"]], "envvars (class in conan.tools.env.environment)": [[201, "conan.tools.env.environment.EnvVars"]], "apply() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.apply"]], "get() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.get"]], "items() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.items"]], "save_script() (envvars method)": [[201, "conan.tools.env.environment.EnvVars.save_script"]], "virtualbuildenv (class in conan.tools.env.virtualbuildenv)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv"]], "environment() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.environment"]], "generate() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.generate"]], "vars() (virtualbuildenv method)": [[202, "conan.tools.env.virtualbuildenv.VirtualBuildEnv.vars"]], "virtualrunenv (class in conan.tools.env.virtualrunenv)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv"]], "environment() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.environment"]], "generate() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.generate"]], "vars() (virtualrunenv method)": [[203, "conan.tools.env.virtualrunenv.VirtualRunEnv.vars"]], "chdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.chdir"]], "collect_libs() (in module conan.tools.files)": [[205, "conan.tools.files.collect_libs"]], "copy() (in module conan.tools.files.copy_pattern)": [[205, "conan.tools.files.copy_pattern.copy"]], "load() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.load"]], "mkdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.mkdir"]], "rename() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rename"]], "replace_in_file() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.replace_in_file"]], "rm() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rm"]], "rmdir() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.rmdir"]], "save() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.save"]], "trim_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.trim_conandata"]], "unzip() (in module conan.tools.files.files)": [[205, "conan.tools.files.files.unzip"]], "update_conandata() (in module conan.tools.files.conandata)": [[205, "conan.tools.files.conandata.update_conandata"]], "check_md5() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_md5"]], "check_sha1() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha1"]], "check_sha256() (in module conan.tools.files.files)": [[206, "conan.tools.files.files.check_sha256"]], "download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.download"]], "ftp_download() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.ftp_download"]], "get() (in module conan.tools.files.files)": [[207, "conan.tools.files.files.get"]], "apply_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.apply_conandata_patches"]], "export_conandata_patches() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.export_conandata_patches"]], "patch() (in module conan.tools.files.patches)": [[209, "conan.tools.files.patches.patch"]], "absolute_to_relative_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.absolute_to_relative_symlinks"]], "remove_broken_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_broken_symlinks"]], "remove_external_symlinks() (in module conan.tools.files.symlinks)": [[210, "conan.tools.files.symlinks.remove_external_symlinks"]], "autotools (class in conan.tools.gnu.autotools)": [[212, "conan.tools.gnu.autotools.Autotools"]], "autoreconf() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.autoreconf"]], "configure() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.configure"]], "install() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.install"]], "make() (autotools method)": [[212, "conan.tools.gnu.autotools.Autotools.make"]], "autotoolsdeps (class in conan.tools.gnu.autotoolsdeps)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps"]], "environment (autotoolsdeps property)": [[213, "conan.tools.gnu.autotoolsdeps.AutotoolsDeps.environment"]], "autotoolstoolchain (class in conan.tools.gnu.autotoolstoolchain)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain"]], "update_autoreconf_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_autoreconf_args"]], "update_configure_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_configure_args"]], "update_make_args() (autotoolstoolchain method)": [[214, "conan.tools.gnu.autotoolstoolchain.AutotoolsToolchain.update_make_args"]], "makedeps (class in conan.tools.gnu)": [[215, "conan.tools.gnu.MakeDeps"]], "generate() (makedeps method)": [[215, "conan.tools.gnu.MakeDeps.generate"]], "pkgconfig (class in conan.tools.gnu)": [[216, "conan.tools.gnu.PkgConfig"]], "fill_cpp_info() (pkgconfig method)": [[216, "conan.tools.gnu.PkgConfig.fill_cpp_info"]], "pkgconfigdeps (class in conan.tools.gnu)": [[217, "conan.tools.gnu.PkgConfigDeps"]], "content (pkgconfigdeps property)": [[217, "conan.tools.gnu.PkgConfigDeps.content"]], "generate() (pkgconfigdeps method)": [[217, "conan.tools.gnu.PkgConfigDeps.generate"]], "bazel (class in conan.tools.google)": [[219, "conan.tools.google.Bazel"]], "build() (bazel method)": [[219, "conan.tools.google.Bazel.build"]], "test() (bazel method)": [[219, "conan.tools.google.Bazel.test"]], "bazeldeps (class in conan.tools.google)": [[220, "conan.tools.google.BazelDeps"]], "build_context_activated (bazeldeps attribute)": [[220, "conan.tools.google.BazelDeps.build_context_activated"]], "generate() (bazeldeps method)": [[220, "conan.tools.google.BazelDeps.generate"]], "bazeltoolchain (class in conan.tools.google)": [[221, "conan.tools.google.BazelToolchain"]], "compilation_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compilation_mode"]], "compiler (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.compiler"]], "conlyopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.conlyopt"]], "copt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.copt"]], "cppstd (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cppstd"]], "cpu (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cpu"]], "crosstool_top (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.crosstool_top"]], "cxxopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.cxxopt"]], "dynamic_mode (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.dynamic_mode"]], "force_pic (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.force_pic"]], "generate() (bazeltoolchain method)": [[221, "conan.tools.google.BazelToolchain.generate"]], "linkopt (bazeltoolchain attribute)": [[221, "conan.tools.google.BazelToolchain.linkopt"]], "intelcc (class in conan.tools.intel)": [[222, "conan.tools.intel.IntelCC"]], "arch (intelcc attribute)": [[222, "conan.tools.intel.IntelCC.arch"]], "command (intelcc property)": [[222, "conan.tools.intel.IntelCC.command"]], "generate() (intelcc method)": [[222, "conan.tools.intel.IntelCC.generate"]], "installation_path (intelcc property)": [[222, "conan.tools.intel.IntelCC.installation_path"]], "ms_toolset (intelcc property)": [[222, "conan.tools.intel.IntelCC.ms_toolset"]], "meson (class in conan.tools.meson)": [[225, "conan.tools.meson.Meson"]], "build() (meson method)": [[225, "conan.tools.meson.Meson.build"]], "configure() (meson method)": [[225, "conan.tools.meson.Meson.configure"]], "install() (meson method)": [[225, "conan.tools.meson.Meson.install"]], "test() (meson method)": [[225, "conan.tools.meson.Meson.test"]], "mesontoolchain (class in conan.tools.meson)": [[226, "conan.tools.meson.MesonToolchain"]], "apple_arch_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_arch_flag"]], "apple_isysroot_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_isysroot_flag"]], "apple_min_version_flag (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.apple_min_version_flag"]], "ar (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ar"]], "as_ (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.as_"]], "c (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c"]], "c_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_args"]], "c_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_ld"]], "c_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.c_link_args"]], "cpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp"]], "cpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_args"]], "cpp_ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_ld"]], "cpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cpp_link_args"]], "cross_build (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.cross_build"]], "generate() (mesontoolchain method)": [[226, "conan.tools.meson.MesonToolchain.generate"]], "ld (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.ld"]], "objc (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc"]], "objc_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_args"]], "objc_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objc_link_args"]], "objcpp (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp"]], "objcpp_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_args"]], "objcpp_link_args (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.objcpp_link_args"]], "pkg_config_path (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkg_config_path"]], "pkgconfig (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.pkgconfig"]], "preprocessor_definitions (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.preprocessor_definitions"]], "project_options (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.project_options"]], "properties (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.properties"]], "strip (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.strip"]], "windres (mesontoolchain attribute)": [[226, "conan.tools.meson.MesonToolchain.windres"]], "check_min_vs() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.check_min_vs"]], "is_msvc() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc"]], "is_msvc_static_runtime() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.is_msvc_static_runtime"]], "msvc_runtime_flag() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvc_runtime_flag"]], "msvs_toolset() (in module conan.tools.microsoft.visual)": [[228, "conan.tools.microsoft.visual.msvs_toolset"]], "unix_path() (in module conan.tools.microsoft)": [[228, "conan.tools.microsoft.unix_path"]], "msbuild (class in conan.tools.microsoft)": [[229, "conan.tools.microsoft.MSBuild"]], "build() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.build"]], "command() (msbuild method)": [[229, "conan.tools.microsoft.MSBuild.command"]], "msbuilddeps (class in conan.tools.microsoft)": [[230, "conan.tools.microsoft.MSBuildDeps"]], "generate() (msbuilddeps method)": [[230, "conan.tools.microsoft.MSBuildDeps.generate"]], "msbuildtoolchain (class in conan.tools.microsoft)": [[231, "conan.tools.microsoft.MSBuildToolchain"]], "generate() (msbuildtoolchain method)": [[231, "conan.tools.microsoft.MSBuildToolchain.generate"]], "vcvars (class in conan.tools.microsoft)": [[233, "conan.tools.microsoft.VCVars"]], "generate() (vcvars method)": [[233, "conan.tools.microsoft.VCVars.generate"]], "vs_layout() (in module conan.tools.microsoft)": [[234, "conan.tools.microsoft.vs_layout"]], "git (class in conan.tools.scm.git)": [[236, "conan.tools.scm.git.Git"]], "checkout() (git method)": [[236, "conan.tools.scm.git.Git.checkout"]], "checkout_from_conandata_coordinates() (git method)": [[236, "conan.tools.scm.git.Git.checkout_from_conandata_coordinates"]], "clone() (git method)": [[236, "conan.tools.scm.git.Git.clone"]], "commit_in_remote() (git method)": [[236, "conan.tools.scm.git.Git.commit_in_remote"]], "coordinates_to_conandata() (git method)": [[236, "conan.tools.scm.git.Git.coordinates_to_conandata"]], "fetch_commit() (git method)": [[236, "conan.tools.scm.git.Git.fetch_commit"]], "get_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_commit"]], "get_remote_url() (git method)": [[236, "conan.tools.scm.git.Git.get_remote_url"]], "get_repo_root() (git method)": [[236, "conan.tools.scm.git.Git.get_repo_root"]], "get_url_and_commit() (git method)": [[236, "conan.tools.scm.git.Git.get_url_and_commit"]], "included_files() (git method)": [[236, "conan.tools.scm.git.Git.included_files"]], "is_dirty() (git method)": [[236, "conan.tools.scm.git.Git.is_dirty"]], "run() (git method)": [[236, "conan.tools.scm.git.Git.run"]], "version (class in conan.tools.scm)": [[237, "conan.tools.scm.Version"]], "apk (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apk"]], "apt (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Apt"]], "brew (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Brew"]], "chocolatey (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Chocolatey"]], "pacman (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PacMan"]], "pkg (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Pkg"]], "pkgutil (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.PkgUtil"]], "yum (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Yum"]], "zypper (class in conan.tools.system.package_manager)": [[240, "conan.tools.system.package_manager.Zypper"]], "check() (apk method)": [[240, "conan.tools.system.package_manager.Apk.check"]], "check() (apt method)": [[240, "conan.tools.system.package_manager.Apt.check"]], "check() (brew method)": [[240, "conan.tools.system.package_manager.Brew.check"]], "check() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.check"]], "check() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.check"]], "check() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.check"]], "check() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.check"]], "check() (yum method)": [[240, "conan.tools.system.package_manager.Yum.check"]], "check() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.check"]], "install() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install"]], "install() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install"]], "install() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install"]], "install() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install"]], "install() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install"]], "install() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install"]], "install() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install"]], "install() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install"]], "install() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install"]], "install_substitutes() (apk method)": [[240, "conan.tools.system.package_manager.Apk.install_substitutes"]], "install_substitutes() (apt method)": [[240, "conan.tools.system.package_manager.Apt.install_substitutes"]], "install_substitutes() (brew method)": [[240, "conan.tools.system.package_manager.Brew.install_substitutes"]], "install_substitutes() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.install_substitutes"]], "install_substitutes() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.install_substitutes"]], "install_substitutes() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.install_substitutes"]], "install_substitutes() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.install_substitutes"]], "install_substitutes() (yum method)": [[240, "conan.tools.system.package_manager.Yum.install_substitutes"]], "install_substitutes() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.install_substitutes"]], "update() (apk method)": [[240, "conan.tools.system.package_manager.Apk.update"]], "update() (apt method)": [[240, "conan.tools.system.package_manager.Apt.update"]], "update() (brew method)": [[240, "conan.tools.system.package_manager.Brew.update"]], "update() (chocolatey method)": [[240, "conan.tools.system.package_manager.Chocolatey.update"]], "update() (pacman method)": [[240, "conan.tools.system.package_manager.PacMan.update"]], "update() (pkg method)": [[240, "conan.tools.system.package_manager.Pkg.update"]], "update() (pkgutil method)": [[240, "conan.tools.system.package_manager.PkgUtil.update"]], "update() (yum method)": [[240, "conan.tools.system.package_manager.Yum.update"]], "update() (zypper method)": [[240, "conan.tools.system.package_manager.Zypper.update"]]}}) \ No newline at end of file diff --git a/2/tutorial.html b/2/tutorial.html index 1c9a088d12a2..65cf23e6f8bd 100644 --- a/2/tutorial.html +++ b/2/tutorial.html @@ -4,7 +4,7 @@ - Tutorial — conan 2.2.2 documentation + Tutorial — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories.html b/2/tutorial/conan_repositories.html index e3e647811ef4..00d30ca75fe1 100644 --- a/2/tutorial/conan_repositories.html +++ b/2/tutorial/conan_repositories.html @@ -4,7 +4,7 @@ - Working with Conan repositories — conan 2.2.2 documentation + Working with Conan repositories — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories/conan_center.html b/2/tutorial/conan_repositories/conan_center.html index 00db793d1c24..0adb2fc67f12 100644 --- a/2/tutorial/conan_repositories/conan_center.html +++ b/2/tutorial/conan_repositories/conan_center.html @@ -4,7 +4,7 @@ - Contributing to Conan Center — conan 2.2.2 documentation + Contributing to Conan Center — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories/setting_up_conan_remotes.html b/2/tutorial/conan_repositories/setting_up_conan_remotes.html index 3c72a1d79cf8..776b320dd337 100644 --- a/2/tutorial/conan_repositories/setting_up_conan_remotes.html +++ b/2/tutorial/conan_repositories/setting_up_conan_remotes.html @@ -4,7 +4,7 @@ - Setting up a Conan remote — conan 2.2.2 documentation + Setting up a Conan remote — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html b/2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html index 992651554531..cab43f3f3281 100644 --- a/2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html +++ b/2/tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.html @@ -4,7 +4,7 @@ - Artifactory Community Edition for C/C++ — conan 2.2.2 documentation + Artifactory Community Edition for C/C++ — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html b/2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html index 90610bea69e3..db4f320b6491 100644 --- a/2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html +++ b/2/tutorial/conan_repositories/setting_up_conan_remotes/conan_server.html @@ -4,7 +4,7 @@ - Setting-up a Conan Server — conan 2.2.2 documentation + Setting-up a Conan Server — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/conan_repositories/uploading_packages.html b/2/tutorial/conan_repositories/uploading_packages.html index f3e5819bbf40..7d02b9bd2343 100644 --- a/2/tutorial/conan_repositories/uploading_packages.html +++ b/2/tutorial/conan_repositories/uploading_packages.html @@ -4,7 +4,7 @@ - Uploading Packages — conan 2.2.2 documentation + Uploading Packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages.html b/2/tutorial/consuming_packages.html index c93725b07f02..215c1b854ab1 100644 --- a/2/tutorial/consuming_packages.html +++ b/2/tutorial/consuming_packages.html @@ -4,7 +4,7 @@ - Consuming packages — conan 2.2.2 documentation + Consuming packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/build_simple_cmake_project.html b/2/tutorial/consuming_packages/build_simple_cmake_project.html index 7091ba33d39e..11abba9ae623 100644 --- a/2/tutorial/consuming_packages/build_simple_cmake_project.html +++ b/2/tutorial/consuming_packages/build_simple_cmake_project.html @@ -4,7 +4,7 @@ - Build a simple CMake project using Conan — conan 2.2.2 documentation + Build a simple CMake project using Conan — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/cross_building_with_conan.html b/2/tutorial/consuming_packages/cross_building_with_conan.html index 06d3a5298f9c..9fd1dc1a8c3d 100644 --- a/2/tutorial/consuming_packages/cross_building_with_conan.html +++ b/2/tutorial/consuming_packages/cross_building_with_conan.html @@ -4,7 +4,7 @@ - How to cross-compile your applications using Conan: host and build contexts — conan 2.2.2 documentation + How to cross-compile your applications using Conan: host and build contexts — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/different_configurations.html b/2/tutorial/consuming_packages/different_configurations.html index f9a5f5381706..b0e06d065b0c 100644 --- a/2/tutorial/consuming_packages/different_configurations.html +++ b/2/tutorial/consuming_packages/different_configurations.html @@ -4,7 +4,7 @@ - Building for multiple configurations: Release, Debug, Static and Shared — conan 2.2.2 documentation + Building for multiple configurations: Release, Debug, Static and Shared — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/intro_to_versioning.html b/2/tutorial/consuming_packages/intro_to_versioning.html index c5f9bad5faaa..3e8e647e58cb 100644 --- a/2/tutorial/consuming_packages/intro_to_versioning.html +++ b/2/tutorial/consuming_packages/intro_to_versioning.html @@ -4,7 +4,7 @@ - Introduction to versioning — conan 2.2.2 documentation + Introduction to versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html b/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html index 764cc4f91768..27fd9bb49741 100644 --- a/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html +++ b/2/tutorial/consuming_packages/the_flexibility_of_conanfile_py.html @@ -4,7 +4,7 @@ - Understanding the flexibility of using conanfile.py vs conanfile.txt — conan 2.2.2 documentation + Understanding the flexibility of using conanfile.py vs conanfile.txt — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/consuming_packages/use_tools_as_conan_packages.html b/2/tutorial/consuming_packages/use_tools_as_conan_packages.html index 883e72303112..f44ba8039997 100644 --- a/2/tutorial/consuming_packages/use_tools_as_conan_packages.html +++ b/2/tutorial/consuming_packages/use_tools_as_conan_packages.html @@ -4,7 +4,7 @@ - Using build tools as Conan packages — conan 2.2.2 documentation + Using build tools as Conan packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages.html b/2/tutorial/creating_packages.html index ce752c2359fa..b40e7b153fd4 100644 --- a/2/tutorial/creating_packages.html +++ b/2/tutorial/creating_packages.html @@ -4,7 +4,7 @@ - Creating packages — conan 2.2.2 documentation + Creating packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/add_dependencies_to_packages.html b/2/tutorial/creating_packages/add_dependencies_to_packages.html index 7dca8bbd3fd4..318bab6dbdf1 100644 --- a/2/tutorial/creating_packages/add_dependencies_to_packages.html +++ b/2/tutorial/creating_packages/add_dependencies_to_packages.html @@ -4,7 +4,7 @@ - Add dependencies to packages — conan 2.2.2 documentation + Add dependencies to packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/build_packages.html b/2/tutorial/creating_packages/build_packages.html index 6afe940fd6a6..36ef3627c5a0 100644 --- a/2/tutorial/creating_packages/build_packages.html +++ b/2/tutorial/creating_packages/build_packages.html @@ -4,7 +4,7 @@ - Build packages: the build() method — conan 2.2.2 documentation + Build packages: the build() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/configure_options_settings.html b/2/tutorial/creating_packages/configure_options_settings.html index 9760eeb73d46..d677f6b89c6b 100644 --- a/2/tutorial/creating_packages/configure_options_settings.html +++ b/2/tutorial/creating_packages/configure_options_settings.html @@ -4,7 +4,7 @@ - Configure settings and options in recipes — conan 2.2.2 documentation + Configure settings and options in recipes — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/create_your_first_package.html b/2/tutorial/creating_packages/create_your_first_package.html index 868f9e3b02b0..1817a78195d1 100644 --- a/2/tutorial/creating_packages/create_your_first_package.html +++ b/2/tutorial/creating_packages/create_your_first_package.html @@ -4,7 +4,7 @@ - Create your first Conan package — conan 2.2.2 documentation + Create your first Conan package — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/define_package_information.html b/2/tutorial/creating_packages/define_package_information.html index 3bdf21d5b207..bd66e514c1d4 100644 --- a/2/tutorial/creating_packages/define_package_information.html +++ b/2/tutorial/creating_packages/define_package_information.html @@ -4,7 +4,7 @@ - Define information for consumers: the package_info() method — conan 2.2.2 documentation + Define information for consumers: the package_info() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/handle_sources_in_packages.html b/2/tutorial/creating_packages/handle_sources_in_packages.html index 1e48db0be52c..150eb6deeabb 100644 --- a/2/tutorial/creating_packages/handle_sources_in_packages.html +++ b/2/tutorial/creating_packages/handle_sources_in_packages.html @@ -4,7 +4,7 @@ - Handle sources in packages — conan 2.2.2 documentation + Handle sources in packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/other_types_of_packages.html b/2/tutorial/creating_packages/other_types_of_packages.html index edd48e509786..b925c7574390 100644 --- a/2/tutorial/creating_packages/other_types_of_packages.html +++ b/2/tutorial/creating_packages/other_types_of_packages.html @@ -4,7 +4,7 @@ - Other types of packages — conan 2.2.2 documentation + Other types of packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html b/2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html index 2d976575e623..43e522aac945 100644 --- a/2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html +++ b/2/tutorial/creating_packages/other_types_of_packages/header_only_packages.html @@ -4,7 +4,7 @@ - Header-only packages — conan 2.2.2 documentation + Header-only packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html b/2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html index 9e733484b27f..4e5f8291743c 100644 --- a/2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html +++ b/2/tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.html @@ -4,7 +4,7 @@ - Package prebuilt binaries — conan 2.2.2 documentation + Package prebuilt binaries — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html b/2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html index be6fd479a03b..6e6658225350 100644 --- a/2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html +++ b/2/tutorial/creating_packages/other_types_of_packages/tool_requires_packages.html @@ -4,7 +4,7 @@ - Tool requires packages — conan 2.2.2 documentation + Tool requires packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/package_method.html b/2/tutorial/creating_packages/package_method.html index e3b685d65409..d5ee550ad0c3 100644 --- a/2/tutorial/creating_packages/package_method.html +++ b/2/tutorial/creating_packages/package_method.html @@ -4,7 +4,7 @@ - Package files: the package() method — conan 2.2.2 documentation + Package files: the package() method — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/preparing_the_build.html b/2/tutorial/creating_packages/preparing_the_build.html index 3f348e223674..6cf77dc4abbe 100644 --- a/2/tutorial/creating_packages/preparing_the_build.html +++ b/2/tutorial/creating_packages/preparing_the_build.html @@ -4,7 +4,7 @@ - Preparing the build — conan 2.2.2 documentation + Preparing the build — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/creating_packages/test_conan_packages.html b/2/tutorial/creating_packages/test_conan_packages.html index 7da9fc87e0d2..ea91f5a00a06 100644 --- a/2/tutorial/creating_packages/test_conan_packages.html +++ b/2/tutorial/creating_packages/test_conan_packages.html @@ -4,7 +4,7 @@ - Testing Conan packages — conan 2.2.2 documentation + Testing Conan packages — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/developing_packages.html b/2/tutorial/developing_packages.html index 09eee4a6d610..6cf14250e87f 100644 --- a/2/tutorial/developing_packages.html +++ b/2/tutorial/developing_packages.html @@ -4,7 +4,7 @@ - Developing packages locally — conan 2.2.2 documentation + Developing packages locally — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/developing_packages/editable_packages.html b/2/tutorial/developing_packages/editable_packages.html index 9be2ecc162aa..27a00fa7aaf3 100644 --- a/2/tutorial/developing_packages/editable_packages.html +++ b/2/tutorial/developing_packages/editable_packages.html @@ -4,7 +4,7 @@ - Packages in editable mode — conan 2.2.2 documentation + Packages in editable mode — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/developing_packages/local_package_development_flow.html b/2/tutorial/developing_packages/local_package_development_flow.html index 516519e883b7..83e7a20ee919 100644 --- a/2/tutorial/developing_packages/local_package_development_flow.html +++ b/2/tutorial/developing_packages/local_package_development_flow.html @@ -4,7 +4,7 @@ - Package Development Flow — conan 2.2.2 documentation + Package Development Flow — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/developing_packages/package_layout.html b/2/tutorial/developing_packages/package_layout.html index 9e89ad6125a0..8374294b59ad 100644 --- a/2/tutorial/developing_packages/package_layout.html +++ b/2/tutorial/developing_packages/package_layout.html @@ -4,7 +4,7 @@ - Understanding the Conan Package layout — conan 2.2.2 documentation + Understanding the Conan Package layout — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/other_features.html b/2/tutorial/other_features.html index de742f046192..12d0acf35509 100644 --- a/2/tutorial/other_features.html +++ b/2/tutorial/other_features.html @@ -4,7 +4,7 @@ - Other important Conan features — conan 2.2.2 documentation + Other important Conan features — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning.html b/2/tutorial/versioning.html index 7107470fbb8c..9c7258963f8d 100644 --- a/2/tutorial/versioning.html +++ b/2/tutorial/versioning.html @@ -4,7 +4,7 @@ - Versioning — conan 2.2.2 documentation + Versioning — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning/conflicts.html b/2/tutorial/versioning/conflicts.html index 4d536db1571e..65d6979e8820 100644 --- a/2/tutorial/versioning/conflicts.html +++ b/2/tutorial/versioning/conflicts.html @@ -4,7 +4,7 @@ - Dependencies conflicts — conan 2.2.2 documentation + Dependencies conflicts — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning/lockfiles.html b/2/tutorial/versioning/lockfiles.html index 4560761b8429..473cd9627295 100644 --- a/2/tutorial/versioning/lockfiles.html +++ b/2/tutorial/versioning/lockfiles.html @@ -4,7 +4,7 @@ - Lockfiles — conan 2.2.2 documentation + Lockfiles — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning/revisions.html b/2/tutorial/versioning/revisions.html index 390205fd5817..012b168f7650 100644 --- a/2/tutorial/versioning/revisions.html +++ b/2/tutorial/versioning/revisions.html @@ -4,7 +4,7 @@ - Revisions — conan 2.2.2 documentation + Revisions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning/version_ranges.html b/2/tutorial/versioning/version_ranges.html index ba4068559007..becfeeaae91c 100644 --- a/2/tutorial/versioning/version_ranges.html +++ b/2/tutorial/versioning/version_ranges.html @@ -4,7 +4,7 @@ - Version ranges — conan 2.2.2 documentation + Version ranges — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/tutorial/versioning/versions.html b/2/tutorial/versioning/versions.html index 0d61b7b1dd74..d01d633bc232 100644 --- a/2/tutorial/versioning/versions.html +++ b/2/tutorial/versioning/versions.html @@ -4,7 +4,7 @@ - Versions — conan 2.2.2 documentation + Versions — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/2/whatsnew.html b/2/whatsnew.html index a967a77832db..47d7d11b0b5d 100644 --- a/2/whatsnew.html +++ b/2/whatsnew.html @@ -4,7 +4,7 @@ - What’s new in Conan 2 — conan 2.2.2 documentation + What’s new in Conan 2 — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - + diff --git a/404.html b/404.html index 97c763f10fbe..3c63a31ef7cd 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ - Page Not Found — conan 2.2.2 documentation + Page Not Found — conan 2.2.3 documentation @@ -19,7 +19,7 @@ - +