qt5base-lts/src/corelib
Thiago Macieira 38597dd080 Atomic: silence MSVC warning in the generic fetchAndSub
MSVC atomics still use the generic version, instead of qatomic_cxx11.h.
The implementation of fetchAndSub is implemented on top of fetchAndAdd,
but produced a warning with unsigned types.

Change-Id: I72f5230ad59948f784eafffd151aa53435b75298
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2018-03-19 20:36:36 +00:00
..
animation Fix GCC 8 warning in qvariantanimation 2018-02-14 05:43:55 +00:00
arch Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
codecs QUtf8: Add some UTF-8 text operation functions 2018-02-03 21:31:57 +00:00
doc Revert "JSON doc: update the RFC we link to" 2018-02-21 18:51:40 +00:00
global q{,Utf8}Printable: avoid creating a copy of a QString 2018-03-18 17:28:42 +00:00
io QIpAddress: reject IPv6 addresses with more than 4 hex digits 2018-03-16 00:01:53 +00:00
itemmodels doc: Fix remaining qdoc warnings in qabstractitemmodel.cpp 2018-01-18 06:32:01 +00:00
kernel Android: Fix possible crash 2018-03-14 13:32:20 +00:00
mimetypes QMimeDatabase: fix regression in alias resolving 2018-02-28 22:17:58 +00:00
plugin Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
serialization JSON: remove braces from UUID text representations 2018-03-02 04:06:33 +00:00
statemachine doc: Correct remaining qdoc warning in qsignaltransition.cpp 2018-01-04 12:50:29 +00:00
thread Atomic: silence MSVC warning in the generic fetchAndSub 2018-03-19 20:36:36 +00:00
tools q{,Utf8}Printable: avoid creating a copy of a QString 2018-03-18 17:28:42 +00:00
configure.json logging: Clarify and document how we look for the presence of a console 2018-03-07 18:12:09 +00:00
corelib.pro Merge remote-tracking branch 'origin/5.10' into 5.11 2018-02-15 10:14:11 +01:00
debug_script.py macOS: Add LLDB debug script when building with separate debug info (dSYM) 2017-07-07 18:09:45 +00:00
eval.pri
Qt5Config.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5CoreConfigExtras.cmake.in Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
Qt5CoreConfigExtrasMkspecDir.cmake.in
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
Qt5CoreMacros.cmake CMake: qt5_add_binary_resource: re-run if needed 2018-01-09 13:21:46 +00:00
Qt5CTestMacros.cmake
Qt5ModuleLocation.cmake.in Use separate Qt5Config.cmake inside build directory 2016-11-25 10:46:34 +00:00
Qt5ModuleLocationForInstall.cmake.in cmake: avoid @var@ expansion in older CMake versions 2017-07-10 21:25:47 +00:00
QtCore.dynlist
qtcore.tracepoints Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
qtzlib.pro