summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Allow QWindowsPipe{Reader|Writer} to work with foreign event loops, take 2Alex Trotsenko2021-03-023-0/+240
* Fix some warnings about virtual/overrideAndreas Buhr2021-02-231-2/+2
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* Fix QMetaType benchmarkFabian Kosmale2021-02-041-3/+5
* Fix compiler warning in QNetworkReply testVolker Hilsheimer2021-02-031-2/+2
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-031-0/+5
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-026-32/+26
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-01143-1049/+0
* Import qproperty benchmarks from private repoMaximilian Goldstein2021-01-294-0/+323
* QVariant benchmark: fix crashesFabian Kosmale2021-01-271-4/+7
* Add simple benchmark for QRegularExpressionIvan Solovev2021-01-206-1/+321
* Remove unused variable from QNetworkReply benchmarkVolker Hilsheimer2021-01-191-1/+0
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-124-57/+0
* Remove QtDBus includesDavid Skoland2021-01-123-4/+8
* Replace QtTest headers with QTestDavid Skoland2020-12-2236-36/+48
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-2/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-3/+3
* Fix warnings about unused variables in benchmarksAndreas Buhr2020-11-303-3/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-205-250/+0
* CMake: fix QLocalSocket benchmark to use new qt_internal_ APIAlex Trotsenko2020-11-171-1/+1
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-175-0/+250
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-9/+9
* QWinEventNotifier: unlink from event dispatcherAlex Trotsenko2020-11-105-1/+165
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-20/+80
* Add QList/QVector benchmark testsAndrei Golubev2020-11-041-1/+265
* Add constructor benchmarks for QLocale, to test likely sub-tag matchingEdward Welbourne2020-10-261-0/+317
* Add benchmark for QString::number(int)Andreas Buhr2020-10-231-0/+9
* Fix [[nodiscard]] compile errors in QLocale benchmarkEdward Welbourne2020-10-191-4/+5
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-5/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0727-30/+30
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23109-132/+127
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-2/+2
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-2/+2
* QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetailChristian Ehrlicher2020-09-062-16/+18
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-286-148/+1
* Cleanup QTypeInfoLars Knoll2020-08-261-2/+2
* Clean up QVariant::Private::DataLars Knoll2020-08-241-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-14/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-6/+6
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-142-0/+4
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-062-1/+4
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-057-0/+143
* Remove deprecated binary json featureEdward Welbourne2020-07-313-52/+19
* Close memory leak in QTestLib support for string to numeric testingPeng Wenhao2020-07-281-1/+2
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-134-687/+0
* CMake: Regenerate benchmarksAlexandru Croitor2020-07-08106-132/+139