Teufelchen1
a8c9af901c
core/xfa: disable asan on llvm
2023-02-15 17:41:35 +01:00
Gunar Schorcht
de632b4df8
core/lib/xfa: fix parameter documentation
2022-11-03 10:25:37 +01:00
Marian Buschsieweke
a405599986
core/xfa: Silence clangd warning
...
Use `uintptr_t` for arithmetic rather than `const char *` to fix the
following warning:
> comparePointers: Subtracting pointers that point to different objects
2022-04-26 22:15:00 +02:00
3db7c1150a
core: split out library code
...
This commit splits core into it's scheduler/IPC part and into other code
that is either used or uses the scheduler, through defined APIs.
2022-03-09 21:43:05 +01:00