Lines Matching refs:issue

2  Fix bug with default values for extension fields (issue 111)
3 Fix some MISRA-C warnings (issue 91)
4 Implemented optional malloc() support (issue 80)
6 Add a "found" field to pb_extension_t (issue 112)
7 Add convenience function pb_get_encoded_size() (issue 16)
10 Fix generator error with bytes callback fields (issue 99)
11 Fix warnings about large integer constants (issue 102)
12 Add comments to where STATIC_ASSERT is used (issue 96)
13 Add warning about unknown field names on .options (issue 105)
14 Move descriptor.proto to google/protobuf subdirectory (issue 104)
18 Fix a bug with encoding negative values in int32 fields (issue 97)
19 Create binary packages of the generator + dependencies (issue 47)
20 Add support for pointer-type fields to the encoder (part of issue 80)
21 Fixed path in FindNanopb.cmake (issue 94)
27 Check array and bytes max sizes when encoding (issue 90)
28 Add #defines for maximum encoded message size (issue 89)
29 Add #define tags for extension fields (issue 93)
30 Fix MISRA C violations (issue 91)
34 Improve compatibility by removing ternary operator from initializations (issue 88)
35 Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg)
36 Don't stop on unsupported extension fields (issue 83)
38 Reorganize tests and examples into subfolders (issue 63)
43 Add support for extension fields (issue 17)
44 Fix unknown fields in empty message (issue 78)
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)
55 Change the callback function to use void** (issue 69)
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)
58 Implement error message support for the encoder side (issue 7)
59 Handle unterminated strings when encoding (issue 68)
60 Fix bug with empty strings in repeated string callbacks (issue 73)
61 Fix regression in 0.2.0 with optional callback fields (issue 70)
63 Fix some compiler warnings on clang (issue 67)
73 Reformat generated .pb.c files using macros (issue 58)
83 Sanitize #ifndef filename (issue 50)
87 Check for sizeof(double) == 8 (issue 54)
88 Added generator option to ignore some fields. (issue 51)
89 Added generator option to make message structs packed. (issue 49)
94 Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
96 Make tests/Makefile work for non-gcc compilers (issue 40)
99 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
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)
106 Fix build warnings on MS compilers (issue 33)
109 Reorganize the field decoder interface (issue 2)
110 Improve performance in submessage decoding (issue 28)
111 Implement error messages in the decoder side (issue 7)
116 Fix bug in decoder with packed arrays (issue 23).
130 Improve generator error messages (issue 5)
135 Make the generator to generate include for other .proto files (issue 4).
136 Fixed generator not working on Windows (issue 3)
139 Fixed bug in encoder with 'bytes' fields (issue 1).