summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-0350-122/+131
|\
| * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-0250-122/+132
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-0/+122
|\|
| * qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-201-0/+122
* | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-063-0/+3
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* | Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-281-11/+11
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+1
* | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-262-0/+40
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-153-3/+6
|\|
| * Skip instead of fail tests when test server is not availableTor Arne Vestbø2020-01-143-3/+6
* | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-131-11/+11
* | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+15
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Fix lancelot PaintCommands for reuseAllan Sandfeld Jensen2019-11-281-10/+10
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-202-2/+2
* | QMYSQL: remove support for MySql 4.xChristian Ehrlicher2019-10-121-6/+0
* | Win: QUdpSocket: Use QVarLengthArray for retrieving sizeMårten Nordheim2019-10-113-1/+90
|/
* QReadWriteLock: add a check for writeOnly, tooMarc Mutz2019-09-121-0/+63
* Brush up QReadWriteLock benchmarkMarc Mutz2019-09-122-8/+23
* Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-051-0/+2
* Extend QDate's benchmarkEdward Welbourne2019-08-301-5/+165
* Convert foreach to ranged for in QDateTime benchmarkEdward Welbourne2019-08-301-34/+34
* Deduplicate list-building code in QDateTime benchmarkEdward Welbourne2019-08-301-108/+57
* Fix unused variable warnings in QDateTime benchmarkEdward Welbourne2019-08-301-5/+15
* Fix some bogus date calculations in QDateTime's benchmarkEdward Welbourne2019-08-301-12/+26
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-273-4/+37
|\
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+22
| * Fix tst_bench_qimagereaderAllan Sandfeld Jensen2019-08-202-4/+15
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-203-22/+0
|/
* Remove usages of deprecated APIs of qtbase/widgetsSona Kurazyan2019-08-011-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-10/+10
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-10/+10
| |\
| | * Fix lancebench results oddnessAllan Sandfeld Jensen2019-07-231-10/+10
* | | Re-apply 'Skip old benchmark that doesn't build automatically'Marc Mutz2019-07-241-1/+0
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-134-7/+7
* | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1020-33/+41
* | | Win: qdiriterator bench: fix missing null-terminator issuesMårten Nordheim2019-07-102-14/+15
* | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-031-5/+0
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-5/+4
* | | tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-9/+3
* | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
* | | Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-069-2/+6
* | | Add a bench-mark for QDate's isValid() and daysInMonth()Edward Welbourne2019-05-222-0/+57
* | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-1/+0
* | | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-3/+18
* | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-4/+1
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | | Enable and extend the qtimer_vs_qmetaobject benchmarkMilian Wolff2019-03-272-14/+56
|/ /