Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-21Merge pull request #834 from ivankravets/patch-6Petteri Aimonen
2022-11-21Escape Python path (solve issue with a space)Ivan Kravets
2022-11-16Fix unnecessary generator message when using --quiet (#831)Petteri Aimonen
2022-10-24Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827)Petteri Aimonen
2022-10-13Add note about updated CMake include path order (#822)Petteri Aimonen
2022-10-13Merge pull request #822 from Innoseis/options_subfolderPetteri Aimonen
2022-10-12Add user defined import directories to nanopb options directoriesGuillaume Lager
2022-10-12Make sure REL_PATH is presented firstGuillaume Lager
2022-10-06Generator: default to PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (#787)Petteri Aimonen
2022-09-30Merge pull request #819 from hacker-cb/platformio-fix-ldf-include-dirPetteri Aimonen
2022-09-30PlatformIO: Added `includeDir` to `build` section of the library.json.Pavel Sokolov
2022-09-24Merge pull request #815 from nanopb/dependabot/pip/extra/protobuf-3.19.5Petteri Aimonen
2022-09-24Bump protobuf from 3.19.1 to 3.19.5 in /extradependabot[bot]
2022-09-20Merge pull request #814 from jussike/masterPetteri Aimonen
2022-09-20Allow including inside of extern CJussi Keranen
2022-09-11Some clarifications regarding callbacksPetteri Aimonen
2022-08-31Fix wrong format in Python Poetry project file (#811)Petteri Aimonen
2022-08-05Move ENUMTYPE together with other enum defines & add test (#803)Petteri Aimonen
2022-08-05Merge pull request #803 from computer-whisperer/enum_msgtypePetteri Aimonen
2022-08-05Generate ENUMTYPE macros for enums instead of MSGTYPE macros.Christian Balcom
2022-08-05Generate MSGTYPE definitions for UENUM fieldsChristian Balcom
2022-08-01Update docs related to binary sizes, bloat..Petteri Aimonen
2022-08-01Update docs related field sortingPetteri Aimonen
2022-07-24Merge pull request #799 from gbalke/nanopb_dependenciesPetteri Aimonen
2022-07-23[Bazel] Allows importing nanopb.proto when defining proto libsGreg Balke
2022-07-18Documentation: pb_istream_t bufsizePetteri Aimonen
2022-07-16Merge pull request #500 from silvergasp/masterPetteri Aimonen
2022-07-04Add brief mention of --c-style to docsPetteri Aimonen
2022-07-04Expand naming style test coveragePetteri Aimonen
2022-07-04Add --c-style command line option for naming style (#199, #533, #791)Krzysztof Rosinski
2022-07-03Fix missing import in test cases (#792)Petteri Aimonen
2022-06-27Fix comments generation for submessages (#788)Petteri Aimonen
2022-06-26Adds Bazel build to the CINathaniel Brough
2022-06-26Adds Bazel build supportNathaniel Brough
2022-05-30Setting version to 0.4.7-dev, cleanup changelogPetteri Aimonen
2022-05-30Publishing nanopb-0.4.6nanopb-0.4.60.4.6.40.4.6Petteri Aimonen
2022-05-30Update changelogPetteri Aimonen
2022-05-30Fix latest binary package linkPetteri Aimonen
2022-05-30Fix compatibility problems in pip package with newest python-protobufPetteri Aimonen
2022-05-30Fix deprecated github workflow env syntaxPetteri Aimonen
2022-05-30Fix PyPI publish workflowPetteri Aimonen
2022-05-01Fix uninitialized variable in AVR test runnerPetteri Aimonen
2022-05-01nanopb.mk Makefile rules: fix options dependency (#666)Petteri Aimonen
2022-05-01Fix passing of error message from substream callback (#703)Petteri Aimonen
2022-05-01Fix comments going to wrong member variables (#701)Petteri Aimonen
2022-04-13Cleanup comments, add test for default behavior (#772, #773)Petteri Aimonen
2022-04-13Add fallback_type option (#772, #773)ConradWood
2022-04-12Fix FindNanopb.cmake not finding options file (#659)Petteri Aimonen
2022-03-31FindNanopb.cmake: Add PROTOC_OPTIONS documentation (#771)a1lu
2022-03-29FindNanopb.cmake: Add PROTOC_OPTIONS variable (#768)Petteri Aimonen