summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix qdoc warning from wrong see-alsoVolker Hilsheimer2021-09-051-1/+1
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-034-12/+8
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-3/+0
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-033-5769/+5850
* QWindowsPipeWriter: suppress a warning on unexpected peer disconnectionAlex Trotsenko2021-09-031-2/+8
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Replace implementation-specific zero test with plain comparisonEdward Welbourne2021-09-021-7/+2
* Clean up output target handling left behind by earlier changesCraig Scott2021-09-021-8/+6
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-6/+4
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-013-11/+23
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-012-94/+110
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-312-47/+42
* 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