summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-124-19/+19
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-122-2/+2
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-123-60/+141
* Cache QUrl::idnWhiteList() absent user_idn_whitelistMarc Mutz2020-05-121-7/+10
* Doc: fix QRandomGenerator code snippetsTasuku Suzuki2020-05-121-4/+4
* QtCore: use new QChar::fromUcs{2,4}()Marc Mutz2020-05-124-16/+7
* QUrlQuery: improve defaultQuery{Value,Pair}Delimiter()Marc Mutz2020-05-122-6/+8
* QUrl: replace some lower-case macros with functionsMarc Mutz2020-05-121-3/+5
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-127-27/+100
* qmake: Remove the DISCARDABLE flag for icon resourcesYuhang Zhao2020-05-111-1/+1
* CMake: Add more entries for rc filesYuhang Zhao2020-05-111-1/+31
* qmake: Update the macro namesYuhang Zhao2020-05-121-2/+2
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* CMake: Workaround fix for failing RC file generation on WindowsAlexandru Croitor2020-05-111-2/+1
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-3/+8
* QXmlStreamReader: port Private::put...() to QStringViewMarc Mutz2020-05-113-32/+28
* QSettings: port iniUnescapedKey() from int to char16_tMarc Mutz2020-05-111-3/+3
* QRegularExpression: cast to PCRE2_SPTR16Marc Mutz2020-05-111-4/+4
* QString: optimize insert() of a substringMarc Mutz2020-05-111-5/+2
* Port QtPrivate::findString() from ushort* to char16_t*Marc Mutz2020-05-111-7/+7
* Modernize foldCase() internal functionsMarc Mutz2020-05-112-1/+26
* QXmlStreamSimpleStack: port to qsizetypeMarc Mutz2020-05-113-29/+29
* QXmlStream: use even more ranged for loopsMarc Mutz2020-05-111-4/+21
* Port qt_to_latin1() (and it's variants) from ushort to char16_tMarc Mutz2020-05-113-15/+13
* Adapt qxmlstream.g to older changes to qxmlstream_p.hMarc Mutz2020-05-101-2/+2
* QXmlStream: use more ranged for loopsMarc Mutz2020-05-103-18/+29
* QXmlStreamReader: avoid double QHash lookupsMarc Mutz2020-05-102-12/+12
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-104-24/+28
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-103-6/+6
* QXmlStreamReader: fix a qint64 -> int truncationMarc Mutz2020-05-101-2/+2
* Clean up state handling for ICU and iconv based codecsLars Knoll2020-05-106-40/+39
* Explain what the QStringView levels meanGiuseppe D'Angelo2020-05-091-0/+12
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-093-25/+73
* QChar/QString: centralize case folding in qchar.cppMarc Mutz2020-05-093-19/+40
* QString: fix UB in replace()Marc Mutz2020-05-091-1/+2
* QString: fix UB in insert()Marc Mutz2020-05-091-1/+2
* QChar: finish port to char16_tMarc Mutz2020-05-082-20/+20
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-081-19/+27
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-082-6/+41
* Fix minor errors in ISODate and RFC2822Date formats' documentationEdward Welbourne2020-05-081-10/+13
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+8
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-082-95/+30
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-084-294/+48
* QByteArrayLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-05-081-2/+1
* QString: mark qustrlen() as unsuitable for ASanThiago Macieira2020-05-071-0/+5
* Provide qHash for all C++ fundamental typesGiuseppe D'Angelo2020-05-082-9/+56
* CMake: Fix Windows RC file generation for multi-config buildsJoerg Bornemann2020-05-071-14/+38
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-072-5/+7
* Port qt_string_count() to QStringViewMarc Mutz2020-05-071-8/+7