summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clean up QLocaleData::validateChars() and fix its double-handlingEdward Welbourne2021-08-301-59/+43
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-304-3/+323
* Avoid UB (and the consequent need to suppress an MSVC warning)Edward Welbourne2021-08-302-14/+7
* Remove temporary inlines for qstrtou?ll()Edward Welbourne2021-08-301-5/+0
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-303-33/+40
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-308-29/+32
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-302-40/+88
* qlocale_win: Simplify and explain month-name format lookupEdward Welbourne2021-08-271-5/+4
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-7/+26
* wasm: enable the new event dispatcher for qtcoreMorten Johan Sørvig2021-08-271-0/+4
* wasm: add new event dispatcher implementationMorten Johan Sørvig2021-08-273-0/+671
* QUrl: Implement UTS #46Ievgenii Meshcheriakov2021-08-264-2243/+591
* unicode: Regenerate Unicode tablesIevgenii Meshcheriakov2021-08-262-9405/+15304
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-261-0/+32
* CMake: Make _qt_internal_test_expect_pass more configurableAlexandru Croitor2021-08-261-6/+84
* QLocale: improve documentation snippetIvan Solovev2021-08-261-9/+11
* Fix Clang warning about loop variable creating a copyTor Arne Vestbø2021-08-261-1/+1
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-253-10/+22
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-252-4/+2
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-253-4/+86
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-2412-56/+88
* CMake: Fix indentation in _qt_internal_test_expect_passAlexandru Croitor2021-08-241-11/+11
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-0/+24
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-231-0/+8
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-233-12/+40
* QMetaEnum: write "proper code"Marc Mutz2021-08-231-27/+31
* Doc: Add global \versionlessCMakeCommandsNote qdoc macroJoerg Bornemann2021-08-231-42/+24
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* QLibrary: use QStringTokenizer in isLibrary()Marc Mutz2021-08-211-15/+25
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-211-5/+33
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-211-2/+5
* QUrl: Fix typos in the documentationIevgenii Meshcheriakov2021-08-201-2/+2
* wasm: fix assert in QDateTimeLorn Potter2021-08-191-1/+1
* QCborValue: add asserts to encoding methodIvan Solovev2021-08-191-0/+2
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-192-18/+52
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-63/+8
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-198-30/+298
* QDateTime: port to QStringTokenizer and QVLAMarc Mutz2021-08-181-3/+6
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* QLibrary: remove dead checkMarc Mutz2021-08-181-2/+1
* Doc: Add missing links to methods to QSet documentation pageLuca Di Sera2021-08-181-5/+5
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* Fix compile with MinGW-W64 9.0.0: Redefinition of 'struct _FILE_ID_INFO'Jonas Kvinge2021-08-181-2/+2
* CMake: Set a placeholder bundle version for iOS appsAlexandru Croitor2021-08-171-0/+26
* Fix some old copy-and-paste errors in QByteArrayView docsEdward Welbourne2021-08-171-8/+8
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1