summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-9/+9
* SQL/Benchmarks: cleanupChristian Ehrlicher2023-04-052-224/+13
* tst_bench_QCryptographicHash: use resultView()Marc Mutz2023-03-311-3/+3
* tst_bench_QCryptographicHash: port from std::function to qxp::function_refMarc Mutz2023-03-311-3/+2
* tst_bench_QCryptographicHash: QSKIP unsupported algorithmsMarc Mutz2023-03-311-0/+19
* tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCodeMarc Mutz2023-03-311-0/+80
* tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-231-3/+6
* tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-231-60/+20
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-231-24/+24
* Silence warnings from unused variablesVolker Hilsheimer2023-03-214-2/+5
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-9/+14
* SQL/Tests: remove safeDropTable() / add helper classChristian Ehrlicher2023-03-121-34/+17
* Silence warning, initialize variables before usingVolker Hilsheimer2023-03-061-2/+2
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-13/+17
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-9/+0
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1797-350/+1
* Fix QDir benchmark to do meaningful thingsDavid Faure2023-02-071-35/+25
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-021-0/+14
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+14
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-092-8/+8
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-023-0/+278
* Add benchmarks for QLocale number parsingEdward Welbourne2022-11-111-0/+230
* Add benchmarks for QString number parsingEdward Welbourne2022-11-111-8/+164
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-5/+5
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-291-3/+2
* benchmarks: fix configuring with -no-feature-sqlJohannes Kauffmann2022-10-251-1/+3
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+0
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-116-13/+13
* Port from container.count()/length() to size()Marc Mutz2022-10-043-13/+13
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* tst_QDir_10000: add sorted_byName benchmarkMarc Mutz2022-08-261-0/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23145-145/+145
* Update QTimeZone benchmark's list of tested zonesEdward Welbourne2022-08-161-9/+16
* Add license headers to cmake filesLucie Gérard2022-08-03145-0/+435
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-28110-116/+116
* tst_tostring: add benchmarks for QCOMPARE vs. QCOMPARE_EQMarc Mutz2022-06-221-0/+55
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-06-221-0/+13
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Make two QDT benchmarks data-driven and add more rowsEdward Welbourne2022-06-151-60/+40
* QTest::toString benchmark: do not pass a template type parameterGiuseppe D'Angelo2022-06-041-1/+1
* QTextDocument: add setLayoutEnabled()David Faure2022-05-261-0/+19
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-37/+0
* QTextDocument: add setLayoutEnabled()David Faure2022-05-191-0/+18
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-0/+19
* Use SPDX license identifiersLucie Gérard2022-05-16201-5432/+407
* QWidgetTextControl: port to new-style connects (faster)David Faure2022-05-101-0/+11
* benchmarks: fix deprecation warningsMarc Mutz2022-04-062-5/+5
* More startOfDay() fixes, in tst_bench_QDateTimeEdward Welbourne2022-03-311-4/+5