* opencv: new Fuzzer for readNetFromTensorflow
* Add license.
* Fix. Use buffer instead of filepath to call readNetFromTensorflow.
* Fix. Fuzzing only readNetFromTensorflow function.
These projects were tested and it was found that their use
of MSAN does not work on Ubuntu 20.04. Therefore their use of
MSAN is being disabled.
Related: #6180
* [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
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.
* 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.