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 ...
- Host: GitHub
- URL: https://github.com/kimkulling/cppcore
- Owner: kimkulling
- License: mit
- Created: 2014-01-18T17:56:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T09:25:58.000Z (about 1 year ago)
- Last Synced: 2025-03-18T11:04:40.429Z (about 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 3.68 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
[](https://github.com/kimkulling/cppcore/actions/workflows/cmake.yml)
[](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)