| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.29.0-SHA-256.txt.asc | 2026-05-28 | 659 Bytes | |
| 2.29.0-SHA-256.txt | 2026-05-28 | 1.2 kB | |
| conan-2.29.0-windows-arm64.zip | 2026-05-28 | 15.4 MB | |
| conan-2.29.0-windows-arm64-installer.exe | 2026-05-28 | 14.9 MB | |
| conan-2.29.0-windows-x86_64.zip | 2026-05-28 | 15.8 MB | |
| conan-2.29.0-windows-x86_64-installer.exe | 2026-05-28 | 15.4 MB | |
| conan-2.29.0-windows-i686.zip | 2026-05-28 | 14.0 MB | |
| conan-2.29.0-windows-i686-installer.exe | 2026-05-28 | 14.1 MB | |
| conan-2.29.0-macos-x86_64.tgz | 2026-05-28 | 16.3 MB | |
| conan-2.29.0-macos-arm64.tgz | 2026-05-28 | 15.8 MB | |
| conan-2.29.0-linux-aarch64.tgz | 2026-05-28 | 27.2 MB | |
| conan-2.29.0-linux-x86_64.tgz | 2026-05-28 | 27.5 MB | |
| conan-2.29.0-arm64.deb | 2026-05-28 | 22.5 MB | |
| conan-2.29.0-amd64.deb | 2026-05-28 | 23.0 MB | |
| 2.29.0 (28-May-2026) source code.tar.gz | 2026-05-28 | 1.4 MB | |
| 2.29.0 (28-May-2026) source code.zip | 2026-05-28 | 2.0 MB | |
| README.md | 2026-05-28 | 3.3 kB | |
| Totals: 17 Items | 225.3 MB | 0 | |
- Feature: Limited support for
python_requiresin workspace, only inconanws.ymlfile. (https://github.com/conan-io/conan/pull/20028). Docs: :page_with_curl: - Feature: Added new public attribute
binariesto the MesonToolchain generator. (https://github.com/conan-io/conan/pull/20017) - Feature: Add support for Apple OS 26.5 release. (https://github.com/conan-io/conan/pull/19976)
- Feature: Document
RemoveAPI. (https://github.com/conan-io/conan/pull/19930) - Feature: New
global_user.conffile to locally customizeglobal.conf. (https://github.com/conan-io/conan/pull/19923). Docs: :page_with_curl: - Feature: Add support for GCC 16. (https://github.com/conan-io/conan/pull/19921)
- Fix: Forward
-vxxxverbosity argument toconan workspace build/installpackages. (https://github.com/conan-io/conan/pull/20015) - Fix: Add message when no packages found in conan list command. (https://github.com/conan-io/conan/pull/20013)
- Fix:
source_credentials.jsonnow supports supplying only headers (https://github.com/conan-io/conan/pull/20004). Docs: :page_with_curl: - Fix:
conan workspace add --output-foldernow properly updates theoutput_folderof an existing package entry inconanws.ymlinstead of ignoring it. (https://github.com/conan-io/conan/pull/19988) - Fix: Default
variantfor QNX and VxWorks in defaultsettings.ymlshould benull, notNone. Also, addqcc=12.2version. (https://github.com/conan-io/conan/pull/19981) - Fix:
runtime_deploy: avoid crashing when overriding existing symlinks. (https://github.com/conan-io/conan/pull/19977) - Fix:
AutotoolsDepswill link with-rpathon shared package types and components correctly. (https://github.com/conan-io/conan/pull/19975) - Fix: Warn and re-fetch when requested URLs conflict with existing ones with the same SHA256. (https://github.com/conan-io/conan/pull/19969)
- Fix:
cppstd_flagforclang-clnow correctly maps C++23, C++26 andgnu++standards instead of producing invalid/std:flags. (https://github.com/conan-io/conan/pull/19965) - Fix: Correct the
conan workspace initdocstring. (https://github.com/conan-io/conan/pull/19950) - Fix: Allow workspaces root Conanfile to have a name to apply
confwith patterns that would match that name. (https://github.com/conan-io/conan/pull/19927) - Fix: Fix
meson_libmissing deps,meson_exelayout & install verbosity. (https://github.com/conan-io/conan/pull/19918) - Bugfix: Raise an error if
package_typeandsharedoption mismatch (package-typeis set toshared-libraryandshared=Falseorpackage_type=static-libraryandshared=True) (https://github.com/conan-io/conan/pull/20023) - BugFix: Fix the computation of
optionsingraph build-order. (https://github.com/conan-io/conan/pull/19950) - Bugfix: Fix requirement definition for multilib components without explicit requirements for
CMakeConfigDeps. (https://github.com/conan-io/conan/pull/19942) - Bugfix:
MSBuildDepsno longer generates duplicate include and library directory paths in multi-component packages. (https://github.com/conan-io/conan/pull/19937)