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: AutotoolsToolchain helper functions: update_configure_args, update_make_args, and update_autoreconf_args can also add new values (#12889). Docs: π
Feature: Add unix_path_package_info_legacy function for those cases in which it is used in package_info in recipes that require compatibility with Conan 1.x. In Conan 2, path conversions should not be performed in the package_info method. (#12887). Docs: π
Feature: Added to AutotoolsToolchain helper functions: update_configure_args, update_make_args, and update_autoreconf_args to update/prune flags effortlessly. (#12884). Docs: π
Feature: Allow skip the generation of conanvcvars.bat with empty tools.microsoft.msbuild:installation_path (#12882). Docs: π
Feature: Adds new raise_invalid argument for check_min_vs to avoid raising if the check fails. (#12880). Docs: π
Feature: Adds a conf variable for supplying linker scripts to the linker using the -T flag. (#12854). Docs: π
Feature: CMakeToolchain also write CMake Test Presets. (#12846). Docs: π
Feature: Add the ability to provide a --component argument with the cmake.install function. (#12762). Docs: π
Fix: AutotoolsToolchain.configure_args are adequately initialized. (#12884). Docs: π
Fix: Deprecate c++2a for gcc 12, replace with c++20. (#12796)
Bugfix: AutotoolsToolchain.configure_args was overwriting Conan's pre-calculated arguments. (#12884). Docs: π
Bugfix: Fix remove_broken_symlinks failing at relative paths symlinks. (#12876)
Bugfix: Fix KeyError 'buildPresets', the field is optional according to the specification. (#12874)
Bugfix: Fix bug to pass a valid GNU triplet when using AutotoolsToolchain and cross-building on Windows. (#12870)
Bugfix: Fix XcodeDeps in "editable" mode root package_folder=None. (#12841)
Bugfix: Make cmake_layout to use single-config folder for generated files. (#12829). Docs: π
Bugfix: Allow compatibility() for lockfiles. (#12778)