summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Move QSKIP()s to _data() functions in QFile benchmarkEdward Welbourne2021-07-071-24/+11
* QFile benchmark: always use Unbuffered for QFSFileEngine testsEdward Welbourne2021-07-061-7/+5
* Fix QDirIterator benchmark to actually find its test dataEdward Welbourne2021-07-061-15/+13
* QList benchmark: fix annoying -Wdeprecated-copy warningMarc Mutz2021-06-301-0/+2
* Add basic benchmarks for QFutureSona Kurazyan2021-06-193-0/+332
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-5/+5
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-021-3/+2
* QStringTokenizer: Add a benchmarkMÃ¥rten Nordheim2021-05-194-0/+203
* Make loop variables references in date benchmarkDavid Skoland2021-04-271-5/+5
* Declare loop arg in benchmark unusedDavid Skoland2021-04-271-2/+2
* Fix QMetaType API deprecation warning in benchmarkVolker Hilsheimer2021-04-261-1/+1
* Add QSortFilterProxyModel clear-filter benchmarkIgor Kushnir2021-04-254-0/+131
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68
* Merge integration refs/builds/qtci/dev/1618512247Qt CI Bot2021-04-161-9/+1
|\
| * Remove Qt dependency from some test helper executablesJoerg Bornemann2021-04-151-9/+1
* | Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-14/+14
|/
* Replace deprecated APIs in metatype/variant benchmarksVolker Hilsheimer2021-04-142-46/+45
* Fix some warningsAndreas Buhr2021-03-294-9/+28
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* Fix compiler warning: initialize variableVolker Hilsheimer2021-02-111-2/+2
* Fix QMetaType benchmarkFabian Kosmale2021-02-041-3/+5
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-023-6/+9
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-0160-395/+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 .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-30/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2217-17/+21
* 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-301-0/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* 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
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2353-58/+53
* 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-151-3/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* Remove deprecated binary json featureEdward Welbourne2020-07-313-52/+19
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-134-687/+0