summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix some errors in docs of string-related classesSona Kurazyan2021-08-164-99/+100
* QUrl: Make Punycode encoding code less surprisingIevgenii Meshcheriakov2021-08-161-7/+7
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-114-3/+30
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-111-3/+6
* Correct QStorageIterator::next()'s use of qstrtoll()Edward Welbourne2021-08-111-4/+5
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* CMake: Remove qt6_enable_object_libraries_finalizer_modeAlexandru Croitor2021-08-101-30/+34
* Improve documentation signature for native interface accessorTor Arne Vestbø2021-08-101-0/+6
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-14/+39
* Improve docs for QFuture continuationsSona Kurazyan2021-08-102-49/+53
* qlocale_win: Rename a misnamed local variableEdward Welbourne2021-08-101-6/+6
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* QMetaStringTable: disable copy and moveMarc Mutz2021-08-101-0/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-2/+20
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* Qt namespace: add a Qt 7 note about enumerator orderMarc Mutz2021-08-061-0/+1
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-061-2/+1
* Turn off feature timezone for emscriptenEdward Welbourne2021-08-061-0/+1
* Tidy up QString's replaceArgEscapes() helper functionEdward Welbourne2021-08-061-13/+8
* replaceArgEscapes(): rework nested conditional to avoid repetitionEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): correct a comment and assert what it relies onEdward Welbourne2021-08-061-3/+4
* replaceArgEscapes(): rework local variables to make code simplerEdward Welbourne2021-08-061-9/+7
* replaceArgEscapes(): use qsizetype in place of int ant uintEdward Welbourne2021-08-061-5/+7
* replaceArgEscapes(): use a local variable to avoid duplicationEdward Welbourne2021-08-061-13/+4
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-062-3/+2
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-041-4/+14
* replaceArgEscapes(): rename a local variable and simplify initializationEdward Welbourne2021-08-051-6/+4
* CMake: Add whitespace to Android error messageKai Köhne2021-08-051-3/+3
* Pre-check a pair of string comparisons by lengthEdward Welbourne2021-08-051-1/+5
* QFsFileEngine (Unix): replace a QPair with a proper structMarc Mutz2021-08-042-4/+8
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-042-1/+12
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-042-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-042-40/+60
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-042-12/+11
* QProperty: micro optimizationsFabian Kosmale2021-08-042-3/+8
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-044-7/+23
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-044-1/+18
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-042-12/+3
* QMetaType: auto-unregister converters and mutable views againMarc Mutz2021-08-041-8/+37
* QFsFileEngine: avoid triple(quadruple) lookup of the same keyMarc Mutz2021-08-042-7/+9
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-037-201/+175
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* QString::localeAwareCompare: adapt to QLocale::setDefault() being calledThiago Macieira2021-08-023-4/+25