| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.24.0-SHA-256.txt.asc | 2025-12-15 | 659 Bytes | |
| 2.24.0-SHA-256.txt | 2025-12-15 | 1.2 kB | |
| conan-2.24.0-windows-arm64.zip | 2025-12-15 | 15.3 MB | |
| conan-2.24.0-windows-arm64-installer.exe | 2025-12-15 | 14.8 MB | |
| conan-2.24.0-windows-x86_64.zip | 2025-12-15 | 15.6 MB | |
| conan-2.24.0-windows-x86_64-installer.exe | 2025-12-15 | 15.3 MB | |
| conan-2.24.0-windows-i686.zip | 2025-12-15 | 13.9 MB | |
| conan-2.24.0-windows-i686-installer.exe | 2025-12-15 | 14.0 MB | |
| conan-2.24.0-macos-x86_64.tgz | 2025-12-15 | 16.2 MB | |
| conan-2.24.0-macos-arm64.tgz | 2025-12-15 | 15.7 MB | |
| conan-2.24.0-linux-aarch64.tgz | 2025-12-15 | 27.1 MB | |
| conan-2.24.0-linux-x86_64.tgz | 2025-12-15 | 27.4 MB | |
| conan-2.24.0-arm64.deb | 2025-12-15 | 22.4 MB | |
| conan-2.24.0-amd64.deb | 2025-12-15 | 22.9 MB | |
| 2.24.0 (15-Dec-2025) source code.tar.gz | 2025-12-15 | 1.3 MB | |
| 2.24.0 (15-Dec-2025) source code.zip | 2025-12-15 | 1.9 MB | |
| README.md | 2025-12-15 | 3.9 kB | |
| Totals: 17 Items | 223.7 MB | 2 | |
- Feature: MesonToolchain
needs_exe_wrapperproperty now listens tocan_run()function. (https://github.com/conan-io/conan/pull/19382) - Feature: Workspace super-install now follows
layout(). (https://github.com/conan-io/conan/pull/19376). Docs: :page_with_curl: - Feature: Make diff symbols in
conan report diff ... -f=htmlnon-selectable. (https://github.com/conan-io/conan/pull/19375) - Feature: Add more public sub Python APIs, some more typing and fix docstrings. (https://github.com/conan-io/conan/pull/19370). Docs: :page_with_curl:
- Feature: Represent missing packages in
graph.htmloutput. (https://github.com/conan-io/conan/pull/19360) - Feature:
conan cache check-integrity: new JSON output format. (https://github.com/conan-io/conan/pull/19343). Docs: :page_with_curl: - Feature: New
conan workspace completecommand to open/add intermediate packages to the workspace. (https://github.com/conan-io/conan/pull/19331). Docs: :page_with_curl: - Feature: Inject
hashlibin theglobal.confjinja2 rendering to be able to compute hashes (for paths, for example). (https://github.com/conan-io/conan/pull/19319). Docs: :page_with_curl: - Feature: Introduce new
conanconfig.ymlfile that can store packages for multiple automaticconan config install-pkg. (https://github.com/conan-io/conan/pull/17793). Docs: :page_with_curl: - Fix:
definesandframeworksnow also generateCMakeConfigDepstargets. (https://github.com/conan-io/conan/pull/19357) - Fix: Warn on version ranges in reference pattern, which have no effect (ie
-o="foo/[>1]:shared=True"). (https://github.com/conan-io/conan/pull/19356) - Fix: Improve
MSBuildToolchaindocstrings forcompile_options. (https://github.com/conan-io/conan/pull/19351). Docs: :page_with_curl: - Fix: Conan profile detect can detect Visual Studio 18 (2026). (https://github.com/conan-io/conan/pull/19348)
- Fix: Avoid
AutotoolsToolchain/GnuToolchainto define--sysrootfor QNXqcccompiler, define-Wc,-isysrootinstead. (https://github.com/conan-io/conan/pull/18897) - Fix: Fixed
conan_config.jsonstorage to use only RecipeReferences (not PackageReferences). (https://github.com/conan-io/conan/pull/17793). Docs: :page_with_curl: - Fix:
conan config install-pkgwill report for order-changing updates to existing configuration installs, allowing to-forceto change the order. (https://github.com/conan-io/conan/pull/17793). Docs: :page_with_curl: - Bugfix: Do correct scoping of
conan install --requires=dep/[*] -o myoption=value. (https://github.com/conan-io/conan/pull/19367) - Bugfix: fix new
core.graph:compatibility_mode=optimizedwith multiple repos. (https://github.com/conan-io/conan/pull/19349) - Bugfix: Fix crash for
conan workspace buildwith external global editables. (https://github.com/conan-io/conan/pull/19338) - Bugfix: Bugfix: Fix CMakeConfigDeps flags handling of generator expressions with separators. (https://github.com/conan-io/conan/pull/19330)
- Bugfix: Fix logic in
EnvVarsgeneration of.shand.ps1scripts for "unset" vs "empty" definition. (https://github.com/conan-io/conan/pull/19328). Docs: :page_with_curl: - Bugfix: Fix
Workspacecrash when passing per-package configuration. (https://github.com/conan-io/conan/pull/19327) - Bugfix: Fix version range pattern replacement in
replace_requires. (https://github.com/conan-io/conan/pull/19324)