- 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_aliases
support forCMakeConfigDeps
. (#18662) - Feature: Add
self.conan_data
to the information serialized by ConanFile, so it is printed inconan graph info
and other commands. (#18661). Docs: 📃 - Feature: Let
conan source
reference the backup sources it generates in more cases. (#18655) - Feature: Add user channel to CycloneDX SBOM
sbom_ref
field. (#18649) - Feature: Enable
test_package_folder
attribute forconan export-pkg
command. (#18621). Docs: 📃 - Feature: Add support for GCC 12.5. (#18587). Docs: 📃
- Feature: New
makefile
parameter in Autotoolsmake
/install
methods 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
channel
but nouser
. (#18646). Docs: 📃 - Fix: Check
required_conan_version
before loading hooks. (#18644) - Fix: Avoid logging levels hiding the login username/password request messages. (#18642)
- Fix: Allow
cc
compiler 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:
CMakeConfigDeps
filterrequires()
topackage_type=application
. (#18611) - Fix: Fix multithreading for self-contained Conan binaries. (#18603)
- Fix: Improve version detection for
cc
compilers. (#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_mode
for theirpackage_id
. (#18671) - Bugfix: PremakeDeps: ensure correct linkage on dependent libraries. (#18631)