1. 7f88274 Add migration note about CMake protoc default (#958) by Petteri Aimonen · 4 days ago main
  2. f97d573 Prefer generator protoc instead of system protoc by Pieter De Gendt · 4 days ago
  3. 63f6d65 Fix possibly unbound variable error by Pieter De Gendt · 4 days ago
  4. 592ff0d tests: Fix compiler warning on new clang by Petteri Aimonen · 4 days ago
  5. 2bdf378 workflows: Update Mac OS X build to macos-14 by Petteri Aimonen · 4 days ago
  6. 31a641f binary packages: Fix issue with grpc_tools by Petteri Aimonen · 4 days ago
  7. a0f6783 Better debug message in case grpc_tools import fails. by Petteri Aimonen · 4 days ago
  8. f6187b0 bazel: Migrate from WORKSPACE to bzlmod (#950) by Chi-Ju Wu · 3 weeks ago
  9. 671672b Add zephyr to README integrations by Pieter De Gendt · 10 weeks ago
  10. ffcdc4f Add zephyr module support by Pieter De Gendt · 3 years, 2 months ago
  11. 326bb02 platformio: Fix google.protobuf import name (#943) by Petteri Aimonen · 2 months ago
  12. f79aadb Use pb_byte_t = uint8_t when UINT8_MAX is defined (#916) by Tilen Majerle · 6 months ago
  13. 41319af Add support for enabling features via CMake components by Zach Deibert · 3 months ago
  14. 037457e Enforce C11 requirement with CMake by Zach Deibert · 3 months ago
  15. 621be84 Exclude unreferenced generated targets from 'make all' by Zach Deibert · 3 months ago
  16. 7374752 Add tests to verify legacy CMake code remains functional by Zach Deibert · 3 months ago
  17. 513164b Update FindNanopb to follow more modern CMake best practices by Zach Deibert · 3 months ago
  18. 00227bd [nanopb] Add Apple privacy manifest by Nick Cooke · 3 months ago
  19. 1f0c2e1 Add cmake helper to automatically configure options.in files by Pieter De Gendt · 3 months ago
  20. f8724ee [bazel] Add support for generating python protos that include nanopb, use bazel-built protoc (#927) by Mark · 4 months ago
  21. 423c03b Add additional test. by Marco Nilsson · 4 months ago
  22. e586761 Rename max_size member -> size. by Marco Nilsson · 4 months ago
  23. 75445fd Fix for Python 2.x. by Marco Nilsson · 4 months ago
  24. bfe9b68 Add message sizes to C++ wrappers. by Marco Nilsson · 4 months ago
  25. cf26d28 --cpp-descriptors: change msgid type to uint32_t by Reinis Veips · 4 months ago
  26. e163b33 --cpp-descriptors: add has_msgid() and msgid() methods by Reinis Veips · 4 months ago
  27. 7421969 Change check_ccflags to TryLink by Robin Kastberg · 5 months ago
  28. 5fd8f04 Update requirements.txt by Ted Pudlik · 6 months ago
  29. 9aa922d Setting version to 0.4.9-dev by Petteri Aimonen · 6 months ago
  30. 6cfe48d Publishing nanopb-0.4.8 by Petteri Aimonen · 6 months ago
  31. f228479 Update changelog and authors by Petteri Aimonen · 6 months ago
  32. 444aca1 Remove `nocopts` from cc_nanopb_proto_library by Armando Montanez · 6 months ago
  33. 839156b Add files via upload by Tilen Majerle · 6 months ago
  34. 11de332 Add CodeQL Workflow for Code Security Analysis by Brian · 7 months ago
  35. f79d7be Add CodeQL Workflow for Code Security Analysis by Brian · 7 months ago
  36. 62e5364 Add CodeQL Workflow for Code Security Analysis by Brian · 7 months ago
  37. 6bbb70a CMake: Installation improvements. by Petteri Aimonen · 7 months ago
  38. f5593b7 CMakeLists: reorder generator installation commands by Petteri Aimonen · 7 months ago
  39. 7954900 Add GitHub workflow for testing CMake installation by Petteri Aimonen · 7 months ago
  40. 5896c28 Make CMakeLists install as Python module 'nanopb', not 'proto' (#845) by Petteri Aimonen · 7 months ago
  41. 9766c45 Fix build failure on MSVC by Petteri Aimonen · 7 months ago
  42. 499c696 Automatically break circular dependencies (#881) by Petteri Aimonen · 7 months ago
  43. 31eb134 Add test cases for initializer macro special cases (#806) by Petteri Aimonen · 7 months ago
  44. 15a0ec9 Fix initializer macros for custom callback datatype (#806) by Petteri Aimonen · 7 months ago
  45. 7d790f9 Add test case for package name replacement in included file (#899) by Petteri Aimonen · 7 months ago
  46. 8163cd4 Fix submessages with different mangling rules by Richard Patel · 8 months ago
  47. 0923469 Add support for nanopb options files without patching rules_proto_grpc by mark · 7 months ago
  48. 3338317 Add support for .options files in bazel rules by Tobias Thiel · 7 months ago
  49. de01880 Add unit test for .options files in bazel rules by Tobias Thiel · 7 months ago
  50. a4bbd6a Fix Linux/Mac binary package build by Petteri Aimonen · 7 months ago
  51. f5f65a9 Provide the maximum message size by jheaff1 · 9 months ago
  52. 9c11463 Add missing source and data files by Krishna Ersson · 9 months ago
  53. d9ecc77 Ensure the long enum names conform to the naming style when using short enum names by Josh Strohminger · 9 months ago
  54. e643c4f Keep track of enum auxiliary defines as mangled pairs by Josh Strohminger · 9 months ago
  55. 9b47f86 Keep track of message initializers as mangled pairs by Josh Strohminger · 9 months ago
  56. f6c0f91 Add test for stripping package names across dependent proto files by Josh Strohminger · 9 months ago
  57. 4838ca7 Support newer protoc version scheme that only includes the minor and patch versions by Josh Strohminger · 9 months ago
  58. bc212bb Update readme to match other examples configurations for running tests on Mac by Josh Strohminger · 9 months ago
  59. 4ea09e8 Fix first path passed to protoc by Tobias Müller · 9 months ago
  60. 8ef41e0 Remove pkg_resources import (#887) by Petteri Aimonen · 9 months ago
  61. 09a3560 Allow substitutions in custom_nanopb_protos by Joseph Duchesne · 10 months ago
  62. 2c3611b Bump grpcio from 1.51.3 to 1.53.0 in /extra by dependabot[bot] · 10 months ago
  63. d7f388f Test cases: fix broken version check for libprotoc 23.1. by Petteri Aimonen · 11 months ago
  64. 75751df Add migration documentation for int_size option for enum fields by jheaff1 · 11 months ago
  65. bf70684 Add unit test for int_size option for enums by jheaff1 · 11 months ago
  66. 19bea32 Add ability to specify size of generated enums by jheaff1 · 1 year, 1 month ago
  67. 37bea38 CMakeLists: Minimum version 3.14 by Petteri Aimonen · 12 months ago
  68. dbbf5d8 Add nanopb_PYTHON_INSTDIR_OVERRIDE to CMakeLists.txt by Nick St.Pierre · 12 months ago
  69. 5a3bd89 add "call" under Windows upon generator call by philippe44 · 1 year ago
  70. 922b9db GitHub workflow: update bazel mac image version by Petteri Aimonen · 1 year ago
  71. 26b784f ref |> Modified The generated code uses utf-8 encoding by default. by Jerry.Chen · 1 year, 1 month ago
  72. 91fb301 Update Python2 CI workflow to Ubuntu 20.04 by Petteri Aimonen · 1 year, 1 month ago
  73. ee27d70 bazel: update grpcio-tools to fix mac build on arm by Isaac Torres · 1 year, 3 months ago
  74. c16c239 Fix platformio build failure in example by Petteri Aimonen · 1 year, 4 months ago
  75. 22b5ad4 Ensure generator files are updated when cached by Hans Binderup · 1 year, 4 months ago
  76. 32ec526 Bump setuptools from 60.2.0 to 65.5.1 in /extra by dependabot[bot] · 1 year, 4 months ago
  77. ed53000 Use static_assert keyword on MSVC in C89 mode (#843) by Petteri Aimonen · 1 year, 5 months ago
  78. 01ca629 CMakeLists: Add missing __init__.py to generator install (#841) by Petteri Aimonen · 1 year, 5 months ago
  79. d7b9922 Setting version to 0.4.8-dev by Petteri Aimonen · 1 year, 5 months ago
  80. b97aa65 Publishing nanopb-0.4.7 by Petteri Aimonen · 1 year, 5 months ago
  81. d8965d3 Update changelog and authors by Petteri Aimonen · 1 year, 5 months ago
  82. 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
  83. c50cca2 Improve PlatformIO generator by Valerii Koval · 1 year, 5 months ago
  84. 42d3ec1 Fix subprocess.run call on platformio_generator.py by Pavel Sokolov · 1 year, 5 months ago
  85. 2d50640 platformio: Expand PYTHONEXE prior to constructing the action (#834) by Petteri Aimonen · 1 year, 5 months ago
  86. c1d96fe Fix test failure on AVR (C++ vs. the app_main() test run wrapper) by Petteri Aimonen · 1 year, 5 months ago
  87. 1a0be4a Add regression test for enum_to_string with C++ (#838) by Petteri Aimonen · 1 year, 5 months ago
  88. 629091f Move C extern by Sean · 1 year, 5 months ago
  89. f4bc415 Adding a simple Conan+CMake example (#837) by Christopher Hughes · 1 year, 6 months ago
  90. bb5b4d9 Allow using = instead of : with generator option -s by Petteri Aimonen · 1 year, 6 months ago
  91. eb135da Revert "Test case runner: fix passing of spaces in NANOPBFLAGS" by Petteri Aimonen · 1 year, 6 months ago
  92. a0d5bea Fix generator error when using M_STRIP_PACKAGE without package name (#795) by Petteri Aimonen · 1 year, 6 months ago
  93. b945553 Test case runner: fix passing of spaces in NANOPBFLAGS by Petteri Aimonen · 1 year, 6 months ago
  94. 8350d4b CMakeLists: use protoc wrapper script by default (#769) by Petteri Aimonen · 1 year, 6 months ago
  95. 1642666 Add --protoc-opt to nanopb_generator.py (#628) by Petteri Aimonen · 1 year, 6 months ago
  96. b469f3f Always include pb_release() as function, instead of macro. (#802) by Petteri Aimonen · 1 year, 6 months ago
  97. d8b6da1 Allow specifying include format without special characters (#810) by Petteri Aimonen · 1 year, 6 months ago
  98. 176da02 Fix handling of spaces in arguments passed through protoc (#810) by Petteri Aimonen · 1 year, 6 months ago
  99. 9a87760 Automatically add -lm to test builds on platforms that have libm (#792) by Petteri Aimonen · 1 year, 6 months ago
  100. dd40799 Adjust testing workflow triggers by Petteri Aimonen · 1 year, 6 months ago