Commit | Line | Data |
---|---|---|
01bf7a3a PP |
1 | # SPDX-License-Identifier: MIT |
2 | ||
f197dce3 | 3 | EXTRA_DIST = bt2 \ |
b4953462 SM |
4 | cfg-error-reporting-throw.hpp \ |
5 | cfg-error-reporting.hpp \ | |
6 | cfg-logging-error-reporting-throw.hpp \ | |
7 | cfg-logging-error-reporting.hpp \ | |
8 | cfg-logging.hpp \ | |
f197dce3 FD |
9 | exc.hpp \ |
10 | log-cfg.hpp \ | |
3be0fc3c | 11 | lib-str.hpp \ |
f197dce3 FD |
12 | nlohmann/json.hpp \ |
13 | optional.hpp \ | |
5e1d23c3 | 14 | string_view.hpp \ |
df34434f | 15 | uuid-view.hpp \ |
fa5e9d57 | 16 | endian.hpp \ |
e2c3fe1c | 17 | make-unique.hpp \ |
f38a365f | 18 | safe-ops.hpp \ |
638a0d12 | 19 | align.hpp \ |
519e0bfe | 20 | uuid.hpp \ |
2f1bfb2a | 21 | vector.hpp \ |
82a36560 | 22 | std-int.hpp \ |
de719a10 | 23 | read-fixed-len-int.hpp \ |
23ed167e SM |
24 | glib-up.hpp \ |
25 | libc-up.hpp |