summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-282-5/+5
* QVersionNumber: remove the "pure" attribute from commonPrefix()Thiago Macieira2022-01-281-1/+1
* QEvent: initialize the static userEventTypeRegistry constexprlyThiago Macieira2022-01-291-1/+3
* QString: optimize finding size=1 needles in QLatin1StringsMarc Mutz2022-01-291-0/+13
* 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
* rhi: Fix tessellation support for OpenGLBen Fletcher2022-01-282-7/+11
* QCalendar: replace ostream-style qWarning with printf-style oneMarc Mutz2022-01-281-3/+2
* QFlatMap: use erase() in remove()Marc Mutz2022-01-281-2/+1
* QFlatMap: replace manual const_cast<>s with std::as_constMarc Mutz2022-01-281-9/+7
* QVersionNumber: remove "pure" declaration from fromString()Thiago Macieira2022-01-281-4/+4
* QCalendar: eradicate Java-style iteratorMarc Mutz2022-01-281-4/+9
* QLocale: replace a QList with QVLA for duplicate trackingMarc Mutz2022-01-281-1/+2
* Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisualIlya Fedin2022-01-281-3/+6
* QUrl: use qsizetype & size_t in place of int & uintThiago Macieira2022-01-282-73/+74
* 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
* Remove QSharedMemory from the bootstrap libraryJoerg Bornemann2022-01-271-5/+0
* QString: optimize compare_helperMarc Mutz2022-01-272-7/+4
* QFlatMap: avoid post-(in|de)crement on iteratorsMarc Mutz2022-01-271-4/+4
* QtCore: includemocsMarc Mutz2022-01-272-0/+6
* QCalendar: move memory allocation out of critical sectionMarc Mutz2022-01-271-1/+2
* Check if 'aab' target exists when adding <target>_make_aab as dependencyAlexey Edelev2022-01-261-1/+3
* qt6_standard_project_setup: Don't enable AUTORCCJoerg Bornemann2022-01-262-3/+3
* Offscreen: Fix implementation of QScreen::grabWindowVolker Hilsheimer2022-01-261-12/+16
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-261-0/+1
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-262-1/+41
* Windows: Change default hinting preference for high-dpiEskil Abrahamsen Blomfeldt2022-01-251-8/+12
* Check for null driver() before trying to exec()Edward Welbourne2022-01-251-1/+5
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-34/+24
* windows arm64: Use correct Q_PROCESSOR_ARM_64 define checkOliver Wolff2022-01-251-2/+3
* Revert "QLatin1String: Add overloads taking QLatin1Char"Marc Mutz2022-01-252-45/+0
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* QEventDispatcherWin32: use SetCoalescableTimer for (Very)Coarse timersThiago Macieira2022-01-241-7/+41
* Fix run time failure for UI autotests (INTEGRITY)Tatiana Borisova2022-01-253-14/+26
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-256-0/+27
* QOperatingSystemVersion: fix #if check for macos version checkMårten Nordheim2022-01-251-1/+1
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-253-6/+10
* Fix memory leak in QtConcurrent::run when called with a NULL QThreadPoolSona Kurazyan2022-01-241-0/+1
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-243-28/+1
* Optimize finding UTF-16 needles in L1 haystacksMarc Mutz2022-01-241-3/+6
* Mark ResultStoreBase as finalSona Kurazyan2022-01-241-1/+1
* Unify indentation in help information of androiddeployqtAlessandro Portale2022-01-241-9/+9
* QFuture: add a missing include for qpromise.hSona Kurazyan2022-01-242-5/+9
* QProperty: Work around constexpr issues on MSVCFabian Kosmale2022-01-231-3/+9
* QStaticByteArrayMatcherBase: make dtor protectedMarc Mutz2022-01-231-1/+1
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-233-19/+22
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-233-14/+32
* QByteArrayList: optimize 32-bit builds of legacy join() helperMarc Mutz2022-01-223-7/+9