summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: use gnu_symbol_visibility instead of explicit -fvisibilityRan Benita2020-07-251-1/+3
* build: use nicer / syntax instead of join_paths()Ran Benita2020-07-251-11/+11
* tools: make independent from src/Ran Benita2020-07-254-17/+33
* build: use cc.get_supported_arguments()Ran Benita2020-07-251-5/+2
* build: remove explicit -WextraRan Benita2020-07-251-1/+0
* tools: some minor changes to xkbcliRan Benita2020-07-2511-97/+149
* tools: link the tools against libxkbcommon.so onlyPeter Hutterer2020-07-253-5/+19
* tools: avoid use of a private apiPeter Hutterer2020-07-251-4/+15
* Drop use of ronn, switch to raw roff insteadPeter Hutterer2020-07-2517-336/+334
* tools: don't mangle the path for tools, just exec directlyPeter Hutterer2020-07-251-24/+9
* tools: don't assert on 64+ commandline arguments, just returnPeter Hutterer2020-07-252-1/+8
* 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