- Feature: Added
Git.is_dirty(repository=False)
new argument (#16892) - Feature: Add variable_watch for
CMAKE_{C,CXX}_STANDARD
inconan_toolchain.cmake
. (#16879) - Feature: Add
check_type
toget_property
for CMakeDeps. (#16854). Docs: 📃 - Feature: Propagate
run
trait requirement information in the "build" context downstream whenvisible
trait isTrue
. (#16849). Docs: 📃 - Feature: Add
check_type
on componentsget_property
. (#16848). Docs: 📃 - Feature: Add
set_property
for PkgConfigDeps to set properties for requirements from consumer recipes. (#16789) - Feature: Define
CMAKE_<LANG>_COMPILER
variables in CMakePresets.json. (#16762) - Feature: Add support for gcc 14.2. (#16760)
- Feature: Rework QbsProfile to support Conan 2. (#16742)
- Feature: Add
finalize()
method for local cache final adjustments of packages. (#16646). Docs: 📃 - Feature: Add
tricore
compiler architecture support. (#16317). Docs: 📃 - Feature: Describe here your pull request (#16317). Docs: 📃
- Fix: Propagate
repository
argument fromGit.get_url_and_commit(repository=True)
toGit.is_dirty()
. (#16892) - Fix: Improve error when accessing
cpp_info
shorthand methods. (#16847) - Fix: Improve error message when a lockfile fails to lock a requirement, specifying its type. (#16841)
- Fix: Update patch-ng 1.18.0 to avoid SyntaxWarning spam. (#16766)
- Bugfix: Avoid
CMakeToolchain
error when both architecture flags andtools.build:linker_scripts
are defined, due to missing space. (#16883) - Bugfix: When using Visual Studio's llvm-clang, set the correct Platform Toolset in
MSBuildToolchain
. (#16844) - Bugfix: Fix
export_sources
for non-existent recipes in a local recipes index. (#16776)