summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* tools: install our tools as xkbcli subcommandsPeter Hutterer2020-07-251-1/+2
* test: make the symbols-leak-test executablePeter Hutterer2020-07-251-0/+0
* PACKAING: remove bashRan Benita2020-07-221-1/+0
* test: fix Windows CI by rewriting symbols-leak-test from bash to pythonRan Benita2020-07-222-19/+63
* Add asprintf_safe helper functionPeter Hutterer2020-07-134-14/+11
* Add libxkbregistry to query available RMLVOPeter Hutterer2020-07-061-0/+843
* utils: add streq_null() for streq that allows NULL valuesPeter Hutterer2020-07-061-0/+6
* Add a snprintf_safe() helper functionPeter Hutterer2020-07-061-0/+50
* test: fix the xkeyboard-config test for the prefixed tool namePeter Hutterer2020-07-011-1/+1
* test: drop some now-obsolete functionsPeter Hutterer2020-06-252-137/+0
* tools: move the remaining tools from test to herePeter Hutterer2020-06-253-1627/+0
* test: disentangle interactive-wayland from the test headersPeter Hutterer2020-06-251-6/+6
* test: untangle interactive-x11 from the test headersPeter Hutterer2020-06-251-6/+6
* test: untangle interactive-evdev from the test headersPeter Hutterer2020-06-253-39/+32
* test: simplify error handling in interactive-evdevPeter Hutterer2020-06-251-31/+20
* Move the various tools to a tools/ directoryPeter Hutterer2020-06-254-538/+0
* test: how-to-type: prefer local headers over system onesPeter Hutterer2020-06-251-1/+1
* test: untangle rmlvo-to-kccgst from the test headersPeter Hutterer2020-06-251-2/+1
* test: untangle print-compiled-keymap from the test headersPeter Hutterer2020-06-251-3/+15
* test: simplify an exit pathPeter Hutterer2020-06-251-8/+6
* keymap: don't forget about fallback mappings in xkb_keymap_key_get_mods_for_l...Ran Benita2020-04-181-1/+2
* test: use flag instead of hardcoded value in examplesNils2020-03-253-3/+6
* test/how-to-type: some code fixes/improvementsRan Benita2020-03-211-14/+14
* test: add "how to type" demo programRan Benita2020-03-201-0/+196
* API to query modifier set required to type a keysymJaroslaw Kubik2020-03-201-0/+42
* Support translation Unicode codepoints to keysymsJaroslaw Kubik2020-02-241-0/+66
* MSVC: Provide implementations of [un]setenv()Adrian Perez de Castro2019-12-281-0/+5
* MSVC: Provide implementations of test_{dis,en}able_stdin_echoAdrian Perez de Castro2019-12-281-3/+24
* MSVC: Use <io.h> as an alternative for <unistd.h>Adrian Perez de Castro2019-12-282-1/+13
* test/data: ensure files are checked out with LF, not CRLFRan Benita2019-12-281-0/+1
* test/atom: use correct format specifier for size_tRan Benita2019-12-281-6/+6
* Open files in binary modeRan Benita2019-12-283-4/+4
* test/common: avoid double // in pathRan Benita2019-12-281-1/+2
* test/common: simplify test_get_path()Ran Benita2019-12-281-12/+10
* test/context: use a more portable directory-exists checkRan Benita2019-12-271-6/+7
* Only add GCC diagnostic pragmas when compiler is GCC compatibleRan Benita2019-12-271-0/+2
* build: include config.h manuallyRan Benita2019-12-2724-2/+49
* rules: add include statements to rules filesPeter Hutterer2019-12-249-0/+228
* test: let rmlvo-to-kccgst take long options like rmlvo-to-keymapPeter Hutterer2019-11-181-3/+20
* atom: combine atom_intern() and atom_lookup()Ran Benita2019-11-091-7/+7
* test/atom: increase iteration count and print random seed on failureRan Benita2019-11-081-2/+6
* parser: get rid of "stealing" atomsRan Benita2019-11-081-4/+4
* test: remove a superfluous string-is-null checkPeter Hutterer2019-11-071-1/+1
* test: fix a potential memory leakPeter Hutterer2019-11-071-1/+3
* test: xkeyboard-config: bring back the progress barRan Benita2019-11-011-4/+2
* test: xkeyboard-config: invoke the python3 command (#120)Peter Hutterer2019-11-011-1/+1
* test: xkeyboard-config: add missing variant testsPeter Hutterer2019-11-011-0/+3
* test: xkeyboard-config: use universal_newlines instead of decodePeter Hutterer2019-11-011-7/+9
* test: xkeyboard-config: flake8 fixesPeter Hutterer2019-11-011-2/+6
* test: xkeyboard-config: handle keyboard interrupts correctlyPeter Hutterer2019-11-011-71/+80