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: Remove cmake_target_namespace and cmake_module_target_namespace properties. (#10099). Docs: π
Feature: Allow CMakeDeps to set cmake_target_name property as an absolute target. (#10099). Docs: π
Feature: Add warning in CMakeDeps generated CMake files when target names collide. (#10099). Docs: π
Feature: Legacy cmake generators (cmake_find_package, cmake_find_package_multi) don't listen to new set_properties model anymore. (#10098). Docs: π
Feature: pkg_config_name is used as the main name for a package/component and it will be used as the name for the *.pc file. (#10084). Docs: π
Feature: Added new propertypkg_config_aliases which admits a list of strings to define different aliases for any package/component. (#10084). Docs: π
Feature: Define os=baremetal in settings.yml to represent platforms without OS "bare metal". (#10067). Docs: π
Feature: Modern tools.gnu.PkgConfig to supersede legacy tools.PkgConfig. Includes management of PKG_CONFIG_PATH and mapping to a cpp_info structure (#10065). Docs: π
Feature: Add test_requires() for 2.0 migration of force_host_context. (#10027). Docs: π
Feature: Added C++23 support for Visual Studio and GCC 11.2 one. (#10021)
Feature: Enable from conan import ConanFile to prepare for future namespace. (#10016). Docs: π
Feature: Add backend support to MesonToolchain. (#9990). Docs: π
Fix: Fix <PackageName>_FIND_COMPONENTS CMake generated variable to the correct value associated with the filename, not the package name. (#10098). Docs: π
Fix: Updated the ConanException in installer.py to improve the error message handling. (#10089). Docs: π
Fix: Simplify parallel definition in new conf, leaving only tools.build:jobs. Use max number of CPUs by default to build in parallel. (#10068). Docs: π
Fix: Fix the msvc version model, which is comparison broken with the "main" 19.3 version < 19.22. (#10057). Docs: π
Bugfix: Add import for CMakeToolchainBlock custom Blocks in CMakeToolchain. (#10026). Docs: π
Bugfix: Option --require-override is not working for conanfile.txt. (#10013)
Bugfix: Fix unescaped double-quotes for defines in Premake generator. (#10008)
Bugfix: Use new tools.cross_building in MesonToolchain . (#9992)
Bugfix: CMakeDeps generated *-data.cmake was not including properly the set of link flags. (#9980)
Bugfix: CMakeDeps was not populating INTERFACE_LINK_OPTIONS to each target. (#9980)
Bugfix: PkgConfigDeps was not adding correctly the Requires for all the package dependencies. (#9945)
Bugfix: user_toolchain properly included and path quoted in CMakeToolchain. (#9916)
Bugfix: Solved an issue with the conan config install whereby a cryptic error was raised when a user tried to install a directory that previously was a file and vice-versa. (#9908)
Bugfix: Missing framework for Xcode generator with no compiler setting. (#9896)