Age | Commit message (Expand) | Author | Files | Lines |
2016-01-27 | Add note to migration doc | Petteri Aimonen | 1 | -0/+18 |
2016-01-27 | Replace uint8_t with a pb_byte_t typedef. | Petteri Aimonen | 6 | -92/+111 |
2016-01-27 | Modify the int size STATIC_ASSERTS to work with CHAR_BITS!=8. | Petteri Aimonen | 1 | -9/+3 |
2016-01-26 | Get rid of type punning in pb_encode_fixedXX(). | Petteri Aimonen | 2 | -54/+37 |
2015-12-16 | Merge pull request #190 from aeruder/master | Petteri Aimonen | 2 | -6/+14 |
2015-12-16 | pb_istream_from_buffer: add const to prototype | Andrew Ruder | 2 | -6/+14 |
2015-11-21 | Fix mistake in previous commit | Petteri Aimonen | 1 | -1/+2 |
2015-11-20 | Fix generator crash with Enum inside Oneof (issue #188). | Petteri Aimonen | 3 | -6/+45 |
2015-11-15 | Second fix for -pedantic build issue in tests | Petteri Aimonen | 1 | -1/+2 |
2015-11-14 | Fix -Wno-pedantic on old GCC | Petteri Aimonen | 1 | -1/+1 |
2015-11-14 | Add testcase for anonymous unions + few fixes. | Petteri Aimonen | 5 | -7/+153 |
2015-11-10 | Add option to allow for anonymous unions | Benjamin Kamath | 3 | -4/+35 |
2015-10-25 | Ignore null pointers in pb_release() (issue #183). | Petteri Aimonen | 1 | -0/+3 |
2015-10-24 | Add contributing.md to provide issue templates on github | Petteri Aimonen | 1 | -0/+32 |
2015-10-17 | Merge pull request #181 from kylemanna/cmake | Petteri Aimonen | 2 | -13/+31 |
2015-10-15 | examples: cmake_simple: Use auto discovered path | Kyle Manna | 1 | -2/+1 |
2015-10-15 | cmake: Auto discover NANOPB_SRC_ROOT_FOLDER | Kyle Manna | 1 | -4/+6 |
2015-10-15 | cmake: Build generator files in build directory | Kyle Manna | 1 | -7/+24 |
2015-10-08 | Merge pull request #176 from kylemanna/whitespace | Petteri Aimonen | 1 | -137/+137 |
2015-10-07 | generator: Remove trailing whitespace | Kyle Manna | 1 | -137/+137 |
2015-10-05 | Fix regression in generating message size defines (issue #172). | Petteri Aimonen | 6 | -9/+45 |
2015-10-05 | Add random message generator to help with fuzz testing | Petteri Aimonen | 2 | -0/+105 |
2015-10-01 | Fix bug in fuzzstub. | Petteri Aimonen | 1 | -1/+1 |
2015-09-26 | Fix list formatting in readme | Petteri Aimonen | 1 | -2/+2 |
2015-09-26 | Add documentation link to readme | Petteri Aimonen | 1 | -1/+2 |
2015-09-26 | Fine-tune the readme | Petteri Aimonen | 1 | -6/+11 |
2015-09-26 | Clean up the python2/python3 string type handling | Petteri Aimonen | 1 | -10/+9 |
2015-09-26 | Merge pull request #170 from kylemanna/travis-ci | Petteri Aimonen | 1 | -0/+54 |
2015-09-26 | Merge pull request #169 from kylemanna/python3 | Petteri Aimonen | 3 | -51/+67 |
2015-09-26 | Setting version to 0.3.5-dev | Petteri Aimonen | 2 | -2/+2 |
2015-09-26 | Publishing nanopb-0.3.4 | Petteri Aimonen | 3 | -3/+4 |
2015-09-24 | Add initialization to examples/simple | Petteri Aimonen | 2 | -6/+12 |
2015-09-22 | Merge pull request #171 from kylemanna/misc | Petteri Aimonen | 1 | -1/+2 |
2015-09-21 | decode: Fix compiler issue with gcc-5 | Kyle Manna | 1 | -1/+2 |
2015-09-21 | travis-ci: Use protobuf v3 as it adds python3 | Kyle Manna | 1 | -5/+3 |
2015-09-21 | travis-ci: Build C/C++/Python matrix | Kyle Manna | 1 | -10/+38 |
2015-09-21 | generator: Use search $PATH for python | Kyle Manna | 1 | -1/+1 |
2015-09-20 | travis-ci: Initial working build | Kyle Manna | 1 | -0/+28 |
2015-09-20 | generator: Fix strange unicode/str issue in python2 | Kyle Manna | 1 | -1/+8 |
2015-09-20 | generator: Attempt to simplify the str/unicode madness | Kyle Manna | 1 | -0/+2 |
2015-09-20 | generator: Strings are utf-8 by default in python3 | Kyle Manna | 1 | -4/+2 |
2015-09-20 | generator: Remove cmp() to work with Python3 | Kyle Manna | 1 | -5/+2 |
2015-09-20 | generator: More exhaustive field size checking | Kyle Manna | 1 | -15/+36 |
2015-09-20 | generator: Use python2/3 binary read/write method | Kyle Manna | 1 | -3/+4 |
2015-09-20 | generator: Run python's 2to3 converter | Kyle Manna | 1 | -10/+11 |
2015-09-20 | cmake: Don't explicitly look for python2 | Kyle Manna | 1 | -12/+2 |
2015-09-20 | generator: Don't force python2 | Kyle Manna | 1 | -2/+1 |
2015-09-20 | Update changelog | Petteri Aimonen | 1 | -1/+9 |
2015-09-20 | Add syntax specification to .proto files (issue #167) | Petteri Aimonen | 33 | -13/+80 |
2015-09-13 | Fix maximum encoded size for negative enums (issue #166). | Petteri Aimonen | 4 | -1/+87 |