summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobal/qglobal.c
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Long live Q_(U)INT128_MIN/MAX!Marc Mutz2023-09-131-0/+6
* Add some tests for q(u)int128Marc Mutz2023-09-131-0/+7
* Add 'thread_local' definition as it is not available in C mode for VxWorksKrzysztof Sommerfeld2023-08-291-0/+5
* Make qYieldCpu() public APIThiago Macieira2023-07-251-0/+7
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+2
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-9/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-0/+6
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
* Fix thread_local testSamuli Piippo2018-02-231-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
* Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-211-0/+6
* Add support for C11 static_assert and thread_localThiago Macieira2017-11-211-0/+111