summaryrefslogtreecommitdiff
path: root/meson.build
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-251-2/+2
* 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-251-6/+7
* tools: link the tools against libxkbcommon.so onlyPeter Hutterer2020-07-251-1/+11
* Drop use of ronn, switch to raw roff insteadPeter Hutterer2020-07-251-24/+7
* tools: add a test program to parse the commandline optionsPeter Hutterer2020-07-251-0/+12
* tools: drop getopt vs getopt_long differentiationPeter Hutterer2020-07-251-27/+21
* tools: switch interactive-evdev to getopt_longPeter Hutterer2020-07-251-9/+9
* tools: install our tools as xkbcli subcommandsPeter Hutterer2020-07-251-8/+41
* tools: add a xkbcli tool as entry point for the various tools we havePeter Hutterer2020-07-251-1/+31
* 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-251-0/+15
* meson.build: fix pkgconfig deprecation warningPeter Hutterer2020-07-231-4/+4
* test: fix Windows CI by rewriting symbols-leak-test from bash to pythonRan Benita2020-07-221-1/+1
* tools: add ability to compile from kccgst to rmlvo-to-keymapPeter Hutterer2020-07-081-1/+0
* tools: add ability to print the KcCGST components for rmlvo-to-keymapPeter Hutterer2020-07-081-1/+0
* meson.build: always set the default variants/optionsPeter Hutterer2020-07-081-0/+4
* Add libxkbregistry to query available RMLVOPeter Hutterer2020-07-061-1/+57
* Add a snprintf_safe() helper functionPeter Hutterer2020-07-061-0/+5
* meson.build: prefix all tools with xkbcommon-Peter Hutterer2020-06-251-7/+7
* tools: move the remaining tools from test to herePeter Hutterer2020-06-251-3/+3
* test: disentangle interactive-wayland from the test headersPeter Hutterer2020-06-251-1/+4
* test: untangle interactive-x11 from the test headersPeter Hutterer2020-06-251-1/+9
* test: untangle interactive-evdev from the test headersPeter Hutterer2020-06-251-2/+4
* Use a custom internal library for the toolsPeter Hutterer2020-06-251-4/+14
* Move the various tools to a tools/ directoryPeter Hutterer2020-06-251-4/+4
* doc: add documentation for user configurationPeter Hutterer2020-06-151-0/+1
* doc: add the rules-format file (as markdown)Peter Hutterer2020-06-151-0/+1
* Fix building X11 tests on PE targetsJon Turney2020-04-181-10/+10
* test: add "how to type" demo programRan Benita2020-03-201-0/+1
* build: fix build with byaccRan Benita2020-02-181-7/+20
* Bump version to 0.10.0xkbcommon-0.10.0Ran Benita2020-01-181-1/+1
* build: Skip building some tests on MSVC for nowAdrian Perez de Castro2019-12-281-8/+13
* build: add some defines for MSVC to allow it to be unixyAdrian Perez de Castro2019-12-281-0/+8
* meson.build: Take win_bison as a possible variant for BisonAdrian Perez de Castro2019-12-271-1/+1
* build: include config.h manuallyRan Benita2019-12-271-1/+0
* Provide a fallback implementation of [v]asprintf()Adrian Perez de Castro2019-12-271-0/+5
* Provide a fallback implementation of strndup()Adrian Perez de Castro2019-12-271-0/+3
* rules: add include statements to rules filesPeter Hutterer2019-12-241-0/+10
* meson: remove redundant malloc scribblingRan Benita2019-12-141-3/+0
* Bump version to 0.9.1xkbcommon-0.9.1Ran Benita2019-10-201-1/+1
* Bump version to 0.9.0xkbcommon-0.9.0Ran Benita2019-10-191-1/+1
* build: Solaris needs __EXTENSIONS__ instead of _GNU_SOURCEAlan Coopersmith2019-09-111-7/+15