summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: add a test program to parse the commandline optionsPeter Hutterer2020-07-252-0/+308
* tools: drop getopt vs getopt_long differentiationPeter Hutterer2020-07-252-31/+21
* tools: switch how-to-type to getopt_longPeter Hutterer2020-07-252-21/+46
* tools: switch interactive-evdev to getopt_longPeter Hutterer2020-07-253-57/+93
* tools: consistently return 2 on invalid usagePeter Hutterer2020-07-256-12/+34
* tools: install our tools as xkbcli subcommandsPeter Hutterer2020-07-2511-10/+347
* tools: add a xkbcli tool as entry point for the various tools we havePeter Hutterer2020-07-257-2/+229
* meson.build: move registry-list tool down to the tools sectionPeter Hutterer2020-07-251-6/+7
* meson.build: only build the tools where getopt.h is availablePeter Hutterer2020-07-251-58/+62
* meson.build: move the config.h generation to the bottomPeter Hutterer2020-07-251-2/+2
* meson.build: registry list is dependent on getopt_longPeter Hutterer2020-07-251-5/+10
* meson.build: drop install:false from configure_filePeter Hutterer2020-07-251-2/+1
* meson.build: add the valgrind test setup, exclude python testsPeter Hutterer2020-07-252-1/+16
* test: make the symbols-leak-test executablePeter Hutterer2020-07-252-1/+1
* Make path retrieval consistent in xkb_compose_table_new_from_locale()Emmanuel Gil Peyrot2020-07-233-15/+13
* compose: add xdg base directory supportEmmanuel Gil Peyrot2020-07-234-2/+38
* meson.build: fix pkgconfig deprecation warningPeter Hutterer2020-07-231-4/+4
* PACKAING: remove bashRan Benita2020-07-222-2/+1
* test: fix Windows CI by rewriting symbols-leak-test from bash to pythonRan Benita2020-07-224-21/+65
* ci: cache chocolaty downloadRan Benita2020-07-221-0/+7
* xkbcomp: return NULL, not false in place of a FILE*Peter Hutterer2020-07-131-1/+1
* xkbcomp: simplify buffer handling in the include handlingPeter Hutterer2020-07-131-23/+9
* Add asprintf_safe helper functionPeter Hutterer2020-07-138-38/+58
* tools: add option to print full RMLVO elements to rmlvo-to-keymapPeter Hutterer2020-07-081-1/+21
* tools: add ability to compile from kccgst to rmlvo-to-keymapPeter Hutterer2020-07-083-129/+70
* tools: add include path handling to rmlvo-to-keymapPeter Hutterer2020-07-081-9/+41
* tools: add ability to print the KcCGST components for rmlvo-to-keymapPeter Hutterer2020-07-083-120/+63
* tools: expand help output for rmlvo-to-keymapPeter Hutterer2020-07-081-3/+24
* tools: add verbose logging to rmlvo-to-keymapPeter Hutterer2020-07-081-4/+17
* context: log include paths for debuggingPeter Hutterer2020-07-081-3/+12
* tools: always print the rmlvo-to-keymap outcomePeter Hutterer2020-07-081-11/+3
* meson.build: always set the default variants/optionsPeter Hutterer2020-07-082-8/+4
* Add libxkbregistry to query available RMLVOPeter Hutterer2020-07-0615-7/+3435
* utils: add streq_null() for streq that allows NULL valuesPeter Hutterer2020-07-062-0/+14
* Add a snprintf_safe() helper functionPeter Hutterer2020-07-063-0/+70
* Factor the access check for paths outPeter Hutterer2020-07-062-6/+24
* test: fix the xkeyboard-config test for the prefixed tool namePeter Hutterer2020-07-011-1/+1
* tools: don't depend on src/utils.hRan Benita2020-06-285-9/+16
* tools: allow stdin for compiling keymapsPeter Hutterer2020-06-251-4/+37
* tools: print the kccgst format in a usable syntaxPeter Hutterer2020-06-251-4/+6
* test: drop some now-obsolete functionsPeter Hutterer2020-06-252-137/+0
* meson.build: prefix all tools with xkbcommon-Peter Hutterer2020-06-251-7/+7
* tools: move the remaining tools from test to herePeter Hutterer2020-06-256-8/+8
* test: disentangle interactive-wayland from the test headersPeter Hutterer2020-06-252-7/+10
* test: untangle interactive-x11 from the test headersPeter Hutterer2020-06-252-7/+15
* test: untangle interactive-evdev from the test headersPeter Hutterer2020-06-256-99/+162
* test: simplify error handling in interactive-evdevPeter Hutterer2020-06-253-31/+208
* Use a custom internal library for the toolsPeter Hutterer2020-06-251-4/+14
* Move the various tools to a tools/ directoryPeter Hutterer2020-06-255-4/+4
* test: how-to-type: prefer local headers over system onesPeter Hutterer2020-06-251-1/+1