summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QString: optimize equalStrings() with a template in ucstrncmp()Thiago Macieira2022-01-181-6/+27
* QString: merge the two ucstrcmp overloads into a templateThiago Macieira2022-01-181-11/+8
* QString: introduce ucstreq() to optimize equalStrings()Thiago Macieira2022-01-181-2/+15
* QString: make ucstricmp() parameters match the compareStrings'Thiago Macieira2022-01-181-27/+20
* QString: add Q_NEVER_INLINE for ucstricmp()Thiago Macieira2022-01-181-3/+3
* QString: remove the old unaligned 4-byte compares in ucstrncmp()Thiago Macieira2022-01-181-60/+9
* CMake: add support for GNU/HurdPino Toscano2022-01-196-7/+10
* coin: Move AUTOGEN and tests options addition into a common locationAlexandru Croitor2022-01-196-8/+30
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Restore std::as_const() where a qAsConst was lost between 5.15 and 6Edward Welbourne2022-01-181-2/+2
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* qt-testrunner: be more clear that it was the test that crashedDimitrios Apostolou2022-01-181-4/+9
* Add QDial test in tst_baseline_widgetsAxel Spoerl2022-01-181-0/+41
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* Turn a condition into a lambda to save needless evaluationEdward Welbourne2022-01-181-5/+6
* Conan: Add optional ICU Conan package dependencyIikka Eklund2022-01-181-1/+54
* CMake: Fix qt_run_linker_version_script_support to use active linkerAlexandru Croitor2022-01-182-1/+12
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-184-19/+39
* CMake: Fix dbus headers not being added in qt_internal_extend_targetAlexandru Croitor2022-01-181-2/+2
* QProcess/Unix: fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUFPino Toscano2022-01-181-0/+5
* QString::toLatin1_helper_inplace: simplify the codeThiago Macieira2022-01-173-21/+43
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-183-1/+56
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* Clang: don't error out on -Wdeprecated-enum-enum-conversionMarc Mutz2022-01-181-0/+6
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-182-10/+63
* QVersionNumber: don't allocate in fromString() in the common caseMarc Mutz2022-01-182-6/+27
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-186-68/+101
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-174-9/+49
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* CMake: re-enable SIMD on AndroidThiago Macieira2022-01-171-34/+34
* CMake: Propagate qtbase's CMAKE_STAGING_PREFIX to Qt modulesJoerg Bornemann2022-01-182-12/+9
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-172-16/+37
* Remove unused .qrc filesJoerg Bornemann2022-01-1757-1035/+0
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-172-12/+30
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* widgets baseline test: add QSpinBoxTimur Pocheptsov2022-01-171-0/+37
* Prevent takeStandardSnapshots() from stopping on first mismatchAxel Spoerl2022-01-172-4/+18
* Remove execute permission from XML filesEdward Welbourne2022-01-174-0/+0
* Conan: Exclude 'qt_host_path' option from package_id checksumIikka Eklund2022-01-171-0/+1
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-1717-2/+20
* QFusionStyle: don't draw an invalid outline for up/down buttonsTimur Pocheptsov2022-01-171-20/+24
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-173-38/+44
* Doc: Make QListIterator snippets more robustKai Köhne2022-01-177-19/+23
* Doc: Remove mentioning of Fowler bookKai Köhne2022-01-1720-38/+19
* wasm: fix EXPORTED_RUNTIME_METHODS also for qmakeMorten Johan Sørvig2022-01-171-1/+1
* wasm: don’t pass thread linker opts to compilerMorten Johan Sørvig2022-01-171-2/+3
* wasm: modernize pthreads optionMorten Johan Sørvig2022-01-172-3/+3
* wasm: remove emterpreter flagsMorten Johan Sørvig2022-01-171-7/+0
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1