summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qapplicationstatic.h
Commit message (Expand)AuthorAgeFilesLines
* Q_APPLICATION_STATIC: Assert existence of a QCoreApplication instanceIevgenii Meshcheriakov2023-08-111-0/+2
* QtCore: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-241-1/+2
* QApplicationStatic: enforce acquire-release semantics on creationThiago Macieira2023-04-261-8/+8
* Q_APPLICATION_STATIC: add missing std::launder()Marc Mutz2023-02-021-2/+4
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-3/+3
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-171-6/+3
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-121-44/+62
* qapplicationstatic.h: fix syncqt warningMarc Mutz2021-11-231-1/+1
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-181-0/+102