summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-3/+7
* Fix build with clang-clYuhang Zhao2022-03-311-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+28
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-3/+3
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-16/+17
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+1
* Doc: Fix typosRobert Löhning2022-03-161-2/+2
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Extract Header qforeach.h from qglobal.hMarc Mutz2021-12-301-4/+4
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-181-0/+20
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-161-2/+3
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Add private qAbort helper functionTor Arne Vestbø2021-09-221-0/+29
* Improve version-related docs in qglobal.cppEdward Welbourne2021-09-211-21/+23
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-201-11/+21
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-2/+4
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+1
* QSysInfo: Delete pre-windows 10 codeMårten Nordheim2021-07-281-28/+4
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-071-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-3/+3
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-261-14/+3
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+9
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-161-10/+2
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-151-0/+38
* Rejig native interface plumbingTor Arne Vestbø2021-05-121-0/+5
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* QFlags: add operator== and !=Giuseppe D'Angelo2021-05-111-0/+24
* QFlags: add operator& / &= overloads taking a QFlags objectGiuseppe D'Angelo2021-05-111-0/+14
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-111-0/+9
* QFlags: add (named) explicit conversion from/to intGiuseppe D'Angelo2021-05-111-0/+18
* PRIx macros: add missing \relates to the docsGiuseppe D'Angelo2021-05-101-0/+4
* PRI* datatypes: fix typos in documentationGiuseppe D'Angelo2021-04-251-2/+2
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-0/+83
* Fixed type integers: streamline the definitionsGiuseppe D'Angelo2021-04-241-5/+4
* QtGlobal: check the Qt fixed size integersGiuseppe D'Angelo2021-04-231-0/+6
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-12/+1
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-3/+3
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-191-0/+4
* Assert that wchar_t's size matches one of the unicode character typesEdward Welbourne2021-01-081-0/+2
* Add test for qRoundDavid Skoland2020-12-021-0/+8
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-11-301-3/+10
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-0/+3