qt6-bb10/src/3rdparty
Andy Shaw cac325fdc1 SQLite: Update SQLite to v3.40.1
[ChangeLog][QtSQL][SQLite] Updated SQLite to v3.40.1

Pick-to: 5.15 6.2 6.4 6.5
Change-Id: Ic17019f65083b24238025fe6ea6ee9872ac783fe
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2023-01-06 12:24:13 +00:00
..
VulkanMemoryAllocator vma: Revise disabled warnings 2022-10-26 14:53:13 +02:00
android
blake2 blake2: Fix MSVC warning C4804 2021-05-31 08:39:59 +02:00
dbus-ifaces
double-conversion 3rdparty: Update double-conversion 2022-02-21 14:52:35 +01:00
easing
forkfd forkfd/linux: add support for LoongArch 2022-11-25 06:46:46 +00:00
freetype CMake: Don't use AUTOMOC for third party libraries 2022-07-25 19:52:38 +02:00
gradle CMake:Android: copy templates, bindings and gradle files pre_build 2022-12-09 15:25:02 +02:00
harfbuzz-ng Replace the syncqt.pl script with syncqt tool 2022-09-27 13:12:11 +02:00
iaccessible2 Remove the qmake project files 2021-01-07 15:32:28 +01:00
icc Apply fixes for SPDX compliance and easier parsing 2022-09-27 20:38:14 +02:00
libjpeg Update bundled libjpeg-turbo to version 2.1.4 2022-09-06 11:21:43 +02:00
libpng Update bundled libpng to version 1.6.39 2022-11-28 20:33:33 +01:00
libpsl Move qurltlds_p.h out of src/network, and make it a .cpp file 2022-10-01 06:24:51 +00:00
md4 Apply fixes for SPDX compliance and easier parsing 2022-09-27 20:38:14 +02:00
md4c md4c: Fix MSVC compiler level 3 warnings 2021-06-15 22:21:38 +00:00
md5 Apply fixes for SPDX compliance and easier parsing 2022-09-27 20:38:14 +02:00
pcre2 PCRE2: upgrade to 10.42 2022-12-13 22:32:24 +00:00
pixman
rfc6234 Remove workaround for MSVC 2008 2020-09-30 08:39:28 +02:00
sha1 Apply fixes for SPDX compliance and easier parsing 2022-09-27 20:38:14 +02:00
sha3 rtems: Fix build 3rdparty/sha3 2019-06-30 23:34:55 +02:00
sqlite SQLite: Update SQLite to v3.40.1 2023-01-06 12:24:13 +00:00
tinycbor 3rdparty: update TinyCBOR links to 0.6.0 final release 2021-11-01 13:30:23 -07:00
wasm Doc: Fix paths for Files property in qt_attribution.json files 2022-12-08 15:14:17 +01:00
wintab Doc: Improve WinTab license information 2020-09-11 17:11:03 +02:00
xcb 3rdparty: Add touchpad gestures support to bundled xinput xcb module 2021-11-13 17:58:45 +03:00
zlib Update bundled zlib to version 1.2.13 2022-11-18 13:14:23 +01:00
.gitattributes Mark gradlew with Unix eol endings as it is a script 2020-07-10 11:38:00 +02:00
CMakeLists.txt CMake: Split 3rd party libs to be built before and after corelib 2022-07-25 19:52:41 +02:00
README
_clang-format Make clang-format ignore formatting of third party code 2020-08-06 13:35:30 +02:00

README

The libraries included here are the original packages, unpacked, and
with their version number removed from the directory name (for version
information, see the README files in the directories).

Certain files and subdirectories of the original library packages that
are irrelevant to Qt may not be included here. Typically, those are
the standalone library configuration and make files, tools, test
files, contribs, documentation, and similar.

Patches may have been applied, typically for configuration and build
issues in the Qt framework. Such patches can be reviewed in the the
public git repository; they will appear in the commit logs of each
library directory, following the latest clean version update commit.

The 'patches' subdirectory contains certain patches applied prior to
the start of the public git history, where the library has not been
updated since.