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: Add profile arguments information to conan graph build-order to improve UX and usage in CI systems. (#17102). Docs: π
Feature: Add C++26 support for gcc, clang, and apple-clang. (#17092). Docs: π
Feature: Add Configuration and Platform keys for MSBuildDeps property sheets. (#17076). Docs: π
Feature: New CMakeDeps generator activated by tools.cmake.cmakedeps:new conf with value will_break_next for evaluation. This new generator deduces or use cpp_info.location/link_location to define STATIC; SHARED, INTERFACE imported targets. It will also define the IMPORTED_LOCATION, the IMPORTED_CONFIGURATION, etc. (#16964)
Feature: Use cpp_info.languages, that default to the recipe languages to propagate "link-language" requirements to consumers of the packages. (#16964)
Feature: Define cpp_info.default_components for the new CMakeDeps generator only. (#16964)
Feature: Model cpp_info.exes field for executable applications, used only by the new CMakeDeps generator, that generate IMPORTED executable targets in CMakeDeps for cpp_info.exes. (#16964)
Fix: Use a valid prefix path for meson.configure() on Windows, to avoid failures in Python 3.13. (#17206)
Fix: Allow cmake_target_aliases to be set in CMakeDeps. (#17200). Docs: π
Fix: Adding the startup options to each Bazel command. (#17183)
Fix: Get credentials and re-authenticate when an expired token gives AuthenticationException. (#17127)
Fix: Moved exceptions from the legacy from conans.error to documented from conan.error. (#17126). Docs: π
Fix: Pacman as package manager shouldn't be used for tools.microsoft.bash:subsystem=msys2, but when the target platform is actually msys2 os.subsystem=msys2 (as a setting). (#17103)
Fix: Properly deduce RuntimeLibrary from profile in MSBuildToolchain. (#17100)
Fix: Set C++20 flag to {gnu}c++20 for gcc >= 10 instead of c++2a until gcc 12. (#17092). Docs: π
Fix: Set C++23 flag to {gnu}c++23 for gcc >= 11 instead of c++2b. (#17092). Docs: π
Fix: Avoid repeated login attempts to the server for 401 when the credentials come from env-vars or credentials.json file, only repeated login attempts for user interactive prompt. (#17083)
Fix: Align CMakeToolchain and AutotoolsToolchain to automatically define cl compiler for compiler=msvc if not defined (only when necessary, as when using Ninja generator in CMake). (#16875). Docs: π
Fix: Quote build_args in conan graph build-order -f=json to avoid issues with options with spaces. (#16594)