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 support for Clang 17. (#14781). Docs: π
Feature: Add --dry-run for conan remove. (#14760). Docs: π
Feature: Add host_tool to install() method in package_manager to indicate whether the package is a host tool or a library. (#14752). Docs: π
Fix: Better error message when trying to export-pkg a python-require package, and avoid it being exported and then failing. (#14819)
Fix: CMakeDeps allows set_property() on all properties. (#14813)
Fix: Add minor version for Apple clang 15.0. (#14797). Docs: π
Fix: conan build command prettier error when argument not provided. (#14787)
Bugfix: fix compatibility() over settings_target making it None (#14825)
Bugfix: compatible packages look first in the cache, and only if not found, the servers, to allow offline installs when there are compatible packages. (#14800)
BugFix: Reuse session in ConanRequester to speed up requests. (#14795)
Bugfix: Fix relative paths of editable packages when they have components partially defining directories. (#14782)