summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Offscreen: Implement QPlatformBackingStore::toImage"Volker Hilsheimer2022-01-221-1/+0
* QByteArrayList: micro-optimize join(QByteArray)Marc Mutz2022-01-221-1/+1
* QByteArrayList: simplify the join() overload set already nowMarc Mutz2022-01-222-10/+2
* qopengl.h: Move C header #include(s) out of the QT_NAMESPACEPatrick Stewart2022-01-221-2/+1
* [doc] QStaticByteArrayMatcher: remove references to C++ < 17Marc Mutz2022-01-211-7/+1
* QHash: rewrite the x86 aeshash function for len >= 16Thiago Macieira2022-01-211-52/+54
* QHash: fix iteration of x86 AES hash code for len >= 32Thiago Macieira2022-01-211-2/+2
* QHash: improve aeshash's page detection codeThiago Macieira2022-01-211-5/+5
* QStaticByteArrayMatcher: add a useful commentMarc Mutz2022-01-211-0/+1
* QStringConverter: use QStaticByteArrayMatcherMarc Mutz2022-01-211-2/+5
* QByteArrayMatcher users: use the new QByteArrayView overloadsMarc Mutz2022-01-212-4/+4
* Add a note for making ResultStoreBase's internal members privateSona Kurazyan2022-01-211-1/+2
* QArrayDataPointer: don't overload qSwap(), provide ADL-swap()Marc Mutz2022-01-211-1/+1
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-2132-33/+80
* QStringConverter: fix int/qsizetype mismatches (ex Win32)Marc Mutz2022-01-211-9/+9
* QTableWidgetSelectionRange: make relational operators noexceptMarc Mutz2022-01-211-4/+4
* Optimize ContinuationWrapper used for support of move-only continuationsSona Kurazyan2022-01-212-4/+12
* Create QFutures returned by QtFuture::when* methods via QPromiseSona Kurazyan2022-01-211-10/+10
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-211-136/+102