aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/nanopb
Commit message (Collapse)AuthorAge
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [nanopb] Move build script to project repository (#4640)Gravatar Petteri Aimonen2020-11-13
|
* [nanopb] Update seed corpus handling for separate test cases (#4277)Gravatar Petteri Aimonen2020-08-07
|
* [nanopb] Split fuzztest to separate test cases. (#4276)Gravatar Petteri Aimonen2020-08-07
| | | This should improve fuzzing performance.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [nanopb] Use $(which python3) instead of hardcoding /usr/bin/python3 (#3895)Gravatar Petteri Aimonen2020-05-28
| | | | | | After the addition of Python 3.8 in #3874, the default python3 is now /usr/local/bin/python3. The nanopb Dockerfile hardcoded a path of /usr/bin/python3, causing again problems of Python packages being installed for different version than attempting to run with.
* nanopb: Fix build error, remove anaconda dependency (#3717)Gravatar Petteri Aimonen2020-04-27
| | | | | | | | | This remaps /usr/bin/python as python3, because grpcio-tools support for Python 2 has ended. Nanopb generator still uses #!/usr/bin/env python so it would pick Python 2 by default otherwise. Anaconda was used in a previous pull request to attempt installing a working combination of libraries, but it is unnecessary once the version conflict was fixed.
* Suggested fix for broken build (#3693)Gravatar AdamKorcz2020-04-22
|
* Fixed broken build of nanopb and switched to pip3 (#3637)Gravatar AdamKorcz2020-04-13
|
* Enable dataflow build config for 22 more projects (#1632). (#3519)Gravatar Max Moroz2020-03-18
| | | | | | | * Enable dataflow build config for 22 more projects (#1632). * suppress warnings in libteken * move suppressing DFSAN_OPTIONS to the builder image
* [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
* [nanopb] Added nanopb project (#3149)Gravatar Petteri Aimonen2019-12-18