summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-17/+38
* QMetaType: don't record trivial construction function pointersThiago Macieira2022-07-274-36/+75
* QVariant: delegate more to QMetaTypeThiago Macieira2022-07-271-29/+17
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+1
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-271-47/+104
* Doc: be more explicit about when a MEMBER property NOTIFY signal is emitted a...Albert Astals Cid2022-07-271-2/+3
* QByteArray: inline QByteArray::isNull()Thiago Macieira2022-07-273-5/+10
* QMetaType: add is{Default,Copy,Move}Constructible and isDestructibleThiago Macieira2022-07-263-3/+121
* QMetaType: add registerType() and qRegisterMetaType(QMetaType)Thiago Macieira2022-07-263-24/+88
* QMetaType: fix isRegistered()Thiago Macieira2022-07-261-3/+8
* Remove an extraneous section in the documentation of QRomanCalenderThibaut Cuvelier2022-07-261-5/+4
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-2/+2
* Port qt_doubleToAscii to qsizetypeMarc Mutz2022-07-263-5/+12
* Fix stringish::simplified() for strings > 2Gi charactersMarc Mutz2022-07-261-1/+1
* Port QUtf8BaseTraits to qsizetypeMarc Mutz2022-07-261-2/+2
* Port QStringIterator to qsizetypeMarc Mutz2022-07-262-8/+8
* QStringIterator: fix UB [1/2]: use has{Next,Previous}() moreMarc Mutz2022-07-261-6/+6
* Fix QString::vasprintf for strings > 2GiBMarc Mutz2022-07-261-2/+2
* Fix QString::toLatin1() for strings > 16Gi characters on ARM64Marc Mutz2022-07-261-2/+2
* QLocale: port to qsizetype [1/N]: indexed to ranged loopsMarc Mutz2022-07-263-10/+8
* Fix QString::arg() for format strings with a huge amount of placeholdersMarc Mutz2022-07-261-1/+1
* Write QProperty use in QMLJaishree Vyas2022-07-251-0/+11
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-1/+1
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-0/+84
* Port QCollator/Posix to qsizetypeMarc Mutz2022-07-221-2/+2
* Fix QString::toHtmlEscaped() for >2Gi character stringsMarc Mutz2022-07-221-7/+7
* Move minimal compiler version checks to qcompilerdetection.hIvan Solovev2022-07-212-24/+23
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-3/+10
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* QByteDataBuffer: avoid silent failures of read(n)Marc Mutz2022-07-211-1/+10
* QMetaType: fix documentationFabian Kosmale2022-07-211-7/+7
* Doc: Hide template magic for MSVC from documentationKai Köhne2022-07-211-1/+5
* QVariant: add missing const to QMetaTypeInterface pointersThiago Macieira2022-07-202-12/+9
* Include the QRegularExpression porting docs in Qt 6 porting guideSona Kurazyan2022-07-201-245/+6
* QLocale/Win: fix truncation bug in winIso639LangName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace 0 with nullptr in winLangCodeToIsoName()Marc Mutz2022-07-201-2/+2
* QLocale/Win: replace hand-written binary search with a call to lower_bound()Marc Mutz2022-07-201-18/+10
* QLocale/Win: statically assert that is_sorted(windows_to_iso_list)Marc Mutz2022-07-201-2/+13
* Make locale data arrays constexprMarc Mutz2022-07-203-6/+6
* Fix QLocale::createSeparatedList() for lists > 2Gi itemsMarc Mutz2022-07-201-2/+2
* QLocale: remove unneeded c_data static pointer variableMarc Mutz2022-07-201-3/+2
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-203-4/+2
* Port qt_repeatCount() to qsizetypeMarc Mutz2022-07-204-6/+6
* QCollator: add comments re: missing handling of large stringsMarc Mutz2022-07-202-0/+3
* QCollator: Extract Method Private::ensureInitialized()Marc Mutz2022-07-206-20/+21
* Port QByteDataBuffer to qsizetypeMarc Mutz2022-07-201-3/+3
* Clean up qt-cpp-defines.qdocconfKai Köhne2022-07-201-0/+2
* QByteArray: fix count(ch) for more than 2Gi occurrencesMarc Mutz2022-07-201-1/+1
* QCollator: port compare(ptr, n, ptr, n) to qsizetypeMarc Mutz2022-07-203-1/+10