qt5base-lts/tests/auto/corelib
Thiago Macieira f7eff72517 Add a new Q_GLOBAL_STATIC implementation
Unlike the previous implementation, this implementation is locked:
only one initialisation is ever run at the same time. It is
exception-safe, meaning that a throwing constructor will restart the
process.

Also, start using the thread-safe behaviour that GCC has offered for a
long time and C++11 requires.

Change-Id: I20db44f57d258923df64c0051358fd0d9a5ccd51
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: David Faure (KDE) <faure@kde.org>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-01-22 17:15:58 +01:00
..
animation Clean up some metatype declarations and registrations 2013-01-09 18:19:12 +01:00
codecs Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
global Add a new Q_GLOBAL_STATIC implementation 2013-01-22 17:15:58 +01:00
io Fix cleanup of temporary files in test of QFileInfo. 2013-01-22 13:29:25 +01:00
itemmodels Clean up some metatype declarations and registrations 2013-01-09 18:19:12 +01:00
json Added missing detach() to QJsonObject::take() 2012-12-13 23:58:51 +01:00
kernel Add a new Q_GLOBAL_STATIC implementation 2013-01-22 17:15:58 +01:00
mimetypes remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
plugin QPluginLoader: fix loading of plugins with a relative file name 2012-12-04 18:38:41 +01:00
statemachine add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
thread Fix crashes in tst_qthreadpool on Windows. 2013-01-18 14:16:52 +01:00
tools MinGW: Disable tests in tst_qstring that use unsupported formats. 2013-01-22 13:29:14 +01:00
xml Fix regression in QXmlStreamWriter with codec set to UTF-16 2012-11-20 18:53:49 +01:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00