blob: dae2d78e04790973e11b645a841984dc229a4d77 (
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) offer some target 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.
|