summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix misguided winding backwards past start of start of MS TZ datav6.3.0-beta1Edward Welbourne2022-01-301-1/+21
* QFlatMap: fix is_transparent detectionMarc Mutz2022-01-302-3/+26
* QFlatMap: remove binary_find()Marc Mutz2022-01-301-50/+28
* QVersionNumber: remove the "pure" attribute from commonPrefix()Thiago Macieira2022-01-301-1/+1
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-302-5/+5
* qfloat16: add missing staticThiago Macieira2022-01-301-2/+2
* Fix finding GSSAPIAllan Sandfeld Jensen2022-01-301-2/+5
* QFlatMap: add full is_transparent support [3/3]: add overloadsMarc Mutz2022-01-302-1/+76
* Fix tst_qfloat16 run time error for INTEGRITY (tested on sa8115)Tatiana Borisova2022-01-301-0/+5
* QFlatMap: add full is_transparent support [2/3]: shuffle functionsMarc Mutz2022-01-301-23/+19
* QCalendar: eradicate Java-style iteratorMarc Mutz2022-01-291-4/+9
* QCalendar: replace ostream-style qWarning with printf-style oneMarc Mutz2022-01-291-3/+2
* QFlatMap: add full is_transparent support [1/3]: split functionsMarc Mutz2022-01-291-2/+14
* QFlatMap: implement mutable op[] via try_emplace()Marc Mutz2022-01-291-12/+2
* QFlatMap: use erase() in remove()Marc Mutz2022-01-291-2/+1
* QFlatMap: replace manual const_cast<>s with std::as_constMarc Mutz2022-01-291-9/+7
* QLocale: replace a QList with QVLA for duplicate trackingMarc Mutz2022-01-291-1/+2
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* QString: optimize finding size=1 needles in QLatin1StringsMarc Mutz2022-01-291-0/+13
* Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisualIlya Fedin2022-01-281-3/+6
* Android A11Y: fix content update notification when object is hiddenIvan Solovev2022-01-281-1/+4
* Android: explicitly remove accessibility focus when element is hiddenIvan Solovev2022-01-281-0/+11
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-289-97/+154
* Exclude tst_selftests when feature process is disabledTatiana Borisova2022-01-282-8/+2
* Remove QSharedMemory from the bootstrap libraryJoerg Bornemann2022-01-271-5/+0
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-273-6/+10
* INTEGRITY: Prevent deletion of virtual functionsKimmo Ollila2022-01-271-2/+2
* CMake: Fix host UiTools being picked up instead of target oneAlexandru Croitor2022-01-271-0/+1
* Check if 'aab' target exists when adding <target>_make_aab as dependencyAlexey Edelev2022-01-271-1/+3
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* QtCore: includemocsMarc Mutz2022-01-272-0/+6
* QString: optimize compare_helperMarc Mutz2022-01-272-7/+4
* QFlatMap: avoid post-(in|de)crement on iteratorsMarc Mutz2022-01-271-4/+4
* qt6_standard_project_setup: Don't enable AUTORCCJoerg Bornemann2022-01-262-3/+3
* CMake: Display CMAKE_BUILD_TYPE when including QtSetupAlexandru Croitor2022-01-261-0/+2
* threadedqopenglwidget example: Split out class RendererFriedemann Kleint2022-01-269-310/+441
* Fix build with clang-clYuhang Zhao2022-01-262-2/+2
* Revert "QLatin1String: Add overloads taking QLatin1Char"Marc Mutz2022-01-252-45/+0
* Doc: Fix snippet to match actual QFileInfo behaviorKai Köhne2022-01-251-1/+1
* QOperatingSystemVersion: fix #if check for macos version checkMårten Nordheim2022-01-251-1/+1
* Fix run time failure for UI autotests (INTEGRITY)Tatiana Borisova2022-01-253-14/+26
* QMake: replace a Q_ASSERT() with a Q_UNREACHABLE()Marc Mutz2022-01-251-1/+2
* QFuture: add a missing include for qpromise.hSona Kurazyan2022-01-252-5/+9
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-257-24/+69
* QHash: rewrite the x86 aeshash function for len >= 16Thiago Macieira2022-01-241-52/+54
* QHash: fix iteration of x86 AES hash code for len >= 32Thiago Macieira2022-01-251-2/+2
* QHash: improve aeshash's page detection codeThiago Macieira2022-01-251-5/+5
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-252-26/+50
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-252-0/+24
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-243-28/+1