1. 53dccbe Return LIB_PROTO_MUTATOR_FUZZER_LIBRARIES as it's used by OSS-fuzz by Vitaly Buka · 7 years ago
  2. 99a97c0 Remove reference to LIB_PROTO_MUTATOR_FUZZER_LIBRARIES and set -fsanitize-coverage=0 by Vitaly Buka · 7 years ago
  3. 7218a15 Switch to -fsanitize=fuzzer by Vitaly Buka · 7 years ago
  4. a048ee2 Fix endif() in cmake file by Vitaly Buka · 7 years ago
  5. c1a194b Update CMakeLists.txt by Vitaly Buka · 7 years ago
  6. 52af4b0 Fix compile error in Chromium by changing error message in assertion by Jonathan Metzman · 7 years ago
  7. b3323e2 Update option name (#79) by Vitaly Buka · 7 years ago
  8. aec5bb4 Allow CPU_COUNT to be specified as a CMake argument. by morehouse · 7 years ago
  9. ad1c84a Only build examples when running tests. by Matt Morehouse · 7 years ago
  10. ddd2e48 Create LIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF option. by Matt Morehouse · 7 years ago
  11. 12a53ca Use system-installed protobuf by default. by Matt Morehouse · 7 years ago
  12. d09fb10 Check CMAKE_USE_PTHREADS_INIT for pthread presence. by Vitaly Buka · 7 years ago
  13. d8ad965 Link protobuf with pthread. Building with --stdlib=libc++ may need this pthread. by Vitaly Buka · 7 years ago
  14. 84aa25e Remove missing option LIB_PROTO_MUTATOR_WITH_COVERAGE_FLAGS. by Vitaly Buka · 7 years ago
  15. 1966902 Disable ASAN by default, as it was unusual default behavior. by Vitaly Buka · 7 years ago
  16. 606ea0a Support -fsanitize-coverage flag passed with environment. by Vitaly Buka · 7 years ago
  17. 5b1a003 Split root CmakeLists.txt into smaller nested ones. by Vitaly Buka · 7 years ago
  18. 944e45e Add expat fuzzer by Vitaly Buka · 7 years ago
  19. 40f881f Disabled coverage for protobuf library by Vitaly Buka · 7 years ago
  20. cc39428 Add more build options to simplify intergration with OSS-Fuzz by Vitaly Buka · 7 years ago
  21. 0b6d2fe Mark libs as not required. Not all build targets needs them. by Vitaly Buka · 7 years ago
  22. d92682b Move xml->proto conversion into xml_converter tool by Vitaly Buka · 7 years ago
  23. 4f74c34 Move xml code which does not depend on libxml2 into src/xml dir. by Vitaly Buka · 7 years ago
  24. 7d95139 Add libxml fuzzer by Vitaly Buka · 7 years ago
  25. 7ea978b Remove -fsanitize=leak, address sanitizer detects leaks by Vitaly Buka · 7 years ago
  26. 4f9e49a Link LZMA and uses installed zlib. by Vitaly Buka · 7 years ago
  27. a3f0ab8 For simplicity don't pass flags to dependencies. by Vitaly Buka · 7 years ago
  28. 8cd4655 Remove sanitize=undefined as it's slowdown execution significantly. by Vitaly Buka · 7 years ago
  29. f5072d2 Cleanup make files by Vitaly Buka · 7 years ago
  30. 77f9414 Cleanup setup of fuzzing flags. by Vitaly Buka · 7 years ago
  31. 1ab1c02 Move -fsanitize-coverage=trace-pc-guard back to the libfuzzer example by Vitaly Buka · 7 years ago
  32. 8da5281 Move examples/libfuzzer* to examples/libfuzzer/libfuzzer_example* by Vitaly Buka · 7 years ago
  33. 8a038c6 Forward compilation flags to ExternalProject_Add by Vitaly Buka · 7 years ago
  34. 5988d15 Never update external projects to speedup incremental build. by Vitaly Buka · 7 years ago
  35. b2a2e8e Build files for libxml2. by Vitaly Buka · 7 years ago
  36. b37b31a Move libfuzzer_example into examples dir. by Vitaly Buka · 7 years ago
  37. 8c64f9b Extract most of LLVMFuzzerCustomMutator and LLVMFuzzerTestOneInput into by Vitaly Buka · 7 years ago
  38. 9dd2f8e Remove suppression of build/include_subdir cpplint check. by Vitaly Buka · 7 years ago
  39. 6a21eac Move /cmake/CMakeLists.txt to /CMakeLists.txt by Vitaly Buka · 7 years ago
  40. c459340 Build protobuf, gtest and zlib library by Vitaly Buka · 8 years ago
  41. 00b6107 Build empty test by Vitaly Buka · 8 years ago