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-12-09Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary director...dev_dynamic_nanopb_pb2_2Petteri Aimonen
2022-12-08Improve PlatformIO generatorValerii Koval
2022-12-07Fix subprocess.run call on platformio_generator.pyPavel Sokolov
2022-12-07platformio: Expand PYTHONEXE prior to constructing the action (#834)Petteri Aimonen
2022-11-30Move C externSean
2022-11-25Allow using = instead of : with generator option -sPetteri Aimonen
2022-11-25Fix generator error when using M_STRIP_PACKAGE without package name (#795)Petteri Aimonen
2022-11-25Add --protoc-opt to nanopb_generator.py (#628)Petteri Aimonen
2022-11-25Allow specifying include format without special characters (#810)Petteri Aimonen
2022-11-25Fix handling of spaces in arguments passed through protoc (#810)Petteri Aimonen
2022-11-25Fix space characters when using platformio build rules (#808, #809)Petteri Aimonen
2022-11-24Create canonical name mapping also for overridden package name (#820)Petteri Aimonen
2022-11-24Add __repr__() to generator types to ease debuggingPetteri Aimonen
2022-11-24Add reverse mapping when mangle_names is used (#783)Petteri Aimonen
2022-11-23Sanitize /* */ inside .proto file commentPetteri Aimonen
2022-11-23Simplify and fix some corner cases of message sorting in previous commit.Petteri Aimonen
2022-11-23Generator: keep order of messages when possiblePetteri Aimonen
2022-11-23Fix compilation error with fixed size array and FT_POINTER (#630)Petteri 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-06Generator: default to PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (#787)Petteri Aimonen
2022-08-05Move ENUMTYPE together with other enum defines & add test (#803)Petteri Aimonen
2022-08-05Generate ENUMTYPE macros for enums instead of MSGTYPE macros.Christian Balcom
2022-08-05Generate MSGTYPE definitions for UENUM fieldsChristian Balcom
2022-07-16Merge pull request #500 from silvergasp/masterPetteri Aimonen
2022-07-04Add --c-style command line option for naming style (#199, #533, #791)Krzysztof Rosinski
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