summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-212-2/+6
* QFactoryLoader: remove check-before-use of a directoryThiago Macieira2022-01-201-3/+0
* QFactoryLoader: there's only one of this, so removeOne(this)Thiago Macieira2022-01-201-1/+1
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-202-3/+34
* QFactoryLoader: separate the updating of each plugin pathThiago Macieira2022-01-201-92/+97
* qsimd_p.h: add a hack to allow AVX to work with MinGWThiago Macieira2022-01-201-0/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-2043-60/+74
* Add documentation for the Android Multi-ABI related variablesAlexey Edelev2022-01-202-0/+95
* convertDoubleTo: add an x86-64 intrinsics versionThiago Macieira2022-01-191-5/+79
* Doc: Cross-link QString's methodsIvan Tkachenko2022-01-191-3/+5
* QVersionNumber: don't detach() in rvalue QList/QVector ctorMarc Mutz2022-01-191-2/+2
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-0/+2
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-192-2/+6
* QString: use char16_t in ucstr{n,i,}cmp & ucstreq instead of QCharThiago Macieira2022-01-181-26/+24
* QString: optimize equalStrings() with a template in ucstrncmp()Thiago Macieira2022-01-181-6/+27
* QString: merge the two ucstrcmp overloads into a templateThiago Macieira2022-01-181-11/+8
* 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