Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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