feat(vcpkg): standardize vcpkg.json following ecosystem conventions#373
Merged
Conversation
- Add $schema for IDE validation and autocomplete - Rename package from 'network-system' to 'kcenon-network-system' - Add version (1.0.0), port-version, homepage, and supports fields - Add ecosystem dependencies (common, thread, logger, container systems) - Add fmt with version constraint (>=10.0.0) - Move gtest and benchmark to testing feature - Add ssl feature with openssl version constraint (>=3.0.0) Resolves #372
- Move ecosystem dependencies from Optional to Required section - Add common_system as required dependency - Update OpenSSL version recommendation (3.x recommended / 1.1.1+ minimum) - Add fmt (10.0.0+) and zlib as required dependencies - Update CMake version requirement to 3.20+ - Sync changes to Korean README (README_KO.md)
Contributor
Performance ComparisonBase Branch ResultsNo base results PR Branch ResultsNo PR results |
Ecosystem dependencies (kcenon-common-system, kcenon-thread-system, kcenon-logger-system, kcenon-container-system) are not registered in the official vcpkg registry yet. The CI uses direct GitHub checkout for these dependencies. These dependencies will be added back once: - kcenon/common_system#252 - kcenon/thread_system#348 - kcenon/logger_system#264 - kcenon/container_system#202 are resolved and packages are registered in vcpkg registry. See #371 for tracking ecosystem dependency registration.
Contributor
Performance ComparisonBase Branch ResultsNo base results PR Branch ResultsNo PR results |
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
…373) * feat(vcpkg): standardize vcpkg.json following ecosystem conventions - Add $schema for IDE validation and autocomplete - Rename package from 'network-system' to 'kcenon-network-system' - Add version (1.0.0), port-version, homepage, and supports fields - Add ecosystem dependencies (common, thread, logger, container systems) - Add fmt with version constraint (>=10.0.0) - Move gtest and benchmark to testing feature - Add ssl feature with openssl version constraint (>=3.0.0) Resolves #372 * docs: update dependencies to reflect vcpkg.json changes - Move ecosystem dependencies from Optional to Required section - Add common_system as required dependency - Update OpenSSL version recommendation (3.x recommended / 1.1.1+ minimum) - Add fmt (10.0.0+) and zlib as required dependencies - Update CMake version requirement to 3.20+ - Sync changes to Korean README (README_KO.md) * fix(vcpkg): remove ecosystem dependencies not yet in vcpkg registry Ecosystem dependencies (kcenon-common-system, kcenon-thread-system, kcenon-logger-system, kcenon-container-system) are not registered in the official vcpkg registry yet. The CI uses direct GitHub checkout for these dependencies. These dependencies will be added back once: - kcenon/common_system#252 - kcenon/thread_system#348 - kcenon/logger_system#264 - kcenon/container_system#202 are resolved and packages are registered in vcpkg registry. See #371 for tracking ecosystem dependency registration.
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
Standardize vcpkg.json to follow the unified_system ecosystem conventions established in common_system.
$schemafor IDE validation and autocompletenetwork-systemtokcenon-network-systemversion(1.0.0),port-version,homepage, andsupportsfieldscommon,thread,logger,containersystems)gtestandbenchmarktotestingfeaturesslfeature with OpenSSL version constraint (>=3.0.0)Changes
vcpkg.json
network-system→kcenon-network-system$schema,version,port-version,homepage,supportstestingfeature, addedsslfeatureDocumentation
Test plan
Resolves #372