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.
Feature: Get Workspace feature out of incubating. (#20202). Docs: π
Feature: replace_in_file now supports regex patterns. (#20194). Docs: π
Feature: Warn when conan config install is used after conan config install-pkg. (#20188). Docs: π
Feature: Support GCC 14.4 and 15.3 in settings.yml. (#20184)
Feature: Support intel-cc 2025.2, 2025.3 and 2026.1 in settings.yml. (#20184)
Feature: Change the Workspace approach to not process python_requires just to derive name/version. Proposed a new get_ref(folder) method in the conanws.py file to be able to define versions dynamically. (#20176). Docs: π
Feature: Define new cpp_info.not_required attribute to avoid downstream propagation of dependencies. (#20171). Docs: π
Feature: Add NO_SONAME support to CMakeConfigDeps to skip SONAME generation. (#20168). Docs: π
Feature: Assert invalid parameters in ConanFile.run() method. (#20156)
Feature: Add .tar.zst (Zstandard) archive support to the unzip() tool function. (#20140)
Feature: Reduce verbose terminal output produced during the package() step. (#20134)
Feature: Add tools.build:asmflags config and CMakeToolchain.extra_asmflags to populate CMAKE_ASM_FLAGS. (#20127)
Feature: Add micro modes to package_id_modes to model changes over MAJOR.MINOR.PATCH.MICRO micro digit. (#20102). Docs: π
Feature: New win_runtime_copy capability of VirtualRunEnv, so it can copy on Windows the runtime files of dependencies (the cpp_info.bindirs directories contents) to a single location and point to it, avoiding path overflows (like in Windows) for large graphs. (#18638). Docs: π
Fix: Update remaining audit.conan.io/<page> links to conan.io/audit/<page>. (#20203)
Fix: Fix upload with empty uploads from pattern, to make it equal to package lists behavior (#20197)
Fix: Avoid conflict with Automake's LINK var when using AutotoolsDeps with MSVC by using _LINK_ for linker flags. (#20192). Docs: π
Fix: Add support for VS 2026 in the Premake generator (requires Premake 5.0 beta 8). (#20189)
Fix: Fix rpath flags from AutotoolsDeps being dropped by Libtool on macOS, causing missing LC_RPATH in executables. (#20179)