1. ed53000 Use static_assert keyword on MSVC in C89 mode (#843) by Petteri Aimonen · 2 years, 1 month ago
  2. d7b9922 Setting version to 0.4.8-dev by Petteri Aimonen · 2 years, 1 month ago
  3. b97aa65 Publishing nanopb-0.4.7 by Petteri Aimonen · 2 years, 1 month ago
  4. bbbd9bf Allow including inside of extern C by Jussi Keranen · 2 years, 4 months ago
  5. 8add19e Setting version to 0.4.7-dev, cleanup changelog by Petteri Aimonen · 2 years, 8 months ago
  6. afc499f Publishing nanopb-0.4.6 by Petteri Aimonen · 2 years, 8 months ago
  7. 24b0028 Fix some build errors due to static assert change by Petteri Aimonen · 2 years, 10 months ago
  8. a1519da Fix build on MSVC by Petteri Aimonen · 2 years, 10 months ago
  9. db9ac6b Use C11 static assert mechanism by default (#761, #766) by Petteri Aimonen · 2 years, 10 months ago
  10. 29d3f03 Fixed small spelling mistakes. by Slavey Karadzhov · 3 years, 1 month ago
  11. ab19ecb Improve optimization for little-endian platforms. by Petteri Aimonen · 3 years, 5 months ago
  12. 9d11e05 feat: Change NANOPB_VERSION macro to string by David Sabatie · 3 years, 6 months ago
  13. 11885ad Use 'static_assert' keyword for iar (#679) by ghseb · 3 years, 7 months ago
  14. 98a4911 Move PB_WT_PACKED definition to the header (#671) by Petteri Aimonen · 3 years, 8 months ago
  15. 6700ee0 Setting version to 0.4.6-dev by Petteri Aimonen · 3 years, 10 months ago
  16. f7e4140 Publishing nanopb-0.4.5 by Petteri Aimonen · 3 years, 10 months ago
  17. a05fa8b Setting version to 0.4.5-dev by Petteri Aimonen · 4 years, 2 months ago
  18. 2b48a36 Publishing nanopb-0.4.4 by Petteri Aimonen · 4 years, 2 months ago
  19. 7e44724 Setting version to 0.4.4-dev by Petteri Aimonen · 4 years, 4 months ago
  20. 1466e6f Publishing nanopb-0.4.3 by Petteri Aimonen · 4 years, 4 months ago
  21. afebd69 Update pb_msgdesc_t definition to improve performance. by Petteri Aimonen · 4 years, 7 months ago
  22. e682487 Setting version to 0.4.3-dev by Petteri Aimonen · 4 years, 7 months ago
  23. df0e92f Publishing nanopb-0.4.2 by Petteri Aimonen · 4 years, 7 months ago
  24. 44b5256 Fix macro name conflicts (ATMEGA32U4 UENUM and more) (#522) by Petteri Aimonen · 4 years, 7 months ago
  25. d57522c Setting version to 0.4.2-dev by Petteri Aimonen · 5 years ago
  26. 3eb9a75 Publishing nanopb-0.4.1 by Petteri Aimonen · 5 years ago
  27. 974daf2 Remove PB_FIELDINFO_WIDTH option (#473) by Petteri Aimonen · 5 years ago
  28. f131926 Fix compilation error on platforms without uint8_t, add test. (#485) by Petteri Aimonen · 5 years ago
  29. 2198604 Make descriptorsize:DS_8 work, add to AllTypes test case. by Petteri Aimonen · 5 years ago
  30. 32795d7 Make fixed_count option work when combined with FT_POINTER. by Petteri Aimonen · 5 years ago
  31. 7c90bee Fix bug with field numbers >255 (#407) by Petteri Aimonen · 5 years ago
  32. a02120c Add missing #define for submsg callbacks, add regression test (#472) by Petteri Aimonen · 5 years ago
  33. 8722f51 Setting version to 0.4.1-dev by Petteri Aimonen · 5 years ago
  34. 70f0de9 Publishing nanopb-0.4.0 by Petteri Aimonen · 5 years ago
  35. 8d1dde5 Add test case for #407 by Petteri Aimonen · 5 years ago
  36. 1f97edf Store field descriptor constants in flash on AVR (#464) by Petteri Aimonen · 5 years ago
  37. b9c7bba Improve callback handling inside oneofs. (#175) by Petteri Aimonen · 5 years ago
  38. 96062cc Windows and AVR build fixes by Petteri Aimonen · 5 years ago
  39. c00d4c1 Introduce new compile time flag: PB_VALIDATE_UTF8 by Pavol Rusnak · 5 years ago
  40. 511b708 Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR. by Petteri Aimonen · 5 years ago
  41. 12a602f Make submsg_info go into flash by Petteri Aimonen · 5 years ago
  42. df18328 Make constants in header files unsigned, to prevent warnings when used in binary bitwise expressions. by Torfinn Berset · 5 years ago
  43. eab98eb Fix undefined behavior with bool fields (#434) by Petteri Aimonen · 5 years ago
  44. 2e3d39d Introduce new compile time flag: PB_ENCODE_ARRAYS_UNPACKED by Pavol Rusnak · 5 years ago
  45. 309837c fix error when __STDC_VERSION__ is not defined by Fay · 6 years ago
  46. 72f4594 Add missing uint32_t casts (#385) by Petteri Aimonen · 6 years ago
  47. 4b869d7 Add C++ message descriptors helper by Vitali Lovich · 6 years ago
  48. 5acd377 Build fixes for Microsoft VC++ by Petteri Aimonen · 6 years ago
  49. b2d04df Rename #define fieldname_default to _DEFAULT to avoid conflict with older constant. by Petteri Aimonen · 6 years ago
  50. 1d43638 Add descriptorsize option. by Petteri Aimonen · 6 years ago
  51. 87319f6 Allow specifying a per-message callback. by Petteri Aimonen · 6 years ago
  52. b71e4b7 Combine new per-msg encode/decode callbacks to one field_callback. by Petteri Aimonen · 6 years ago
  53. e605e18 Prepare for moving callback pointer to pb_msgdesc_t. by Petteri Aimonen · 6 years ago
  54. 330a835 Add static asserts to check that field values fit in descriptor. by Petteri Aimonen · 6 years ago
  55. 6a59527 New field descriptor format. by Petteri Aimonen · 6 years ago
  56. abf4798 Merge branch 'dev_0.4' by Petteri Aimonen · 6 years ago
  57. c29ca83 Setting version to 0.4.0-dev by Petteri Aimonen · 6 years ago
  58. 3626b5c Publishing nanopb-0.3.9.2 by Petteri Aimonen · 6 years ago
  59. b28d29f Fix decoding of non-packable fixed count repeated fields by Oliver Lee · 7 years ago
  60. fc41a5d Allow fixed count repeated values by Oliver Lee · 7 years ago
  61. 2c4c394 Setting version to 0.4.0-dev by Petteri Aimonen · 7 years ago
  62. 71ba4e6 Publishing nanopb-0.3.9 by Petteri Aimonen · 7 years ago
  63. c291fee Add option to build without 64-bit support (issue #86) by Petteri Aimonen · 7 years ago
  64. 2ac6e97 Check CHAR_BIT before using optimized pb_decode_fixedXX() version by Petteri Aimonen · 8 years ago
  65. 1d527d0 Set version to nanopb-0.4.0-dev by Petteri Aimonen · 8 years ago
  66. a55a66e Setting version to 0.3.9-dev by Petteri Aimonen · 8 years ago
  67. cc74b9f Publishing nanopb-0.3.8 by Petteri Aimonen · 8 years ago
  68. 07375a1 Extend inline / fixed length bytes array support (issue #244) by Petteri Aimonen · 8 years ago
  69. 2467922 Zero-valued extension fields were mistakenly ignored by encoder. (issue #242) by Petteri Aimonen · 8 years ago
  70. 48f5dd8 Fix multiple oneofs in same message (issue #229) by Petteri Aimonen · 8 years ago
  71. af601e4 Setting version to 0.3.8-dev by Petteri Aimonen · 8 years ago
  72. 60d8ba2 Publishing nanopb-0.3.7 by Petteri Aimonen · 8 years ago
  73. ba97926 Add proto3 option to handle singular fields by Bernhard Krämer · 8 years ago
  74. 62afd54 Add inline allocation of bytes fields by Tom Roeder · 8 years ago
  75. 9c36b59 Setting version to 0.3.7-dev by Petteri Aimonen · 9 years ago
  76. eb0e73c Publishing nanopb-0.3.6 by Petteri Aimonen · 9 years ago
  77. 4110ff2 Setting version to 0.3.6-dev by Petteri Aimonen · 9 years ago
  78. a57831a Publishing nanopb-0.3.5 by Petteri Aimonen · 9 years ago
  79. 8d35488 Remove obsolete __BIG_ENDIAN__ compilation option. by Petteri Aimonen · 9 years ago
  80. fa45589 Replace uint8_t with a pb_byte_t typedef. by Petteri Aimonen · 9 years ago
  81. abdb594 Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8. by Petteri Aimonen · 9 years ago
  82. c1aa8aa Add testcase for anonymous unions + few fixes. by Petteri Aimonen · 9 years ago
  83. 9a8cc59 Add option to allow for anonymous unions by Benjamin Kamath · 9 years ago
  84. 6cd4f20 Setting version to 0.3.5-dev by Petteri Aimonen · 9 years ago
  85. 47fdbad Publishing nanopb-0.3.4 by Petteri Aimonen · 9 years ago
  86. 708084e Fix handling of unsigned 8- or 16-bit enums. by Petteri Aimonen · 9 years ago
  87. 47e744f Setting version to 0.3.4-dev by Petteri Aimonen · 10 years ago
  88. 3486f67 Publishing nanopb-0.3.3 by Petteri Aimonen · 10 years ago
  89. 5aa8207 Setting version to nanopb-0.3.3-dev by Petteri Aimonen · 10 years ago
  90. acd7291 Publishing nanopb-0.3.2 by Petteri Aimonen · 10 years ago
  91. d2e023e Bugfixes for oneof support. by Petteri Aimonen · 10 years ago
  92. 7713d43 Implement support for oneofs (C unions). by Petteri Aimonen · 10 years ago
  93. b0d3146 Change PB_RETURN_ERROR() macro to avoid compiler warnings. by Petteri Aimonen · 10 years ago
  94. 418f7d8 Add support for POINTER type in extensions by Petteri Aimonen · 10 years ago
  95. cfc517f Add compilation option to disable struct packing. by Petteri Aimonen · 10 years ago
  96. baf44b3 Set version to nanopb-0.3.2-dev by Petteri Aimonen · 10 years ago
  97. b947dc6 Publishing nanopb-0.3.1 by Petteri Aimonen · 10 years ago
  98. 71b81ad Setting version to 0.3.1-dev by Petteri Aimonen · 10 years ago
  99. 8dede60 Publishing nanopb-0.3.0 by Petteri Aimonen · 10 years ago
  100. 3ed2193 Add #if guard for .pb.h version. by Petteri Aimonen · 10 years ago