summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* Add support for stable doc URLs (#342)Wismill2023-05-141-2/+21
* Improve documentationPierre Le Marre2023-05-131-1/+3
* build: show a summaryRan Benita2023-05-051-0/+34
* build: require bison >= 2.3aRan Benita2023-05-051-1/+1
* build: bump required meson to 0.52.0Ran Benita2023-05-051-1/+1
* meson.build: register libxkbcommon.dylib linkKen Cunningham2023-05-041-0/+1
* Add support for modmap None (#291)Wismill2023-05-011-0/+5
* Improve the doc of the XKB keymap text format, V1 (#321)Wismill2023-04-301-1/+2
* build: override dependency for use as subprojectSimon Ser2023-02-191-0/+9
* Bump version to 1.5.0xkbcommon-1.5.0Ran Benita2023-01-021-1/+1
* build: fix wayland-scanner deprecation code -> private-codeRan Benita2023-01-021-1/+1
* build: require meson >= 0.51, fix meson deprecationsRan Benita2022-12-161-16/+16
* build: remove -fsanitize-undefined-trap-on-errorRan Benita2022-12-141-1/+0
* build: reenable test-context in MSVCRan Benita2022-09-241-8/+5
* test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita2022-09-241-1/+1
* Bump version to 1.4.1xkbcommon-1.4.1Ran Benita2022-05-211-1/+1
* Bump version to 1.4.0xkbcommon-1.4.0Ran Benita2022-02-041-1/+1
* 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