Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-13 | support building with uncompressed help databases | Ariadne Conill | 1 | -4/+11 | |
2021-12-14 | applet: suppress is_error warning on clang | Ariadne Conill | 1 | -2/+3 | |
clang does not ignore inline functions when checking for unused functions ref #10794 | |||||
2021-12-14 | applet: rework APK_DEFINE_APPLET to use constructor attribute | Ariadne Conill | 1 | -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-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -0/+76 | |
makes apk_verbosity non-global fixes #10682 |