1. e1f55a8 Update conanfile.py (#568) by Psy-Kai · 3 years, 9 months ago
  2. ddda911 Fuzztest: speed up io errors test case by Petteri Aimonen · 3 years, 9 months ago
  3. 47c9b2b alltypes test case: cover the logic needed for multiple fixed length arrays by Petteri Aimonen · 3 years, 9 months ago
  4. cb357ab Add riscv64 platform for test cases by Petteri Aimonen · 3 years, 9 months ago
  5. 95bf7d2 Add forgotten file by Petteri Aimonen · 3 years, 9 months ago
  6. 66fcf11 Always fuzz the whole set of past crashing cases by Petteri Aimonen · 3 years, 9 months ago
  7. 0ed1e01 Further build fix by Petteri Aimonen · 3 years, 9 months ago
  8. 648eeb6 Fix AVR build failure in fuzztest by Petteri Aimonen · 3 years, 9 months ago
  9. 39a4693 More seamless SwiftPM implementation (#567) by Paul Beusterien · 3 years, 9 months ago
  10. d528514 fuzztest: Fix build failure on Windows by Petteri Aimonen · 3 years, 9 months ago
  11. dbcae7e Update fuzztest corpus by Petteri Aimonen · 3 years, 9 months ago
  12. 5ee87db Fuzztest: clean up compiler warnings by Petteri Aimonen · 3 years, 9 months ago
  13. 06c7516 Build separate fuzzer test cases. by Petteri Aimonen · 3 years, 9 months ago
  14. 3e259f2 Add no-op pb_release() define when PB_ENABLE_MALLOC is not used by Petteri Aimonen · 3 years, 9 months ago
  15. b585b3e malloc_wrappers: Detect double-free errors better in test cases by Petteri Aimonen · 3 years, 9 months ago
  16. a70b990 Fuzztest: allow selective enabling of single test cases by Petteri Aimonen · 3 years, 9 months ago
  17. cf507d1 fuzztest: Fix bug in malloc wrapper code in testcase. by Petteri Aimonen · 3 years, 9 months ago
  18. a598844 fuzztest: workaround slowness with clang libsanitizer. by Petteri Aimonen · 3 years, 9 months ago
  19. 843416c Add a simple raw_decode utility for help in debugging. by Petteri Aimonen · 3 years, 9 months ago
  20. 0e0a189 Get a correct option file name if proto filename is absolute (#564) by kurddt · 3 years, 9 months ago
  21. ccdc31d Adds support for grpcio-tool to FindNanopb.cmake (#561) by Alex Pacini · 3 years, 9 months ago
  22. e4f7b24 Make pb_decode_varint32() reject overlong varint encodings. by Petteri Aimonen · 3 years, 10 months ago
  23. 142d319 Install missing _utils.py and binary/wrappers. (#556) by dflogeras · 3 years, 10 months ago
  24. 8156442 Fix so python files are installed relative to CMAKE_INSTALL_PREFIX. (#555) by dflogeras · 3 years, 10 months ago
  25. b4bc585 Minor style improvements to nanopb_generator.py (#554) by Cong · 3 years, 10 months ago
  26. 57b5b38 Make Linux and Mac packages use grpcio protoc also by Petteri Aimonen · 3 years, 10 months ago
  27. 43500a8 Generator: fix compatibility bug with Python 3.1 and earlier by Petteri Aimonen · 3 years, 10 months ago
  28. ff1f19f Add files missing from previous commit (#553) by Petteri Aimonen · 3 years, 10 months ago
  29. 0bd67e3 Fix generator error when output is in current directory (#553) by Petteri Aimonen · 3 years, 10 months ago
  30. 1fdc916 Add notes on documentation version by Petteri Aimonen · 3 years, 10 months ago
  31. afebd69 Update pb_msgdesc_t definition to improve performance. by Petteri Aimonen · 3 years, 10 months ago
  32. 2233c68 pb_decode: performance optimizations for check_wire_type() by Petteri Aimonen · 3 years, 10 months ago
  33. b226605 pb_decode: avoid duplicated calls to pb_message_set_to_defaults() by Petteri Aimonen · 3 years, 10 months ago
  34. 0c3a71c pb_decode: performance optimizations for extension field handling by Petteri Aimonen · 3 years, 10 months ago
  35. 48e875d pb_common: small performance optimizations by Petteri Aimonen · 3 years, 10 months ago
  36. e766ef6 fuzztest: compiler warning fixes by Petteri Aimonen · 3 years, 10 months ago
  37. 67e4f23 Fix float_double_conversion test failures on MIPS (#543) by Petteri Aimonen · 3 years, 10 months ago
  38. e682487 Setting version to 0.4.3-dev by Petteri Aimonen · 3 years, 10 months ago
  39. df0e92f Publishing nanopb-0.4.2 by Petteri Aimonen · 3 years, 10 months ago
  40. e766f7d stackusage test case: fix problem caused by compiler inlining by Petteri Aimonen · 3 years, 10 months ago
  41. a36d904 Clean up invocation of nanopb_generator.py in test cases. by Petteri Aimonen · 3 years, 10 months ago
  42. 720c1bc Rework undefined behavior fixes. by Petteri Aimonen · 3 years, 10 months ago
  43. 865a28f Fix compiler warning in stackusage test case by Petteri Aimonen · 3 years, 10 months ago
  44. 69e02af Rework bytes size check (#547) by Petteri Aimonen · 3 years, 10 months ago
  45. 6801500 Fix clang undefined behavior sanitizer errors. by Petteri Aimonen · 3 years, 10 months ago
  46. 5346802 Fix build problem with linux binary package by Petteri Aimonen · 3 years, 10 months ago
  47. d232baf Update changelog and authors by Petteri Aimonen · 3 years, 10 months ago
  48. 6af9963 Swift package manager (#549) by Paul Beusterien · 3 years, 10 months ago
  49. 5572456 Create intermediate directories when writing files to relative path (#512). by Petteri Aimonen · 3 years, 10 months ago
  50. 9690a6f Add generator option sort_by_tag (#542) by Petteri Aimonen · 3 years, 10 months ago
  51. d1b87f4 Add test case for #524 (dependencies from another package) by Petteri Aimonen · 3 years, 10 months ago
  52. 649c433 Fix buffer overflow when encoding bytes with size set to 65535 (#547) by Petteri Aimonen · 3 years, 10 months ago
  53. 2f49246 Fix field descriptor sizing with submsg_callback option (#545) by Petteri Aimonen · 3 years, 10 months ago
  54. 8d79a95 Fix "missing required field" error with submessage callback (#544). by Petteri Aimonen · 3 years, 10 months ago
  55. 45cc96f pb_istream_from_buffer: Update comments to avoid a common mistake by Petteri Aimonen · 3 years, 10 months ago
  56. 3429923 Fix AVR build failure in issue_494 by Petteri Aimonen · 3 years, 10 months ago
  57. 97216ab Improve generator error handling by Petteri Aimonen · 3 years, 10 months ago
  58. 6062e2d Fix issue with spaces in path in issue 494 regression test by Petteri Aimonen · 3 years, 10 months ago
  59. 3ff6743 Fix sizeof(union ...) fallback not compiling with C++ (#415, #494) by Petteri Aimonen · 3 years, 10 months ago
  60. 97980fd Generator: pass --include_imports when calling protoc (#494) by Petteri Aimonen · 3 years, 10 months ago
  61. 0790dba Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505) by Petteri Aimonen · 3 years, 10 months ago
  62. 44b5256 Fix macro name conflicts (ATMEGA32U4 UENUM and more) (#522) by Petteri Aimonen · 3 years, 10 months ago
  63. ba13a3f Testcases: add support for running on mips & mipsel with qemu (#543) by Petteri Aimonen · 3 years, 10 months ago
  64. 8b1ac6e PB_CONVERT_DOUBLE_FLOAT: fix handling of varying NaN representations (#543) by Petteri Aimonen · 3 years, 10 months ago
  65. 1b7c477 stackusage test case: Fix compiler warning by Petteri Aimonen · 3 years, 10 months ago
  66. c85c214 nanopb.mk: Make NANOPB_DIR relative if nanopb.mk is included with relative path. by Petteri Aimonen · 3 years, 10 months ago
  67. 5ddcaa2 nanopb.mk: Fix handling of spaces in directory name. by Petteri Aimonen · 3 years, 10 months ago
  68. a7024d8 Mac OS X packaging fixes by Petteri Aimonen · 3 years, 10 months ago
  69. 107cd0e Windows packaging: fix newline conversion error by Petteri Aimonen · 3 years, 10 months ago
  70. cfec28a Properly pass error status from protoc wrapper when calling binary protoc. by Petteri Aimonen · 3 years, 10 months ago
  71. 2b5faf4 Fix accidental forkbomb in previous commit. by Petteri Aimonen · 3 years, 10 months ago
  72. edb3180 Include protoc-gen-nanopb in path in protoc wrapper script by Petteri Aimonen · 3 years, 10 months ago
  73. bf1eb54 Change generator to use Python 3 by default (#441, #509). by Petteri Aimonen · 3 years, 10 months ago
  74. 040cd30 Windows packaging fix by Petteri Aimonen · 3 years, 10 months ago
  75. d49cae0 Update Windows packaging to use pyinstaller and grpcio-tools. by Petteri Aimonen · 3 years, 10 months ago
  76. 367c989 Reduce number of fuzztest iterations to speed up tests. by Petteri Aimonen · 3 years, 11 months ago
  77. 73f3918 Set proto2 enum fields to first value when no default is given, even if nonzero (#532) (#539) by John Ullman · 3 years, 11 months ago
  78. af803e6 Add support for infinity and nan floating-point defaults (#530) (#538) by John Ullman · 4 years ago
  79. 5ceb62d Rename BUILD as BUILD.bazel (#537) by Wael Nasreddine · 4 years ago
  80. fd240f5 Fix nanopb_generator exception on enums with aliases (#535) by Vojtěch Boček · 4 years ago
  81. 84941ce CMake: Relax python version spec, allowing Python3. (#534) by Stefan R. Filipek · 4 years ago
  82. 0f3dbba Update FindNanopb.cmake comments (#527) by Petteri Aimonen · 4 years ago
  83. beab2e8 CMake: use split --nanopb_opt only on protoc >= 3.6 (#515) by Marek Zukal · 4 years ago
  84. d4b2201 Merge pull request #518 from nanopb/revert-516-patch-1 by Petteri Aimonen · 4 years, 1 month ago
  85. 66826f3 Revert "Fix nanopb_out path in cmake command" by Petteri Aimonen · 4 years, 1 month ago
  86. 33daf37 Merge pull request #516 from efisher/patch-1 by Petteri Aimonen · 4 years, 1 month ago
  87. 9cd50b0 Fix nanopb_out path in cmake command by Evan Fisher · 4 years, 1 month ago
  88. 58699f8 Improve generator help text by Petteri Aimonen · 4 years, 1 month ago
  89. ceb3657 Fix protoc calling on Python 2 (#503). by Petteri Aimonen · 4 years, 1 month ago
  90. 92887f6 Remove outdated note in docs by Petteri Aimonen · 4 years, 1 month ago
  91. ee5ac04 Merge pull request #508 from twam/bugfix/remote-find-python by Petteri Aimonen · 4 years, 1 month ago
  92. fde5da3 Merge pull request #507 from twam/bugfix/cmake-find-package by Petteri Aimonen · 4 years, 1 month ago
  93. c252848 Remove find_package(PythonInterp) by Tobias Müller · 4 years, 1 month ago
  94. f2f1e13 Use Nanopb as cmake package name. by Tobias Müller · 4 years, 1 month ago
  95. 73a2684 Regression test for proto3 incorrectly considered empty (#504) by Franck · 4 years, 1 month ago
  96. 32ef8b7 Update readme to use nanopb_generator.py directly by Petteri Aimonen · 4 years, 1 month ago
  97. 75a83d1 Merge pull request #502 from LilyWangL/vcpkg-instructions by Petteri Aimonen · 4 years, 1 month ago
  98. 9094c84 Add vcpkg installation instructions by wangli28 · 4 years, 1 month ago
  99. f057f61 Fuzztest: don't assert when re-encoding fills up the buffer. by Petteri Aimonen · 4 years, 1 month ago
  100. f8a530d Add current directory to include path for protoc (#499) by Petteri Aimonen · 4 years, 1 month ago