Merged
Conversation
Update spdlog to use externpro for generating CPS (Common Package Specification) packages alongside traditional CMake config files. This enables modern dependency management with automatic SBOM generation and improved package metadata. Changes: - Update CMake minimum version to 4.3 for CPS support - Remove CMAKE_PROJECT_TOP_LEVEL_INCLUDES setup - Reorganize xpExternPackage call to integrate with standard install flow - Add DEFAULT_TARGETS support for simplified consumer usage - Add Threads dependency and update dependency handling - Conditional install logic to avoid conflicts between spdlogConfig.cmake and spdlog-config.cmake - Remove conditional blocks around pkg-config generation - Update install directories for externpro compatibility - Some changes were to minimize diffs from upstream This allows spdlog to be consumed both traditionally and via modern CPS-enabled tooling while maintaining backward compatibility.
Add CMAKE_EXPERIMENTAL_GENERATE_SBOM cache variable to enable SBOM (Software Bill of Materials) generation as part of the CPS package creation process. This provides enhanced dependency tracking and security metadata for the generated packages.
Replace the MSVC-only generator-expression compile options with a plain `/utf-8` option in the existing MSVC branch. see issue externpro/fmt#35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update externpro submodule to
25.07.18-16-g3728996Changes
.devcontainerto externpro25.07.18-16-g3728996a5a7aaf969934f89b2db9f761f5df5b9bd5277b537289960ac7f688c4873d8c9fe30d194e1d97c5e.github/release-tag.json(tag:xpv1.17.0.2)Workflow Update Report
This PR was created automatically by GitHub Actions