platform/upstream/libevdev.git
2020-02-14 Peter Hutterertest: fix two signed vs unsigned warnings
2020-02-14 Peter Huttereruinput: drop an unused function argument
2020-02-14 Peter Hutterertools: drop explicit GNU_SOURCE define
2020-02-14 Peter Huttererconfig.h is a local include path
2020-02-14 Peter Hutterertools: drop use of HAVE_CONFIG_H
2020-02-14 Peter Hutterergitlab CI: separate builddir from srcdir
2020-02-13 Peter Hutterergitlab CI: use extends over yaml anchors
2020-02-13 Peter Hutterergitlab CI: remove a reference to libinput
2020-02-13 Peter Hutterergitlab CI: add a check-commit stage
2020-02-12 Peter Huttererconfigure.ac: add a toggle to enable the special coveri...
2020-02-12 Peter HuttererAdd queue_push_event as shortcut for the two-liner...
2020-02-11 Peter HuttererSimplify some error handling by assuming a >=3.4 kernel
2020-02-11 Peter Hutterertest: slightly modernize some of the tests
2020-02-11 Peter Hutterertest: provide a function to print an event
2020-02-11 Peter Hutterertest: split the tests into one test case each
2020-02-11 Peter Hutterertest: wrap the event checks into a macro
2020-02-11 Peter Huttererdoc: add markdown for monospace rendering of defines
2020-02-06 Michael ForneyOnly use GCC pragma on GCC
2020-02-06 Michael ForneyAvoid initializer index range
2020-02-06 Michael ForneyAdd fallback min/max for compilers that don't have...
2020-02-06 Peter Hutterertest: add mangle_path to the excluded symbols leak...
2020-02-06 Peter Hutterergitlab CI: some more centos deduplication
2020-02-06 Peter Hutterergitlab CI: don't run distcheck on centos 7 anymore
2020-02-03 Peter Hutterergitlab CI: force a rebuild of all the docker containers
2020-02-03 Peter Hutterergitlab CI: switch the custom builds to Fedora 31
2019-11-18 Peter Hutterertest: replace the SW_LID tests with SW_HEADPHONE_INSERT
2019-11-15 Peter HuttererCI: add a Centos 8 container build
2019-11-15 Peter HuttererCI: deduplicate distcheck by making it a variable
2019-11-15 Peter HuttererCI: move the configure flags into a variable
2019-10-25 Peter HuttererCI: extend the CI to work with containers
2019-10-23 Peter Hutterermake-event-names.py should take the files as argument
2019-09-13 Alexander Dahldoc: Fix function names in simple code example
2019-08-26 Peter Huttererlibevdev 1.8.0 upstream_work_20200211 upstream_work_20210106 libevdev-1.8.0
2019-08-26 Peter Huttererinclude: sync event codes with kernel 5.2
2019-08-04 Nayan Deshmukhdoc: add a note regarding truncation of id_* fields
2019-06-17 Peter HuttererInitialize the slots correctly when enabling ABS_MT_SLOT
2019-06-11 Peter Huttererdoc: fix a typo
2019-06-05 Peter Huttererlibevdev 1.7.0 libevdev-1.7.0
2019-06-05 Peter Huttererdoc: fix distcheck
2019-06-05 Peter Huttererdoc: minor documentation updates
2019-06-05 Peter Huttererdoc: add libinput's doxygen styles
2019-06-03 Peter Huttererdoc: drop the custom stylesheet
2019-06-03 Peter Huttererdoc: a change of the CSS needs to trigger a doxygen...
2019-06-03 Peter Huttererdoc: change @retval documentation to help doxygen with...
2019-06-03 Peter Huttererdoc: fix some doxygen layout
2019-06-03 Peter Huttererdoc: fix some doxygen warnings
2019-05-24 Peter Huttererlibevdev 1.7rc1 libevdev-1.6.901
2019-05-07 Peter Huttererinclude: sync event codes with kernel 5.1
2019-03-21 Peter HuttererAdd a code-based name lookup function
2019-03-19 Peter HuttererDon't read events unless required
2019-03-06 Peter Huttererinclude: sync event codes with kernel 5.0
2019-01-16 Peter HuttererReplace ABS_MT_SLOT - 1 with the v4.20 ABS_RESERVED...
2019-01-16 Peter Huttererinclude: sync event codes with kernel 4.20
2018-10-25 Peter Huttererlibevdev 1.6.0 libevdev-1.6.0
2018-10-22 Peter Huttererinclude: sync event codes with kernel 4.19
2018-07-09 Peter HuttererAdd libevdev_event_value_get_name() to resolve ABS_MT_T...
2018-07-09 Peter HuttererResolve the names "SW_MAX" and friends
2018-07-09 Peter Hutterermake-event-names: minor cleanups for readability
2018-07-09 Peter Hutterertest: add a test timeout multiplier for valgrind
2018-07-09 Peter HuttererGitLab CI: actually reference the default artifacts
2018-06-29 Peter HuttererGitLab CI: build with the various options
2018-06-29 Peter HuttererAdd GitLab CI
2018-06-29 Peter Huttererconfigure.ac: remove --disable-test-run
2018-06-29 Peter Huttererconfigure.ac: fix the gcov linker flags
2018-06-29 Peter Hutterertest: add LIBEVDEV_SKIP_ROOT_TESTS environment variable...
2018-06-15 Peter Hutterertest: move the kernel test to the same infrastructure
2018-06-15 Peter Hutterertest: check for the device nodes to exist before testing
2018-06-15 Peter Hutterertest: split some non-root tests into separate binaries
2018-06-15 Peter Hutterertest: sort-of autodetect whether we need root privileges
2018-06-15 Peter Hutterertest: automate test suite handling
2018-06-15 Peter Hutterertest: rename some tests for less ambiguity
2018-06-06 Peter HuttererChange all URLs to gitlab.fdo
2018-04-12 Deepa DinamaniUpdate struct input_event
2018-04-04 Peter Huttererinclude: sync event codes with kernel 4.16
2018-03-08 Peter Huttererlibevdev 1.5.9 libevdev-1.5.9
2018-02-26 Peter Hutterertest: skip tests when we're not root
2018-02-26 Peter HuttererBlacklist SW_MAX so it doesn't shadow SW_PEN_INSERTED
2018-02-26 Peter HuttererBlacklist REP_MAX so it doesn't shadow REP_PERIOD
2018-02-26 Peter HuttererDrop the python map printing
2018-01-29 Peter Huttererlibevdev 1.5.8 libevdev-1.5.8
2018-01-29 Peter HuttererSync with kernel 4.15 (BTN_STYLUS3)
2017-12-13 Peter Hutterertest: add --no-install flag to be able to debug directly
2017-12-13 Peter HuttererWhen changing the fd, reset our grab state to ungrabbed
2017-09-04 Peter Huttererinclude: sync with kernel 4.13
2017-07-03 Peter Hutterertools: add a script to sync the kernel header files
2017-07-03 Peter Huttererinclude: sync with kernel v4.12
2017-07-02 Peter Huttereruinput: make a note that the syspath we return is the...
2017-05-09 Peter Hutterertest: remove test for ULONG_MAX queue allocation
2017-05-09 Peter Hutterertest: drop unused parameters from test's main()
2017-05-08 Peter Hutterertest: disable coredumps during test suite runs
2017-05-04 Peter Huttererlibevdev 1.5.7 upstream_bkup_20200211 libevdev-1.5.7
2017-04-24 Peter HuttererFix an indentation issues
2017-03-24 Peter Huttererdoc: add links to git repositories on the main page
2017-01-26 Mihail Konevautogen: add default patch prefix
2017-01-26 Peter Huttererautogen.sh: use exec for configure
2017-01-26 Peter Huttererautogen.sh: escape $srcdir before configure
2017-01-17 Peter Hutterertools: print an error if we don't have any matching...
2017-01-17 Peter Hutterertools: move udev printf into the print_summary() helper
2017-01-08 Peter Huttererconfigure.ac: enable subdir-objects
2017-01-06 Peter Hutterertest: fix a Makefile.am comment
next