Lines Matching refs:Add
6 Add a "found" field to pb_extension_t (issue 112)
7 Add convenience function pb_get_encoded_size() (issue 16)
12 Add comments to where STATIC_ASSERT is used (issue 96)
13 Add warning about unknown field names on .options (issue 105)
20 Add support for pointer-type fields to the encoder (part of issue 80)
28 Add #defines for maximum encoded message size (issue 89)
29 Add #define tags for extension fields (issue 93)
37 Add an example pb_syshdr.h file for non-C99 compilers
43 Add support for extension fields (issue 17)
46 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
47 Add a section in top of pb.h for changing compilation settings (issue 76)
56 Add support for defining the nanopb options in a separate file (issue 12)
57 Add support for packed structs in IAR and MSVC (in addition to GCC) (issue 66)
78 Add option to give file extension to generator (by Michael Haberler)
85 Add compile-time option PB_BUFFER_ONLY
86 Add Java package name to nanopb.proto
90 Add more test cases.
100 Add option to use shorter names for enum values (issue 38)
102 Add nanopb version number to generated files (issue 36)
103 Add extern "C" to generated headers (issue 35)
104 Add names for structs to allow forward declaration (issue 39)
105 Add buffer size check in example (issue 34)
121 Add compile-time options for easy-to-use >255 field support.
131 Add descriptor.proto into the #include exclusion list