- Feature: Add SConsDeps generator. (#14713). Docs: 📃
- Feature: Add support fox Xcode 15. (#14533)
- Feature: New
trim_conandata()
function to make things explicit, not depend on hook. (#14169). Docs: 📃 - Feature: Add new
tools.cmake:install_strip
conf to add--strip
option to cmake install. (#14167). Docs: 📃 - Feature: Allow users to cross-build out of the box with Visual Studio recipes based on MesonToolchain. (#13141)
- Fix: Increase warning for legacy generators. (#14662)
- Fix: Allow Pyyaml 6.0.X versions to avoid cython 3.0 issues. (#14323)
- Fix: Change the xcconfig variable from
HEADER_SEARCH_PATHS
toSYSTEM_HEADER_SEARCH_PATHS
changes the command line from-i
to-isystem
and avoids warnings that arise from including package headers. (#14157). Docs: 📃 - Bugfix: Consider revision for build_requires in cli arguments. (#14679)