Lines Matching refs:issue

2  Fix handling of special characters in string/bytes default values (issue #322)
8 Add check for large extension field number (issue #306)
12 Add some verbose prints in generator (issue #238)
55 Fix missing warning with large bytes fields (issue #220)
87 Fix handling of unsigned 8- and 16-bit enums (issue 164)
88 Fix generator on systems where python = python3. (issue 155)
89 Fix compiler warning on GCC 5.x (issue 171)
90 Make the generator better handle imported .protos (issue 165)
92 Add syntax= line to .proto files (issue 167)
96 Fix missing files in Linux binary package (issue 146)
97 Fix generator bug when oneof is first field in a message. (issue 142)
98 Fix generator error when long_names:false is combined with Oneofs. (issue 147)
99 Fix oneof submessage initialization bug. (issue 149)
100 Fix problem with plugin options on Python 2.7.2 and older. (issue 153)
101 Fix crash when callback is inside oneof field. (issue 148)
102 Switch to .tar.gz format for Mac OS X packages. (issue 154)
103 Always define enum long names so that cross-file references work. (issue 118)
104 Add msgid generator option. (issue 151)
105 Improve comment support in .options files. (issue 145)
110 Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
112 Add int_size option for generator (issue 139)
113 Add compilation option to disable struct packing. (issue 136)
114 Change PB_RETURN_ERROR() macro to avoid compiler warnings (issue 140)
121 Fix security issue due to size_t overflows. (issue 132)
124 Fix cyclic message support (issue 130)
134 Separated field iterator logic to pb_common.c (issue 128)
135 Change the _count fields to use pb_size_t datatype (issue 82)
136 Added PB_ prefix to macro names (issue 106)
137 Added #if version guard to generated files (issue 129)
144 Do not automatically add a dot with generator -e option. (issue 122)
145 Fix problem with .options file and extension fields. (issue 125)
146 Don't use SIZE_MAX macro, as it is not in C89. (issue 120)
147 Generate #defines for initializing message structures. (issue 79)
148 Add skip_message option to generator. (issue 121)
149 Add PB_PACKED_STRUCT support for Keil MDK-ARM toolchain (issue 119)
150 Give better messages about the .options file path. (issue 124)
154 Fix security issue with PB_ENABLE_MALLOC. (issue 117)
155 Add option to not add timestamps to .pb.h and .pb.c preambles. (issue 115)
160 Fix bug with default values for extension fields (issue 111)
161 Fix some MISRA-C warnings (issue 91)
162 Implemented optional malloc() support (issue 80)
164 Add a "found" field to pb_extension_t (issue 112)
165 Add convenience function pb_get_encoded_size() (issue 16)
168 Fix generator error with bytes callback fields (issue 99)
169 Fix warnings about large integer constants (issue 102)
170 Add comments to where STATIC_ASSERT is used (issue 96)
171 Add warning about unknown field names on .options (issue 105)
172 Move descriptor.proto to google/protobuf subdirectory (issue 104)
176 Fix a bug with encoding negative values in int32 fields (issue 97)
177 Create binary packages of the generator + dependencies (issue 47)
178 Add support for pointer-type fields to the encoder (part of issue 80)
179 Fixed path in FindNanopb.cmake (issue 94)
185 Check array and bytes max sizes when encoding (issue 90)
186 Add #defines for maximum encoded message size (issue 89)
187 Add #define tags for extension fields (issue 93)
188 Fix MISRA C violations (issue 91)
192 Improve compatibility by removing ternary operator from initializations (issue 88)
193 Fix build error on Visual C++ (issue 84, patch by Markus Schwarzenberg)
194 Don't stop on unsupported extension fields (issue 83)
196 Reorganize tests and examples into subfolders (issue 63)
201 Add support for extension fields (issue 17)
202 Fix unknown fields in empty message (issue 78)
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)
213 Change the callback function to use void** (issue 69)
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)
216 Implement error message support for the encoder side (issue 7)
217 Handle unterminated strings when encoding (issue 68)
218 Fix bug with empty strings in repeated string callbacks (issue 73)
219 Fix regression in 0.2.0 with optional callback fields (issue 70)
221 Fix some compiler warnings on clang (issue 67)
231 Reformat generated .pb.c files using macros (issue 58)
241 Sanitize #ifndef filename (issue 50)
245 Check for sizeof(double) == 8 (issue 54)
246 Added generator option to ignore some fields. (issue 51)
247 Added generator option to make message structs packed. (issue 49)
252 Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
254 Make tests/Makefile work for non-gcc compilers (issue 40)
257 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
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)
264 Fix build warnings on MS compilers (issue 33)
267 Reorganize the field decoder interface (issue 2)
268 Improve performance in submessage decoding (issue 28)
269 Implement error messages in the decoder side (issue 7)
274 Fix bug in decoder with packed arrays (issue 23).
288 Improve generator error messages (issue 5)
293 Make the generator to generate include for other .proto files (issue 4).
294 Fixed generator not working on Windows (issue 3)
297 Fixed bug in encoder with 'bytes' fields (issue 1).