summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QString: introduce ucstreq() to optimize equalStrings()Thiago Macieira2022-01-181-2/+15
* QString: make ucstricmp() parameters match the compareStrings'Thiago Macieira2022-01-181-27/+20
* QString: add Q_NEVER_INLINE for ucstricmp()Thiago Macieira2022-01-181-3/+3
* QString: remove the old unaligned 4-byte compares in ucstrncmp()Thiago Macieira2022-01-181-60/+9
* CMake: add support for GNU/HurdPino Toscano2022-01-192-5/+5
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-173-21/+43
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-1/+1
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-10/+44
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-182-6/+27
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-185-68/+60
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-173-8/+48
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-4/+4
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-1710-2/+10
* Doc: Make QListIterator snippets more robustKai Köhne2022-01-177-19/+23
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-173-3/+3
* QStorageInfo: limit Linux-only code with Q_OS_LINUXPino Toscano2022-01-161-0/+2
* QVersionNumber: change int to qsizetype for index and lengthThiago Macieira2022-01-162-30/+34
* QTextStream: code tidiesGiuseppe D'Angelo2022-01-162-10/+13
* QAnyStringView: fix code point -> code unit in the docsGiuseppe D'Angelo2022-01-161-1/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-153-1/+24
* QFlatMap: don't sort already ordered dataMarc Mutz2022-01-141-1/+1
* Fix warning on macOS builds, unbreak -developer-buildVolker Hilsheimer2022-01-141-1/+1
* convertDoubleTo: invert the condition so we catch NaNs earlyThiago Macieira2022-01-141-1/+1
* convertDoubleTo: move the precision upgrade test upThiago Macieira2022-01-141-4/+13
* Doc: Mark QSP::PublicShare, Templates for 6.4Kai Köhne2022-01-141-2/+2
* Add porting instructions for using binary JSONSona Kurazyan2022-01-131-31/+34
* Properly detect and declare contiguous iteratorsGiuseppe D'Angelo2022-01-132-16/+9
* Read QThreadPool::objectName thread-safeAllan Sandfeld Jensen2022-01-132-6/+10
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Tidy up macOS collation and add some assertionsEdward Welbourne2022-01-131-7/+9
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-4/+4
* Revise the explanation for leaving QTest::qWait() as it isEdward Welbourne2022-01-131-4/+6
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-5/+11
* Doc: Fix snippet to match actual QFileInfo behaviorKai Köhne2022-01-131-1/+1
* QStandardPaths_win: Add mapping for DownloadLocationYuhang Zhao2022-01-131-8/+4
* QStandardPaths: Remove old MinGW workaroundYuhang Zhao2022-01-131-11/+1
* QStandardPath: fix typoYuhang Zhao2022-01-131-1/+1
* Add a few explicit conversions back from intThiago Macieira2022-01-123-4/+4
* QString::compare: fix comparing a 4GB string to 1 QCharThiago Macieira2022-01-121-1/+1
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-122-2/+2
* QJsonObject: use the UTF-8 string comparator in sortingThiago Macieira2022-01-122-4/+2
* QByteArray: remove left-over Q_NEVER_INLINE after we removed the tablesThiago Macieira2022-01-121-4/+0
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* Doc: Replace "C:\Documents and Settings" pathsKai Köhne2022-01-123-5/+5