Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-04 | Add int_size option for generator. | 1 | -0/+12 | ||
This allows overriding the integer field types to e.g. uint8_t for saving RAM. Update issue 139 Status: FixedInGit | |||||
2014-12-22 | Verify build with protobuf-3.0.0, fix problems. | 3 | -26/+124 | ||
Also updated descriptor.proto from protobuf-3.0.0. | |||||
2014-07-20 | Add skip_message option to generator. | 1 | -0/+3 | ||
Update issue 121 Status: FixedInGit | |||||
2014-02-12 | Move descriptor.proto to google/protobuf directory where it belongs. | 4 | -3/+3 | ||
This fixes some interoperability problems when trying to compile nanopb.proto for e.g. the Google's C++ library. Update issue 104 Status: FixedInGit | |||||
2013-12-29 | Add build script for windows package | 1 | -6/+3 | ||
2013-12-29 | Add descriptor.proto to repository to avoid messing with protoc include path. | 4 | -4/+624 | ||
2013-12-29 | Move the generator .proto files to a subdir, and get rid of precompiled ↵ | 4 | -0/+221 | ||
versions. |