summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-16elan: Do not leak converted framesbenzea/misc-fixesBenjamin Berg1-0/+2
2019-12-16examples: Fix double device closing in manage-printsBenjamin Berg1-3/+0
2019-12-16tests: Ensure objects are free'ed at the end of testsBenjamin Berg3-0/+10
2019-12-16synaptics: Use local variable rather than re-fetching usb deviceBenjamin Berg1-2/+2
2019-12-16meson: Add missing dependency on fp-enum.h for private libraryBenjamin Berg1-1/+1
2019-12-14driver_ids.h: Remove the legacy ID fileMarco Trevisan (Treviño)2-48/+0
2019-12-14meson: Split single-line dependencies to reduce the diff on changesMarco Trevisan (Treviño)3-4/+17
2019-12-14ci: Increase the timeout multiplier for testsMarco Trevisan (Treviño)1-1/+1
2019-12-14ci: Save coverage reports when running testsMarco Trevisan (Treviño)1-1/+7
2019-12-14tests: Add unit tests for fpi-ssmMarco Trevisan (Treviño)2-0/+1397
2019-12-14fpi-ssm: Clear delayed actions for parent and child on subssm startMarco Trevisan (Treviño)1-1/+4
2019-12-14fpi-ssm: Make clear that the completed callback owns the errorMarco Trevisan (Treviño)1-1/+1
2019-12-14fpi-ssm: Add debug message when a delayed state change is cancelledMarco Trevisan (Treviño)1-0/+6
2019-12-14fpi-ssm: Bug on wrong state passed to jump_to_state_delayedMarco Trevisan (Treviño)1-2/+1
2019-12-14fpi-ssm: Define autoptr cleanup functionMarco Trevisan (Treviño)1-0/+2
2019-12-14fpi-ssm: Use same argument names of header fileMarco Trevisan (Treviño)1-3/+3
2019-12-14tests: Add fpi device testsMarco Trevisan (Treviño)2-1/+1414
2019-12-14tests/meson: Support unit-tests non depending on virtual driverMarco Trevisan (Treviño)1-24/+27
2019-12-14test-device-fake: Add fake test driver to verify fpi functionsMarco Trevisan (Treviño)3-1/+252
2019-12-14fpi-device: Clarify ownership of parameters for progress callMarco Trevisan (Treviño)1-2/+2
2019-12-14fp-device: Call identify device class method on identificationMarco Trevisan (Treviño)1-1/+1
2019-12-14tests: Add fp-device basic unit testsMarco Trevisan (Treviño)4-0/+314
2019-12-14tests: Add basic unit tests for fp-contextMarco Trevisan (Treviño)6-4/+225
2019-12-14fp-context, tools: Use auto-ptr to handle GTypeClass ownershipMarco Trevisan (Treviño)3-24/+11
2019-12-14fp-context: Use an env to define a whitelist of drivers to enableMarco Trevisan (Treviño)2-1/+52
2019-12-14fpi-context: Make fpi_get_driver_types to return an arrayMarco Trevisan (Treviño)5-16/+11
2019-12-14meson: Fix syntax in the auto-generated fpi-drivers fileMarco Trevisan (Treviño)1-4/+9
2019-12-12fprint: Move drivers to private internal libraryMarco Trevisan (Treviño)2-8/+20
2019-12-12meson: Rely on libfprint dependency to get root_includeMarco Trevisan (Treviño)2-9/+2
2019-12-11meson: Use files to track the map file presenceMarco Trevisan (Treviño)1-3/+3
2019-12-11fp-image, fp-print: Move private methods to own code unitsMarco Trevisan (Treviño)6-370/+452
2019-12-11fp-image-device: Move fpi code into its own unit that can be compiled a partMarco Trevisan (Treviño)4-581/+643
2019-12-11fp-device: Move fpi code into its own unit that can be compiled a partMarco Trevisan (Treviño)4-1184/+1245
2019-12-10libfprint: Introduce libfprint_private static libraryMarco Trevisan (Treviño)1-3/+10
2019-12-10fp-device: Add a "open" property and method to check its stateMarco Trevisan (Treviño)2-1/+33
2019-12-10tests/meson: Set the typelib env var only if we have introspectionMarco Trevisan (Treviño)1-1/+2
2019-12-10docs: Don't ignore the deprecated API_EXPORTED definitionMarco Trevisan (Treviño)1-1/+0
2019-12-10fp-device: Use different pointers for device handlersMarco Trevisan (Treviño)1-5/+4
2019-12-10synaptics: Fix problem after match is failedVincent Huang1-1/+1
2019-12-05ci: Partially hardcode the fedora image pathMarco Trevisan (Treviño)1-1/+1
2019-12-05ci: Use CI generated build imageBenjamin Berg1-1/+1
2019-12-05ci: Remove Dockerfile as it is replaced by new logicBenjamin Berg1-36/+0
2019-12-05ci: Add fedora image builder target for scheduleBenjamin Berg1-0/+41
2019-12-05ci: Do not run usual targets from a scheduled jobBenjamin Berg1-0/+15
2019-12-05ci: Define a variable for the fedora docker imageBenjamin Berg1-4/+6
2019-12-05print: Fix match error propagationBenjamin Berg1-3/+3
2019-12-04tests: Test finger removal after minutiae scan completionbenzea/improve-image-device-testsBenjamin Berg1-0/+6
2019-12-04tests: Update helper functions for new virtual-image featuresBenjamin Berg1-26/+39
2019-12-04virtual-image: Allow fine control over the finger stateBenjamin Berg1-2/+17
2019-12-04virtual-image: Only print warnings for actual errorsBenjamin Berg1-3/+4