refactor: Entire code base, thread and log usage

Boils down to:
- Include headers
- Reduce boiler plate with helpers
- Swap out explicit usages with core API layer
  and ensure the right API is configured beforehand
This commit is contained in:
icex2
2024-08-14 17:53:51 +02:00
parent 82d1a2df52
commit 93e0a090bc
338 changed files with 1307 additions and 641 deletions
+2
View File
@@ -3,6 +3,7 @@ testexes += iidxhook-config-iidxhook1-test
srcdir_iidxhook-config-iidxhook1-test := src/test/iidxhook
libs_iidxhook-config-iidxhook1-test := \
core \
cconfig \
iidxhook1 \
test \
@@ -18,6 +19,7 @@ testexes += iidxhook-config-iidxhook2-test
srcdir_iidxhook-config-iidxhook2-test := src/test/iidxhook
libs_iidxhook-config-iidxhook2-test := \
core \
iidxhook2 \
cconfig \
test \