Lines Matching refs:Add
8 Add check for large extension field number (issue #306)
11 Add fixed_count option (#260)
12 Add some verbose prints in generator (issue #238)
13 Add test/example of using 'map' type. (#289)
21 Add option to build without 64-bit support (#86)
22 Add options to define source and header file extensions (#264)
23 Add pb_en/decode_nullterminated() (part of #278)
24 Add pb_decode_delimited_noinit (#284)
29 Add Bazel build system file (#266)
38 Add new option max_length for strings (#107)
42 Add optional enum->string mapping function (#223)
43 Add transitional options.proto file (#241)
44 Add better error message on Python library version imcompatibility (#240)
51 Add support for proto3-style singular fields (#182, #206, #216)
53 Add FT_INLINE allocation of bytes fields (#211)
57 Add bazel BUILD file for nanopb (#209)
65 Add -D option to specify output directory (#193)
77 Add support for platforms without uint8_t (#191)
80 Add support for anonymous unions (#184)
81 Add Python3 support to the generator (#169)
82 Add code generator insertion points to generated files (#178)
91 Add packed_enum option to generator.
92 Add syntax= line to .proto files (issue 167)
93 Add PlatformIO registry manifest file. (pr 156)
104 Add msgid generator option. (issue 151)
112 Add int_size option for generator (issue 139)
113 Add compilation option to disable struct packing. (issue 136)
116 Add support for POINTER type in extensions
148 Add skip_message option to generator. (issue 121)
149 Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchain (issue 119)
155 Add option to not add timestamps to .pb.h and .pb.c preambles. (issue 115)
164 Add a "found" field to pb_extension_t (issue 112)
165 Add convenience function pb_get_encoded_size() (issue 16)
170 Add comments to where STATIC_ASSERT is used (issue 96)
171 Add warning about unknown field names on .options (issue 105)
178 Add support for pointer-type fields to the encoder (part of issue 80)
186 Add #defines for maximum encoded message size (issue 89)
187 Add #define tags for extension fields (issue 93)
195 Add an example pb_syshdr.h file for non-C99 compilers
201 Add support for extension fields (issue 17)
204 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
205 Add a section in top of pb.h for changing compilation settings (issue 76)
214 Add support for defining the nanopb options in a separate file (issue 12)
215 Add support for packed structs in IAR and MSVC (in addition to GCC) (issue 66)
236 Add option to give file extension to generator (by Michael Haberler)
243 Add compile-time option PB_BUFFER_ONLY
244 Add Java package name to nanopb.proto
248 Add more test cases.
258 Add option to use shorter names for enum values (issue 38)
260 Add nanopb version number to generated files (issue 36)
261 Add extern "C" to generated headers (issue 35)
262 Add names for structs to allow forward declaration (issue 39)
263 Add buffer size check in example (issue 34)
279 Add compile-time options for easy-to-use >255 field support.
289 Add descriptor.proto into the #include exclusion list