Releases: kcenon/common_system
Releases · kcenon/common_system
common_system v0.2.0
common_system v0.2.0
Foundation library for the unified_system ecosystem.
Installation
vcpkg overlay port — reference this tag in your overlay:
CMake FetchContent — pin to this release:
Usage
cmake [options]
cmake [options]
cmake [options] -S -B
Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.
Changelog
New Features
Chores
a38f75a- ci: add SOUP version drift detection to ecosystem CI (PR #424 by @kcenon)e249214- deps: standardize on vcpkg-only package management (PR #429 by @kcenon)7f36960- license: automate Apache-2.0 NOTICE file collection (PR #432 by @kcenon)1b5b064- release: bump version to 0.2.0 for stable release (PR #436 by @kcenon)
common_system v0.1.0
common_system v0.1.0
Foundation library for the unified_system ecosystem.
Installation
vcpkg overlay port — reference this tag in your overlay:
"version": "0.1.0"
CMake FetchContent — pin to this release:
FetchContent_Declare(
common_system
GIT_REPOSITORY https://github.com/kcenon/common_system.git
GIT_TAG v0.1.0
)Full changelog generated below from conventional commits.
Full Changelog: https://github.com/kcenon/common_system/commits/v0.1.0