summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build with clang-clYuhang Zhao2022-01-252-2/+2
* QEventDispatcherWin32: use SetCoalescableTimer for (Very)Coarse timersThiago Macieira2022-01-241-7/+41
* QMake: replace a Q_ASSERT() with a Q_UNREACHABLE()Marc Mutz2022-01-251-1/+2
* 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-257-24/+69
* 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-242-0/+24
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-243-28/+1
* QByteArray benchmark: fix clang -Wmove-resultMarc Mutz2022-01-241-1/+1
* benchmarks: fix some (future) -Wunused-result warningsMarc Mutz2022-01-243-28/+28
* tst_bench_qlocalsocket: fix Clang 10 warnings about unneeded captureMarc Mutz2022-01-241-2/+1
* QTransform benchmark: measure what was promisedMarc Mutz2022-01-241-1/+1
* Optimize finding UTF-16 needles in L1 haystacksMarc Mutz2022-01-241-3/+6
* Mark ResultStoreBase as finalSona Kurazyan2022-01-243-56/+147
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-24236-905/+0
* Fix gcc warning in testsKai Köhne2022-01-241-0/+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
* Add layout in QRadioButton baseline test for better visualizationAxel Spoerl2022-01-241-0/+1
* 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-234-19/+56
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-234-14/+106
* 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
* Use Q_INT64_C() to express qint64 constantsEdward Welbourne2022-01-211-3/+3
* QStringConverter: use QStaticByteArrayMatcherMarc Mutz2022-01-211-2/+5
* QByteArrayMatcher users: use the new QByteArrayView overloadsMarc Mutz2022-01-212-4/+4
* qmake: Allow using Windows 10 API in MinGW qmake internal projectsAlexandru Croitor2022-01-211-1/+1
* Don't set CMAKE_AUTORCC in pro2cmake.pyJoerg Bornemann2022-01-211-1/+0
* pro2cmake: Fix exception with newer pyparsing moduleJoerg Bornemann2022-01-211-3/+8
* Remove flaky and duplicate animateClick testsVolker Hilsheimer2022-01-212-30/+0
* Add a note for making ResultStoreBase's internal members privateSona Kurazyan2022-01-211-1/+2
* Tidy up tst_Warnings: comments and #if-eryEdward Welbourne2022-01-211-3/+9
* CMake: Support overriding CMAKE_BUILD_TYPE per-repo or testJoerg Bornemann2022-01-213-7/+53
* CMake: Display CMAKE_BUILD_TYPE when including QtSetupAlexandru Croitor2022-01-211-0/+2
* QArrayDataPointer: don't overload qSwap(), provide ADL-swap()Marc Mutz2022-01-211-1/+1
* Conan: use settings.build_type if not set by Qt options for the buildIikka Eklund2022-01-211-3/+19
* Conan: Align binary option values with conan-center recipesIikka Eklund2022-01-211-45/+44
* Add QRadioButton test in tst_baseline_widgetsAxel Spoerl2022-01-211-0/+70
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-2133-33/+82