| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.27.0-SHA-256.txt.asc | 2026-03-25 | 659 Bytes | |
| 2.27.0-SHA-256.txt | 2026-03-25 | 1.2 kB | |
| conan-2.27.0-windows-arm64.zip | 2026-03-25 | 15.4 MB | |
| conan-2.27.0-windows-arm64-installer.exe | 2026-03-25 | 14.9 MB | |
| conan-2.27.0-windows-x86_64.zip | 2026-03-25 | 15.7 MB | |
| conan-2.27.0-windows-x86_64-installer.exe | 2026-03-25 | 15.3 MB | |
| conan-2.27.0-windows-i686.zip | 2026-03-25 | 14.0 MB | |
| conan-2.27.0-windows-i686-installer.exe | 2026-03-25 | 14.0 MB | |
| conan-2.27.0-macos-x86_64.tgz | 2026-03-25 | 16.3 MB | |
| conan-2.27.0-macos-arm64.tgz | 2026-03-25 | 15.8 MB | |
| conan-2.27.0-linux-aarch64.tgz | 2026-03-25 | 27.2 MB | |
| conan-2.27.0-linux-x86_64.tgz | 2026-03-25 | 27.5 MB | |
| conan-2.27.0-arm64.deb | 2026-03-25 | 22.5 MB | |
| conan-2.27.0-amd64.deb | 2026-03-25 | 22.9 MB | |
| 2.27.0 (25-Mar-2026) source code.tar.gz | 2026-03-25 | 1.4 MB | |
| 2.27.0 (25-Mar-2026) source code.zip | 2026-03-25 | 2.0 MB | |
| README.md | 2026-03-25 | 3.7 kB | |
| Totals: 17 Items | 224.8 MB | 2 | |
- Feature: Feature: Allow negated OR patterns
!(<pattern1>|<pattern2>|...)in profile[tool_requires]for breaking cycles in build context. (https://github.com/conan-io/conan/pull/19780). Docs: :page_with_curl: - Feature: Feature: Add CVE version info to
conan auditresults. (https://github.com/conan-io/conan/pull/19774) - Feature: Disable CMake user package registry exports by default (
cmake_policy(SET CMP0090 NEW)andCMAKE_EXPORT_PACKAGE_REGISTRY OFFwhen unset). (https://github.com/conan-io/conan/pull/19766) - Feature: Legacy Conan 1.X alias support has been removed. (https://github.com/conan-io/conan/pull/19740)
- Feature: PyEnv output based on verbosity level (https://github.com/conan-io/conan/pull/19731)
- Feature: The HTML graph representation learned to show transitive requirements. (https://github.com/conan-io/conan/pull/19725)
- Feature: Add support for Clang 22. (https://github.com/conan-io/conan/pull/19709)
- Feature: Show cycles/loops in
conan graph info --format=htmlwith a red arrow. (https://github.com/conan-io/conan/pull/19694) - Feature: Add
tools.build:rcflagsconfiguration to inject flags for RC. (https://github.com/conan-io/conan/pull/19693). Docs: :page_with_curl: - Feature: Add support for Apple OS 26.3 releases. (https://github.com/conan-io/conan/pull/19691)
- Feature: Feature: New
tools.cmake:configure_argsconfiguration to inject arbitrary arguments into the CMakeconfigurestep via the command line, allowing users to inject CMake variables and arguments such as--fresh. (https://github.com/conan-io/conan/pull/19639). Docs: :page_with_curl: - Fix: Allow
NMakeintegrations to handle defines such asWINVER=0x0601as numeric, not strings. (https://github.com/conan-io/conan/pull/19779) - Fix: Correct definition of
set_property()inCMakeConfigDepsfor build context. (https://github.com/conan-io/conan/pull/19760) - Fix: Show a clear error message when defining
[platform_xxx_requires]with a version range. (https://github.com/conan-io/conan/pull/19750) - Fix: Only group build packages in
conan graph info .. -f=html. (https://github.com/conan-io/conan/pull/19744) - Fix: Solve issue with overrides and lockfiles. (https://github.com/conan-io/conan/pull/19739)
- Fix: Improve the error message for authentication with source credentials. (https://github.com/conan-io/conan/pull/19737). Docs: :page_with_curl:
- Fix: Fix missing libraries in legacy
<packagename>_LIBRARIESvariable definition inCMakeConfigDepsgenerator. (https://github.com/conan-io/conan/pull/19724) - Fix: Relax the
CMakeConfigDepsrequirement to explicitly declare the CMakeClanguage inCXXprojects when linking C dependencies, since this is already implicit in CMake. (https://github.com/conan-io/conan/pull/19704) - Fix: Create stubs correctly for user CMake presets when
user_presets_pathis specified. (https://github.com/conan-io/conan/pull/19251) - Bugfix: Solve assertion with
--build=editableand usage oftools.build:download_source=Trueconf. (https://github.com/conan-io/conan/pull/19758) - Bugfix: Fix
detect_emcc_compileron first run and on Windows. (https://github.com/conan-io/conan/pull/19735) - Bugfix: Define correct bash usage for
win_bash_run=Truewithself.run(..., scope="run"). (https://github.com/conan-io/conan/pull/19703) - Bugfix: Solve path issues with
tools.gnu:make_programin Windows subsystems. (https://github.com/conan-io/conan/pull/15047)