summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-13Setting version to 0.3.6-devPetteri Aimonen2-2/+2
2016-02-13Publishing nanopb-0.3.5Petteri Aimonen4-4/+7
2016-02-07Update pb_release docsPetteri Aimonen1-2/+2
2016-02-06Update changelogPetteri Aimonen1-0/+12
2016-02-06Add code generator insertion points to files (#178).Petteri Aimonen1-0/+6
2016-01-27Fix a few remaining bugs related to CHAR_BIT!=8 platforms.Petteri Aimonen3-52/+65
2016-01-27Remove obsolete __BIG_ENDIAN__ compilation option.Petteri Aimonen2-8/+0
2016-01-27Add note to migration docPetteri Aimonen1-0/+18
2016-01-27Replace uint8_t with a pb_byte_t typedef.Petteri Aimonen6-92/+111
2016-01-27Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8.Petteri Aimonen1-9/+3
2016-01-26Get rid of type punning in pb_encode_fixedXX().Petteri Aimonen2-54/+37
2015-12-16Merge pull request #190 from aeruder/masterPetteri Aimonen2-6/+14
2015-12-16pb_istream_from_buffer: add const to prototypeAndrew Ruder2-6/+14
2015-11-21Fix mistake in previous commitPetteri Aimonen1-1/+2
2015-11-20Fix generator crash with Enum inside Oneof (issue #188).Petteri Aimonen3-6/+45
2015-11-15Second fix for -pedantic build issue in testsPetteri Aimonen1-1/+2
2015-11-14Fix -Wno-pedantic on old GCCPetteri Aimonen1-1/+1
2015-11-14Add testcase for anonymous unions + few fixes.Petteri Aimonen5-7/+153
2015-11-10Add option to allow for anonymous unionsBenjamin Kamath3-4/+35
2015-10-25Ignore null pointers in pb_release() (issue #183).Petteri Aimonen1-0/+3
2015-10-24Add contributing.md to provide issue templates on githubPetteri Aimonen1-0/+32
2015-10-17Merge pull request #181 from kylemanna/cmakePetteri Aimonen2-13/+31
2015-10-15examples: cmake_simple: Use auto discovered pathKyle Manna1-2/+1
2015-10-15cmake: Auto discover NANOPB_SRC_ROOT_FOLDERKyle Manna1-4/+6
2015-10-15cmake: Build generator files in build directoryKyle Manna1-7/+24
2015-10-08Merge pull request #176 from kylemanna/whitespacePetteri Aimonen1-137/+137
2015-10-07generator: Remove trailing whitespaceKyle Manna1-137/+137
2015-10-05Fix regression in generating message size defines (issue #172).Petteri Aimonen6-9/+45
2015-10-05Add random message generator to help with fuzz testingPetteri Aimonen2-0/+105
2015-10-01Fix bug in fuzzstub.Petteri Aimonen1-1/+1
2015-09-26Fix list formatting in readmePetteri Aimonen1-2/+2
2015-09-26Add documentation link to readmePetteri Aimonen1-1/+2
2015-09-26Fine-tune the readmePetteri Aimonen1-6/+11
2015-09-26Clean up the python2/python3 string type handlingPetteri Aimonen1-10/+9
2015-09-26Merge pull request #170 from kylemanna/travis-ciPetteri Aimonen1-0/+54
2015-09-26Merge pull request #169 from kylemanna/python3Petteri Aimonen3-51/+67
2015-09-26Setting version to 0.3.5-devPetteri Aimonen2-2/+2
2015-09-26Publishing nanopb-0.3.4Petteri Aimonen3-3/+4
2015-09-24Add initialization to examples/simplePetteri Aimonen2-6/+12
2015-09-22Merge pull request #171 from kylemanna/miscPetteri Aimonen1-1/+2
2015-09-21decode: Fix compiler issue with gcc-5Kyle Manna1-1/+2
2015-09-21travis-ci: Use protobuf v3 as it adds python3Kyle Manna1-5/+3
2015-09-21travis-ci: Build C/C++/Python matrixKyle Manna1-10/+38
2015-09-21generator: Use search $PATH for pythonKyle Manna1-1/+1
2015-09-20travis-ci: Initial working buildKyle Manna1-0/+28
2015-09-20generator: Fix strange unicode/str issue in python2Kyle Manna1-1/+8
2015-09-20generator: Attempt to simplify the str/unicode madnessKyle Manna1-0/+2
2015-09-20generator: Strings are utf-8 by default in python3Kyle Manna1-4/+2
2015-09-20generator: Remove cmp() to work with Python3Kyle Manna1-5/+2
2015-09-20generator: More exhaustive field size checkingKyle Manna1-15/+36