Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.21.0-SHA-256.txt.asc | 2025-09-29 | 659 Bytes | |
2.21.0-SHA-256.txt | 2025-09-29 | 1.2 kB | |
conan-2.21.0-windows-arm64.zip | 2025-09-29 | 15.2 MB | |
conan-2.21.0-windows-arm64-installer.exe | 2025-09-29 | 14.7 MB | |
conan-2.21.0-windows-x86_64.zip | 2025-09-29 | 15.6 MB | |
conan-2.21.0-windows-x86_64-installer.exe | 2025-09-29 | 15.2 MB | |
conan-2.21.0-windows-i686.zip | 2025-09-29 | 13.9 MB | |
conan-2.21.0-windows-i686-installer.exe | 2025-09-29 | 13.9 MB | |
conan-2.21.0-macos-x86_64.tgz | 2025-09-29 | 16.2 MB | |
conan-2.21.0-macos-arm64.tgz | 2025-09-29 | 15.6 MB | |
conan-2.21.0-linux-aarch64.tgz | 2025-09-29 | 27.1 MB | |
conan-2.21.0-linux-x86_64.tgz | 2025-09-29 | 27.4 MB | |
conan-2.21.0-arm64.deb | 2025-09-29 | 22.4 MB | |
conan-2.21.0-amd64.deb | 2025-09-29 | 22.8 MB | |
2.21.0 (29-Sep-2025) source code.tar.gz | 2025-09-29 | 1.3 MB | |
2.21.0 (29-Sep-2025) source code.zip | 2025-09-29 | 1.9 MB | |
README.md | 2025-09-29 | 5.8 kB | |
Totals: 17 Items | 223.2 MB | 1 |
- Feature: Add support for universal binaries to AutotoolsToolchain. (https://github.com/conan-io/conan/pull/18992). Docs: :page_with_curl:
- Feature: Add support for universal binaries to GnuToolchain. (https://github.com/conan-io/conan/pull/18992). Docs: :page_with_curl:
- Feature: Add
--context={build,host}
filter toconan audit scan
. (https://github.com/conan-io/conan/pull/18976). Docs: :page_with_curl: - Feature: Default recipe paths to cwd if not specified when calling Conan. (https://github.com/conan-io/conan/pull/18964)
- Feature: Implement a new
post_package_id()
hook. (https://github.com/conan-io/conan/pull/18960). Docs: :page_with_curl: - Feature: Add support for Xcode 26 and related. (https://github.com/conan-io/conan/pull/18953)
- Feature: Add support for MSVC VS 2026 (insiders at the moment). (https://github.com/conan-io/conan/pull/18948). Docs: :page_with_curl:
- Feature: Add the PipEnv tool to install python tools using pip in an isolated virtual environment. (https://github.com/conan-io/conan/pull/18923). Docs: :page_with_curl:
- Feature: Allow separate build and package directories for multiple CMake builds from single conanfile. (https://github.com/conan-io/conan/pull/18905). Docs: :page_with_curl:
- Feature: Add
recipes_only
field to remote to control whether a remote can be used to download binaries. (https://github.com/conan-io/conan/pull/18896). Docs: :page_with_curl: - Feature: Add
cmake_extra_variables
property forCMakeConfigDeps
. (https://github.com/conan-io/conan/pull/18822). Docs: :page_with_curl: - Feature: Add
cmake_extra_variables
property forCMakeDeps
. (https://github.com/conan-io/conan/pull/18822). Docs: :page_with_curl: - Feature: Improve
conan report diff
html UX. (https://github.com/conan-io/conan/pull/18686). Docs: :page_with_curl: - Feature: Allow passing build configuration in
XcodeBuild
explicitly viaconfiguration
parameter. (https://github.com/conan-io/conan/pull/18668). Docs: :page_with_curl: - Feature: Allow passing arbitrary command line arguments to
XcodeBuild
viacli_args
. (https://github.com/conan-io/conan/pull/18668). Docs: :page_with_curl: - Feature: Add generation of
dotenv
environment files withtools.env:dotenv=True
conf. (https://github.com/conan-io/conan/pull/18266). Docs: :page_with_curl: - Fix: Avoid
CMakePresets
adding thejobs
field whentools.build:jobs=0
. (https://github.com/conan-io/conan/pull/18984) - Fix: Warn when exporting recipes with versions containing alphanumeric majors. (https://github.com/conan-io/conan/pull/18980). Docs: :page_with_curl:
- Fix: Set
cpp.source.includedirs
toinclude
inbasic_layout
. (https://github.com/conan-io/conan/pull/18958). Docs: :page_with_curl: - Fix:
workspace add
can update the package version of an existing package in the workspace. (https://github.com/conan-io/conan/pull/18955) - Fix: Move macOS bitcode flag testing to integration test. (https://github.com/conan-io/conan/pull/18930)
- Fix: Move
test_requires
tobuild_requirements
method in tests. (https://github.com/conan-io/conan/pull/18929) - Fix: Always run
validate
hooks even if recipe does not definevalidate()
method. (https://github.com/conan-io/conan/pull/18928) - Fix: Remove deprecated, old and undocumented features, marked for deprecations for a long time. (https://github.com/conan-io/conan/pull/18920). Docs: :page_with_curl:
- Fix: Ensure
VCVars
generatedconanvcvars.bat
has normalized path with backward slash (Windows). (https://github.com/conan-io/conan/pull/18907) - Fix: Fix
compatibility.py
migration overwrite when no changes were necessary. (https://github.com/conan-io/conan/pull/18882) - Fix: Cleaning
files
andupload-urls
from "package lists" after a download or when skipping uploads. (https://github.com/conan-io/conan/pull/18878) - Fix: Improve the error message and avoid the traceback when a
build-scripts
package tries to depend on alibrary
in the "host" context. (https://github.com/conan-io/conan/pull/18869). Docs: :page_with_curl: - Fix: Move legacy CMake vars from
xxx-target-<config>.cmake
toxxxx-config.cmake
file. (https://github.com/conan-io/conan/pull/18860) - Bugfix: Added Apple frameworks support for BazelDeps. (https://github.com/conan-io/conan/pull/19004)
- Bugfix: Ensure
conan graph build-order
errors out when passing both a recipe path and a--requires
reference. (https://github.com/conan-io/conan/pull/18964) - Bugfix: MesonToolchain no longer add quotes to
linker_script
definition. (https://github.com/conan-io/conan/pull/18922) - Bugfix: Fix missing double quotes for MSBuild's commands. (https://github.com/conan-io/conan/pull/18911)
- Bugfix: Command
conan list
with version-ranges can now listen tocore.version_ranges:resolve_prereleases=True
to list pre-releases. (https://github.com/conan-io/conan/pull/18868) - Bugfix: Stabilize
PackagesList
methods. (https://github.com/conan-io/conan/pull/18833)