- b97aa65 Publishing nanopb-0.4.7 by Petteri Aimonen · 1 year, 10 months ago master
- d8965d3 Update changelog and authors by Petteri Aimonen · 1 year, 10 months ago
- 6e900cb Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary directory (#601) by Petteri Aimonen · 4 years ago
- c50cca2 Improve PlatformIO generator by Valerii Koval · 1 year, 10 months ago
- 42d3ec1 Fix subprocess.run call on platformio_generator.py by Pavel Sokolov · 1 year, 10 months ago
- 2d50640 platformio: Expand PYTHONEXE prior to constructing the action (#834) by Petteri Aimonen · 1 year, 10 months ago
- c1d96fe Fix test failure on AVR (C++ vs. the app_main() test run wrapper) by Petteri Aimonen · 1 year, 10 months ago
- 1a0be4a Add regression test for enum_to_string with C++ (#838) by Petteri Aimonen · 1 year, 10 months ago
- 629091f Move C extern by Sean · 1 year, 10 months ago
- f4bc415 Adding a simple Conan+CMake example (#837) by Christopher Hughes · 1 year, 10 months ago
- bb5b4d9 Allow using = instead of : with generator option -s by Petteri Aimonen · 1 year, 10 months ago
- eb135da Revert "Test case runner: fix passing of spaces in NANOPBFLAGS" by Petteri Aimonen · 1 year, 10 months ago
- a0d5bea Fix generator error when using M_STRIP_PACKAGE without package name (#795) by Petteri Aimonen · 1 year, 10 months ago
- b945553 Test case runner: fix passing of spaces in NANOPBFLAGS by Petteri Aimonen · 1 year, 10 months ago
- 8350d4b CMakeLists: use protoc wrapper script by default (#769) by Petteri Aimonen · 1 year, 10 months ago
- 1642666 Add --protoc-opt to nanopb_generator.py (#628) by Petteri Aimonen · 1 year, 10 months ago
- b469f3f Always include pb_release() as function, instead of macro. (#802) by Petteri Aimonen · 1 year, 10 months ago
- d8b6da1 Allow specifying include format without special characters (#810) by Petteri Aimonen · 1 year, 10 months ago
- 176da02 Fix handling of spaces in arguments passed through protoc (#810) by Petteri Aimonen · 1 year, 10 months ago
- 9a87760 Automatically add -lm to test builds on platforms that have libm (#792) by Petteri Aimonen · 1 year, 10 months ago
- dd40799 Adjust testing workflow triggers by Petteri Aimonen · 1 year, 10 months ago
- 160be3f Fix space characters when using platformio build rules (#808, #809) by Petteri Aimonen · 1 year, 10 months ago
- 4cc56dc Create canonical name mapping also for overridden package name (#820) by Petteri Aimonen · 1 year, 10 months ago
- d722d14 Add __repr__() to generator types to ease debugging by Petteri Aimonen · 1 year, 10 months ago
- 677c4f6 Add reverse mapping when mangle_names is used (#783) by Petteri Aimonen · 1 year, 10 months ago
- 6b878fe Safeguard substraction in pb_read() (#697) by Petteri Aimonen · 1 year, 10 months ago
- eeda15e Sanitize /* */ inside .proto file comment by Petteri Aimonen · 1 year, 10 months ago
- d7b2747 Simplify and fix some corner cases of message sorting in previous commit. by Petteri Aimonen · 1 year, 10 months ago
- c5eb921 Generator: keep order of messages when possible by Petteri Aimonen · 1 year, 11 months ago
- e5638c6 Fix compilation error with fixed size array and FT_POINTER (#630) by Petteri Aimonen · 1 year, 11 months ago
- 6078525 Merge pull request #834 from ivankravets/patch-6 by Petteri Aimonen · 1 year, 11 months ago
- 1a54fa1 Escape Python path (solve issue with a space) by Ivan Kravets · 1 year, 11 months ago
- 605b44c Fix unnecessary generator message when using --quiet (#831) by Petteri Aimonen · 1 year, 11 months ago
- 2da421b Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827) by Petteri Aimonen · 2 years ago
- ea54d26 Add note about updated CMake include path order (#822) by Petteri Aimonen · 2 years ago
- ac91cb0 Merge pull request #822 from Innoseis/options_subfolder by Petteri Aimonen · 2 years ago
- 40f3905 Add user defined import directories to nanopb options directories by Guillaume Lager · 2 years ago
- 8cc860c Make sure REL_PATH is presented first by Guillaume Lager · 2 years ago
- 80f9d5b Generator: default to PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (#787) by Petteri Aimonen · 2 years ago
- 7f3f327 Merge pull request #819 from hacker-cb/platformio-fix-ldf-include-dir by Petteri Aimonen · 2 years ago
- da8197d PlatformIO: Added `includeDir` to `build` section of the library.json. by Pavel Sokolov · 2 years ago
- 72cbff4 Merge pull request #815 from nanopb/dependabot/pip/extra/protobuf-3.19.5 by Petteri Aimonen · 2 years ago
- 76153e6 Bump protobuf from 3.19.1 to 3.19.5 in /extra by dependabot[bot] · 2 years ago
- ccab5d1 Merge pull request #814 from jussike/master by Petteri Aimonen · 2 years ago
- bbbd9bf Allow including inside of extern C by Jussi Keranen · 2 years ago
- 23993cf Some clarifications regarding callbacks by Petteri Aimonen · 2 years, 1 month ago
- 368a6e0 Fix wrong format in Python Poetry project file (#811) by Petteri Aimonen · 2 years, 1 month ago
- 404b2f0 Move ENUMTYPE together with other enum defines & add test (#803) by Petteri Aimonen · 2 years, 2 months ago
- 952f5fc Merge pull request #803 from computer-whisperer/enum_msgtype by Petteri Aimonen · 2 years, 2 months ago
- 08487ae Generate ENUMTYPE macros for enums instead of MSGTYPE macros. by Christian Balcom · 2 years, 2 months ago
- 9949016 Generate MSGTYPE definitions for UENUM fields by Christian Balcom · 2 years, 2 months ago
- 2b98db9 Update docs related to binary sizes, bloat.. by Petteri Aimonen · 2 years, 2 months ago
- 07a8f9e Update docs related field sorting by Petteri Aimonen · 2 years, 2 months ago
- 0b65330 Merge pull request #799 from gbalke/nanopb_dependencies by Petteri Aimonen · 2 years, 2 months ago
- 8ac0adf [Bazel] Allows importing nanopb.proto when defining proto libs by Greg Balke · 2 years, 2 months ago
- 16b09cc Documentation: pb_istream_t bufsize by Petteri Aimonen · 2 years, 3 months ago
- 0c0a5c0 Merge pull request #500 from silvergasp/master by Petteri Aimonen · 2 years, 3 months ago
- c623e74 Add brief mention of --c-style to docs by Petteri Aimonen · 2 years, 3 months ago
- 89081e9 Expand naming style test coverage by Petteri Aimonen · 2 years, 3 months ago
- 1c9c30d Add --c-style command line option for naming style (#199, #533, #791) by Krzysztof Rosinski · 2 years, 3 months ago
- f84ad7f Fix missing import in test cases (#792) by Petteri Aimonen · 2 years, 3 months ago
- a8f7681 Fix comments generation for submessages (#788) by Petteri Aimonen · 2 years, 3 months ago
- 9d13556 Adds Bazel build to the CI by Nathaniel Brough · 2 years, 9 months ago
- 6ec6538 Adds Bazel build support by Nathaniel Brough · 2 years, 9 months ago
- 8add19e Setting version to 0.4.7-dev, cleanup changelog by Petteri Aimonen · 2 years, 4 months ago
- afc499f Publishing nanopb-0.4.6 by Petteri Aimonen · 2 years, 4 months ago
- 2d48328 Update changelog by Petteri Aimonen · 2 years, 4 months ago
- 8a444f3 Fix latest binary package link by Petteri Aimonen · 2 years, 4 months ago
- 43815e9 Fix compatibility problems in pip package with newest python-protobuf by Petteri Aimonen · 2 years, 4 months ago
- 1ed2617 Fix deprecated github workflow env syntax by Petteri Aimonen · 2 years, 4 months ago
- e5c06ed Fix PyPI publish workflow by Petteri Aimonen · 2 years, 4 months ago
- 3dde17e Fix uninitialized variable in AVR test runner by Petteri Aimonen · 2 years, 5 months ago
- 16ca8c5 nanopb.mk Makefile rules: fix options dependency (#666) by Petteri Aimonen · 2 years, 5 months ago
- 4cad0c3 Fix passing of error message from substream callback (#703) by Petteri Aimonen · 2 years, 5 months ago
- ada8903 Fix comments going to wrong member variables (#701) by Petteri Aimonen · 2 years, 5 months ago
- b574ac5 Cleanup comments, add test for default behavior (#772, #773) by Petteri Aimonen · 2 years, 6 months ago
- 3125f8d Add fallback_type option (#772, #773) by ConradWood · 2 years, 6 months ago
- 5d2e9aa Fix FindNanopb.cmake not finding options file (#659) by Petteri Aimonen · 2 years, 6 months ago
- 6f7bca0 FindNanopb.cmake: Add PROTOC_OPTIONS documentation (#771) by a1lu · 2 years, 6 months ago
- e69913e FindNanopb.cmake: Add PROTOC_OPTIONS variable (#768) by Petteri Aimonen · 2 years, 6 months ago
- 24b0028 Fix some build errors due to static assert change by Petteri Aimonen · 2 years, 6 months ago
- a1519da Fix build on MSVC by Petteri Aimonen · 2 years, 6 months ago
- db9ac6b Use C11 static assert mechanism by default (#761, #766) by Petteri Aimonen · 2 years, 6 months ago
- 529d26b Refactor name mangling to separate class, improve error messages (#735) by Petteri Aimonen · 2 years, 6 months ago
- 6146127 Fix generator error with same inner message name (#746) by Petteri Aimonen · 2 years, 6 months ago
- 7d192a6 FindNanopb.cmake: use --nanopb_opt for option passing by default (#752) by Petteri Aimonen · 2 years, 6 months ago
- 177d656 Support --proto-path as alias to -I (#749) by Petteri Aimonen · 2 years, 6 months ago
- 9d256ec Avoid infinite recursion in generator/protoc script (#762) by Petteri Aimonen · 2 years, 6 months ago
- a44b1e7 Avoid error in workflow if version has already been published by Petteri Aimonen · 2 years, 6 months ago
- 54d98a8 PYTHON_INSTDIR is not defined if nanopb_BUILD_GENERATOR=OFF (#764) by Avik De · 2 years, 7 months ago
- 76bd2d5 Add common reasons for static assert failures to documentation by Petteri Aimonen · 2 years, 7 months ago
- 55cdf29 PyPI workflow fixes by Petteri Aimonen · 2 years, 7 months ago
- 8018dc6 Fix pypi publish script by Petteri Aimonen · 2 years, 7 months ago
- 298c760 Fix pypi publish workflow by Petteri Aimonen · 2 years, 7 months ago
- ddb579d Update build badges by Petteri Aimonen · 2 years, 7 months ago
- 4254ddb Update pypi workflow by Petteri Aimonen · 2 years, 7 months ago
- 01b90f1 Remove legacy travis build and update readme. by Petteri Aimonen · 2 years, 7 months ago
- a05bad2 Update code change triggers by Petteri Aimonen · 2 years, 7 months ago
- d00d198 Workflow fix by Petteri Aimonen · 2 years, 7 months ago
- 87352da Workflow fix by Petteri Aimonen · 2 years, 7 months ago