aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/opencv
Commit message (Collapse)AuthorAge
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* Fix OpenCV dependency. (#4412)Gravatar Vincent Rabaud2020-09-07
| | | | libjasper is not part of the oss-fuzz docker image anymore as it has been removed from Debian. So use built-in openjp2.
* Add more targets for OpenCV. (#4167)Gravatar Vincent Rabaud2020-07-20
|
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* [opencv] Added myself to opencv project (#2575)Gravatar Maksim Shabunin2019-07-08
|
* Migrate projects with trouble with exceptions to $LIB_FUZZING_ENGINE (#2359)Gravatar jonathanmetzman2019-04-30
| | | | Migrate projects that broke libFuzzer with exceptions to $LIB_FUZZING_ENGINE. Replace uses of -lFuzzingEngine with `$LIB_FUZZING_ENGINE`
* [opencv] update build scripts (#2276)Gravatar Alexander Alekhin2019-04-01
| | | | | | | - 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
* Disable experimental flag on OpenCV. (#2181)Gravatar Markus Kusano2019-02-22
| | | | | | | 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.
* Adding @garybradski to OpenCV (#2177)Gravatar Vincent Rabaud2019-02-20
|
* [opencv] add email to "OpenCV" CCs (#2168)Gravatar Alexander Alekhin2019-02-19
|
* [opencv] Add myself as a cc (#2163)Gravatar Vincent Rabaud2019-02-14
| | | @vpisarev , please don't hesitate to add yourself or anybody from your team. Thx !
* Hardcode pkg-config results (#2043)Gravatar Markus Kusano2018-12-20
| | | | | | | | | | | * 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.
* Integrate opencv and add two fuzz targets. (#2034)Gravatar Markus Kusano2018-12-19