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
2017-02-22Add fixed length bytes to alltypes test case (issue #244)Petteri Aimonen
2017-02-22Extend inline / fixed length bytes array support (issue #244)Petteri Aimonen
2017-02-20Add new option max_length for strings (issue #107)Petteri Aimonen
2017-02-13Update download links (changes in webhost system)Petteri Aimonen
2017-02-12Merge branch 'master' of github.com:nanopb/nanopbPetteri Aimonen
2017-02-12Zero-valued extension fields were mistakenly ignored by encoder. (issue #242)Petteri Aimonen
2017-02-12Add regression test for issue 242Petteri Aimonen
2017-01-21Merge pull request #239 from mxk/plugin-fixPetteri Aimonen
2017-01-21Fix documentation for protoc --plugin argumentMaxim Khitrov
2017-01-18Merge pull request #237 from wak-google/fix-buildPetteri Aimonen
2017-01-18Merge pull request #236 from wak-google/fix-libPetteri Aimonen
2017-01-18cmake: Cleanup the build so that host and runtime tooling is installableWilliam A. Kennington III
2017-01-18cmake: Fix library nameWilliam A. Kennington III
2017-01-12Merge pull request #230 from Tobba/nonempty-substringPetteri Aimonen
2017-01-12Fix closing a non-empty substream resulting in an incorrect stream stateTobba
2016-12-31Merge branch 'master' of github.com:nanopb/nanopbPetteri Aimonen
2016-12-31Fix multiple oneofs in same message (issue #229)Petteri Aimonen
2016-12-31Add testcase for issue #229Petteri Aimonen
2016-12-23Update readmePetteri Aimonen
2016-12-23Merge pull request #231 from Tobba/expose-varint32Petteri Aimonen
2016-12-23Make pb_decode_varint32 public APITobba
2016-12-22Allow overriding proto3 mode (#228)Petteri Aimonen
2016-12-09Enable clang integer sanitizer and clean up a few warnings.Petteri Aimonen
2016-12-09Merge branch 'kurddt-fix_unalign' (issues #226, #227)Petteri Aimonen
2016-12-09Add regression test for issue #227Petteri Aimonen
2016-12-09Refactor proto3 logic into pb_check_proto3_default_value()Petteri Aimonen
2016-12-09Fix potential unaligned accessGuillaume Lager
2016-11-22Merge branch 'wak-google-upstream1' (#223)Petteri Aimonen
2016-11-22Test case for enum_to_stringPetteri Aimonen
2016-11-22Small indentation and naming fixes to enum_to_string functionalityPetteri Aimonen
2016-11-22nanopb: update generator to emit optional enum->string mapping functionWilliam A. Kennington III
2016-11-19Include version number in PlatformIO library.json (issue 222)Petteri Aimonen
2016-10-30Change download links to httpsPetteri Aimonen
2016-10-30Setting version to 0.3.8-devPetteri Aimonen
2016-10-30Publishing nanopb-0.3.7nanopb-0.3.70.3.7Petteri Aimonen
2016-10-24Note about protoc updatePetteri Aimonen
2016-10-24Build fix for previous commitPetteri Aimonen
2016-10-24Build fix for previous commitPetteri Aimonen
2016-10-24Strip debug symbols from linux library filesPetteri Aimonen
2016-10-23Only run alltypes_proto3 test case if protoc version is new enoughPetteri Aimonen
2016-10-23Update changelog and authors listPetteri Aimonen
2016-10-23Add test cases for proto3 has_ field support.Petteri Aimonen
2016-10-23Set the proto3 option by default if file specifies proto3 syntaxPetteri Aimonen
2016-10-23Fix missing warning with large bytes fields (issue #220)Petteri Aimonen
2016-10-11Merge pull request #218 from berni155/masterPetteri Aimonen
2016-10-10Fix typo in encodingberni155
2016-10-10Merge pull request #208 from podsvirov/topic-cmake-projectPetteri Aimonen
2016-10-10Merge pull request #216 from berni155/proto3_singular_fields_supportPetteri Aimonen
2016-10-09Prevent fields with default value from encoding when proto3 option is setBernhard Krämer
2016-10-09Add proto3 option to handle singular fieldsBernhard Krämer