Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.20.0-SHA-256.txt.asc | 2025-09-01 | 659 Bytes | |
2.20.0-SHA-256.txt | 2025-09-01 | 990 Bytes | |
conan-2.20.0-windows-x86_64.zip | 2025-09-01 | 10.2 MB | |
conan-2.20.0-windows-x86_64-installer.exe | 2025-09-01 | 10.3 MB | |
conan-2.20.0-windows-i686.zip | 2025-09-01 | 8.7 MB | |
conan-2.20.0-windows-i686-installer.exe | 2025-09-01 | 9.1 MB | |
conan-2.20.0-macos-x86_64.tgz | 2025-09-01 | 12.0 MB | |
conan-2.20.0-macos-arm64.tgz | 2025-09-01 | 11.1 MB | |
conan-2.20.0-linux-aarch64.tgz | 2025-09-01 | 18.7 MB | |
conan-2.20.0-linux-x86_64.tgz | 2025-09-01 | 20.8 MB | |
conan-2.20.0-arm64.deb | 2025-09-01 | 16.1 MB | |
conan-2.20.0-amd64.deb | 2025-09-01 | 16.4 MB | |
2.20.0 (01-Sep-2025) source code.tar.gz | 2025-09-01 | 1.3 MB | |
2.20.0 (01-Sep-2025) source code.zip | 2025-09-01 | 1.9 MB | |
README.md | 2025-09-01 | 4.5 kB | |
Totals: 15 Items | 136.7 MB | 3 |
- Feature: new
check_min_compiler_version
validator which simplify compiler restriction description in recipes. (https://github.com/conan-io/conan/pull/18849). Docs: :page_with_curl: - Feature: Adding Clang 21 to the default
settings.yml
. (https://github.com/conan-io/conan/pull/18846) - Feature: Add new Apple OS's versions. (https://github.com/conan-io/conan/pull/18845)
- Feature: Avoid the generation of
conanintelsetvars
script byIntelCC
if thetools.intel:installation_path=""
, similarly toVCVars
generation. The user should have already activated the IntelCC environment on their own before running. (https://github.com/conan-io/conan/pull/18840). Docs: :page_with_curl: - Feature: Improved the CMakeLists.txt file created by the
conan new workspace
command for super-builds. (https://github.com/conan-io/conan/pull/18838) - Feature: Add
CMAKE_FIND_PACKAGE_PREFER_CONFIG=ON
forCMakeConfigDeps
generator. (https://github.com/conan-io/conan/pull/18832) - Feature: Add
excludes
pattern support forget
andunzip
methods. (https://github.com/conan-io/conan/pull/18831) - Feature: Add support for GCC 15.2. (https://github.com/conan-io/conan/pull/18735)
- Feature: Add iOS 18.5 and tvOS 18.5 to
default_settings.yml
template. (https://github.com/conan-io/conan/pull/18722) - Feature: Stabilize and document
ConfigAPI
public Python sub-API. (https://github.com/conan-io/conan/pull/18709) - Feature: Print build-order in the
conan workspace super-install
command (https://github.com/conan-io/conan/pull/18693). Docs: :page_with_curl: - Feature: Workspace super-build options aggregation. (https://github.com/conan-io/conan/pull/18608). Docs: :page_with_curl:
- Feature: Implement
tools.build:install_strip
for Autotools. (https://github.com/conan-io/conan/pull/18606). Docs: :page_with_curl: - Feature: Added support to the system_package tool for defining the system package version to be installed. (https://github.com/conan-io/conan/pull/18517). Docs: :page_with_curl:
- Fix: Better error message when there is an existing file called "build" in the same location as the "build" build-folder is expected to be created. (https://github.com/conan-io/conan/pull/18842)
- Fix: The
cmake_layout
was not taking into account the Apple multi-arch/universal separator when creating folders named after thearch
setting. (https://github.com/conan-io/conan/pull/18823) - Fix: Avoiding issues if passing non-string objects to
ConanOutput
methods. Still, the input to several.info()
and similar methods must be "text", passing arbitrary objects and expecting them to convert to strings internally is not supported. (https://github.com/conan-io/conan/pull/18782). Docs: :page_with_curl: - Fix: Document public interface for
ConanOutput
class. (https://github.com/conan-io/conan/pull/18782). Docs: :page_with_curl: - Fix: Remove Python 3.6 support, End Of Life since 2021. (https://github.com/conan-io/conan/pull/18779). Docs: :page_with_curl:
- Fix: Make all non-documented subapi attributes private. (https://github.com/conan-io/conan/pull/18736)
- Fix: Remove
SearchAPI
in favour ofListAPI
'sselect()
. (https://github.com/conan-io/conan/pull/18726). Docs: :page_with_curl: - Fix: Relax the "risk" warning for conflicting visibility in
test_requires
. (https://github.com/conan-io/conan/pull/18723) - Fix: Fixed an issue that caused APT packages without a defined architecture to be detected if one with the same name was installed for a different architecture. (https://github.com/conan-io/conan/pull/18517). Docs: :page_with_curl:
- Fix: Preserve subfolders for
runtime_deploy
deployer. (https://github.com/conan-io/conan/pull/17848). Docs: :page_with_curl: - Bugfix: Made
ConanAPI
'shome_folder
read-only. (https://github.com/conan-io/conan/pull/18726). Docs: :page_with_curl: