qt5base-lts/tests/auto/corelib/global
Kai Koehne ed7f77071d Replace custom type traits with std one's
Remove most type traits from qtypetraits.h, but keep the custom
implementation of is_signed/is_unsigned. This gets rid of
BSD-3 licensed code from Google in a public header (hugh!).

The custom implementations for is_signed/is_unsigned are kept
because the implementations in gcc's standard headers do not
work as we expect for enums - both is_signed and is_unsigned
always returns false there - see also
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59027

[ChangeLog][QtCore][General] Qt now relies on type traits from
the C++ standard library.

Change-Id: I3f2188b46949f04ca4482a6ac9afd3482103f0e1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-11-08 15:31:17 +00:00
..
q_func_info Updated license headers 2016-01-21 18:55:18 +00:00
qflags Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qgetputenv Updated license headers 2016-01-21 18:55:18 +00:00
qglobal Replace custom type traits with std one's 2016-11-08 15:31:17 +00:00
qglobalstatic Unify license header usage. 2016-03-29 10:20:03 +00:00
qhooks Updated license headers 2016-01-21 18:55:18 +00:00
qlogging Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qnumeric Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
qrand Updated license headers 2016-01-21 18:55:18 +00:00
qtendian QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
global.pro Add a more reliable replacement for qt_add/removeObject(). 2014-04-15 17:50:20 +02:00