Age | Commit message (Expand) | Author | Files | Lines |
2014-08-18 | Rename poorly named identifier to avoid name conflicts. | Petteri Aimonen | 1 | -2/+2 |
2014-08-18 | Rename UNUSED() and STATIC_ASSERT() macros with PB_ prefix. | Petteri Aimonen | 1 | -3/+3 |
2014-08-18 | Change the _count fields to use pb_size_t datatype. | Petteri Aimonen | 1 | -6/+3 |
2014-08-09 | Setting version to 0.3.0-dev | Petteri Aimonen | 1 | -1/+1 |
2014-08-09 | Publishing nanopb-0.2.9 | Petteri Aimonen | 1 | -1/+1 |
2014-08-04 | Generate #defines for initializing message structures. | Petteri Aimonen | 1 | -16/+79 |
2014-07-20 | Add skip_message option to generator. | Petteri Aimonen | 2 | -0/+7 |
2014-07-20 | Do not automatically add a dot with generator -e option. | Petteri Aimonen | 1 | -6/+6 |
2014-07-20 | Give better messages about the .options file path. | Petteri Aimonen | 1 | -1/+10 |
2014-07-20 | Fix problem with .options file and extension fields. | Petteri Aimonen | 1 | -1/+1 |
2014-05-20 | Setting version to 0.2.9-dev | Petteri Aimonen | 1 | -1/+1 |
2014-05-20 | Publishing nanopb-0.2.8 | Petteri Aimonen | 1 | -1/+1 |
2014-04-18 | Add option to not add timestamps to .pb.h and .pb.c preambles. | Petteri Aimonen | 1 | -2/+10 |
2014-04-07 | Setting version to 0.2.8-dev | Petteri Aimonen | 1 | -1/+1 |
2014-04-07 | Publishing nanopb-0.2.7 | Petteri Aimonen | 1 | -1/+1 |
2014-04-01 | Fix compile error when default value given for extension field. | Petteri Aimonen | 1 | -0/+2 |
2014-03-15 | Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically. | Petteri Aimonen | 1 | -3/+3 |
2014-02-15 | Setting version to 0.2.7-dev | Petteri Aimonen | 1 | -1/+1 |
2014-02-15 | Publishing nanopb-0.2.6 | Petteri Aimonen | 1 | -1/+1 |
2014-02-12 | Move descriptor.proto to google/protobuf directory where it belongs. | Petteri Aimonen | 5 | -5/+5 |
2014-02-12 | Improve status/error reporting in generator. | Petteri Aimonen | 1 | -11/+19 |
2014-02-04 | Add coments to places where STATIC_ASSERT is used. | Petteri Aimonen | 1 | -10/+24 |
2014-02-04 | Add proper suffixes for integer default values. | Petteri Aimonen | 1 | -0/+6 |
2014-01-03 | Fix problem with callback-type fields (issue #99). | Petteri Aimonen | 1 | -0/+1 |
2014-01-01 | Setting version to 0.2.6-dev | Petteri Aimonen | 1 | -1/+1 |
2014-01-01 | Publishing nanopb-0.2.5 | Petteri Aimonen | 1 | -1/+1 |
2013-12-29 | Fix spaces in paths on Windows also | Petteri Aimonen | 1 | -1/+1 |
2013-12-29 | Fix protoc-gen-nanopb when the path contains spaces | Petteri Aimonen | 1 | -1/+2 |
2013-12-29 | Fixes for pyinstaller | Petteri Aimonen | 1 | -0/+7 |
2013-12-29 | Make generator print errors to stderr. | Petteri Aimonen | 1 | -12/+14 |
2013-12-29 | Windows build fixes | Petteri Aimonen | 1 | -0/+1 |
2013-12-29 | Rework the Makefiles to be compatible with binary packages. | Petteri Aimonen | 3 | -5/+35 |
2013-12-29 | Add build script for windows package | Petteri Aimonen | 2 | -19/+13 |
2013-12-29 | Add descriptor.proto to repository to avoid messing with protoc include path. | Petteri Aimonen | 4 | -4/+624 |
2013-12-29 | Move the generator .proto files to a subdir, and get rid of precompiled versi... | Petteri Aimonen | 7 | -326/+4 |
2013-12-29 | Organize allocation logic in generator, add pb_bytes_ptr_t. | Petteri Aimonen | 1 | -45/+42 |
2013-12-29 | Generating and encoding messages with dynamic allocaiton | Martin Donath | 3 | -22/+54 |
2013-12-22 | Negative int32 values take 10 bytes now. | Petteri Aimonen | 1 | -1/+1 |
2013-11-07 | Setting version to 0.2.5-dev | Petteri Aimonen | 1 | -1/+1 |
2013-11-07 | Publishing nanopb-0.2.4 | Petteri Aimonen | 1 | -1/+1 |
2013-11-02 | Generate #define tags for extension fields also. | Petteri Aimonen | 1 | -0/+7 |
2013-10-24 | Same fix for EncodedSize.__mul__ | Petteri Aimonen | 1 | -1/+1 |
2013-10-24 | Handle also longs in EncodedSize | Petteri Aimonen | 1 | -1/+1 |
2013-10-23 | Fix the size of length prefix for messages in other files. | Petteri Aimonen | 1 | -0/+5 |
2013-10-23 | Generate message size #defines also for messages defined in multiple files. | Petteri Aimonen | 1 | -8/+50 |
2013-09-26 | Add #defines for the maximum encoded message size. | Petteri Aimonen | 1 | -16/+95 |
2013-09-18 | Setting version to 0.2.4-dev | Petteri Aimonen | 1 | -1/+1 |
2013-09-18 | Publishing nanopb-0.2.3 | Petteri Aimonen | 1 | -1/+1 |
2013-09-13 | Fine-tune the naming of new macros before merging into master. | Petteri Aimonen | 1 | -1/+1 |
2013-09-11 | Get rid of the ternary operator in the pb_field_t initialization. | Petteri Aimonen | 1 | -1/+2 |