Age | Commit message (Expand) | Author | Files | Lines |
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-05 | Fix unused parameter warning when building without errmsg. | Petteri Aimonen | 1 | -1/+5 |
2014-04-05 | Add a 'found' field to pb_extension_t. | Petteri Aimonen | 1 | -0/+4 |
2014-03-17 | More configuration options for dynamic alloc | Petteri Aimonen | 1 | -0/+14 |
2014-03-15 | Get rid of pb_bytes_ptr_t, just allocate pb_bytes_array_t dynamically. | Petteri Aimonen | 1 | -9/+3 |
2014-02-24 | Beginnings of malloc support in pb_decode | Petteri Aimonen | 1 | -0/+4 |
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-04 | Add coments to places where STATIC_ASSERT is used. | Petteri Aimonen | 1 | -3/+13 |
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 | Organize allocation logic in generator, add pb_bytes_ptr_t. | Petteri Aimonen | 1 | -3/+11 |
2013-12-29 | Generating and encoding messages with dynamic allocaiton | Martin Donath | 1 | -0/+17 |
2013-12-21 | Add PB_LTYPE_UVARINT to fix encoding of negative int32 values. | Petteri Aimonen | 1 | -17/+13 |
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-10-20 | Define pb_size_t and pb_ssize_t data types. | Petteri Aimonen | 1 | -22/+19 |
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 | Merge branch 'dev_get_rid_of_ternary_operator' | Petteri Aimonen | 1 | -19/+43 |
2013-09-13 | Fine-tune the naming of new macros before merging into master. | Petteri Aimonen | 1 | -11/+17 |
2013-09-11 | Get rid of the ternary operator in the pb_field_t initialization. | Petteri Aimonen | 1 | -19/+37 |
2013-09-10 | Add an example pb_syshdr.h file for platforms without C99. | Petteri Aimonen | 1 | -0/+11 |
2013-08-18 | Setting version to 0.2.3-dev | Petteri Aimonen | 1 | -1/+1 |
2013-08-18 | Publishing nanopb-0.2.2 | Petteri Aimonen | 1 | -1/+1 |
2013-07-22 | Fix bugs in extension support when multiple extension fields are present. | Petteri Aimonen | 1 | -0/+11 |
2013-07-17 | Implement extension support for the encoder | Petteri Aimonen | 1 | -1/+1 |
2013-07-17 | Implement generator support for extension fields (no encoder/decoder support ... | Petteri Aimonen | 1 | -2/+53 |
2013-07-06 | Add section in pb.h for changing compilation settings. | Petteri Aimonen | 1 | -16/+57 |
2013-04-14 | Setting version to 0.2.2-dev | Petteri Aimonen | 1 | -1/+1 |
2013-04-14 | Publishing nanopb-0.2.1 | Petteri Aimonen | 1 | -1/+1 |
2013-04-08 | __pragma keyword is only supported by recent Microsoft compilers | dch | 1 | -1/+1 |
2013-04-02 | Change the callback function to use void**. | Petteri Aimonen | 1 | -0/+9 |
2013-03-13 | Fix warning on clang. | Petteri Aimonen | 1 | -1/+1 |
2013-03-13 | Add support for packed structures on IAR and MSVC. | Petteri Aimonen | 1 | -4/+24 |
2013-03-09 | Add PB_SYSTEM_HEADER compile time option. | Petteri Aimonen | 1 | -0/+5 |
2013-03-02 | Setting version to 0.2.1-dev | Petteri Aimonen | 1 | -1/+1 |
2013-03-02 | Publishing nanopb-0.2.0 | Petteri Aimonen | 1 | -1/+1 |
2013-02-20 | Separate PB_HTYPE to PB_ATYPE and PB_HTYPE. | Petteri Aimonen | 1 | -23/+18 |
2013-02-20 | Rename PB_HTYPE_ARRAY -> PB_HTYPE_REPEATED. | Petteri Aimonen | 1 | -2/+2 |
2013-02-17 | Reformat generated .pb.c files using macros. | Petteri Aimonen | 1 | -1/+76 |
2013-02-11 | Replace pb_type_t enum with #defines. | Petteri Aimonen | 1 | -54/+54 |
2013-02-11 | Set version to 0.2.0-dev | Petteri Aimonen | 1 | -1/+1 |
2013-01-21 | Fix misleading comment (current generator sets LTYPE always). | Petteri Aimonen | 1 | -2/+2 |
2012-12-13 | Setting version to 0.1.9-dev | Petteri Aimonen | 1 | -1/+1 |
2012-12-13 | Publishing nanopb-0.1.8 | Petteri Aimonen | 1 | -1/+1 |
2012-11-16 | Rename test_compiles.c to test_multiple_files.c | Petteri Aimonen | 1 | -1/+3 |
2012-11-16 | Fix STATIC_ASSERT macro when using multiple .proto files. | Steffen Siering | 1 | -1/+3 |
2012-11-11 | Setting version to 0.1.8-dev | Petteri Aimonen | 1 | -1/+1 |