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

Branch :


Log

Author Commit Date CI Message
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).