qt6-bb10/src
Linus Jahn c19bafc60c QtCore: Use system-wide libb2 if present
This adds the option to build Qt with libb2, which is especially
recommended, if you care about the performance of the BLAKE2 hashing
algorithms. The bundled version is the pure reference C implementation
of BLAKE2, while libb2 has many additional hardware optimizations.
However, the API of both is the same, so no changes to the code were
necessary here.

Change-Id: I3563982f4e07be300291fe103c38b16a404b3ebb
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-07-31 15:05:24 +02:00
..
3rdparty 3rdparty: Add reference C implementation of BLAKE2 2020-07-31 15:05:08 +02:00
android Android: add missing printStackTrace() in catch statements 2020-07-14 11:25:47 +03:00
concurrent Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
corelib QtCore: Use system-wide libb2 if present 2020-07-31 15:05:24 +02:00
dbus Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
gui Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
network Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
opengl Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
openglwidgets Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
platformheaders Add QPlatformInterface::Private::QWindowsWindow 2020-07-22 17:46:09 +00:00
platformsupport Remove linuxofono 2020-07-15 07:33:32 +02:00
plugins Register QPlatformBackingStoreOpenGLSupport when needed 2020-07-29 20:34:15 +02:00
printsupport Fix some MSVC int conversion warnings 2020-07-17 22:14:43 +02:00
sql Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
testlib Fix build of testlib doc snippets 2020-07-29 13:22:12 +02:00
tools Another round of 0->nullptr cleanup 2020-07-31 12:56:50 +02:00
widgets Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
winmain Remove winrt 2020-06-06 20:25:49 +02:00
xml Fix some MSVC int conversion warnings 2020-07-17 22:14:43 +02:00
CMakeLists.txt Android: Add support for proxies 2020-06-16 11:06:42 +02:00
src.pro Add proper dependencies for doc snippets 2020-07-29 14:12:54 +02:00