summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* build: add enable-tools optionAlex Xu (Hello71)2021-12-051-3/+1
* Bump version to 1.3.1xkbcommon-1.3.1Ran Benita2021-09-101-1/+1
* tools: add compose tool for Compose debuggingRan Benita2021-05-081-0/+5
* Bump version to 1.3.0xkbcommon-1.3.0Ran Benita2021-05-011-1/+1
* bench: add atom benchmarkRan Benita2021-04-271-0/+5
* build: fix missing includesRan Benita2021-04-271-8/+8
* Move include files to include/ subdirectoryRan Benita2021-04-271-20/+20
* build: move the subproject variables to a common section at the endRan Benita2021-04-271-9/+17
* Meson: Allow building as subprojectAdrian Perez de Castro2021-04-271-4/+10
* Windows: Pass list of symbols to export to MSVCAdrian Perez de Castro2021-04-271-3/+34
* Bump version to 1.2.1xkbcommon-1.2.1Ran Benita2021-04-071-1/+1
* Bump version to 1.2.0xkbcommon-1.2.0Ran Benita2021-04-031-1/+1
* build: require C11Ran Benita2021-03-301-1/+1
* Bump version to 1.1.0xkbcommon-1.1.0Ran Benita2021-02-271-1/+1
* doc: add keymap-format-text-v1.md to the HTML documentationRan Benita2021-02-271-0/+1
* meson.build: replace the remaining join_paths() with the nicer / syntaxPeter Hutterer2021-02-221-1/+1
* test: add a keysym testerPeter Hutterer2021-02-221-5/+21
* Bump version to 1.0.3xkbcommon-1.0.3Ran Benita2020-11-231-1/+1
* Bump version to 1.0.2xkbcommon-1.0.2Ran Benita2020-11-201-1/+1
* x11: cache X11 atomsRan Benita2020-11-201-0/+7
* build: combine test & bench internal depsRan Benita2020-11-191-14/+6
* Bump version to 1.0.1xkbcommon-1.0.1Ran Benita2020-09-111-1/+1
* test/tool-option-parsing: skip testing of disabled toolsRan Benita2020-09-081-0/+4
* build: move tests to after toolsRan Benita2020-09-071-129/+130
* test: include unstd.h in the registry test to cut down the MacOS warningsPeter Hutterer2020-09-071-0/+3
* Bump version to 1.0.0xkbcommon-1.0.0Ran Benita2020-09-061-1/+1
* Revert: tools: add xkbcli-scaffold-new-layout as helper toolPeter Hutterer2020-09-031-7/+0
* meson.build: define PATH_MAX where it's missingPeter Hutterer2020-09-011-0/+8
* build: fix meson "uses features which were added in newer versions" warningRan Benita2020-08-301-2/+1
* tools: add xkbcli-scaffold-new-layout as helper toolPeter Hutterer2020-08-301-0/+8
* Add /etc/xkb as extra lookup path for system data filesPeter Hutterer2020-08-301-0/+5
* build: fix byacc invocationRan Benita2020-08-081-2/+2
* tools: run test-tool-option-parsing.py like a regular testRan Benita2020-07-251-10/+3
* 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