aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/protobuf-c
Commit message (Collapse)AuthorAge
* [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)Gravatar jonathanmetzman2021-08-24
| | | | | | | 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
* protobuf-c: fix build (#5595)Gravatar Ilya Lipnitskiy2021-04-10
| | | Fix fuzzer build after upstream changes.
* protobuf-c: fix coverage builds, use latest code (#5363)Gravatar Ilya Lipnitskiy2021-03-10
| | | | | | | | | | | | | | | * protobuf-c: fix coverage builds, ignore protobuf results No need to include Google Protobuf library coverage results, since we are testing protobuf-c. * protobuf-c: use pkg-config for dependency resolution * protobuf-c: use next branch to check latest code master is not the latest branch in the protobuf-c repo. Run fuzzer on the next branch, which is the development branch for the next release. * protobuf-c: add myself to CC list
* Fill in main_repo for several projects. (#4816)Gravatar Abhishek Arya2020-12-09
| | | | | * Fill in main_repo for several projects. * Add some go repos.
* Update project.yamlGravatar Oliver Chang2020-11-17
|
* [protobuf-c] Initial integration (#2772)Gravatar Guido Vranken2020-11-16
* [protobuf-c] Initial integration * [protobuf-c] Disable UBSAN