summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gitlab CI: use the new templates with a single job onlyPeter Hutterer2020-03-173-122/+68
* Don't overrun the changes array when synching > MAX_SLOTSPeter Hutterer2020-03-131-2/+6
* meson.build: use local include path for testsPeter Seiderer2020-03-131-0/+7
* meson.build: use local include path for toolsPeter Seiderer2020-03-131-0/+4
* gitlab CI: rebuild images for the new templatesPeter Hutterer2020-03-132-15/+15
* gitlab CI: expand tag lists to 100 per pagePeter Hutterer2020-03-131-1/+1
* gitlab CI: use the ifnot-exists templates from ci-templatesPeter Hutterer2020-03-132-74/+245
* gitlab CI: remove obsolete variable expansionPeter Hutterer2020-03-132-4/+2
* gitlab CI: Use the new fdo CI templates distribution imagesPeter Hutterer2020-03-132-55/+26
* gitlab CI: make the container-clean dependent on container-prepPeter Hutterer2020-03-132-0/+11
* gitlab CI: add static-build meson pipelinePeter Seiderer2020-03-112-0/+14
* meson.build: enable static library buildPeter Seiderer2020-03-101-1/+1
* gitlab ci: add a helper script for container deletionPeter Hutterer2020-03-093-128/+95
* gitlab CI: update to the distribution-independent CI-templatesPeter Hutterer2020-03-093-330/+431
* gitlab CI: group the config by distribution typePeter Hutterer2020-03-062-31/+34
* gitlab CI: expire the results.xml artifactsPeter Hutterer2020-03-062-0/+2
* README: note that patches go as MRs to gitlab nowPeter Hutterer2020-03-061-3/+5
* libevdev 1.9.0libevdev-1.9.0Peter Hutterer2020-03-022-2/+2
* gitlab CI: keep the results of the check-commit job as artifactPeter Hutterer2020-03-022-0/+6
* Use editorconfig instead of a sprinkling of :vim: instructionsPeter Hutterer2020-02-277-11/+21
* gitlab CI: drop the distribution "flavor" in favor of just the namePeter Hutterer2020-02-262-29/+29
* gitlab CI: move the container-clean git strategy to the parent sectionPeter Hutterer2020-02-262-11/+4
* gitlab CI: don't allow failures on the kvm jobsPeter Hutterer2020-02-262-2/+0
* gitlab CI: update to the latest ci-templates againPeter Hutterer2020-02-252-18/+18
* gitlab CI: prefill the junit conversion script from the gitlab environmentPeter Hutterer2020-02-242-7/+12
* gitlab CI: re-use the meson-build.sh script for normal meson jobsPeter Hutterer2020-02-243-12/+15
* gitlab CI: hook up junit test reports to the meson resultsPeter Hutterer2020-02-245-6/+140
* gitlab CI: update to latest ci-templatesPeter Hutterer2020-02-243-17/+16
* gitlab CI: generate the template list from the config dataPeter Hutterer2020-02-242-29/+13
* gitlab CI: set the vim filetype for the template filePeter Hutterer2020-02-242-2/+2
* libevdev 1.9rc1libevdev-1.8.901Peter Hutterer2020-02-212-2/+2
* gitlab CI: move the configuration bits into a YAML filePeter Hutterer2020-02-214-35/+47
* gitlab CI: extend the generation script to be somewhat more genericPeter Hutterer2020-02-211-3/+27
* gitlab CI: make the "this is generated" warning more obviousPeter Hutterer2020-02-212-4/+14
* gitlab CI: add a scan-build targetPeter Hutterer2020-02-202-4/+14
* gitlab CI: fix a variable substitutionPeter Hutterer2020-02-202-2/+2
* gitlab CI: correct some meson builddirsPeter Hutterer2020-02-202-8/+8
* meson.build: drop an unused variablePeter Hutterer2020-02-201-1/+0
* test: remove unreachable switch casePeter Hutterer2020-02-191-3/+0
* Fix (theoretical) use of uninitialized variablePeter Hutterer2020-02-191-1/+1
* Don't try to send BTN_TOOL events for zero fingersPeter Hutterer2020-02-191-2/+2
* Ignore slot sync for slots > 256Peter Hutterer2020-02-191-6/+5
* test: add missing check for tripletapPeter Hutterer2020-02-191-4/+7
* test: fix a few scan-build errors about dead storagePeter Hutterer2020-02-192-2/+3
* Update the BTN_TOOL bits correctly during SYN_DROPPED handlingPeter Hutterer2020-02-192-3/+253
* Terminate all stopped/changed touches during SYN_DROPPED in the first framePeter Hutterer2020-02-191-13/+31
* Invert an if conditionPeter Hutterer2020-02-191-7/+6
* Push terminating the slots into a helper functionPeter Hutterer2020-02-191-9/+19
* Split the MT state syncing and event generation into two functionsPeter Hutterer2020-02-191-23/+40
* Expand the touch state handling during SYN_DROPPEDPeter Hutterer2020-02-191-16/+39