qt6-bb10/src/3rdparty
Kai Köhne e309f0b013 Core: Move SipHash implementation into separate file
Isolate the code inspired by the SipHash reference C implementation
in a separate file. This makes it clearer what code is available
under the CC0 license, and which not.

[ChangeLog][Third-Party Code] Adapted copyright information for the
SipHash Algorithm (used in Qt Core).

Change-Id: I9b8fc27a4e791c0f1ccbdfa6244d4fa47c7a219b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit da2d3e914c1b3f9da17c40502c8e7c1463d35612)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-07-09 07:58:23 +00:00
..
D3D12MemoryAllocator rhi: Add D3D12 support 2023-02-07 13:33:01 +01:00
VulkanMemoryAllocator
android
blake2
dbus-ifaces
double-conversion double-conversion: update to 3.3.0 2023-08-24 16:28:08 +00:00
easing Deploy Comment fields in qt_attribution.json files 2023-04-20 14:17:26 +01:00
forkfd forkfd_linux: change childStack size from 4096 to SIGSTKSZ 2023-10-25 14:15:56 +08:00
freetype Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
gradle Android: Update Gradle to 8.7 and Android Gradle Plug-in (AGP) to 8.4.0 2024-05-24 06:37:13 +03:00
harfbuzz-ng Update to Harfbuzz 8.5.0 2024-05-31 08:19:23 +02:00
iaccessible2 Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
icc Deploy Comment fields in qt_attribution.json files 2023-04-20 14:17:26 +01:00
libjpeg Fix qt_attribution file for libjpeg 2024-05-21 08:46:29 +00:00
libpng Update bundled libpng to version 1.6.43 2024-03-06 23:40:12 +01:00
libpsl Update public suffix list 2024-06-07 06:59:21 +00:00
md4 Deploy Comment fields in qt_attribution.json files 2023-04-20 14:17:26 +01:00
md4c Update md4c to 0.5.2 2024-02-02 10:00:13 -07:00
md5 Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
pcre2 CMake: Annotate some targets with SBOM information 2024-06-17 15:54:26 +02:00
pixman
rfc6234 Deploy Comment fields in qt_attribution.json files 2023-04-20 14:17:26 +01:00
sha1 Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
sha3 Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
siphash Core: Move SipHash implementation into separate file 2024-07-09 07:58:23 +00:00
sqlite SQLite: Update SQLite to v3.46.0 2024-05-28 00:02:04 +02:00
tinycbor Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
wasm Use SPDX ID for Bitstream-Vera license 2024-06-20 19:30:37 +00:00
wintab Use SPDX identifier to Wintab attribution 2024-06-24 10:03:44 +00:00
xcb Modify copyright format in qt_attribution.json 2023-10-23 17:42:45 +00:00
zlib Update Zlib to 1.3.1 2024-01-25 14:05:23 +00:00
.gitattributes
CMakeLists.txt CMake: Annotate some targets with SBOM information 2024-06-17 15:54:26 +02:00
README
_clang-format

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.