summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-213-3/+24
* Remove obsolete virtual method after submodules adjustedVolker Hilsheimer2022-01-211-4/+1
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-211-3/+15
* QFactoryLoader: merge the global statics into a single structThiago Macieira2022-01-211-12/+21
* QFactoryLoader: replace indexed loops with ranged onesThiago Macieira2022-01-211-16/+12
* QFactoryLoader: use RAII for QLibraryPrivateThiago Macieira2022-01-211-9/+10
* QFactoryLoader: use QDirIterator instead of QDirThiago Macieira2022-01-211-4/+4
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-212-2/+6
* QFactoryLoader: remove check-before-use of a directoryThiago Macieira2022-01-201-3/+0
* QFactoryLoader: there's only one of this, so removeOne(this)Thiago Macieira2022-01-201-1/+1
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-204-72/+40
* QFactoryLoader: separate the updating of each plugin pathThiago Macieira2022-01-201-92/+97
* qsimd_p.h: add a hack to allow AVX to work with MinGWThiago Macieira2022-01-201-0/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-202-32/+15
* Fix version in which SH_Table_AlwaysDrawLeftTopGridLines was addedVolker Hilsheimer2022-01-211-1/+1
* QWindowPrivate: de-inline dtor and ctorMarc Mutz2022-01-202-0/+9
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-201-375/+329
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-2043-60/+74
* QVulkanWindow: make it possible to override the enabled featuresLaszlo Agocs2022-01-203-2/+50
* Enable all supported 1.0 device features in QVulkanWindowLaszlo Agocs2022-01-201-0/+23
* QtConcurrent: use variable templates for compile-time checksSona Kurazyan2022-01-203-17/+10
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-202-2/+17
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* Add documentation for the Android Multi-ABI related variablesAlexey Edelev2022-01-202-0/+95
* Fix queue passed to vkQueuePresentLaszlo Agocs2022-01-201-1/+1
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* convertDoubleTo: add an x86-64 intrinsics versionThiago Macieira2022-01-191-5/+79
* Use QStylePainter when painting widgetsMorten Johan Sørvig2022-01-205-11/+15
* Doc: Cross-link QString's methodsIvan Tkachenko2022-01-191-3/+5
* QVersionNumber: don't detach() in rvalue QList/QVector ctorMarc Mutz2022-01-191-2/+2
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-0/+2
* Doc: Remove "Docs about UI Design" book overviewKai Köhne2022-01-192-81/+4
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8