platform/upstream/libxkbcommon.git
2019-12-24 Peter Huttererrules: eliminate an extra fopen/fclose cycle
2019-12-24 Peter Huttererrules: add include statements to rules files
2019-12-24 Peter Hutterercontext: add a helper function to return the default...
2019-12-24 Peter Huttererrules: move the matcher result handling to the caller
2019-12-24 Peter Huttererrules: put the scanner on the stack
2019-12-24 Peter Huttererrules: simplify an error path
2019-12-24 Peter Huttererrules: rename a variable from 's' to 'str'
2019-12-24 Peter Huttererrules: drop the matcher_err() macro and use scanner_err...
2019-12-24 Peter Huttererrules: factor out the function to parse a rules file
2019-12-22 Peter Huttererkeysym: handle ssharp in XConvertCase()
2019-12-14 Ran Benitameson: remove redundant malloc scribbling
2019-12-14 Ran Benitaparser: fix the remaining pointer chasing
2019-11-18 Peter Hutterertest: let rmlvo-to-kccgst take long options like rmlvo...
2019-11-14 Ran Benitaparser: fix quadratic pointer chasing
2019-11-14 Ran Benitaparser: remove an unneeded check
2019-11-14 Peter Huttererdocs: update the include path documentation
2019-11-12 Ran Benitacompat: reject interpret modifier predicate with more...
2019-11-12 Ran Benitaexpr: fix log message on some unexpected expression...
2019-11-12 Ran BenitaReplace some tabs that sneaked in with spaces
2019-11-12 Ran Benitaparser: fix merge mode only applied to first vmod in...
2019-11-12 Ran Benitaast: use a separate expr struct for action list
2019-11-12 Ran Benitaast-build: get rid of unhelpful macro
2019-11-09 Ran Benitaatom: a string is greater than its prefix
2019-11-09 Ran Benitaatom: combine atom_intern() and atom_lookup()
2019-11-09 Ran Benitaatom: correct iteration count in hash function
2019-11-09 Ran Benitaatom: describe how this odd data structure works
2019-11-09 Ran Benitaatom: use a better hash function
2019-11-09 Ran Benitaatom: style changes
2019-11-09 Ran Benitaatom: remove handling of garbage input
2019-11-09 Ran Benitaatom: use explicit size for fingerprint
2019-11-08 Ran Benitaatom: replace an avoidable strlen
2019-11-08 Ran Benitaatom: remove redundant field
2019-11-08 Ran Benitatest/atom: increase iteration count and print random...
2019-11-08 Ran Benitaparser: get rid of "stealing" atoms
2019-11-07 Peter Hutterertest: remove a superfluous string-is-null check
2019-11-07 Peter Hutterertest: fix a potential memory leak
2019-11-01 Ran Benitatest: xkeyboard-config: bring back the progress bar
2019-11-01 Peter Hutterertest: xkeyboard-config: invoke the python3 command...
2019-11-01 Peter Hutterertest: xkeyboard-config: add missing variant tests
2019-11-01 Peter Hutterertest: xkeyboard-config: use universal_newlines instead...
2019-11-01 Peter Hutterertest: xkeyboard-config: flake8 fixes
2019-11-01 Peter Hutterertest: xkeyboard-config: handle keyboard interrupts...
2019-11-01 Peter Hutterertest: xkeyboard-config: print to stderr on failure...
2019-11-01 Peter Hutterertest: xkeyboard-config: add a multiprocessing.Pool...
2019-11-01 Peter Hutterertest: xkeyboard-config: use argparse for the path and...
2019-10-31 Ran Benitascripts/makeheader: slight simplification
2019-10-31 Sebastian Wickscripts/makeheader: allow overriding the prefix path...
2019-10-31 Peter Hutterertest: add test for the various default include paths
2019-10-31 Peter HuttererUse XDG_CONFIG_HOME as first XKB search path
2019-10-20 Ran BenitaBump version to 0.9.1 xkbcommon-0.9.1
2019-10-20 Jan Alexander... context: Don't fail to create the context if HOME isn...
2019-10-18 Ran BenitaREADME: update my email address
2019-10-18 Ran BenitaBump version to 0.9.0 xkbcommon-0.9.0
2019-10-18 Ran Benitabuild: remove leftover autotools file
2019-10-18 Ran Benitatest: fix printf("%s", NULL) in error path
2019-10-16 Ran Benitakeymap-dump: use consistent capitalization for "Group<N>"
2019-10-16 Ran Benitakeymap-dump: fix invalid names used for levels above 8
2019-10-03 Ran Benitacontext: move ~/.xkb to before XKB_CONFIG_ROOT in the...
2019-09-11 Alan Coopersmithbuild: Solaris needs __EXTENSIONS__ instead of _GNU_SOURCE
2019-08-10 Ran Benitabuild: remove autotools build
2019-08-10 Ran Benitaci: remove travis CI
2019-08-09 Ran BenitaSet up CI with Azure Pipelines
2019-08-09 Adrian Perez... CI: Install graphviz using APT
2019-08-09 Adrian Perez... CI: Publish test results from Meson
2019-08-09 Adrian Perez... CI: Try builds both with Clang and GCC
2019-08-09 Adrian Perez... CI: Enable a macOS job
2019-08-09 Adrian Perez... CI: Make Autotools and Meson builds parallel
2019-08-09 Adrian Perez... CI: Always try to gather test results
2019-08-09 Adrian Perez... CI: Split Meson build steps into a separate YAML file
2019-08-09 Adrian Perez... CI: Save the Meson logs as downloadable files
2019-08-09 Adrian PerezCI: Initial set up to use Azure Pipelines
2019-07-25 Ran Benitatravis: improve configuration and add macOS
2019-07-25 Ran Benitatest/symbols-leak-test: fix sed regex on macOS
2019-07-25 Ran Benitabuild: fixup autotools build after 97f41fe
2019-07-25 Ran Benitatest/symbols-leak-test: make it work with macOS diff
2019-07-25 Ran Benitatest/rmlvo-to-keymap: drop basename usage
2019-07-19 worldofpeacetest/rmlvo-to-keymap.c: fix compilation on Darwin ...
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-06-05 Ran BenitaMerge pull request #96 from Jjagg/patch-1
2019-06-04 JesseFix some doc typos
2019-03-24 Ran BenitaMerge pull request #95 from Hi-Angel/fix-lgtm-warnings
2019-03-23 Konstantin... symbols: add a comment to suppress warning from code...
2019-03-12 Ran BenitaMerge pull request #94 from milloni/milloni/m4
2019-03-12 milloniMakefile.am: add include dir for AC_CONFIG_MACRO_DIR...
2019-02-26 Ran BenitaREADME: usage questions are alright
2019-02-26 Ran BenitaREADME: stop pointing at bugs.freedesktop.org
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-22 Ran BenitaUpdate NEWS
2019-02-22 Ran Benitabuild: fix meson build from tarball generated by autotools
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 BenitaUpdate NEWS
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
2019-01-28 Ran Benitadocs: fix a doxygen reference warning
2019-01-25 Ran BenitaMerge pull request #81 from whot/master
next