qt5base-lts/config.tests/unix
Jake Petroules 7fd3cc3980 Clean up OS version checks for Apple platforms
Convert QSysInfo/QOperatingSystemVersion to __builtin_available where
required or possible, or to QOperatingSystemVersion where
__builtin_available cannot be used and is not needed (such as negated
conditions, which are not supported by that construct).

Change-Id: I83c0e7e777605b99ff4d24598bfcccf22126fdda
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-09-29 03:30:13 +00:00
..
cxx11_random QRandomGenerator: don't internally rely on QT_HAS_INCLUDE 2017-06-20 16:37:35 +00:00
futimens Clean up OS version checks for Apple platforms 2017-09-29 03:30:13 +00:00
futimes QFileDevice/QFileInfo: Add fileTime() and setFileTime() 2017-04-27 18:44:15 +00:00
getauxval Rename the "sys_auxv" feature to "getauxval" 2017-07-06 00:23:59 +00:00
getentropy QRandomGenerator: use getentropy on Linux & OpenBSD 2017-06-30 21:19:10 +00:00
opengles32 Add support for OpenGL ES 3.2 in QOpenGLExtraFunctions 2017-06-30 18:12:58 +00:00
openssl11 QSslSocket: OpenSSL 1.1 backend 2017-07-04 18:03:59 +00:00