spiegel-keyman/linux
Eberhard Beilharz 15d87963b2
chore(core): Ignore C++ symbols
We have a C API, but (internal) C++ template instantiations are visible
and so get flagged by `dpkg-gensymbols`. This change ignores the one
use of C++ by marking it optional. This is listed as a usage scenario
in the dpkg-gensymbols man page.

Note this requires a change how we call dpkg-gensymbols: if the `-O`
parameter is specified, the file is not treated as being a template file
(see man deb-src-symbols) and so the tags are not interpreted.
Additionally the file gets overwritten with the non-tag version. So this
change removes the `-O` parameter, and changes the archiving of the
generated file.
2024-01-15 18:47:53 +01:00
..
debian chore(core): Ignore C++ symbols 2024-01-15 18:47:53 +01:00
help fix(linux): Fix title of reference page and links 2023-06-06 15:19:24 +02:00
ibus-keyman refactor(core): use km_core_state_context_clear where possible 2024-01-12 12:05:00 +07:00
keyman-config chore(linux): Small refactoring to make it easier to read 2023-12-08 18:50:38 +01:00
keyman-system-service chore(linux): Fix coverage report creation for keyman-system-service 2023-10-18 10:32:41 +02:00
scripts chore(core): Ignore C++ symbols 2024-01-15 18:47:53 +01:00
.gitignore fix(linux): Fix environment for Debian packages 2023-11-02 22:18:02 +07:00
.pbuilderrc chore(linux): Update supported Ubuntu versions 2023-07-25 12:39:03 +02:00
build.sh chore(linux): Add --open option to open coverage reports in browser 2023-10-16 17:22:41 +02:00
CodeCoverageReports.html chore(linux): Add code coverage index page 2023-10-13 22:51:00 +02:00
Dockerfile chore(linux): docker: make emscripten version customizable 2023-12-13 23:23:55 +00:00
history.md chore(linux/resources): Cleanup formatting in history.md 2020-11-27 13:30:20 +07:00
LICENSE.md chore(linux): Update readme 2022-10-12 12:28:46 +02:00
Makefile chore(core): Remove obsolete --target-path option 2023-03-07 13:38:31 +01:00
README.md chore(linux): Add code coverage index page 2023-10-13 22:51:00 +02:00

Keyman for Linux

See /docs/linux/README.md for documentation.