summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QXpmHandler: clean up write_xpm_image: use conventional pointer arithmeticMarc Mutz2021-08-051-6/+3
* QXpmHandler: clean up write_xpm_image: scope variables betterMarc Mutz2021-08-051-5/+4
* QXpmHandler: avoid double-lookupMarc Mutz2021-08-051-9/+14
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-041-4/+14
* testlib: Clean up tst_blacklistTor Arne Vestbø2021-08-058-141/+16
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-052-5/+4
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-0553-157/+122
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-0529-29/+28
* testlib: Sync up QTest::LogElementType with element namesTor Arne Vestbø2021-08-052-3/+5
* testlib: Reduce JUnit test duration reporting to millisecond precisionTor Arne Vestbø2021-08-051-2/+7
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-0555-868/+1165
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-0510-92/+35
* QXpmHandler: clean up write_xpm_image: make w,h constMarc Mutz2021-08-051-1/+3
* replaceArgEscapes(): rename a local variable and simplify initializationEdward Welbourne2021-08-051-6/+4
* Remove unsupported, host-related options from configure shell scriptKai Köhne2021-08-051-17/+0
* 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
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* QTestEventLoop: stop when the test failsEdward Welbourne2021-08-052-4/+8
* tst_QByteArray::qUncompressCorruptedData(): MS-Win no longer hangsEdward Welbourne2021-08-051-8/+1
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-043-66/+141
* QFsFileEngine (Unix): replace a QPair with a proper structMarc Mutz2021-08-042-4/+8
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* Rework tst_QString::remove_regexp() and its data tableEdward Welbourne2021-08-041-30/+36
* Refine localeAwareCompare() test-case filtering on ICUEdward Welbourne2021-08-041-6/+9
* QDecompressHelper: Skip double-decompression if download is smallMårten Nordheim2021-08-043-27/+99
* 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
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-0451-101/+61
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-0426-45/+53
* CMake: Make qt6_wasm_add_target_helpers an internal functionJoerg Bornemann2021-08-043-13/+4
* CMake: Enforce minimum CMake version in user projectsAlexandru Croitor2021-08-049-53/+205
* CMake: Bump min required CMake version for static Qt builds to 3.20Alexandru Croitor2021-08-043-25/+45
* QFileSystemModel: cache the name filters regexpsGiuseppe D'Angelo2021-08-042-12/+33
* 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
* Doc: Fix warnings about undocumented enum and parametersNico Vertriest2021-08-032-2/+6
* 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-023-11/+11