summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Q_ASSUME and Q_UNREACHABLE to qassert.hSona Kurazyan2022-08-051-62/+1
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-051-60/+0
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-051-1/+1
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-63/+0
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-041-61/+0
* QSysInfo::prettyProductName(): add missing macOS product namesYuhang Zhao2022-08-031-2/+9
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-291-44/+0
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-328/+0
* Extract header qoverload.h from qglobal.hSona Kurazyan2022-07-291-51/+0
* Extract header qtranslation.h from qglobal.hSona Kurazyan2022-07-291-204/+0
* QSysInfo: update docs to mention the latest osYuhang Zhao2022-07-091-10/+8
* Move numeric functions from qglobal.h to qnumeric.hIvan Solovev2022-07-081-9/+9
* Darwin: Replace deprecated symbol kIOMasterPortDefault with equivalentTor Arne Vestbø2022-07-061-1/+2
* Fix Windows display versionYuhang Zhao2022-05-261-5/+10
* qglobal: resolve one Qt6 TODOYuhang Zhao2022-05-231-12/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* 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