| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.26.0-SHA-256.txt.asc | 2026-02-25 | 659 Bytes | |
| 2.26.0-SHA-256.txt | 2026-02-25 | 1.2 kB | |
| conan-2.26.0-windows-arm64.zip | 2026-02-25 | 15.3 MB | |
| conan-2.26.0-windows-arm64-installer.exe | 2026-02-25 | 14.8 MB | |
| conan-2.26.0-windows-x86_64.zip | 2026-02-25 | 15.7 MB | |
| conan-2.26.0-windows-x86_64-installer.exe | 2026-02-25 | 15.3 MB | |
| conan-2.26.0-windows-i686.zip | 2026-02-25 | 13.9 MB | |
| conan-2.26.0-windows-i686-installer.exe | 2026-02-25 | 14.0 MB | |
| conan-2.26.0-macos-x86_64.tgz | 2026-02-25 | 16.2 MB | |
| conan-2.26.0-macos-arm64.tgz | 2026-02-25 | 15.7 MB | |
| conan-2.26.0-linux-aarch64.tgz | 2026-02-25 | 27.1 MB | |
| conan-2.26.0-linux-x86_64.tgz | 2026-02-25 | 27.5 MB | |
| conan-2.26.0-arm64.deb | 2026-02-25 | 22.4 MB | |
| conan-2.26.0-amd64.deb | 2026-02-25 | 22.9 MB | |
| 2.26.0 (25-Feb-2026) source code.tar.gz | 2026-02-25 | 1.4 MB | |
| 2.26.0 (25-Feb-2026) source code.zip | 2026-02-25 | 2.0 MB | |
| README.md | 2026-02-25 | 5.9 kB | |
| Totals: 17 Items | 224.4 MB | 3 | |
- Feature: Expose PyEnv
env_dir(venv root),env_exe(venv python executable), andbin_path(bin/Scripts directory). (https://github.com/conan-io/conan/pull/19628) - Feature: Document publicly
LocalAPI. (https://github.com/conan-io/conan/pull/19623). Docs: :page_with_curl: - Feature: Create deployers that generate CycloneDX SBOMs. (https://github.com/conan-io/conan/pull/19611). Docs: :page_with_curl:
- Feature: New
important!conf that allowstool-requiresconf_infoto have higher relative priority over profilesconf. (https://github.com/conan-io/conan/pull/19610). Docs: :page_with_curl: - Feature: Don't check for user/channel match in
<host_version>. (https://github.com/conan-io/conan/pull/19599). Docs: :page_with_curl: - Feature: Allow disabling environment script generation from recipes using
virtualxxxenv = False. (https://github.com/conan-io/conan/pull/19594). Docs: :page_with_curl: - Feature: Add
detect_api.detect_emcc_compilerto detect EMSDK Emscripten compiler version. (https://github.com/conan-io/conan/pull/19592). Docs: :page_with_curl: - Feature: Generate
.shscripts with variable existence checks to harden scripts and avoid extra separators for empty variables. (https://github.com/conan-io/conan/pull/19591) - Feature: Optimize LRU database updates by using filesystem folder mtimes. (https://github.com/conan-io/conan/pull/19582)
- Feature: Enable access to the
authorattribute in theConanFileInterfaceclass. (https://github.com/conan-io/conan/pull/19577) - Feature: Add
tools.build:add_rpath_linkconf (Meson and CMake toolchains) to pass-rpath-linkwith all directories of host dependencies (https://github.com/conan-io/conan/pull/19574). Docs: :page_with_curl: - Feature: Add
cmake_file_name_variantssupport toCMakeConfigDepsto allow packages to define additional lower/upper-case variants that consumers may use when callingfind_package. (https://github.com/conan-io/conan/pull/19530). Docs: :page_with_curl: - Feature: Add
.batsupport fortools.env:deactivation_mode=function. (https://github.com/conan-io/conan/pull/19474). Docs: :page_with_curl: - Feature: New
package_id_abi_optionsto allow specific dependency options to affect the consumerpackage_idwhen headers variability (e.g.shared) can impact consumer binaries, even in non-embed cases. (https://github.com/conan-io/conan/pull/19438). Docs: :page_with_curl: - Feature: New
conan cache signandconan cache verifycommands for signing and verifying packages. (https://github.com/conan-io/conan/pull/19345). Docs: :page_with_curl: - Fix: Use lazy imports to avoid circular dependency so PyInstaller bundles
conan.tools.system. (https://github.com/conan-io/conan/pull/19670) - Fix: Fix legacy definitions syntax for
CMakeConfigDeps(https://github.com/conan-io/conan/pull/19662) - Fix: Add support for
.txzand.tzstextensions to conan cache save help output. (https://github.com/conan-io/conan/pull/19660). Docs: :page_with_curl: - Fix: Allow requires-only components to create a target with
CMakeConfigDeps(https://github.com/conan-io/conan/pull/19645) - Fix:
MSBuildDepsbug with transitive build requirements and components. (https://github.com/conan-io/conan/pull/19625) - Fix: Improve the
-DCMAKE_TOOLCHAIN_FILEtip in CMakeToolchain generator to abstract it to a<output_folder>. (https://github.com/conan-io/conan/pull/19602) - Fix: Fix CPS parsing of package preprocessor definitions. (https://github.com/conan-io/conan/pull/19539)
- Fix: Deprecate Python 3.7 warning for Conan. (https://github.com/conan-io/conan/pull/19535). Docs: :page_with_curl:
- Fix: Update terminology to use “hash” instead of “signature”. (https://github.com/conan-io/conan/pull/19522). Docs: :page_with_curl:
- Bugfix: Solve
CMakeConfigDepsissue with in-package config.cmake files that were ignoringcmake_file_name_variants. (https://github.com/conan-io/conan/pull/19669) - Bugfix: Fix
conan list --graph-context={build,host}-onlyfor consumer recipes without a name (https://github.com/conan-io/conan/pull/19657) - Bugfix: Force parsing of
confliketools.microsoft:msvc_updateas a string, to avoid parsing it as float and dropping trailing zero. (https://github.com/conan-io/conan/pull/19647) - Bugfix: Avoid
--build=compatibleto rebuild an already existing binary (https://github.com/conan-io/conan/pull/19643) - Bugfix: Correctly escape
CMakeToolchain.variablesfor CMake syntax. (https://github.com/conan-io/conan/pull/19642) - Bugfix: Fix serialization of
cpp_infowhen it uses the type field. (https://github.com/conan-io/conan/pull/19604) - Bugfix: Ensure
CPScomponent Cmake targets follow expected name pattern. (https://github.com/conan-io/conan/pull/19584) - Bugfix: Fix corruption of
[buildenv]information when using per-package patterns across multiple packages. (https://github.com/conan-io/conan/pull/19571) - Bugfix: Add default
#platformrevision toplatform_{tool_}requires. (https://github.com/conan-io/conan/pull/19561). Docs: :page_with_curl: - Bugfix: Add missing
riscv64mappings foryumandapt. (https://github.com/conan-io/conan/pull/19560)