Skip to content

Bosswestfalen/runtime_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosswestfalen::runtime_array

GitHub license

Build

Tests

CMake flag: -DBUILD_TESTS=ON (default) or OFF

Build unit-tests, using Catch2.

Docs

CMake flag: -DBUILD_DOCS=OFF (default) or ON

Generate Doxygen documentation and store at ${CMAKE_BINARY_DIR}/docs.

Note: make sure doxygen is installed.

Analyse Code

CMake flag: -DBUILD_CODEANALYSIS=OFF (default) or ON

Analyze the code with clang-tidy.

Note: make sure clang-tidy is installed.

Install

Use cmake --build . --target install to install bosswestfalen/runtime_array.hpp to ${CMAKE_INSTALL_PREFIX}/include/

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published