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-06-27Fix comments generation for submessages (#788)Petteri Aimonen
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-30Fix compatibility problems in pip package with newest python-protobufPetteri 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-03-28Refactor name mangling to separate class, improve error messages (#735)Petteri Aimonen
2022-03-28Fix generator error with same inner message name (#746)Petteri Aimonen
2022-03-28Support --proto-path as alias to -I (#749)Petteri Aimonen
2022-03-28Avoid infinite recursion in generator/protoc script (#762)Petteri Aimonen
2022-02-27Rebuild nanopb_pb2.py and print version numbers on import failure (#733, #742)Petteri Aimonen
2022-02-27Fix UTF-8 support on Python 2 (#740)Petteri Aimonen
2022-02-27Open options file always as UTF-8 (#740)Petteri Aimonen
2022-01-12Revert "Fix unicode comment handling for Python 2 (#740)"Petteri Aimonen
2022-01-12Fix unicode comment handling for Python 2 (fix #740)Petteri Aimonen
2022-01-11PlatformIO: Fix ESP-IDF generation. (fix #734) (#739)Pavel Sokolov
2021-12-24PlatformIO: Fix config parser warning (#736)Pavel Sokolov
2021-12-18PlatformIO: install protobuf compiler dependencies (#732)Pavel Sokolov
2021-12-14remove dependency on Python distutilsIan Frosst
2021-12-11platformio_generator: do not use exit() in non-error cases (Fix https://githu...Pavel Sokolov
2021-12-11PlatformIO generator - exit with clearer message when no `nanopb_protos` spec...Pavel Sokolov
2021-12-10Manual fixes.Slavey Karadzhov
2021-12-09Fixed small spelling mistakes.Slavey Karadzhov
2021-12-09Parse all include files before generating code (#720)Anthony Pesch
2021-12-01Add generator support for PlatformIO (#718)Pavel Sokolov
2021-07-27Emit size_union only once, with guards (#692)Ingo Kresse
2021-06-22Add clean target to generator/proto/Makefile (#681)ghseb
2021-04-13Windows .bats: use standard python invocation instead of py.exe launcher (#657)Karl Ljungkvist
2021-03-22Setting version to 0.4.6-devPetteri Aimonen
2021-03-22Publishing nanopb-0.4.5Petteri Aimonen
2021-03-22Fix duplicate union definition in generated file (#637)Jakub Tymejczyk
2021-03-22Fix compiler error in generated initializer for submessage callback (#631)Petteri Aimonen
2021-03-22Fix descriptor width calculation for 64-bit types (#644)Petteri Aimonen
2021-03-19Fix unordered field numbers inside oneof causing fields to be ignored (#617)Petteri Aimonen
2021-03-10Fix comment inclusion not working on python-protobuf 3.0 (#85, #645)Petteri Aimonen
2021-03-10Enable comments generation by default and add test case (#85, #645)Petteri Aimonen
2021-03-10Add support for including comments from .proto file (#85, #645)Angel ILIEV
2020-11-26Make generator consider dependencies recursively (#610)Petteri Aimonen
2020-11-26Fix compiler errors with complex oneof hierarchy and sizeof() (#610)Petteri Aimonen
2020-11-25Setting version to 0.4.5-devPetteri Aimonen
2020-11-25Publishing nanopb-0.4.4nanopb-0.4.40.4.4Petteri Aimonen
2020-11-25Add support for proto3 optional fields introduced in protoc 3.12 (#591)Petteri Aimonen
2020-11-25Include version number in generator verbose outputPetteri Aimonen
2020-11-25Add better error message when enum type is not found (#592)Petteri Aimonen
2020-11-25Fix recursion depth exceeded error in generator (#493)Petteri Aimonen
2020-11-25Allow specifying descriptorsize on field level also (#546)Petteri Aimonen
2020-11-25Fix unsigned enums not working correctly inside OneOf (#611)Petteri Aimonen
2020-11-25Fix generator error when oneof contains a single unresolved field size (#610)Petteri Aimonen