Skip to content

Releases: kcenon/common_system

common_system v0.2.0

11 Mar 01:06

Choose a tag to compare

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

  • d98f9b3 - release: add reusable release workflow and FetchContent pin checker (PR #433 by @kcenon)

Chores

common_system v0.1.0

09 Mar 00:30

Choose a tag to compare

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