A simple calculator using arbitrary precision integers
Go to file
Bruno BELANYI 171ef10a6d
All checks were successful
continuous-integration/drone/push Build is passing
abacus: fix include directories
This cleans up one of my major pain points with the Meson way of doing
things.

The Meson solution to have nice includes would have been to create an
`include/<name>` directory per library I create...
2021-09-01 19:43:02 +02:00
src abacus: fix include directories 2021-09-01 19:43:02 +02:00
tests abacus: fix include directories 2021-09-01 19:43:02 +02:00
utils/gdb utils: gdb: fix pretty-printing of BigNum 2021-08-22 23:46:02 +02:00
.clang-format clang-format: format operators more aesthetically 2021-08-21 01:32:18 +02:00
.drone.yml ci: add Drone CI 2021-08-31 20:38:18 +02:00
.envrc nix: add direnv integration 2021-08-20 22:20:45 +02:00
.gdbinit gdbinit: register pretty-printers automatically 2021-08-21 01:31:48 +02:00
.gitignore git: ignore 'result' 2021-08-31 20:40:34 +02:00
CMakeLists.txt abacus: fix include directories 2021-09-01 19:43:02 +02:00
flake.lock nix: setup flake w/ pre-commit 2021-08-20 22:20:45 +02:00
flake.nix nix: use cmake instead of meson 2021-09-01 19:35:54 +02:00
LICENSE project: add LICENSE 2021-08-23 00:38:07 +02:00