spiegel-keyman/common/include
Marc Durdin 94723ba556 chore(common): move common cpp files and remove unused files
* Move the following files from common/windows/cpp/include/ to
  common/include/:
  * keymanversion.h
  * vkeys.h

* Move the following file from common/windows/cpp/ to common/cpp/:
  * vkeys.cpp

* Move crc32.cpp,crc32.h into kmcmplib, as they are only used there.

* Remove unused ConvertUTF.c and ConvertUTF.h.

* Update references to the above files.

* Remove precompiled header refs from vkeys.cpp and change data type to
  `char*` for types in vkeys.cpp (unless `USE_CHAR16_T` is defined), so
  that it is more cross-platform accessible, update usages accordingly,
  fixup project definitions accordingly.

* Remove unused define `KMN_KBP_EXPORTING` from kmcmplib/meson.build.

Fixes: #15565
Test-bot: skip
2026-05-20 13:44:05 +02:00
..
.gitignore refactor(common): move keymanversion_build.in to /common/include 2023-03-24 14:42:12 +07:00
build.sh maint(common): consolidate builder scripts 2025-08-02 08:11:24 +10:00
keymanversion.h chore(common): move common cpp files and remove unused files 2026-05-20 13:44:05 +02:00
keymanversion_build.in chore(developer): fix typos 2023-03-24 15:06:12 +07:00
km_types.h feat(mac): remove dublicate #include 2024-07-19 12:09:16 +02:00
km_u16.h fix(developer): modify u16ltrim to copy non-trimmed characters to beginning of string 2024-09-10 10:56:53 +01:00
kmx_file.h fix(common,core): support other lookup for modifiers 2024-04-01 23:21:33 -05:00
test_assert.h feat(core): move kmx_plus.tests.cpp to GTest 2025-03-13 15:05:55 -05:00
test_color.cpp refactor(common): move enabled declaration into test_color.cpp 2024-05-20 15:42:41 +07:00
test_color.h fix(core): rename assert() to test_assert() in unit tests 2024-11-28 09:46:01 +07:00
utfcodec.hpp refactor(core): move utfcodec to common 2024-08-13 15:04:07 +02:00
vkeys.h chore(common): move common cpp files and remove unused files 2026-05-20 13:44:05 +02:00