qt5base-lts/src
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
..
3rdparty Fix linking ANGLE on MinGW-w64 64-bit 2012-12-20 14:23:57 +01:00
angle Fix linking ANGLE on MinGW-w64 64-bit 2012-12-20 14:23:57 +01:00
concurrent Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
corelib Add a new Q_GLOBAL_STATIC implementation 2013-01-22 17:15:58 +01:00
dbus QtDBus: Garbage collect deleted objects now and then. 2013-01-17 17:39:36 +01:00
gui Remove some dead code. 2013-01-22 09:25:05 +01:00
network Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
opengl Add support for retina glyph-based text drawing in the GL paint-engine 2013-01-21 12:59:33 +01:00
platformsupport Regression: Fix setting of custom cursors for native widgets. 2013-01-21 21:50:45 +01:00
plugins Windows: Introduce pixmap cursor cache. 2013-01-22 17:15:58 +01:00
printsupport Bump Qt version to 5.1.0 2013-01-15 12:45:21 +01:00
sql Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
testlib QTestLib: improve output when comparing lists fails. 2013-01-22 13:29:33 +01:00
tools Add support for defining properties from member variables. 2013-01-19 17:36:55 +01:00
widgets Regression: Fix setting of custom cursors for native widgets. 2013-01-21 21:50:45 +01:00
winmain remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
xml Bump Qt version to 5.1.0 2013-01-15 12:45:21 +01:00
src.pro Add ANGLE as a 3rdparty library to Qt. 2012-10-24 02:29:15 +02:00