refactor(vcpkg): standardize vcpkg.json and resolve documentation inconsistencies#253
Merged
Merged
Conversation
…inconsistencies - Update package name from 'common-system' to 'kcenon-common-system' - Fix license from 'MIT' to 'BSD-3-Clause' (matches LICENSE file) - Update description to reflect C++20 standard - Remove invalid 'builtin-baseline' field - Move gtest and benchmark from default dependencies to 'testing' feature - Add vcpkg JSON schema reference - Add 'supports' field for platform compatibility - Fix README.md to consistently state C++20 (was incorrectly C++17) Resolves #252
- Update QUICK_START.md: C++17+ -> C++20, update compiler requirements - Update FAQ.md: C++17 -> C++20 throughout, update compiler versions - Align compiler flags examples with C++20 standard Part of #252
6 tasks
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
…onsistencies (#253) * refactor(vcpkg): standardize vcpkg.json format and fix documentation inconsistencies - Update package name from 'common-system' to 'kcenon-common-system' - Fix license from 'MIT' to 'BSD-3-Clause' (matches LICENSE file) - Update description to reflect C++20 standard - Remove invalid 'builtin-baseline' field - Move gtest and benchmark from default dependencies to 'testing' feature - Add vcpkg JSON schema reference - Add 'supports' field for platform compatibility - Fix README.md to consistently state C++20 (was incorrectly C++17) Resolves #252 * docs: update QUICK_START and FAQ to reflect C++20 standard - Update QUICK_START.md: C++17+ -> C++20, update compiler requirements - Update FAQ.md: C++17 -> C++20 throughout, update compiler versions - Align compiler flags examples with C++20 standard Part of #252
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
Changes
vcpkg.json Updates
common-system→kcenon-common-systemMIT→BSD-3-Clause(matches LICENSE file)builtin-baselinefieldtestingfeaturesupportsfield for platform compatibilityDocumentation Updates
Verification
Related Issues
Closes #252
Part of Epic #251