summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| | * | Add QObject allocation benchmarksJędrzej Nowacki2019-08-291-0/+47
| | |/
| | * 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
| | |/
* | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1528-65/+73
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0628-65/+73
| |\|
| | * 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
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-114-19/+7
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-083-10/+4
| |\| | |
| | * | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-031-5/+0
| | * | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-5/+4
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-9/+3
| |\| | |
| | * | | tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-9/+3
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-1412-7/+11
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-1110-3/+7
| |\| | |
| | * | | 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
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-063-1/+57
| |\| | |
| * | | | Bump version to Qt 6Lars Knoll2019-05-142-4/+4
* | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-033-1/+57
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| |/ / /
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1613-33/+208
|\| | |
| * | | 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
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-192-4/+4
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-182-4/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-084-2/+113
| |\|
| | * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-064-2/+113
| * | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-231-2/+2
| * | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-081-0/+10
| * | Benchmark: Add _bench_ into the name of the qmap benchmarkTobias Hunger2018-11-081-1/+1
| * | benchmarks: Fix copy and paste error in .pro-fileTobias Hunger2018-11-081-1/+1
* | | Begin port of qtbase to CMakeSimon Hausmann2018-11-0129-0/+51
|/ /
* | tst_qfileinfo: Refactor ntfsJunctionPointsAndSymlinks()Friedemann Kleint2018-09-301-1/+3
* | Use a std::vector instead of a QVector in QMimeDatabasePrivateIvan Komissarov2018-09-291-0/+11
* | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-173-1/+77
|/