| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.31.0-SHA-256.txt.asc | 2026-07-23 | 659 Bytes | |
| 2.31.0-SHA-256.txt | 2026-07-23 | 1.2 kB | |
| conan-2.31.0-windows-arm64.zip | 2026-07-23 | 15.4 MB | |
| conan-2.31.0-windows-arm64-installer.exe | 2026-07-23 | 14.9 MB | |
| conan-2.31.0-windows-x86_64.zip | 2026-07-23 | 15.8 MB | |
| conan-2.31.0-windows-x86_64-installer.exe | 2026-07-23 | 15.4 MB | |
| conan-2.31.0-windows-i686.zip | 2026-07-23 | 14.0 MB | |
| conan-2.31.0-windows-i686-installer.exe | 2026-07-23 | 14.1 MB | |
| conan-2.31.0-macos-x86_64.tgz | 2026-07-23 | 16.3 MB | |
| conan-2.31.0-macos-arm64.tgz | 2026-07-23 | 15.8 MB | |
| conan-2.31.0-linux-aarch64.tgz | 2026-07-23 | 27.2 MB | |
| conan-2.31.0-linux-x86_64.tgz | 2026-07-23 | 27.6 MB | |
| conan-2.31.0-arm64.deb | 2026-07-23 | 22.5 MB | |
| conan-2.31.0-amd64.deb | 2026-07-23 | 23.0 MB | |
| 2.31.0 (23-Jul-2026) source code.tar.gz | 2026-07-23 | 1.4 MB | |
| 2.31.0 (23-Jul-2026) source code.zip | 2026-07-23 | 2.0 MB | |
| README.md | 2026-07-23 | 5.1 kB | |
| Totals: 17 Items | 225.6 MB | 4 | |
- Feature: Get Workspace feature out of incubating. (https://github.com/conan-io/conan/pull/20202). Docs: :page_with_curl:
- Feature:
replace_in_filenow supports regex patterns. (https://github.com/conan-io/conan/pull/20194). Docs: :page_with_curl: - Feature: Warn when
conan config installis used afterconan config install-pkg. (https://github.com/conan-io/conan/pull/20188). Docs: :page_with_curl: - Feature: Support GCC 14.4 and 15.3 in
settings.yml. (https://github.com/conan-io/conan/pull/20184) - Feature: Support intel-cc 2025.2, 2025.3 and 2026.1 in
settings.yml. (https://github.com/conan-io/conan/pull/20184) - Feature: Change the
Workspaceapproach to not processpython_requiresjust to derivename/version. Proposed a newget_ref(folder)method in theconanws.pyfile to be able to define versions dynamically. (https://github.com/conan-io/conan/pull/20176). Docs: :page_with_curl: - Feature: Define new
cpp_info.not_requiredattribute to avoid downstream propagation of dependencies. (https://github.com/conan-io/conan/pull/20171). Docs: :page_with_curl: - Feature: Add
NO_SONAMEsupport toCMakeConfigDepsto skip SONAME generation. (https://github.com/conan-io/conan/pull/20168). Docs: :page_with_curl: - Feature: Assert invalid parameters in
ConanFile.run()method. (https://github.com/conan-io/conan/pull/20156) - Feature: Add
.tar.zst(Zstandard) archive support to theunzip()tool function. (https://github.com/conan-io/conan/pull/20140) - Feature: Reduce verbose terminal output produced during the
package()step. (https://github.com/conan-io/conan/pull/20134) - Feature: Add
tools.build:asmflagsconfig andCMakeToolchain.extra_asmflagsto populateCMAKE_ASM_FLAGS. (https://github.com/conan-io/conan/pull/20127) - Feature: Add
micromodes topackage_id_modesto model changes over MAJOR.MINOR.PATCH.MICROmicrodigit. (https://github.com/conan-io/conan/pull/20102). Docs: :page_with_curl: - Feature: New
win_runtime_copycapability ofVirtualRunEnv, so it can copy on Windows the runtime files of dependencies (thecpp_info.bindirsdirectories contents) to a single location and point to it, avoiding path overflows (like in Windows) for large graphs. (https://github.com/conan-io/conan/pull/18638). Docs: :page_with_curl: - Fix: Update remaining
audit.conan.io/<page>links toconan.io/audit/<page>. (https://github.com/conan-io/conan/pull/20203) - Fix: Fix upload with empty uploads from pattern, to make it equal to package lists behavior (https://github.com/conan-io/conan/pull/20197)
- Fix: Avoid conflict with Automake's
LINKvar when usingAutotoolsDepswith MSVC by using_LINK_for linker flags. (https://github.com/conan-io/conan/pull/20192). Docs: :page_with_curl: - Fix: Add support for VS 2026 in the
Premakegenerator (requires Premake 5.0 beta 8). (https://github.com/conan-io/conan/pull/20189) - Fix: Fix rpath flags from
AutotoolsDepsbeing dropped by Libtool on macOS, causing missingLC_RPATHin executables. (https://github.com/conan-io/conan/pull/20179) - Fix: Avoid option names shadowing internal
Optionsimplementation methods. (https://github.com/conan-io/conan/pull/20172). Docs: :page_with_curl: - Fix: Fix deprecation warning for emcc/em++ >= 6.0.1, changing
-sMEMORY64flag with the modern-m64one. (https://github.com/conan-io/conan/pull/20152) - Fix: Avoid a corner-case in component requires when
replace_requirescreates diamond divergent requirements. (https://github.com/conan-io/conan/pull/20139) - Fix: Fix Artifactory search patterns not matching
*@user/channel, now requiring explicit*/*@user/channel. (https://github.com/conan-io/conan/pull/20136) - Fix: Use
LINKenv-var in Windows for AutotoolsDepsmsvccompiler. (https://github.com/conan-io/conan/pull/20130). Docs: :page_with_curl: - Bugfix: Require
default_components, or all existing components, inPkgConfigDepswhen rootpkg_config_name="none". (https://github.com/conan-io/conan/pull/20169) - Bugfix: Apply sorting to
include()profiles settings patterns. (https://github.com/conan-io/conan/pull/20164) - Bugfix: Raise an exception when
layout()fails in the Docker runner. (https://github.com/conan-io/conan/pull/20154) - Bugfix: Fix early return in
workspace completethat could skip necessary packages. (https://github.com/conan-io/conan/pull/20150) - Bugfix: Fix crash in
replace_requireswhen the graph had an override to a replaced requirement that did not apply. (https://github.com/conan-io/conan/pull/20146)