qt5base-lts/tests/auto/corelib/global
Thiago Macieira 81a31beeb2 Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodies
Especially static inline variables. This greatly reduces the amount of
code that existed in macros, moving them to templates.

Additionally, this removes one level of indirection from
Q_APPLICATION_STATIC by removing the std::unique_ptr. We now directly
manage the object's storage.

Change-Id: I2cffe62afda945079b63fffd16bcc825cc04334e
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2021-12-12 14:25:42 -08:00
..
q_func_info Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcompare Remove the qmake project files 2021-01-07 15:32:28 +01:00
qflags Prefer QFAIL("Informative message") over QVERIFY(false) 2021-06-14 15:57:16 +02:00
qfloat16 Fix tst_qfloat16 runtime failure for INTEGRITY 2021-12-06 18:53:50 +00:00
qgetputenv Remove the qmake project files 2021-01-07 15:32:28 +01:00
qglobal Remove checks for features available in C++17 2021-10-02 17:54:39 +02:00
qglobalstatic Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodies 2021-12-12 14:25:42 -08:00
qhooks Remove the qmake project files 2021-01-07 15:32:28 +01:00
qkeycombination Remove the qmake project files 2021-01-07 15:32:28 +01:00
qlogging Fix tst_qmessagehandler::formatLogMessage() test on Android 2021-07-01 13:29:43 +00:00
qnativeinterface Do not include qloggingcategory.h in public headers 2021-11-16 17:26:04 +00:00
qnumeric QNX: Remove expected fail 2021-12-12 13:11:52 +02:00
qoperatingsystemversion Teach QOperatingSystemVersion to handle new OS entries in patch releases 2021-11-12 18:06:44 +01:00
qrandomgenerator Fix various -Wdeprecated-enum-float-conversions around the code 2021-07-27 14:58:41 +02:00
qtendian Suppress gcc warning -Wmemset-elt-size on test code 2021-06-14 15:57:16 +02:00
qwinregistry Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt Compile autotests for Integrity 2021-09-20 17:29:04 +03:00