Daniel Lemire
|
c009e4a57d
|
Fuzzing should not require loading lots of complicated dependencies (#879)
* I don't think we need google benchmark as part of the fuzzer
* I don't think we should load the "competition" for fuzzing.
|
2020-05-13 08:30:09 -04:00 |
John Keiser
|
6ac47734c0
|
Only build fuzzers when fuzzing. (#822)
|
2020-04-27 16:02:19 -04:00 |
Paul Dreik
|
5710ec13d4
|
switch to clang 9 in the github action (#695)
The upstream convenience script from llvm does not support installing clang 8 anymore.
|
2020-04-12 20:02:45 +02:00 |
John Keiser
|
7cf3a7511b
|
Add fallback implementation to CI
- Also add SIMDJSON_IMPLEMENTATION_HASWELL/WESTMERE/ARM64/FALLBACK=1/0 to
enable/disable various implemnentations
|
2020-03-17 14:59:47 -07:00 |
Paul Dreik
|
4da06830f1
|
add new fuzzers for print_json and dump_raw_tape (#416)
after looking at the coverage report available at
https://storage.googleapis.com/oss-fuzz-coverage/simdjson/reports/20191222/linux/src/simdjson/report.html
|
2019-12-27 13:42:44 -05:00 |
Paul Dreik
|
3fd1c3b64a
|
run short fuzzing and valgrind in github action
|
2019-11-11 22:17:32 +01:00 |