summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Copy and install lldb QtCore.py script for lldb and Xcode useAlexandru Croitor2021-09-071-2/+26
* Fix lldbbridge.py loading when using lldb + Python 3 from CLIAlexandru Croitor2021-09-071-0/+2
* JSON parsing: fix incorrect sign-extension for decoding bad escapesThiago Macieira2021-09-061-3/+3
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-065-8/+40
* Doc: fix qdoc warning from wrong function prototypesVolker Hilsheimer2021-09-061-4/+4
* QUrl: Remove explicit casts to {const,} void*Ievgenii Meshcheriakov2021-09-061-3/+2
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-066-131/+100
* Remove redundant break;s following return;sEdward Welbourne2021-09-061-2/+0
* Fix cases of output variables not being passed back to calling scopeCraig Scott2021-09-061-2/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-062-42/+47
* Doc: fix qdoc warning, function prototype missed return typeVolker Hilsheimer2021-09-051-4/+3
* 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