summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-045-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Use SPDX license identifiersLucie Gérard2022-05-165-135/+10
* Fuzzing: Add fuzzer for QJsonDocument::fromJsonRobert Löhning2022-01-172-0/+61
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-134-4/+4
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-224-4/+4
* Fuzzing: Remove .pro-files of libfuzzer testsRobert Löhning2021-08-244-40/+0
* Fuzzing: Add CMake project files for fuzz targetsRobert Löhning2021-05-314-0/+108
* Fuzzing: Add fuzz target for QCborStreamReader::nextRobert Loehning2020-04-162-0/+46
* Fuzzing: Add fuzz target for QTextStream's extraction operatorRobert Loehning2020-04-142-0/+46
* Fuzzing: Add fuzz target for QCborValue::fromCborRobert Loehning2020-02-272-0/+44
* Fuzzing: Allow linking to other fuzzing enginesRobert Loehning2020-01-031-1/+6
* Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-10-091-1/+1
* Improve project files of libfuzzer testsRobert Loehning2019-03-131-2/+2
* Add libfuzzer test for QXmlStreamReader::readNext()Robert Loehning2019-01-242-0/+41