Commit Graph

9 Commits

Author SHA1 Message Date
Maksim Shabunin 77f0c4b8a3 [opencv] Added myself to opencv project (#2575) 2019-07-08 09:18:34 -07:00
jonathanmetzman 7553ee876d
Migrate projects with trouble with exceptions to $LIB_FUZZING_ENGINE (#2359)
Migrate projects that broke libFuzzer with exceptions to $LIB_FUZZING_ENGINE.
Replace uses of -lFuzzingEngine with `$LIB_FUZZING_ENGINE`
2019-04-30 16:48:34 -04:00
Alexander Alekhin b27c51dee4 [opencv] update build scripts (#2276)
- disable building of tests/apps (not used for fuzzing)
- unlock using local source checkout: https://github.com/google/oss-fuzz/blob/master/docs/reproducing.md#reproduce-using-local-source-checkout
  * $SRC - fuzzers sources
  * $SRC/opencv - opencv sources
  * $WORK/build-$SANITIZER - build directory
2019-04-01 08:37:01 +08:00
Markus Kusano 4159b0f50f Disable experimental flag on OpenCV. (#2181)
We have real OpenCV developers now on the auto-ccs. I've moved Gary as
the owner of the project as well.

I've disabled the experimental flags so that the people on the CCs will
start getting bugs.
2019-02-22 07:41:49 -08:00
Vincent Rabaud 050f713538 Adding @garybradski to OpenCV (#2177) 2019-02-20 05:41:12 -08:00
Alexander Alekhin 4dca9f0622 [opencv] add email to "OpenCV" CCs (#2168) 2019-02-19 13:11:38 -08:00
Vincent Rabaud 3fb450c8bc [opencv] Add myself as a cc (#2163)
@vpisarev , please don't hesitate to add yourself or anybody from your team. Thx !
2019-02-14 06:58:01 -08:00
Markus Kusano 243a4d86e7 Hardcode pkg-config results (#2043)
* Hardcode pkg-config results.

Fixes non-deterministic results from pkg-config that cause build
failures due to library dependencies not being available.

* Use $WORK instead of /work

* Pretty print fuzzer target linking options.
2018-12-20 22:28:41 -08:00
Markus Kusano f9971c4914 Integrate opencv and add two fuzz targets. (#2034) 2018-12-19 16:25:05 -08:00