summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't initialize POD types with memset(0)Lars Knoll2020-11-171-4/+2
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Remove documentation for removed QFlags constructorVolker Hilsheimer2020-10-261-10/+0
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-211-11/+11
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Normalize roundingAllan Sandfeld Jensen2020-09-161-4/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-4/+0
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-141-9/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-5/+0
* QSysInfo: remove deprecated windowsVersion() and macVersion()Edward Welbourne2020-07-221-223/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-14/+14
* Remove winrtOliver Wolff2020-06-061-27/+10