Lines Matching refs:issue
26 Fix handling of unsigned 8- and 16-bit enums (issue 164)
27 Fix generator on systems where python = python3. (issue 155)
28 Fix compiler warning on GCC 5.x (issue 171)
29 Make the generator better handle imported .protos (issue 165)
31 Add syntax= line to .proto files (issue 167)
35 Fix missing files in Linux binary package (issue 146)
36 Fix generator bug when oneof is first field in a message. (issue 142)
37 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
38 Fix oneof submessage initialization bug. (issue 149)
39 Fix problem with plugin options on Python 2.7.2 and older. (issue 153)
40 Fix crash when callback is inside oneof field. (issue 148)
41 Switch to .tar.gz format for Mac OS X packages. (issue 154)
42 Always define enum long names so that cross-file references work. (issue 118)
43 Add msgid generator option. (issue 151)
44 Improve comment support in .options files. (issue 145)
49 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
51 Add int_size option for generator (issue 139)
52 Add compilation option to disable struct packing. (issue 136)
53 Change PB_RETURN_ERROR() macro to avoid compiler warnings (issue 140)
60 Fix security issue due to size_t overflows. (issue 132)
63 Fix cyclic message support (issue 130)
73 Separated field iterator logic to pb_common.c (issue 128)
74 Change the _count fields to use pb_size_t datatype (issue 82)
75 Added PB_ prefix to macro names (issue 106)
76 Added #if version guard to generated files (issue 129)
83 Do not automatically add a dot with generator -e option. (issue 122)
84 Fix problem with .options file and extension fields. (issue 125)
85 Don't use SIZE_MAX macro, as it is not in C89. (issue 120)
86 Generate #defines for initializing message structures. (issue 79)
87 Add skip_message option to generator. (issue 121)
88 Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchain (issue 119)
89 Give better messages about the .options file path. (issue 124)
93 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
94 Add option to not add timestamps to .pb.h and .pb.c preambles. (issue 115)
99 Fix bug with default values for extension fields (issue 111)
100 Fix some MISRA-C warnings (issue 91)
101 Implemented optional malloc() support (issue 80)
103 Add a "found" field to pb_extension_t (issue 112)
104 Add convenience function pb_get_encoded_size() (issue 16)
107 Fix generator error with bytes callback fields (issue 99)
108 Fix warnings about large integer constants (issue 102)
109 Add comments to where STATIC_ASSERT is used (issue 96)
110 Add warning about unknown field names on .options (issue 105)
111 Move descriptor.proto to google/protobuf subdirectory (issue 104)
115 Fix a bug with encoding negative values in int32 fields (issue 97)
116 Create binary packages of the generator + dependencies (issue 47)
117 Add support for pointer-type fields to the encoder (part of issue 80)
118 Fixed path in FindNanopb.cmake (issue 94)
124 Check array and bytes max sizes when encoding (issue 90)
125 Add #defines for maximum encoded message size (issue 89)
126 Add #define tags for extension fields (issue 93)
127 Fix MISRA C violations (issue 91)
131 Improve compatibility by removing ternary operator from initializations (issue 88)
132 Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg)
133 Don't stop on unsupported extension fields (issue 83)
135 Reorganize tests and examples into subfolders (issue 63)
140 Add support for extension fields (issue 17)
141 Fix unknown fields in empty message (issue 78)
143 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
144 Add a section in top of pb.h for changing compilation settings (issue 76)
152 Change the callback function to use void** (issue 69)
153 Add support for defining the nanopb options in a separate file (issue 12)
154 Add support for packed structs in IAR and MSVC (in addition to GCC) (issue 66)
155 Implement error message support for the encoder side (issue 7)
156 Handle unterminated strings when encoding (issue 68)
157 Fix bug with empty strings in repeated string callbacks (issue 73)
158 Fix regression in 0.2.0 with optional callback fields (issue 70)
160 Fix some compiler warnings on clang (issue 67)
170 Reformat generated .pb.c files using macros (issue 58)
180 Sanitize #ifndef filename (issue 50)
184 Check for sizeof(double) == 8 (issue 54)
185 Added generator option to ignore some fields. (issue 51)
186 Added generator option to make message structs packed. (issue 49)
191 Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
193 Make tests/Makefile work for non-gcc compilers (issue 40)
196 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
197 Add option to use shorter names for enum values (issue 38)
199 Add nanopb version number to generated files (issue 36)
200 Add extern "C" to generated headers (issue 35)
201 Add names for structs to allow forward declaration (issue 39)
202 Add buffer size check in example (issue 34)
203 Fix build warnings on MS compilers (issue 33)
206 Reorganize the field decoder interface (issue 2)
207 Improve performance in submessage decoding (issue 28)
208 Implement error messages in the decoder side (issue 7)
213 Fix bug in decoder with packed arrays (issue 23).
227 Improve generator error messages (issue 5)
232 Make the generator to generate include for other .proto files (issue 4).
233 Fixed generator not working on Windows (issue 3)
236 Fixed bug in encoder with 'bytes' fields (issue 1).