Skip to content

Repository files navigation

Harlinn.Common

Harlinn.Common is a header only library which only depends on a few standard C++ header files:

  • <array>
  • <bit>
  • <cassert>
  • <chrono>
  • <cmath>
  • <cwctype>
  • <iterator>
  • <limits>
  • <optional>
  • <ranges>
  • <string_view>
  • <type_traits>

The library provides functionality used by the Harlinn.Math library and the Harlinn.System library.

Build

To build:

cmake --preset default
cmake --build --preset default
ctest --preset default

For local development with sibling repos:

cmake --preset local-dev

About

Common code

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages