1. 37bea38 CMakeLists: Minimum version 3.14 by Petteri Aimonen · 12 months ago
  2. dbbf5d8 Add nanopb_PYTHON_INSTDIR_OVERRIDE to CMakeLists.txt by Nick St.Pierre · 12 months ago
  3. 5a3bd89 add "call" under Windows upon generator call by philippe44 · 12 months ago
  4. 922b9db GitHub workflow: update bazel mac image version by Petteri Aimonen · 12 months ago
  5. 26b784f ref |> Modified The generated code uses utf-8 encoding by default. by Jerry.Chen · 1 year ago
  6. 91fb301 Update Python2 CI workflow to Ubuntu 20.04 by Petteri Aimonen · 1 year, 1 month ago
  7. ee27d70 bazel: update grpcio-tools to fix mac build on arm by Isaac Torres · 1 year, 2 months ago
  8. c16c239 Fix platformio build failure in example by Petteri Aimonen · 1 year, 3 months ago
  9. 22b5ad4 Ensure generator files are updated when cached by Hans Binderup · 1 year, 4 months ago
  10. 32ec526 Bump setuptools from 60.2.0 to 65.5.1 in /extra by dependabot[bot] · 1 year, 4 months ago
  11. ed53000 Use static_assert keyword on MSVC in C89 mode (#843) by Petteri Aimonen · 1 year, 4 months ago
  12. 01ca629 CMakeLists: Add missing __init__.py to generator install (#841) by Petteri Aimonen · 1 year, 5 months ago
  13. d7b9922 Setting version to 0.4.8-dev by Petteri Aimonen · 1 year, 5 months ago
  14. b97aa65 Publishing nanopb-0.4.7 by Petteri Aimonen · 1 year, 5 months ago
  15. d8965d3 Update changelog and authors by Petteri Aimonen · 1 year, 5 months ago
  16. 6e900cb Add option NANOPB_PB2_TEMP_DIR to store nanopb_pb2.py in a temporary directory (#601) by Petteri Aimonen · 3 years, 7 months ago
  17. c50cca2 Improve PlatformIO generator by Valerii Koval · 1 year, 5 months ago
  18. 42d3ec1 Fix subprocess.run call on platformio_generator.py by Pavel Sokolov · 1 year, 5 months ago
  19. 2d50640 platformio: Expand PYTHONEXE prior to constructing the action (#834) by Petteri Aimonen · 1 year, 5 months ago
  20. c1d96fe Fix test failure on AVR (C++ vs. the app_main() test run wrapper) by Petteri Aimonen · 1 year, 5 months ago
  21. 1a0be4a Add regression test for enum_to_string with C++ (#838) by Petteri Aimonen · 1 year, 5 months ago
  22. 629091f Move C extern by Sean · 1 year, 5 months ago
  23. f4bc415 Adding a simple Conan+CMake example (#837) by Christopher Hughes · 1 year, 5 months ago
  24. bb5b4d9 Allow using = instead of : with generator option -s by Petteri Aimonen · 1 year, 5 months ago
  25. eb135da Revert "Test case runner: fix passing of spaces in NANOPBFLAGS" by Petteri Aimonen · 1 year, 5 months ago
  26. a0d5bea Fix generator error when using M_STRIP_PACKAGE without package name (#795) by Petteri Aimonen · 1 year, 5 months ago
  27. b945553 Test case runner: fix passing of spaces in NANOPBFLAGS by Petteri Aimonen · 1 year, 5 months ago
  28. 8350d4b CMakeLists: use protoc wrapper script by default (#769) by Petteri Aimonen · 1 year, 5 months ago
  29. 1642666 Add --protoc-opt to nanopb_generator.py (#628) by Petteri Aimonen · 1 year, 5 months ago
  30. b469f3f Always include pb_release() as function, instead of macro. (#802) by Petteri Aimonen · 1 year, 5 months ago
  31. d8b6da1 Allow specifying include format without special characters (#810) by Petteri Aimonen · 1 year, 5 months ago
  32. 176da02 Fix handling of spaces in arguments passed through protoc (#810) by Petteri Aimonen · 1 year, 5 months ago
  33. 9a87760 Automatically add -lm to test builds on platforms that have libm (#792) by Petteri Aimonen · 1 year, 5 months ago
  34. dd40799 Adjust testing workflow triggers by Petteri Aimonen · 1 year, 5 months ago
  35. 160be3f Fix space characters when using platformio build rules (#808, #809) by Petteri Aimonen · 1 year, 5 months ago
  36. 4cc56dc Create canonical name mapping also for overridden package name (#820) by Petteri Aimonen · 1 year, 5 months ago
  37. d722d14 Add __repr__() to generator types to ease debugging by Petteri Aimonen · 1 year, 5 months ago
  38. 677c4f6 Add reverse mapping when mangle_names is used (#783) by Petteri Aimonen · 1 year, 5 months ago
  39. 6b878fe Safeguard substraction in pb_read() (#697) by Petteri Aimonen · 1 year, 5 months ago
  40. eeda15e Sanitize /* */ inside .proto file comment by Petteri Aimonen · 1 year, 5 months ago
  41. d7b2747 Simplify and fix some corner cases of message sorting in previous commit. by Petteri Aimonen · 1 year, 5 months ago
  42. c5eb921 Generator: keep order of messages when possible by Petteri Aimonen · 1 year, 5 months ago
  43. e5638c6 Fix compilation error with fixed size array and FT_POINTER (#630) by Petteri Aimonen · 1 year, 5 months ago
  44. 6078525 Merge pull request #834 from ivankravets/patch-6 by Petteri Aimonen · 1 year, 5 months ago
  45. 1a54fa1 Escape Python path (solve issue with a space) by Ivan Kravets · 1 year, 5 months ago
  46. 605b44c Fix unnecessary generator message when using --quiet (#831) by Petteri Aimonen · 1 year, 6 months ago
  47. 2da421b Add compile-time error message for when PB_FIELD_32BIT is needed (#680, #827) by Petteri Aimonen · 1 year, 6 months ago
  48. ea54d26 Add note about updated CMake include path order (#822) by Petteri Aimonen · 1 year, 7 months ago
  49. ac91cb0 Merge pull request #822 from Innoseis/options_subfolder by Petteri Aimonen · 1 year, 7 months ago
  50. 40f3905 Add user defined import directories to nanopb options directories by Guillaume Lager · 1 year, 7 months ago
  51. 8cc860c Make sure REL_PATH is presented first by Guillaume Lager · 1 year, 7 months ago
  52. 80f9d5b Generator: default to PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (#787) by Petteri Aimonen · 1 year, 7 months ago
  53. 7f3f327 Merge pull request #819 from hacker-cb/platformio-fix-ldf-include-dir by Petteri Aimonen · 1 year, 7 months ago
  54. da8197d PlatformIO: Added `includeDir` to `build` section of the library.json. by Pavel Sokolov · 1 year, 7 months ago
  55. 72cbff4 Merge pull request #815 from nanopb/dependabot/pip/extra/protobuf-3.19.5 by Petteri Aimonen · 1 year, 7 months ago
  56. 76153e6 Bump protobuf from 3.19.1 to 3.19.5 in /extra by dependabot[bot] · 1 year, 7 months ago
  57. ccab5d1 Merge pull request #814 from jussike/master by Petteri Aimonen · 1 year, 8 months ago
  58. bbbd9bf Allow including inside of extern C by Jussi Keranen · 1 year, 8 months ago
  59. 23993cf Some clarifications regarding callbacks by Petteri Aimonen · 1 year, 8 months ago
  60. 368a6e0 Fix wrong format in Python Poetry project file (#811) by Petteri Aimonen · 1 year, 8 months ago
  61. 404b2f0 Move ENUMTYPE together with other enum defines & add test (#803) by Petteri Aimonen · 1 year, 9 months ago
  62. 952f5fc Merge pull request #803 from computer-whisperer/enum_msgtype by Petteri Aimonen · 1 year, 9 months ago
  63. 08487ae Generate ENUMTYPE macros for enums instead of MSGTYPE macros. by Christian Balcom · 1 year, 9 months ago
  64. 9949016 Generate MSGTYPE definitions for UENUM fields by Christian Balcom · 1 year, 9 months ago
  65. 2b98db9 Update docs related to binary sizes, bloat.. by Petteri Aimonen · 1 year, 9 months ago
  66. 07a8f9e Update docs related field sorting by Petteri Aimonen · 1 year, 9 months ago
  67. 0b65330 Merge pull request #799 from gbalke/nanopb_dependencies by Petteri Aimonen · 1 year, 9 months ago
  68. 8ac0adf [Bazel] Allows importing nanopb.proto when defining proto libs by Greg Balke · 1 year, 9 months ago
  69. 16b09cc Documentation: pb_istream_t bufsize by Petteri Aimonen · 1 year, 10 months ago
  70. 0c0a5c0 Merge pull request #500 from silvergasp/master by Petteri Aimonen · 1 year, 10 months ago
  71. c623e74 Add brief mention of --c-style to docs by Petteri Aimonen · 1 year, 10 months ago
  72. 89081e9 Expand naming style test coverage by Petteri Aimonen · 1 year, 10 months ago
  73. 1c9c30d Add --c-style command line option for naming style (#199, #533, #791) by Krzysztof Rosinski · 1 year, 10 months ago
  74. f84ad7f Fix missing import in test cases (#792) by Petteri Aimonen · 1 year, 10 months ago
  75. a8f7681 Fix comments generation for submessages (#788) by Petteri Aimonen · 1 year, 10 months ago
  76. 9d13556 Adds Bazel build to the CI by Nathaniel Brough · 2 years, 4 months ago
  77. 6ec6538 Adds Bazel build support by Nathaniel Brough · 2 years, 4 months ago
  78. 8add19e Setting version to 0.4.7-dev, cleanup changelog by Petteri Aimonen · 1 year, 11 months ago
  79. afc499f Publishing nanopb-0.4.6 by Petteri Aimonen · 1 year, 11 months ago
  80. 2d48328 Update changelog by Petteri Aimonen · 1 year, 11 months ago
  81. 8a444f3 Fix latest binary package link by Petteri Aimonen · 1 year, 11 months ago
  82. 43815e9 Fix compatibility problems in pip package with newest python-protobuf by Petteri Aimonen · 1 year, 11 months ago
  83. 1ed2617 Fix deprecated github workflow env syntax by Petteri Aimonen · 1 year, 11 months ago
  84. e5c06ed Fix PyPI publish workflow by Petteri Aimonen · 1 year, 11 months ago
  85. 3dde17e Fix uninitialized variable in AVR test runner by Petteri Aimonen · 2 years ago
  86. 16ca8c5 nanopb.mk Makefile rules: fix options dependency (#666) by Petteri Aimonen · 2 years ago
  87. 4cad0c3 Fix passing of error message from substream callback (#703) by Petteri Aimonen · 2 years ago
  88. ada8903 Fix comments going to wrong member variables (#701) by Petteri Aimonen · 2 years ago
  89. b574ac5 Cleanup comments, add test for default behavior (#772, #773) by Petteri Aimonen · 2 years, 1 month ago
  90. 3125f8d Add fallback_type option (#772, #773) by ConradWood · 2 years, 1 month ago
  91. 5d2e9aa Fix FindNanopb.cmake not finding options file (#659) by Petteri Aimonen · 2 years, 1 month ago
  92. 6f7bca0 FindNanopb.cmake: Add PROTOC_OPTIONS documentation (#771) by a1lu · 2 years, 1 month ago
  93. e69913e FindNanopb.cmake: Add PROTOC_OPTIONS variable (#768) by Petteri Aimonen · 2 years, 1 month ago
  94. 24b0028 Fix some build errors due to static assert change by Petteri Aimonen · 2 years, 1 month ago
  95. a1519da Fix build on MSVC by Petteri Aimonen · 2 years, 1 month ago
  96. db9ac6b Use C11 static assert mechanism by default (#761, #766) by Petteri Aimonen · 2 years, 1 month ago
  97. 529d26b Refactor name mangling to separate class, improve error messages (#735) by Petteri Aimonen · 2 years, 1 month ago
  98. 6146127 Fix generator error with same inner message name (#746) by Petteri Aimonen · 2 years, 1 month ago
  99. 7d192a6 FindNanopb.cmake: use --nanopb_opt for option passing by default (#752) by Petteri Aimonen · 2 years, 1 month ago
  100. 177d656 Support --proto-path as alias to -I (#749) by Petteri Aimonen · 2 years, 1 month ago