summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qcryptographichash
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_bench_QCryptographicHash: use resultView()Marc Mutz2023-03-311-3/+3
* tst_bench_QCryptographicHash: port from std::function to qxp::function_refMarc Mutz2023-03-311-3/+2
* tst_bench_QCryptographicHash: QSKIP unsupported algorithmsMarc Mutz2023-03-311-0/+19
* tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCodeMarc Mutz2023-03-311-0/+80
* tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-231-3/+6
* tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-231-60/+20
* tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-231-24/+24
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+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
* benchmarks: fix deprecation warningsMarc Mutz2022-04-061-2/+2
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-302-12/+10
* Fix some warningsAndreas Buhr2021-03-291-1/+17
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-011-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* 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-3/+4
|\
| * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-021-3/+4
* | Convert remaining tests/benchmarksLeander Beernaert2019-11-041-0/+12
|/
* Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+2
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-3/+3
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-211-0/+8
* Remove Windows CE from tests (others).Friedemann Kleint2016-03-311-9/+0
* Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* Updated license headersJani Heikkinen2016-01-211-16/+11
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add a benchmark test for QCryptographicHashThiago Macieira2014-04-042-0/+191