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
2019-12-18Clean up generated .pb.h files a bitPetteri Aimonen
2019-12-18Improve callback handling inside oneofs. (#175)Petteri Aimonen
2019-11-18Add proto3_singular_msgs option, update tests (#308, #452)Petteri Aimonen
2019-10-02Fix undefined behavior with bool fields (#434)Petteri Aimonen
2019-06-01Add migration note about enum min/maxPetteri Aimonen
2019-01-25Add pb_decode_ex(), pb_encode_ex() functions.Petteri Aimonen
2019-01-25Rename #define fieldname_default to _DEFAULT to avoid conflict with older con...Petteri Aimonen
2019-01-25New field descriptor format.Petteri Aimonen
2018-11-10Merge branch 'dev_0.4'Petteri Aimonen
2018-11-10Fix .options file case sensitivity on Windows.Petteri Aimonen
2018-11-10Make --no-strip-path default (#326)Petteri Aimonen
2018-04-11More backslash escape fixesPetteri Aimonen
2018-04-11Fix backslash escaping in migration docPetteri Aimonen
2018-04-07Update docs about default valuesPetteri Aimonen
2017-07-04Merge branch 'master' into dev_0.4Petteri Aimonen
2017-06-04oneof migration notePetteri Aimonen
2017-05-05Check CHAR_BIT before using optimized pb_decode_fixedXX() versionPetteri Aimonen
2017-05-03Migration note about string lengthPetteri Aimonen
2017-03-05Forgot to fill in the datesPetteri Aimonen
2017-01-12Fix closing a non-empty substream resulting in an incorrect stream stateTobba
2016-02-13Publishing nanopb-0.3.5nanopb-0.3.5Petteri Aimonen
2016-01-27Add note to migration docPetteri Aimonen
2015-01-24Publishing nanopb-0.3.2nanopb-0.3.2Petteri Aimonen
2015-01-11New generator options for oneofs: allow skipping or generating as normal 'opt...Petteri Aimonen
2014-08-26Add missing * in migration docsPetteri Aimonen
2014-08-26Update changelogPetteri Aimonen
2014-08-18Rename poorly named identifier to avoid name conflicts.Petteri Aimonen
2014-08-18Change the _count fields to use pb_size_t datatype.Petteri Aimonen
2014-08-10Add document detailing migration from old versionsPetteri Aimonen