libfprint/libfprint
Benjamin Berg 6e30a1ee45 print: Fix "possible leak" warning by moving initialization
For some reason static checkers report that the auto-free is not run if
the goto exists the loop. It seems to me like that should work fine, but
we can simply make the analysers happy by moving it.
2020-05-07 14:22:02 +00:00
..
drivers upekts: Fix possible NULL pointer access 2020-05-07 14:22:02 +00:00
nbis meson: Create include directories in build tree 2020-02-10 11:41:40 +01:00
drivers_api.h compat: Add compatibility defines for older GLib 2020-02-10 11:40:40 +01:00
empty_file build: Remove the need to modify sources for new drivers 2018-05-24 12:23:39 +02:00
fp-context.c context: Fix order of PID/VID in a debug message 2020-04-27 16:16:43 +02:00
fp-context.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-device-private.h Introduce an early reporting mechanism for verify and match 2020-01-13 14:37:39 +01:00
fp-device.c libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fp-device.h libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fp-image-device-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-image-device.c libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fp-image-device.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-image.c image: Return an error if we got an empty or NULL minutiae array 2020-04-24 20:09:56 +02:00
fp-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fp-print-private.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fp-print.c print: Fix "possible leak" warning by moving initialization 2020-05-07 14:22:02 +00:00
fp-print.h fp-print: Add FP_FINGER_IS_VALID 2019-12-19 14:20:00 +01:00
fpi-assembling.c fpi-assembling: Fix offsets to be relative to the previous frame 2020-01-02 13:46:46 +01:00
fpi-assembling.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-reader.c lib: Add byte data reader/writer helpers 2019-11-20 13:53:45 +01:00
fpi-byte-reader.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-utils.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-byte-writer.c lib: Add byte data reader/writer helpers 2019-11-20 13:53:45 +01:00
fpi-byte-writer.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-compat.h compat: Use new GDate autoptr and define if needed 2020-02-10 11:41:40 +01:00
fpi-context.h compat: Add compatibility defines for older GLib 2020-02-10 11:40:40 +01:00
fpi-device.c libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fpi-device.h libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fpi-image-device.c image-device: Terminate the current action with error on print failure 2020-04-24 20:09:56 +02:00
fpi-image-device.h cleanup: Use FPI prefix for all the internal enum types 2019-12-17 14:38:19 +01:00
fpi-image.c fp-image, fp-print: Move private methods to own code units 2019-12-11 20:07:13 +01:00
fpi-image.h lib: Major rewrite of the libfprint core and API 2019-11-20 11:03:09 +01:00
fpi-log.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
fpi-minutiae.h cleanup: Don't make nbis depend on libfprint built-sources 2019-12-04 18:50:46 +01:00
fpi-print.c print: Include "fpi-compact.h" 2020-04-27 16:16:39 +02:00
fpi-print.h print: Add helpers to generate a unique print ID containing metadata 2020-04-20 16:43:52 +02:00
fpi-ssm.c fpi-ssm: Clear delayed actions for parent and child on subssm start 2019-12-14 17:20:47 +01:00
fpi-ssm.h fpi-ssm, fpi-usb-transfer: Use fwd-declarations to avoid headers dependencies 2019-12-17 14:38:19 +01:00
fpi-usb-transfer.c libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fpi-usb-transfer.h libfprint: Fix typos 2020-04-14 13:51:02 +02:00
fprint-list-supported-devices.c fprint-list: Fix typos in Copyright statements 2020-04-14 13:51:02 +02:00
fprint-list-udev-rules.c fprint-list: Fix typos in Copyright statements 2020-04-14 13:51:02 +02:00
fprint.h Uncrustify everything except for nbis 2019-11-20 20:38:06 +01:00
libfprint.ver fprint: Move drivers to private internal library 2019-12-12 19:03:57 +01:00
meson.build Properly set the dependencies in the pkg-config file 2020-03-20 11:13:06 +00:00