- Feature: Add
prefix
argument toAutotoolsToolchain
. (#12620). Docs: 📃 - Feature: Provide the ability to set CMakeDeps properties from consumer side. (#12609). Docs: 📃
- Feature: New
NMakeDeps
generator. (#12599). Docs: 📃 - Feature: Implement
editable
env-vars vialayouts.xxx.buildenv_info
andlayouts.xxx.runenv_info
and conf vialayouts.xxx.conf_info
. (#12598). Docs: 📃 - Feature: Add gcc 12.1 and 12.2 to
settings.yml
. (#12562). Docs: 📃 - Feature: Add
tools.build:compiler_executables
configuration to set compilers variables in CMakeToolchain, MesonToolchain, and AutoToolsToolchain, e.g.,CMAKE_<LANG>_COMPILER
inCMakeToolchain
. (#12556). Docs: 📃 - Feature: Allow placeholders in
EnvVars
. (#12517). Docs: 📃 - Feature: New
NMakeToolchain
. (#12516). Docs: 📃 - Feature: Added generators folder to
PKG_CONFIG_PATH
environment variable inCMakeToolchain
. (#12513). Docs: 📃 - Feature: Ensure that
CMakeToolchain
will enforce usage ofpkg-config
executable set intools.gnu:pkg_config
config. (#12513). Docs: 📃 - Feature: Add
cli_args
argument to CMake build helper configure method. (#12509). Docs: 📃 - Feature: Add
target
argument toAutotools.install()
. (#12491). Docs: 📃 - Feature: Make available
XCRun().settings
read attribute. (#12486). Docs: 📃 - Feature: Automatically add the msys2
usr/bin
folder wherebash.exe
is to the PATH. (#12457) - Feature: Add
tools.meson.mesontoolchain:extra_machine_files=["FILENAMES"]
toMeson
build helper to append machine files to the the ones created by Conan. (#12117). Docs: 📃 - Feature: Add
.user_presets_path
attribute toCMakeToolchain
to customize the location ofCMakeUserPresets.json
or to skip generating it. (#11917). Docs: 📃 - Fix: Raise a clear error if
settings.compiler
is not defined forMesonToolchain
. (#12623) - Fix: Fix
runenv
forcmake.test()
. (#12580) - Fix: Remove hardcoded definitions of
CMAKE_CXX_COMPILER
inCMakeToolchain
. (#12556). Docs: 📃 - Fix: Remove the extra
-s
from default build_type compiler flags, added to modernAutotoolsToolchain
. (#12518) - Fix: Give priority to
-j
argument set by user in recipe over the default set by conan inAutotools
build helper. (#12505) - Bugfix: Make
conan lock update
raise a suitable exception. (#12601) - Bugfix: Do not include build-context dependencies in Bazel BUILD file. (#12543)
- Bugfix: Do not fallback to a compatible binary if a package is requested to be built from source for a given configuration. (#12536)
- Bugfix: Fixing when
package_folder=None
forMSBuildDeps
in editable mode. (#12529) - Bugfix: The
CMakeDeps
generator was not working properly when the consumer maps configurations of the dependencies usingCMAKE_MAP_IMPORTED_CONFIG_XXX
. (#12049). Docs: 📃