Age | Commit message (Expand) | Author | Files | Lines |
2015-09-12 | Refactor the generator logic into a ProtoFile class. | Petteri Aimonen | 1 | -285/+297 |
2015-09-12 | Expand the multiple_files test case to include oneofs and enums | Petteri Aimonen | 5 | -14/+48 |
2015-09-12 | Fix handling of unsigned 8- or 16-bit enums. | Petteri Aimonen | 2 | -2/+18 |
2015-09-12 | Add testcase for issue #164 | Petteri Aimonen | 3 | -0/+168 |
2015-09-12 | Add packed_enum option to generator. | Petteri Aimonen | 2 | -1/+10 |
2015-07-11 | Add note about running tests on Mac OS X | Petteri Aimonen | 1 | -1/+4 |
2015-07-01 | Add link to forum to the readme | Petteri Aimonen | 1 | -0/+1 |
2015-06-17 | Merge pull request #157 from ivankravets/patch-1 | Petteri Aimonen | 1 | -6/+7 |
2015-06-17 | Specify additional fields for @PlatformIO Registry | Ivan Kravets | 1 | -6/+7 |
2015-06-16 | Merge pull request #156 from ncolomer/master | Petteri Aimonen | 1 | -0/+21 |
2015-06-16 | PlatformIO Library Registry manifest file | Nicolas Colomer | 1 | -0/+21 |
2015-05-07 | Add download link to readme | Petteri Aimonen | 1 | -1/+1 |
2015-04-28 | Fix for previous (issue #155) | Petteri Aimonen | 1 | -1/+1 |
2015-04-28 | Prefer python2 in generator/protoc-gen-nanopb. | Petteri Aimonen | 1 | -0/+1 |
2015-04-10 | Setting version to 0.3.4-dev | Petteri Aimonen | 2 | -2/+2 |
2015-04-10 | Publishing nanopb-0.3.3 | Petteri Aimonen | 3 | -3/+5 |
2015-04-08 | Switch to .tar.gz format for Mac OS X packages. | Petteri Aimonen | 1 | -1/+1 |
2015-04-08 | Fix problem with plugin options on Python 2.7.2 and older. | Petteri Aimonen | 1 | -1/+8 |
2015-04-03 | Update changelog | Petteri Aimonen | 1 | -0/+12 |
2015-04-03 | Clear callbacks for union fields. | Petteri Aimonen | 1 | -0/+3 |
2015-04-03 | Fix for test case build rules | Petteri Aimonen | 1 | -0/+1 |
2015-04-03 | Improve comment support in .options files. | Petteri Aimonen | 5 | -2/+30 |
2015-04-03 | Always define enum long names so that cross-file references work. | Petteri Aimonen | 4 | -0/+29 |
2015-04-03 | Add basic docs for msgid functionality | Petteri Aimonen | 2 | -0/+23 |
2015-04-03 | Generate #defines for plain message ids | Petteri Aimonen | 2 | -3/+8 |
2015-03-22 | Add simple test case for message ids | Petteri Aimonen | 2 | -0/+10 |
2015-03-22 | Use make_identifier() to create the name for FOO_MESSAGES define. | Petteri Aimonen | 1 | -3/+4 |
2015-03-22 | nanopb_generator.py: emit macros for msgid message type id use | Michael Haberler | 1 | -4/+30 |
2015-03-22 | nanopb.proto: add msgid message-level option | Michael Haberler | 1 | -0/+3 |
2015-03-07 | Fix oneof submessage initialization bug. | Petteri Aimonen | 2 | -2/+10 |
2015-02-26 | Better error messages for syntax errors in .options file | Petteri Aimonen | 1 | -2/+16 |
2015-02-26 | Fix generator error when long_names:false is combined with Oneofs. | Petteri Aimonen | 2 | -0/+12 |
2015-02-22 | Include libprotobuf in linux binary package. | Petteri Aimonen | 1 | -1/+2 |
2015-02-13 | Lower required CMake version in example | Petteri Aimonen | 1 | -1/+1 |
2015-02-13 | Update cmake_simple example readme | Petteri Aimonen | 1 | -8/+1 |
2015-02-13 | Add simple example built with CMake | Oliver Lee | 4 | -0/+117 |
2015-02-13 | Fix search for Python 2 with CMake | Oliver Lee | 1 | -8/+7 |
2015-02-13 | Updates for the CMake rule file. | Oliver Lee | 1 | -4/+45 |
2015-01-27 | Fix generator bug when oneof is first field in a message. | Petteri Aimonen | 3 | -38/+104 |
2015-01-24 | Setting version to nanopb-0.3.3-dev | Petteri Aimonen | 2 | -2/+2 |
2015-01-24 | Publishing nanopb-0.3.2 | Petteri Aimonen | 4 | -5/+5 |
2015-01-23 | Fix encoded_size #defines for oneof messages. | Petteri Aimonen | 4 | -1/+76 |
2015-01-15 | Update changelog | Petteri Aimonen | 1 | -0/+11 |
2015-01-15 | Fix clang compiler warning in intsizes unit test. | Petteri Aimonen | 1 | -13/+13 |
2015-01-15 | Release memory when overwriting oneof fields. | Petteri Aimonen | 3 | -22/+144 |
2015-01-11 | Add oneofs to AllTypes test case | Petteri Aimonen | 12 | -2/+53 |
2015-01-11 | Bugfixes for oneof support. | Petteri Aimonen | 3 | -15/+24 |
2015-01-11 | New generator options for oneofs: allow skipping or generating as normal 'opt... | Petteri Aimonen | 3 | -10/+42 |
2015-01-07 | Fix generator error with OneOfs | Petteri Aimonen | 1 | -2/+3 |
2015-01-05 | Allow using 8/16/32/64 as values in int_size setting | Petteri Aimonen | 1 | -4/+4 |