summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qlist
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-92/+25
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-302-4/+2
* Limit some QList benchmark data-set sizes to avoid time-outsEdward Welbourne2021-07-151-15/+17
* QList benchmark: inline the removAll tests to match most othersEdward Welbourne2021-07-151-53/+23
* QList benchmark: fix annoying -Wdeprecated-copy warningMarc Mutz2021-06-301-0/+2
* Update QList benchmark testsAndrei Golubev2021-04-211-101/+68
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-011-5/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-20/+80
* Add QList/QVector benchmark testsAndrei Golubev2020-11-041-1/+265
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate benchmarksAlexandru Croitor2020-07-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+2
|\
| * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-021-1/+2
* | Convert remaining tests/benchmarksLeander Beernaert2019-11-041-1/+12
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-031-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fixed benchmarks to work from install directoryKurt Korbatits2012-03-191-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-6/+1
* tests: do not run benchmarks by default in 'make check'Sergio Ahumada2011-10-241-0/+4
* optimize QList::removeAll()Ritt Konstantin2011-09-122-0/+255