Age | Commit message (Expand) | Author | Files | Lines |
2015-02-26 | Better error messages for syntax errors in .options file | Petteri Aimonen | 1 | -2/+16 |
2015-02-26 | Fix generator error when long_names:false is combined with Oneofs. | Petteri Aimonen | 1 | -0/+3 |
2015-01-27 | Fix generator bug when oneof is first field in a message. | Petteri Aimonen | 1 | -1/+0 |
2015-01-24 | Setting version to nanopb-0.3.3-dev | Petteri Aimonen | 1 | -1/+1 |
2015-01-24 | Publishing nanopb-0.3.2 | Petteri Aimonen | 1 | -1/+1 |
2015-01-23 | Fix encoded_size #defines for oneof messages. | Petteri Aimonen | 1 | -1/+11 |
2015-01-11 | New generator options for oneofs: allow skipping or generating as normal 'opt... | Petteri Aimonen | 2 | -10/+23 |
2015-01-07 | Fix generator error with OneOfs | Petteri Aimonen | 1 | -2/+3 |
2015-01-05 | Allow using 8/16/32/64 as values in int_size setting | Petteri Aimonen | 1 | -4/+4 |
2015-01-04 | Fix build failure | Petteri Aimonen | 1 | -1/+1 |
2015-01-04 | Implement support for oneofs (C unions). | Petteri Aimonen | 1 | -72/+192 |
2015-01-04 | Add int_size option for generator. | Petteri Aimonen | 2 | -15/+41 |
2014-12-26 | Include the field type in a comment for extension fields | Petteri Aimonen | 1 | -1/+2 |
2014-12-22 | Verify build with protobuf-3.0.0, fix problems. | Petteri Aimonen | 3 | -26/+124 |
2014-09-16 | Set version to nanopb-0.3.2-dev | Petteri Aimonen | 1 | -1/+1 |
2014-09-11 | Publishing nanopb-0.3.1 | Petteri Aimonen | 1 | -1/+1 |
2014-09-07 | Fix compilation error with generated initializers for repeated pointer fields | Petteri Aimonen | 1 | -0/+2 |
2014-08-28 | Fix cyclic messages support in generator. Beginnings of test. | Petteri Aimonen | 1 | -1/+1 |
2014-08-26 | Setting version to 0.3.1-dev | Petteri Aimonen | 1 | -1/+1 |
2014-08-26 | Publishing nanopb-0.3.0 | Petteri Aimonen | 1 | -1/+1 |
2014-08-19 | Add #if guard for .pb.h version. | Petteri Aimonen | 1 | -1/+11 |
2014-08-18 | Rename poorly named identifier to avoid name conflicts. | Petteri Aimonen | 1 | -2/+2 |
2014-08-18 | Rename UNUSED() and STATIC_ASSERT() macros with PB_ prefix. | Petteri Aimonen | 1 | -3/+3 |
2014-08-18 | Change the _count fields to use pb_size_t datatype. | Petteri Aimonen | 1 | -6/+3 |
2014-08-09 | Setting version to 0.3.0-dev | Petteri Aimonen | 1 | -1/+1 |
2014-08-09 | Publishing nanopb-0.2.9 | Petteri Aimonen | 1 | -1/+1 |
2014-08-04 | Generate #defines for initializing message structures. | Petteri Aimonen | 1 | -16/+79 |
2014-07-20 | Add skip_message option to generator. | Petteri Aimonen | 2 | -0/+7 |
2014-07-20 | Do not automatically add a dot with generator -e option. | Petteri Aimonen | 1 | -6/+6 |
2014-07-20 | Give better messages about the .options file path. | Petteri Aimonen | 1 | -1/+10 |
2014-07-20 | Fix problem with .options file and extension fields. | Petteri Aimonen | 1 | -1/+1 |
2014-05-20 | Setting version to 0.2.9-dev | Petteri Aimonen | 1 | -1/+1 |
2014-05-20 | Publishing nanopb-0.2.8 | Petteri Aimonen | 1 | -1/+1 |
2014-04-18 | Add option to not add timestamps to .pb.h and .pb.c preambles. | Petteri Aimonen | 1 | -2/+10 |
2014-04-07 | Setting version to 0.2.8-dev | Petteri Aimonen | 1 | -1/+1 |
2014-04-07 | Publishing nanopb-0.2.7 | Petteri Aimonen | 1 | -1/+1 |
2014-04-01 | Fix compile error when default value given for extension field. | Petteri Aimonen | 1 | -0/+2 |
2014-03-15 | Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically. | Petteri Aimonen | 1 | -3/+3 |
2014-02-15 | Setting version to 0.2.7-dev | Petteri Aimonen | 1 | -1/+1 |
2014-02-15 | Publishing nanopb-0.2.6 | Petteri Aimonen | 1 | -1/+1 |
2014-02-12 | Move descriptor.proto to google/protobuf directory where it belongs. | Petteri Aimonen | 5 | -5/+5 |
2014-02-12 | Improve status/error reporting in generator. | Petteri Aimonen | 1 | -11/+19 |
2014-02-04 | Add coments to places where STATIC_ASSERT is used. | Petteri Aimonen | 1 | -10/+24 |
2014-02-04 | Add proper suffixes for integer default values. | Petteri Aimonen | 1 | -0/+6 |
2014-01-03 | Fix problem with callback-type fields (issue #99). | Petteri Aimonen | 1 | -0/+1 |
2014-01-01 | Setting version to 0.2.6-dev | Petteri Aimonen | 1 | -1/+1 |
2014-01-01 | Publishing nanopb-0.2.5 | Petteri Aimonen | 1 | -1/+1 |
2013-12-29 | Fix spaces in paths on Windows also | Petteri Aimonen | 1 | -1/+1 |
2013-12-29 | Fix protoc-gen-nanopb when the path contains spaces | Petteri Aimonen | 1 | -1/+2 |
2013-12-29 | Fixes for pyinstaller | Petteri Aimonen | 1 | -0/+7 |