1. 666f5b9 Fix test case failure on Python 2 by Petteri Aimonen · 3 years, 5 months ago
  2. e6fa381 Add support for proto3 optional fields introduced in protoc 3.12 (#591) by Petteri Aimonen · 3 years, 5 months ago
  3. 9c73158 Include version number in generator verbose output by Petteri Aimonen · 3 years, 5 months ago
  4. 02587b6 Add better error message when enum type is not found (#592) by Petteri Aimonen · 3 years, 5 months ago
  5. af02794 Fix recursion depth exceeded error in generator (#493) by Petteri Aimonen · 3 years, 5 months ago
  6. 0d0edc2 Issue 611 testcase: check for buildability also. by Petteri Aimonen · 3 years, 5 months ago
  7. a8399bc Allow specifying descriptorsize on field level also (#546) by Petteri Aimonen · 3 years, 5 months ago
  8. 34a2cb9 Fix unsigned enums not working correctly inside OneOf (#611) by Petteri Aimonen · 3 years, 5 months ago
  9. 2a547ff Fix generator error when oneof contains a single unresolved field size (#610) by Petteri Aimonen · 3 years, 5 months ago
  10. 006a18b Include a static submessage in alltypes pointer test case. by Petteri Aimonen · 3 years, 5 months ago
  11. 5ce89e0 Expand mem_release testcase to cover submessage merge (#615) by Petteri Aimonen · 3 years, 5 months ago
  12. edf6dcb Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615) by Petteri Aimonen · 3 years, 5 months ago
  13. e1f25e4 docs: fix simple typo, specifing -> specifying (#614) by Tim Gates · 3 years, 5 months ago
  14. c6cdc14 Trigger CIFuzz also on direct pushes to master, and for header files also. by Petteri Aimonen · 3 years, 6 months ago
  15. 32dbae3 Add OSSFuzz build script to main repo. by Petteri Aimonen · 3 years, 6 months ago
  16. 14fecb5 Try to trigger GitHub to reparse workflow file by Petteri Aimonen · 3 years, 6 months ago
  17. 1fa8429 Fix syntax errors in workflow file by Petteri Aimonen · 3 years, 6 months ago
  18. bdacfed Enable CIFuzz for automatically fuzzing pull-request code. by Petteri Aimonen · 3 years, 6 months ago
  19. 9f57cc8 Remove outdated transitional generator/nanopb/options.proto. by Petteri Aimonen · 3 years, 7 months ago
  20. 8e2f6e8 Add nightly builds link to readme by Petteri Aimonen · 3 years, 7 months ago
  21. 15794f0 Add note about nanopb-0.4.3-p1 to changelog by Petteri Aimonen · 3 years, 7 months ago
  22. 5d5187f Add '--version' option to nanopb_generator.py (#607) by L · 3 years, 7 months ago
  23. a162fa4 Conanfile: Add protobuf-nanopb library to cpp_info.libs (#605) by a1lu · 3 years, 7 months ago
  24. d819d82 Convert documentation to markdown format (#587) by Petteri Aimonen · 3 years, 7 months ago
  25. 2879d1b Allow multiple targets to be created by calling NANOPB_GENERATE_CPP() (#596) by leabut · 3 years, 7 months ago
  26. f3aacf3 Add 0.4.3 migration note to changelog also by Petteri Aimonen · 3 years, 7 months ago
  27. 7e44724 Setting version to 0.4.4-dev by Petteri Aimonen · 3 years, 7 months ago
  28. 1466e6f Publishing nanopb-0.4.3 by Petteri Aimonen · 3 years, 7 months ago
  29. d472159 Update changelog by Petteri Aimonen · 3 years, 7 months ago
  30. 7ef2758 Add docs about protoc --nanopb_opt (#432) by Petteri Aimonen · 3 years, 8 months ago
  31. 790dc62 Fix iOS Build warning (#585) by Paul Beusterien · 3 years, 8 months ago
  32. abf1c4a Fix Python version compatibility issue with previous commit. by Petteri Aimonen · 3 years, 8 months ago
  33. ca01b33 Fix issue with unknown message sizes being referred inside oneof encoded size calculation (#569) by Petteri Aimonen · 3 years, 8 months ago
  34. 4b455da Fix problem with [default=xxxx, (nanopb).proto3=true] field option combination (#558) by Petteri Aimonen · 3 years, 8 months ago
  35. d1be4fe cxx_callback_datatype test case: fix build error on windows by Petteri Aimonen · 3 years, 8 months ago
  36. 9051b61 Fix some portability issues with cxx_callback_datatype test case by Petteri Aimonen · 3 years, 8 months ago
  37. 416b4c2 Fix assignment in assert in any_type testcase (#580) by otopetrik · 3 years, 8 months ago
  38. cfb1c94 Better support C++ types in generated structs (#581) by otopetrik · 3 years, 8 months ago
  39. ecda25c Travis CI migrated to travis-ci.com, update link by Petteri Aimonen · 3 years, 8 months ago
  40. b2d099c Revert "Better support C++ types in generated structs (#577)" by Petteri Aimonen · 3 years, 8 months ago
  41. c0a2034 Better support C++ types in generated structs (#577) by otopetrik · 3 years, 8 months ago
  42. 7d39f39 mangle_names documentation improvements (#578) by Petteri Aimonen · 3 years, 8 months ago
  43. adb8b66 Add script for updating fuzztest corpus from oss-fuzz. by Petteri Aimonen · 3 years, 9 months ago
  44. 86b61e1 Testcases: allow specifying build directory name by Petteri Aimonen · 3 years, 9 months ago
  45. c571d7e fuzztest_ioerrors: Combine test cases to improve performance. by Petteri Aimonen · 3 years, 9 months ago
  46. 803c4f7 Update alltypes dependent testcases by Petteri Aimonen · 3 years, 9 months ago
  47. 032b918 Further fix for testcase environment handling by Petteri Aimonen · 3 years, 9 months ago
  48. d5574e3 Further fixes for testcase environment handling by Petteri Aimonen · 3 years, 9 months ago
  49. 5ab4741 SConstruct: make environment overriding more consistent by Petteri Aimonen · 3 years, 9 months ago
  50. a14ac3f STM32 tests: use newlib instead of newlib-nano by Petteri Aimonen · 3 years, 9 months ago
  51. 0927237 Testcases: allow overriding python version by Petteri Aimonen · 3 years, 9 months ago
  52. 918dc7e Fuzztest: run whole corpus for non-embedded targets. by Petteri Aimonen · 3 years, 9 months ago
  53. 398864d Fix travis build failures and update distribution used. by Petteri Aimonen · 3 years, 9 months ago
  54. e1f55a8 Update conanfile.py (#568) by Psy-Kai · 3 years, 9 months ago
  55. ddda911 Fuzztest: speed up io errors test case by Petteri Aimonen · 3 years, 9 months ago
  56. 47c9b2b alltypes test case: cover the logic needed for multiple fixed length arrays by Petteri Aimonen · 3 years, 9 months ago
  57. cb357ab Add riscv64 platform for test cases by Petteri Aimonen · 3 years, 9 months ago
  58. 95bf7d2 Add forgotten file by Petteri Aimonen · 3 years, 9 months ago
  59. 66fcf11 Always fuzz the whole set of past crashing cases by Petteri Aimonen · 3 years, 9 months ago
  60. 0ed1e01 Further build fix by Petteri Aimonen · 3 years, 9 months ago
  61. 648eeb6 Fix AVR build failure in fuzztest by Petteri Aimonen · 3 years, 9 months ago
  62. 39a4693 More seamless SwiftPM implementation (#567) by Paul Beusterien · 3 years, 9 months ago
  63. d528514 fuzztest: Fix build failure on Windows by Petteri Aimonen · 3 years, 9 months ago
  64. dbcae7e Update fuzztest corpus by Petteri Aimonen · 3 years, 9 months ago
  65. 5ee87db Fuzztest: clean up compiler warnings by Petteri Aimonen · 3 years, 9 months ago
  66. 06c7516 Build separate fuzzer test cases. by Petteri Aimonen · 3 years, 9 months ago
  67. 3e259f2 Add no-op pb_release() define when PB_ENABLE_MALLOC is not used by Petteri Aimonen · 3 years, 9 months ago
  68. b585b3e malloc_wrappers: Detect double-free errors better in test cases by Petteri Aimonen · 3 years, 9 months ago
  69. a70b990 Fuzztest: allow selective enabling of single test cases by Petteri Aimonen · 3 years, 9 months ago
  70. cf507d1 fuzztest: Fix bug in malloc wrapper code in testcase. by Petteri Aimonen · 3 years, 9 months ago
  71. a598844 fuzztest: workaround slowness with clang libsanitizer. by Petteri Aimonen · 3 years, 9 months ago
  72. 843416c Add a simple raw_decode utility for help in debugging. by Petteri Aimonen · 3 years, 9 months ago
  73. 0e0a189 Get a correct option file name if proto filename is absolute (#564) by kurddt · 3 years, 9 months ago
  74. ccdc31d Adds support for grpcio-tool to FindNanopb.cmake (#561) by Alex Pacini · 3 years, 10 months ago
  75. e4f7b24 Make pb_decode_varint32() reject overlong varint encodings. by Petteri Aimonen · 3 years, 10 months ago
  76. 142d319 Install missing _utils.py and binary/wrappers. (#556) by dflogeras · 3 years, 10 months ago
  77. 8156442 Fix so python files are installed relative to CMAKE_INSTALL_PREFIX. (#555) by dflogeras · 3 years, 10 months ago
  78. b4bc585 Minor style improvements to nanopb_generator.py (#554) by Cong · 3 years, 10 months ago
  79. 57b5b38 Make Linux and Mac packages use grpcio protoc also by Petteri Aimonen · 3 years, 10 months ago
  80. 43500a8 Generator: fix compatibility bug with Python 3.1 and earlier by Petteri Aimonen · 3 years, 10 months ago
  81. ff1f19f Add files missing from previous commit (#553) by Petteri Aimonen · 3 years, 10 months ago
  82. 0bd67e3 Fix generator error when output is in current directory (#553) by Petteri Aimonen · 3 years, 10 months ago
  83. 1fdc916 Add notes on documentation version by Petteri Aimonen · 3 years, 10 months ago
  84. afebd69 Update pb_msgdesc_t definition to improve performance. by Petteri Aimonen · 3 years, 10 months ago
  85. 2233c68 pb_decode: performance optimizations for check_wire_type() by Petteri Aimonen · 3 years, 10 months ago
  86. b226605 pb_decode: avoid duplicated calls to pb_message_set_to_defaults() by Petteri Aimonen · 3 years, 10 months ago
  87. 0c3a71c pb_decode: performance optimizations for extension field handling by Petteri Aimonen · 3 years, 10 months ago
  88. 48e875d pb_common: small performance optimizations by Petteri Aimonen · 3 years, 10 months ago
  89. e766ef6 fuzztest: compiler warning fixes by Petteri Aimonen · 3 years, 10 months ago
  90. 67e4f23 Fix float_double_conversion test failures on MIPS (#543) by Petteri Aimonen · 3 years, 10 months ago
  91. e682487 Setting version to 0.4.3-dev by Petteri Aimonen · 3 years, 10 months ago
  92. df0e92f Publishing nanopb-0.4.2 by Petteri Aimonen · 3 years, 10 months ago
  93. e766f7d stackusage test case: fix problem caused by compiler inlining by Petteri Aimonen · 3 years, 10 months ago
  94. a36d904 Clean up invocation of nanopb_generator.py in test cases. by Petteri Aimonen · 3 years, 10 months ago
  95. 720c1bc Rework undefined behavior fixes. by Petteri Aimonen · 3 years, 10 months ago
  96. 865a28f Fix compiler warning in stackusage test case by Petteri Aimonen · 3 years, 10 months ago
  97. 69e02af Rework bytes size check (#547) by Petteri Aimonen · 3 years, 10 months ago
  98. 6801500 Fix clang undefined behavior sanitizer errors. by Petteri Aimonen · 3 years, 10 months ago
  99. 5346802 Fix build problem with linux binary package by Petteri Aimonen · 3 years, 10 months ago
  100. d232baf Update changelog and authors by Petteri Aimonen · 3 years, 10 months ago