summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qmap
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Assert some more things we can be sure of in the QMap benchmarkEdward Welbourne2021-07-231-0/+17
* QMap benchmark: use unsigned accumulators and check themEdward Welbourne2021-07-231-4/+12
* Rename QMap benchmark source file to match test nameEdward Welbourne2021-07-232-2/+2
* Give symbolic names to the sizes of data-sets tested in QMap benchmarkEdward Welbourne2021-07-231-24/+27
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-011-6/+0
* 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-2/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-2/+3
| |\
| | * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-021-2/+3
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-0/+15
|\| |
| * | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+15
| |/
* / Convert remaining tests/benchmarksLeander Beernaert2019-11-041-0/+14
|/
* Benchmark: Add _bench_ into the name of the qmap benchmarkTobias Hunger2018-11-081-1/+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
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+78
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+15
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-0/+17
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-0/+12
* 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
* Rewrite QMap to use a RB treeLars Knoll2012-03-232-0/+170