Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.19.0-SHA-256.txt.asc | 2025-07-23 | 659 Bytes | |
2.19.0-SHA-256.txt | 2025-07-23 | 990 Bytes | |
conan-2.19.0-windows-x86_64.zip | 2025-07-23 | 10.2 MB | |
conan-2.19.0-windows-x86_64-installer.exe | 2025-07-23 | 10.3 MB | |
conan-2.19.0-windows-i686.zip | 2025-07-23 | 8.7 MB | |
conan-2.19.0-windows-i686-installer.exe | 2025-07-23 | 9.1 MB | |
conan-2.19.0-macos-x86_64.tgz | 2025-07-23 | 11.9 MB | |
conan-2.19.0-macos-arm64.tgz | 2025-07-23 | 11.1 MB | |
conan-2.19.0-linux-aarch64.tgz | 2025-07-23 | 18.7 MB | |
conan-2.19.0-linux-x86_64.tgz | 2025-07-23 | 20.8 MB | |
conan-2.19.0-arm64.deb | 2025-07-23 | 16.1 MB | |
conan-2.19.0-amd64.deb | 2025-07-23 | 16.4 MB | |
2.19.0 (23-Jul-2025) source code.tar.gz | 2025-07-23 | 1.3 MB | |
2.19.0 (23-Jul-2025) source code.zip | 2025-07-23 | 1.9 MB | |
README.md | 2025-07-23 | 3.5 kB | |
Totals: 15 Items | 136.3 MB | 2 |
- Feature: Changed some private attributes in MesonToolchain as public ones, e.g.,
b_ndebug
,b_staticpic
. (https://github.com/conan-io/conan/pull/18676) - Feature: PremakeDeps will now correctly propagate libraries, headers and binaries depending on the requirement traits. (https://github.com/conan-io/conan/pull/18663)
- Feature: Add
cmake_target_aliases
support forCMakeConfigDeps
. (https://github.com/conan-io/conan/pull/18662) - Feature: Add
self.conan_data
to the information serialized by ConanFile, so it is printed inconan graph info
and other commands. (https://github.com/conan-io/conan/pull/18661). Docs: :page_with_curl: - Feature: Let
conan source
reference the backup sources it generates in more cases. (https://github.com/conan-io/conan/pull/18655) - Feature: Add user channel to CycloneDX SBOM
sbom_ref
field. (https://github.com/conan-io/conan/pull/18649) - Feature: Enable
test_package_folder
attribute forconan export-pkg
command. (https://github.com/conan-io/conan/pull/18621). Docs: :page_with_curl: - Feature: Add support for GCC 12.5. (https://github.com/conan-io/conan/pull/18587). Docs: :page_with_curl:
- Feature: New
makefile
parameter in Autotoolsmake
/install
methods to allow specifying the name of the Makefile file. (https://github.com/conan-io/conan/pull/18578) - Feature: Let graph html focus on searched package when pressing Intro in search box. (https://github.com/conan-io/conan/pull/18575)
- Feature: Allow defining a custom platform on Premake generator for Windows. (https://github.com/conan-io/conan/pull/18572)
- Feature: Allow profile composition while using conan runners. (https://github.com/conan-io/conan/pull/18534)
- Fix: Add explicit error when trying to export a reference with
channel
but nouser
. (https://github.com/conan-io/conan/pull/18646). Docs: :page_with_curl: - Fix: Check
required_conan_version
before loading hooks. (https://github.com/conan-io/conan/pull/18644) - Fix: Avoid logging levels hiding the login username/password request messages. (https://github.com/conan-io/conan/pull/18642)
- Fix: Allow
cc
compiler to be defined with spaces for profile auto detection. (https://github.com/conan-io/conan/pull/18628) - Fix: Fixed untargz when the destination path uses the Windows long paths prefix
\\?\
. (https://github.com/conan-io/conan/pull/18612) - Fix:
CMakeConfigDeps
filterrequires()
topackage_type=application
. (https://github.com/conan-io/conan/pull/18611) - Fix: Fix multithreading for self-contained Conan binaries. (https://github.com/conan-io/conan/pull/18603)
- Fix: Improve version detection for
cc
compilers. (https://github.com/conan-io/conan/pull/18600) - Fix: Pass deployment target from profile to
XcodeBuild
. (https://github.com/conan-io/conan/pull/18496). Docs: :page_with_curl: - Fix: Project path and target name are quoted now for
XcodeBuild
. (https://github.com/conan-io/conan/pull/18496). Docs: :page_with_curl: - Bugfix: Make
package_type="configuration"
packages independent of theconfig_mode
for theirpackage_id
. (https://github.com/conan-io/conan/pull/18671) - Bugfix: PremakeDeps: ensure correct linkage on dependent libraries. (https://github.com/conan-io/conan/pull/18631)