blob: 0a57fba6bed583537aefa7e20f881a77a32d9300 (
plain) (
tree)
|
|
# cpp-utils
This repository provides common utilities that I use in older code bases (old
cpp std) and in experiments.
Each utility is provided in a self-contained header file, which makes it easy
to copy them over and adapt them to the concrete needs.
The folder `test/` does not really provide tests, but it is more used as
playground and to validate compilation :^)
The [Makefile](Makefile) offers some targets for building, running and linting
the utilities.
```sh
# Build "test" examples.
make
# Run all tests.
make run
```
## License
This project is licensed under the [MIT](LICENSE) license.
|