tools: add a test program to parse the commandline options
[platform/upstream/libxkbcommon.git] / tools /
2020-07-25 Peter Hutterertools: add a test program to parse the commandline...
2020-07-25 Peter Hutterertools: drop getopt vs getopt_long differentiation
2020-07-25 Peter Hutterertools: switch how-to-type to getopt_long
2020-07-25 Peter Hutterertools: switch interactive-evdev to getopt_long
2020-07-25 Peter Hutterertools: consistently return 2 on invalid usage
2020-07-25 Peter Hutterertools: install our tools as xkbcli subcommands
2020-07-25 Peter Hutterertools: add a xkbcli tool as entry point for the various...
2020-07-08 Peter Hutterertools: add option to print full RMLVO elements to rmlvo...
2020-07-08 Peter Hutterertools: add ability to compile from kccgst to rmlvo...
2020-07-08 Peter Hutterertools: add include path handling to rmlvo-to-keymap
2020-07-08 Peter Hutterertools: add ability to print the KcCGST components for...
2020-07-08 Peter Hutterertools: expand help output for rmlvo-to-keymap
2020-07-08 Peter Hutterertools: add verbose logging to rmlvo-to-keymap
2020-07-08 Peter Hutterertools: always print the rmlvo-to-keymap outcome
2020-07-06 Peter HuttererAdd libxkbregistry to query available RMLVO
2020-06-28 Ran Benitatools: don't depend on src/utils.h
2020-06-25 Peter Hutterertools: allow stdin for compiling keymaps
2020-06-25 Peter Hutterertools: print the kccgst format in a usable syntax
2020-06-25 Peter Hutterertools: move the remaining tools from test to here
2020-06-25 Peter Hutterertest: untangle interactive-evdev from the test headers
2020-06-25 Peter Hutterertest: simplify error handling in interactive-evdev
2020-06-25 Peter HuttererMove the various tools to a tools/ directory