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-12-05Fix test failure on AVR (C++ vs. the app_main() test run wrapper)Petteri Aimonen
2022-11-30Add regression test for enum_to_string with C++ (#838)Petteri Aimonen
2022-11-30Move C externSean
2022-11-26Adding a simple Conan+CMake example (#837)Christopher Hughes
2022-11-25Allow using = instead of : with generator option -sPetteri Aimonen
2022-11-25Revert "Test case runner: fix passing of spaces in NANOPBFLAGS"Petteri Aimonen
2022-11-25Fix generator error when using M_STRIP_PACKAGE without package name (#795)Petteri Aimonen
2022-11-25Test case runner: fix passing of spaces in NANOPBFLAGSPetteri Aimonen
2022-11-25CMakeLists: use protoc wrapper script by default (#769)Petteri Aimonen
2022-11-25Add --protoc-opt to nanopb_generator.py (#628)Petteri Aimonen
2022-11-25Always include pb_release() as function, instead of macro. (#802)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-25Automatically add -lm to test builds on platforms that have libm (#792)Petteri Aimonen
2022-11-25Adjust testing workflow triggersPetteri 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-24Safeguard substraction in pb_read() (#697)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-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