Windows: Pass list of symbols to export to MSVC
[platform/upstream/libxkbcommon.git] / meson.build
2021-04-27 Adrian Perez de... Windows: Pass list of symbols to export to MSVC
2021-04-07 Ran BenitaBump version to 1.2.1 xkbcommon-1.2.1
2021-04-03 Ran BenitaBump version to 1.2.0 xkbcommon-1.2.0
2021-03-30 Ran Benitabuild: require C11
2021-02-27 Ran BenitaBump version to 1.1.0 xkbcommon-1.1.0
2021-02-27 Ran Benitadoc: add keymap-format-text-v1.md to the HTML documentation
2021-02-22 Peter Hutterermeson.build: replace the remaining join_paths() with...
2021-02-22 Peter Hutterertest: add a keysym tester
2020-11-23 Ran BenitaBump version to 1.0.3 sandbox/jeon/upstream upstream_bkup_20220207 xkbcommon-1.0.3
2020-11-20 Ran BenitaBump version to 1.0.2 xkbcommon-1.0.2
2020-11-20 Ran Benitax11: cache X11 atoms
2020-11-19 Ran Benitabuild: combine test & bench internal deps
2020-09-11 Ran BenitaBump version to 1.0.1 xkbcommon-1.0.1
2020-09-08 Ran Benitatest/tool-option-parsing: skip testing of disabled...
2020-09-07 Ran Benitabuild: move tests to after tools
2020-09-07 Peter Hutterertest: include unstd.h in the registry test to cut down...
2020-09-05 Ran BenitaBump version to 1.0.0 xkbcommon-1.0.0
2020-09-03 Peter HuttererRevert: tools: add xkbcli-scaffold-new-layout as helper...
2020-08-31 Peter Hutterermeson.build: define PATH_MAX where it's missing
2020-08-30 Ran Benitabuild: fix meson "uses features which were added in...
2020-08-30 Peter Hutterertools: add xkbcli-scaffold-new-layout as helper tool
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-08-08 Ran Benitabuild: fix byacc invocation
2020-07-25 Ran Benitatools: run test-tool-option-parsing.py like a regular...
2020-07-25 Ran Benitabuild: use gnu_symbol_visibility instead of explicit...
2020-07-25 Ran Benitabuild: use nicer / syntax instead of join_paths()
2020-07-25 Ran Benitatools: make independent from src/
2020-07-25 Ran Benitabuild: use cc.get_supported_arguments()
2020-07-25 Ran Benitabuild: remove explicit -Wextra
2020-07-25 Ran Benitatools: some minor changes to xkbcli
2020-07-25 Peter Hutterertools: link the tools against libxkbcommon.so only
2020-07-25 Peter HuttererDrop use of ronn, switch to raw roff instead
2020-07-25 Peter Hutterertools: add a test program to parse the commandline...
2020-07-25 Peter Hutterertools: drop getopt vs getopt_long differentiation
2020-07-25 Peter Hutterertools: switch interactive-evdev to getopt_long
2020-07-25 Peter Hutterertools: install our tools as xkbcli subcommands
2020-07-25 Peter Hutterertools: add a xkbcli tool as entry point for the various...
2020-07-25 Peter Hutterermeson.build: move registry-list tool down to the tools...
2020-07-25 Peter Hutterermeson.build: only build the tools where getopt.h is...
2020-07-25 Peter Hutterermeson.build: move the config.h generation to the bottom
2020-07-25 Peter Hutterermeson.build: registry list is dependent on getopt_long
2020-07-25 Peter Hutterermeson.build: drop install:false from configure_file
2020-07-25 Peter Hutterermeson.build: add the valgrind test setup, exclude pytho...
2020-07-23 Peter Hutterermeson.build: fix pkgconfig deprecation warning
2020-07-22 Ran Benitatest: fix Windows CI by rewriting symbols-leak-test...
2020-07-08 Peter Hutterertools: add ability to compile from kccgst to rmlvo...
2020-07-08 Peter Hutterertools: add ability to print the KcCGST components for...
2020-07-08 Peter Hutterermeson.build: always set the default variants/options
2020-07-06 Peter HuttererAdd libxkbregistry to query available RMLVO
2020-07-06 Peter HuttererAdd a snprintf_safe() helper function
2020-06-25 Peter Hutterermeson.build: prefix all tools with xkbcommon-
2020-06-25 Peter Hutterertools: move the remaining tools from test to here
2020-06-25 Peter Hutterertest: disentangle interactive-wayland from the test...
2020-06-25 Peter Hutterertest: untangle interactive-x11 from the test headers
2020-06-25 Peter Hutterertest: untangle interactive-evdev from the test headers
2020-06-25 Peter HuttererUse a custom internal library for the tools
2020-06-25 Peter HuttererMove the various tools to a tools/ directory
2020-06-15 Peter Huttererdoc: add documentation for user configuration
2020-06-15 Peter Huttererdoc: add the rules-format file (as markdown)
2020-04-18 Jon TurneyFix building X11 tests on PE targets
2020-03-20 Ran Benitatest: add "how to type" demo program
2020-02-18 Ran Benitabuild: fix build with byacc
2020-01-18 Ran BenitaBump version to 0.10.0 upstream_bkup_20210105 upstream_work_20200225 xkbcommon-0.10.0
2019-12-28 Adrian Perez de... build: Skip building some tests on MSVC for now
2019-12-28 Adrian Perez de... build: add some defines for MSVC to allow it to be...
2019-12-27 Adrian Perez de... meson.build: Take win_bison as a possible variant for...
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Adrian Perez de... Provide a fallback implementation of [v]asprintf()
2019-12-27 Adrian Perez de... Provide a fallback implementation of strndup()
2019-12-24 Peter Huttererrules: add include statements to rules files
2019-12-14 Ran Benitameson: remove redundant malloc scribbling
2019-10-20 Ran BenitaBump version to 0.9.1 xkbcommon-0.9.1
2019-10-18 Ran BenitaBump version to 0.9.0 xkbcommon-0.9.0
2019-09-11 Alan Coopersmithbuild: Solaris needs __EXTENSIONS__ instead of _GNU_SOURCE
2019-07-25 Ran Benitatest/symbols-leak-test: make it work with macOS diff
2019-07-02 Daniel Stoneinteractive-wayland: Port to stable xdg-shell (#100)
2019-06-11 Ran BenitaMerge pull request #98 from michaelforney/popcount
2019-06-10 Michael ForneyUse bitwise test instead of popcount to check if one...
2019-02-23 maxice8meson.build: use program from build machine not host...
2019-02-22 Ran BenitaBump version to 0.8.4 xkbcommon-0.8.4
2019-02-11 Peter Hutterermeson.build: link the sources directly into libxkbcommo...
2019-02-08 Ran BenitaBump version to 0.8.3 xkbcommon-0.8.3
2019-02-08 Ran Benitameson: make comment make sense now
2019-02-08 Ran BenitaMerge pull request #85 from whot/wip/static-lib-sources
2019-02-08 Peter Hutterermeson.build: manually link all sources into the library
2018-08-21 Ran BenitaMerge pull request #68 from whot/wip/xkeyboard-config...
2018-08-21 Peter Hutterertest: add a tool to test-compile all LVO combinations...
2018-08-18 Ran Benitabuild: turn off strict aliasing
2018-08-18 Ran Benitax11: fix undefined behavior when copying the coordinate...
2018-08-05 Ran BenitaBump version to 0.8.2 xkbcommon-0.8.2
2018-08-03 Ran BenitaBump version to 0.8.1 xkbcommon-0.8.1
2018-07-30 Ran BenitaAdd fuzzing infrastructure
2018-07-17 Ran BenitaMerge pull request #65 from heftig/pc-fix2
2018-07-17 Jan Alexander Stef... meson: Fix xkbcommon-x11.pc Requires versioning
2018-07-17 Jan Alexander Stef... meson: Fix xkbcommon-x11.pc Requires
2018-07-05 Ran Benitabench: simplify the bench helpers
2018-02-25 Ran Benitabuild/meson: fix x11 test/demo compilation with non...
2018-02-14 Ran Benitabuild/meson: fix the -Wl,--version-script configure...
2017-12-15 Ran BenitaBump version to 0.8.0 xkbcommon-0.8.0
2017-12-14 Ran Benitabuild: disable -Wdocumentation-deprecated-sync
next