| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.22.0-SHA-256.txt.asc | 2025-10-29 | 659 Bytes | |
| 2.22.0-SHA-256.txt | 2025-10-29 | 1.2 kB | |
| conan-2.22.0-windows-arm64.zip | 2025-10-29 | 15.2 MB | |
| conan-2.22.0-windows-arm64-installer.exe | 2025-10-29 | 14.7 MB | |
| conan-2.22.0-windows-x86_64.zip | 2025-10-29 | 15.6 MB | |
| conan-2.22.0-windows-x86_64-installer.exe | 2025-10-29 | 15.2 MB | |
| conan-2.22.0-windows-i686.zip | 2025-10-29 | 13.9 MB | |
| conan-2.22.0-windows-i686-installer.exe | 2025-10-29 | 13.9 MB | |
| conan-2.22.0-macos-x86_64.tgz | 2025-10-29 | 16.2 MB | |
| conan-2.22.0-macos-arm64.tgz | 2025-10-29 | 15.6 MB | |
| conan-2.22.0-linux-aarch64.tgz | 2025-10-29 | 27.1 MB | |
| conan-2.22.0-linux-x86_64.tgz | 2025-10-29 | 27.4 MB | |
| conan-2.22.0-arm64.deb | 2025-10-29 | 22.4 MB | |
| conan-2.22.0-amd64.deb | 2025-10-29 | 22.8 MB | |
| 2.22.0 (29-Oct-2025) source code.tar.gz | 2025-10-29 | 1.3 MB | |
| 2.22.0 (29-Oct-2025) source code.zip | 2025-10-29 | 1.9 MB | |
| README.md | 2025-10-29 | 6.0 kB | |
| Totals: 17 Items | 223.3 MB | 0 | |
- Feature: Make the remote name used by
conan config install-pkg --url=<url>public. (https://github.com/conan-io/conan/pull/19132). Docs: :page_with_curl: - Feature: Add support for macOS 15.7 and iOS 18.7. (https://github.com/conan-io/conan/pull/19130)
- Feature: Group arguments in CLI help. (https://github.com/conan-io/conan/pull/19126)
- Feature: Suggest possible typos for CLI arguments declared as string choices. (https://github.com/conan-io/conan/pull/19126)
- Feature: Add opt-in conf to control making
.shand.ps1envdeactivatefunctionality into in-memory functions instead of files. (https://github.com/conan-io/conan/pull/19105). Docs: :page_with_curl: - Feature: Document
ExportAPI. (https://github.com/conan-io/conan/pull/19103) - Feature: Enable parallel download of packages by default, by defaulting
core.download:parallelto the available CPU cores. (https://github.com/conan-io/conan/pull/19099). Docs: :page_with_curl: - Feature: Support
conan graph info --package-filter=&pattern. (https://github.com/conan-io/conan/pull/19080). Docs: :page_with_curl: - Feature: Add new environment variable
CONAN_DEFAULT_BUILD_PROFILEfor default build profile. (https://github.com/conan-io/conan/pull/19040). Docs: :page_with_curl: - Feature: Allow nullifying settings from profiles and command line. (https://github.com/conan-io/conan/pull/19035). Docs: :page_with_curl:
- Feature: Support compatibility plugin removal of nullable settings. (https://github.com/conan-io/conan/pull/19031). Docs: :page_with_curl:
- Feature: New
tools.gnu:disable_flagsconfiguration to allow disabling the injection of some build system flags. (https://github.com/conan-io/conan/pull/19014) - Feature: Expose
recipein theConanFileInterfacefor information purpose only. (https://github.com/conan-io/conan/pull/18995). Docs: :page_with_curl: - Feature: New
CMakeConfigDepsproperties to inject extra dependencies and targets. (https://github.com/conan-io/conan/pull/18316) - Fix: Better error message for
CMakeConfigDepswhen the package_type or component type is not defined for something with.locationdefined. (https://github.com/conan-io/conan/pull/19096) - Fix: Change order of
build_modulesinclusion inCMakeConfigDepsso it happens after legacy-vars, to support some ConanCenter recipes abusing those variables. (https://github.com/conan-io/conan/pull/19094) - Fix: Reintroduce
settings.ymlaccess toconfigSub-API. (https://github.com/conan-io/conan/pull/19078) - Fix: Raise an error if
conan list * --lru=xx, recommending the#<rev-pattern>argument. (https://github.com/conan-io/conan/pull/19077) - Fix: Sanitize XcodeDeps file and variable names to use only valid xcconfig characters. (https://github.com/conan-io/conan/pull/19075)
- Fix: Explicitly set
allow_empty=Trueinglob()function inBazelDeps(Bazel 8.x compatible). (https://github.com/conan-io/conan/pull/19068) - Fix: Fix
CMakeConfigDepswhen a regular libraryrequires()an application, using components. (https://github.com/conan-io/conan/pull/19052) - Fix: Add missing final newline when saving lockfiles to disk. (https://github.com/conan-io/conan/pull/19043)
- Fix: Warn when adding requirement to version range with pinned revision, it has no effect. (https://github.com/conan-io/conan/pull/19041). Docs: :page_with_curl:
- Fix: Fix
CMakeConfigDepsescaping. (https://github.com/conan-io/conan/pull/19034) - Fix: Improved Python virtual environment creation in
PipEnvby using the system-installed interpreter or a user-defined one viatools.system.pipenv:python_interpreter. (https://github.com/conan-io/conan/pull/19030). Docs: :page_with_curl: - Fix: Add VS2026 CMake generator mapping. (https://github.com/conan-io/conan/pull/19024)
- Fix: Avoid referencing xcconfig from skipped dependencies required in components in XcodeDeps. (https://github.com/conan-io/conan/pull/19023)
- Fix: Add
execution["jobs"]to the generated CMaketestPresetswith same logic and value asbuildPresets. (https://github.com/conan-io/conan/pull/19021) - Fix: Improve the error message when a workspace
super-installdefines intermediate packages in the cache depending on workspace packages. (https://github.com/conan-io/conan/pull/19013) - Fix: Improve support for huge diffs in
conan report diffHTML output. (https://github.com/conan-io/conan/pull/19012). Docs: :page_with_curl: - Bugfix:
MSBuildToolchainexplicitly adds the specific toolset .props file whencompiler.updateis defined, otherwise, activatingvcvarsis not enough. (https://github.com/conan-io/conan/pull/19137) - Bugfix: Fixes an issue where the Apt packages for the build arch would be reported missing, in cross-compiling scenarios, even though they are installed. (https://github.com/conan-io/conan/pull/19074)
- Bugfix: Solve unexpected conflict when pinning a
recipe-revisiondirectly in a conanfile that is not the latest, and having other dependencies resolving first to the latest recipe revision. (https://github.com/conan-io/conan/pull/19038) - Bugfix: Fix
<host_version>resolution in certain transitive cases. (https://github.com/conan-io/conan/pull/18947) - Bugfix: Fix orphan nodes being created when expanding the dependency graph for some cases. (https://github.com/conan-io/conan/pull/18947)
- Bugfix: Error out if components miss requiring direct dependencies in more cases. (https://github.com/conan-io/conan/pull/18830)