summaryrefslogtreecommitdiff
path: root/src/applet.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13support building with uncompressed help databasesAriadne Conill1-4/+11
2021-12-14applet: suppress is_error warning on clangAriadne Conill1-2/+3
clang does not ignore inline functions when checking for unused functions ref #10794
2021-12-14applet: rework APK_DEFINE_APPLET to use constructor attributeAriadne Conill1-11/+1
this allows the applet registration to work in a portable way, without having to weird things with the linker. ref #10794
2020-10-09rename apk_db_options to apk_ctx, rework loggingTimo Teräs1-0/+76
makes apk_verbosity non-global fixes #10682