summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobalstatic.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\
| * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-13/+19
|/
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+10
|\
| * Work around ICC bug in local static symbols for Q_GLOBAL_STATICThiago Macieira2014-07-301-1/+10
* | Add Q_COMPILER_THREADSAFE_STATICS (a.k.a. "Magic Statics")Thiago Macieira2014-06-271-1/+1
|/
* Avoid other threads blocking for Q_GLOBAL_STATIC constructor on MacKai Koehne2013-10-151-2/+7
* Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-281-1/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* Doc: write up the docs for Q_GLOBAL_STATICThiago Macieira2013-01-241-13/+0
* Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-221-0/+157