qt6-bb10/src/3rdparty
Rolland Dudemaine d67327282f Accept correct double conversion unconditionally for GHS toolchain.
GHS floating-point libraries always handles double conversion properly.

Change-Id: Ic3c6c83e56fa0c7d29707b3939b6e7af38df0f3d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
2016-04-13 08:14:54 +00:00
..
android Android: Fix exceptions in ExtractStyle.java on Android L 2014-08-01 22:12:41 +02:00
angle Merge remote-tracking branch 'origin/5.5' into 5.6 2015-11-27 08:35:45 +01:00
atspi2 Update 3rdparty/atspi2 constants 2014-08-18 15:29:24 +02:00
dbus-ifaces Add native support for D-Bus global menu 2016-02-23 20:56:07 +00:00
double-conversion Accept correct double conversion unconditionally for GHS toolchain. 2016-04-13 08:14:54 +00:00
easing Several cases of s/decelerating from/decelerating to/. 2015-10-21 13:19:55 +00:00
forkfd Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/dev 2016-01-26 11:27:37 +00:00
freebsd Update strto(u)ll.c to not produce a warning with -Wcast-qual 2015-03-12 04:23:54 +00:00
freetype Merge remote-tracking branch 'origin/5.6' into dev 2016-02-02 15:57:44 +01:00
harfbuzz Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
harfbuzz-ng Bundled HarfBuzz: simplify the built-in shapers list configuration 2016-03-07 14:04:53 +00:00
iaccessible2 Do not compile in dlldata.c or ia2_api_all_c.c 2015-02-04 14:59:03 +00:00
libjpeg
libpng Update bundled libpng to version 1.6.20 2016-03-16 14:32:49 +00:00
md4 Fix MSVC 64 bit compiler warnings in 3rdparty code 2015-05-13 01:09:16 +00:00
md5 QtCore: Fix const correctness in old style casts 2015-07-20 15:54:19 +00:00
pcre Make pcre sljit build with GHS toolchain. 2016-03-17 07:58:25 +00:00
pixman iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bit 2015-12-12 07:19:04 +00:00
rfc6234
sha1 Updated license headers 2016-01-15 12:25:24 +00:00
sha3 Fix some -Wcast-qual warnings 2015-09-22 22:46:27 +00:00
sqlite update bundled sqlite to 3.11.1.0 2016-03-13 22:15:47 +00:00
wintab
xcb xcb: Add Xinerama 3rd party source code for static build 2015-12-22 11:29:26 +00:00
xkbcommon Fix compilation on libxcb 1.5 2014-05-19 15:52:58 +02:00
zlib Fix visibility of bundled zlib symbols with mingw 2015-12-21 10:10:30 +00:00
.gitattributes
README
freetype_dependency.pri Build bundled freetype as qt_helper_lib 2015-03-27 21:54:22 +00:00
harfbuzz_dependency.pri Bring harfbuzzng.pri naming in par with the other .pri-s in src/3rdparty 2015-03-11 21:46:58 +00:00
icu_dependency.pri Introduce icu_dependency.pri 2015-03-20 18:12:04 +00:00
libjpeg.pri fix usage of wince scope 2015-06-05 10:29:10 +00:00
libpng.pri Get rid of QT_USE_BUNDLED_LIBPNG 2015-11-23 18:52:35 +00:00
pcre_dependency.pri Build bundled PCRE copy as qt_helper_lib 2015-03-20 18:12:09 +00:00
png_dependency.pri Introduce png_dependency.pri 2015-11-13 20:42:12 +00:00
sqlite.pri Build SQLite including the platform header for INTEGRITY. 2016-03-23 15:38:27 +00:00
xkbcommon.pri Update bundled libxkbcommon version to 0.4.1 2014-04-03 14:20:19 +02:00
zlib.pri fix usage of wince scope 2015-06-05 10:29:10 +00:00
zlib_dependency.pri Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01: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.