summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobalstatic
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-121-1/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-2/+2
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-052-0/+6
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-141-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Regenerate tests/auto/corelib/globalAlexandru Croitor2019-11-121-1/+7
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-9/+9
|\
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-9/+9
* | cmake: build with exceptions disabled by defaultAlbert Astals Cid2019-06-051-0/+1
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+8
|/
* tests: Unify license to GPL-EXCEPTKai Koehne2017-04-031-31/+9
* macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+0
* Unify license header usage.Jani Heikkinen2016-03-291-3/+13
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-2/+2
|\
| * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-2/+2
* | Fix tst_qglobalstatic on OS XSimon Hausmann2015-06-041-0/+21
|/
* Add CONFIG += testcase to test qglobalstatic.Friedemann Kleint2015-05-221-0/+1
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* Update copyright headersJani Heikkinen2015-02-111-4/+4
* Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-281-1/+23
* Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-222-0/+226