keepassxc/src/crypto
Janek Bevendorff 18b22834c1 Update and fix test coverage report generation
Generation of unit test coverage reports used to be quite complicated
and required a lot of different settings, including a custom CMake
build type. This patch updates the coverage CMake module to only
require -DWITH_COVERAGE=ON to be set on a normal Debug build in order
to create a coverage target.

This patch also moves away from lcov in favor of gcovr, since lcov appears
to be broken in GCC 8. However, the routines for generating lcov reports
still exist, so provided lcov receives updates and there is sufficient
reason to switch back, it is easy to do so.
2018-10-19 21:45:53 +02:00
..
argon2 Formatting the code. 2018-03-31 16:01:30 -04:00
kdf Add a new database settings wizard 2018-09-25 21:12:47 +02:00
Crypto.cpp Update and fix test coverage report generation 2018-10-19 21:45:53 +02:00
Crypto.h Add support for various algorithms for kdbx4 2018-01-13 14:23:26 -05:00
CryptoHash.cpp Fix compilation error 2018-01-13 14:24:56 -05:00
CryptoHash.h Reformat code, fix minor style issues, make kdf() getter const 2018-01-13 14:23:27 -05:00
Random.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
Random.h Formatting the code. 2018-03-31 16:01:30 -04:00
SymmetricCipher.cpp Replaced Uuid with QUuid 2018-07-06 22:23:49 -04:00
SymmetricCipher.h Replaced Uuid with QUuid 2018-07-06 22:23:49 -04:00
SymmetricCipherBackend.h Formatting the code. 2018-03-31 16:01:30 -04:00
SymmetricCipherGcrypt.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
SymmetricCipherGcrypt.h Formatting the code. 2018-03-31 16:01:30 -04:00