summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCollator/Win: Remove WinRT remnantsThiago Macieira2021-08-022-28/+1
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-022-5/+6
* Use correct MSVC runtime library for targets created by qt_add_*()Li Xinwei2021-08-031-0/+3
* QByteArray::number/setNum(double): Reverse dependencyMårten Nordheim2021-08-021-30/+27
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-012-5/+3
* QIODevice: allow subclasses to enforce unbuffered modeAlex Trotsenko2021-08-011-9/+16
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-012-57/+79
* QIODevice: fix converting OpenMode flag in debug outputAlex Trotsenko2021-07-311-3/+3
* QUuid: port to QAnyStringViewMarc Mutz2021-07-303-42/+51
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-306-423/+33
* Correct a #include in a comment in qglobal.hEdward Welbourne2021-07-301-1/+1
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-14/+2
* QByteArray: fix indexOf/lastIndexOfIvan Solovev2021-07-291-5/+10
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-284-17/+26
* tests: fix some -WvolatileMarc Mutz2021-07-282-0/+90