- Feature: New
tools.cmake.cmaketoolchain:enabled_blocks
configuration to define which blocks ofCMakeToolchain
should be active or not. (#16563). Docs: 📃 - Feature: Allow
--filter-options
inconan list
to use&:
scope to refer to all packages being listed. (#16559) - Feature: Highlight missing or invalid requirements while computing dependency graph. (#16520)
- Feature: New
conan lock update
subcommand to remove + add a reference in the same command. (#16511). Docs: 📃 - Feature: Add support for GCC 12.4. (#16506). Docs: 📃
- Feature: Honoring
tools.android:ndk_path
conf. Setting the needed flags to cross-build for Android. (#16502). Docs: 📃 - Feature: Add
os.ndk_version
forAndroid
. (#16494). Docs: 📃 - Feature: Qbs helper now invokes Conan provider automatically. (#16486)
- Feature: Added force option to
tools.cmake.cmaketoolchain:extra_variables
. (#16481). Docs: 📃 - Feature: Raising a ConanException if any section is duplicated in the same Conan profile file. (#16454)
- Feature: Added
resolve()
method to the Qbs toolchain. (#16449) - Feature: Make
MSBuildDeps
generation with deployer relocatable. (#16441) - Feature: Add QbsDeps class to be used with Qbs Conan module provider. (#16334)
- Feature: Add built in
runtime_deploy
deployer. (#15382). Docs: 📃 - Fix: Fix provides conflict error message not showing conflicting provides when a named reference matches a provider. (#16562)
- Fix: Set correct
testpaths
for pytest. (#16530) - Fix: Allow
.conanrc
file in the root of a filesystem. (#16514) - Fix: Add support for non default docker hosts in conan runners (#16477)
- Fix: Don't fail when we can't overwrite the summary file in the backup upload. (#16452)
- Fix: Make
source_credentials.json
do not apply to Conan server repos protocol. (#16425). Docs: 📃 - Fix: Allow packages to have empty folders. (#16424)
- Bugfix: Fix
detect_msvc_compiler()
fromdetect_api
to properly detect VS 17.10 withcompiler.version=194
. (#16581) - Bugfix: Fix unexpected error when a recipe performs
package_id()
info
erasure and is used as a compatibility candidate. (#16575) - Bugfix: Ensure msvc cppstd compatibility fallback does not ignore 194 binaries. (#16573)
- Bugfix:
XXXDeps
generators did not include an absolute path in their generated files if--deployer-folder=xxxx
param was used. (#16552) - Bugfix: Fix
conan list ... --format=compact
for package revisions. (#16490) - Bugfix: Fix XcodeToolchain when only defines are set. (#16429)