2.19.0 (23-Jul-2025)
·
133 commits
to develop2
since this release
- Feature: Changed some private attributes in MesonToolchain as public ones, e.g.,
b_ndebug,b_staticpic. (#18676) - Feature: PremakeDeps will now correctly propagate libraries, headers and binaries depending on the requirement traits. (#18663)
- Feature: Add
cmake_target_aliasessupport forCMakeConfigDeps. (#18662) - Feature: Add
self.conan_datato the information serialized by ConanFile, so it is printed inconan graph infoand other commands. (#18661). Docs: 📃 - Feature: Let
conan sourcereference the backup sources it generates in more cases. (#18655) - Feature: Add user channel to CycloneDX SBOM
sbom_reffield. (#18649) - Feature: Enable
test_package_folderattribute forconan export-pkgcommand. (#18621). Docs: 📃 - Feature: Add support for GCC 12.5. (#18587). Docs: 📃
- Feature: New
makefileparameter in Autotoolsmake/installmethods to allow specifying the name of the Makefile file. (#18578) - Feature: Let graph html focus on searched package when pressing Intro in search box. (#18575)
- Feature: Allow defining a custom platform on Premake generator for Windows. (#18572)
- Feature: Allow profile composition while using conan runners. (#18534)
- Fix: Add explicit error when trying to export a reference with
channelbut nouser. (#18646). Docs: 📃 - Fix: Check
required_conan_versionbefore loading hooks. (#18644) - Fix: Avoid logging levels hiding the login username/password request messages. (#18642)
- Fix: Allow
cccompiler to be defined with spaces for profile auto detection. (#18628) - Fix: Fixed untargz when the destination path uses the Windows long paths prefix
\\?\. (#18612) - Fix:
CMakeConfigDepsfilterrequires()topackage_type=application. (#18611) - Fix: Fix multithreading for self-contained Conan binaries. (#18603)
- Fix: Improve version detection for
cccompilers. (#18600) - Fix: Pass deployment target from profile to
XcodeBuild. (#18496). Docs: 📃 - Fix: Project path and target name are quoted now for
XcodeBuild. (#18496). Docs: 📃 - Bugfix: Make
package_type="configuration"packages independent of theconfig_modefor theirpackage_id. (#18671) - Bugfix: PremakeDeps: ensure correct linkage on dependent libraries. (#18631)