kc3-lang/libxkbcommon/test/utils-text.c

Branch :


Log

Author Commit Date CI Message
1bbd317f 2025-09-25 10:57:22 test: Improve Xorg xkbcomp handling - More robust call to xkbcomp. - Enable to test roundtrip with user-provided keymap.
3bfc1bc1 2025-05-12 18:52:05 misc: Ensure proper type for darray size
a4038a47 2025-02-12 09:50:36 Miscellaneous int types fixes
e120807b 2025-01-29 15:35:22 Update license notices to SDPX short identifiers + update LICENSE Fix #628. Signed-off-by: Ran Benita <ran@unusedvar.com>
5389a31e 2025-01-22 17:33:03 clang-tidy: Use memcpy instead of the insecure strcpy
3ed763c3 2024-10-09 07:11:13 test: Add strip_lines and uncomment to text utils These allow us to store comments in files (especially keymaps), that can then be removed (e.g. to compare with output) or uncommented (e.g. to activate an optional line).