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
Feature: New graph html: more information, test-requires, hiding/showing different packages (build, test). (#15846). Docs: 📃
Feature: Add --backup-sources flag to conan cache clean. (#15845)
Feature: Add conan graph outdated command that lists the dependencies that have newer versions in remotes (#15838). Docs: 📃
Feature: Set CMAKE_VS_DEBUGGER_ENVIRONMENT from CMakeToolchain to point to all binary directories when using Visual Studio. This negates the need to copy DLLs to launch executables from the Visual Studio IDE (requires CMake 3.27 or newer). (#15830). Docs: 📃
Feature: Add a parameter to trim_conandata to avoid raising an exception when conandata.yml file doesn't exist. (#15829). Docs: 📃
Feature: Added build_context_folder to PkgConfigDeps. (#15813). Docs: 📃
Feature: Included build.pkg_config_path in the built-in options section in the MesonToolchain template. (#15813). Docs: 📃
Feature: Update _meson_cpu_family_map to support arm64ec. (#15812)
Feature: Added support for Clang 18. (#15806). Docs: 📃
Feature: Add basic support in CMakeToolchain for universal binaries. (#15775). Docs: 📃
Feature: New tools.cmake.cmake_layout:build_folder config that allows re-defining cmake_layout local build-folder. (#15767). Docs: 📃
Feature: New tools.cmake.cmake_layout:test_folder config that allows re-defining cmake_layout output build folder for test_package, including a $TMP placeholder to create a temporary folder in system tmp. (#15767). Docs: 📃
Feature: (Experimental) Add conan config install-pkg myconf/[*] new configuration inside Conan packages with new package_type = "configuration". (#15748). Docs: 📃
Feature: (Experimental) New core.package_id:config_mode that allows configuration package reference to affect the package_id of all packages built with that configuration. (#15748). Docs: 📃
Feature: Make cppstd_flag public to return the corresponding C++ standard flag based on the settings. (#15710). Docs: 📃
Feature: Allow self.name and self.version in build_folder_vars attribute and conf. (#15705). Docs: 📃
Feature: Add conan list --filter-xxx arguments to list package binaries that match settings+options. (#15697). Docs: 📃
Feature: Add detect_libc to the detect_api to get the name and version of the C library. (#15683). Docs: 📃
Feature: New CommandAPI subapi in the ConanAPI that allows calling other commands. (#15630). Docs: 📃
Fix: Avoid unnecessary build of tool_requires when --build=missing and repeated tool_requires. (#15885)