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