An open API service indexing awesome lists of open source software.

https://github.com/kimkulling/cppcore

My core for most of my projects ...
https://github.com/kimkulling/cppcore

cpp

Last synced: about 1 year ago
JSON representation

My core for most of my projects ...

Awesome Lists containing this project

README

          

# The CppCore-Library
My collection of common tools for c++, which I have written the last couple of years
for myself or libraries I worked on.
Feel free to use them or to show me, what I did wrong. I am also deploying my unit
tests, so doing a proof of my failures are easy :-).

# Documentation
[The documentation](doc/index.md)

# Build status
[![Build status](https://github.com/kimkulling/cppcore/actions/workflows/cmake.yml/badge.svg)](https://github.com/kimkulling/cppcore/actions/workflows/cmake.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kimkulling_cppcore&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kimkulling_cppcore)

## Used in...
* OSRE (aka Open-Source-Render-Experience): [The OSRE Repo](https://github.com/kimkulling/osre)
* Openddl-Parser: [The OpenDDL-Parser Repo](https://github.com/kimkulling/openddl-parser)

## How to contribute
See [How to contribute](CONTRIBUTING.md)