You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
Feature: Add prefix argument to AutotoolsToolchain. (#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 via layouts.xxx.buildenv_info and layouts.xxx.runenv_info and conf via layouts.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 in CMakeToolchain. (#12556). Docs: π
Feature: Allow placeholders in EnvVars. (#12517). Docs: π
Feature: Add target argument to Autotools.install(). (#12491). Docs: π
Feature: Make available XCRun().settings read attribute. (#12486). Docs: π
Feature: Automatically add the msys2 usr/bin folder where bash.exe is to the PATH. (#12457)
Feature: Add tools.meson.mesontoolchain:extra_machine_files=["FILENAMES"] to Meson build helper to append machine files to the the ones created by Conan. (#12117). Docs: π
Feature: Add .user_presets_path attribute to CMakeToolchain to customize the location of CMakeUserPresets.json or to skip generating it. (#11917). Docs: π
Fix: Raise a clear error if settings.compiler is not defined for MesonToolchain. (#12623)
Fix: Remove hardcoded definitions of CMAKE_CXX_COMPILER in CMakeToolchain. (#12556). Docs: π
Fix: Remove the extra -s from default build_type compiler flags, added to modern AutotoolsToolchain. (#12518)
Fix: Give priority to -j argument set by user in recipe over the default set by conan in Autotools 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 for MSBuildDeps in editable mode. (#12529)
Bugfix: The CMakeDeps generator was not working properly when the consumer maps configurations of the dependencies using CMAKE_MAP_IMPORTED_CONFIG_XXX. (#12049). Docs: π