Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-11 | Publishing nanopb-0.1.7 | Petteri Aimonen | 1 | -1/+1 |
2012-10-29 | Add nanopb version number to generated files. | Petteri Aimonen | 1 | -0/+2 |
2012-10-29 | Give names to generated structures to allow forward declaration. | Petteri Aimonen | 1 | -2/+4 |
2012-09-03 | Enable -Wconversion for core and fix the warnings. | Petteri Aimonen | 1 | -3/+6 |
2012-09-02 | Fix -Wextra warning in generated .pb.c files. | Petteri Aimonen | 1 | -1/+1 |
2012-08-24 | Implement error messages in the decoder side. | Petteri Aimonen | 1 | -0/+18 |
2012-07-05 | Replace #warning with the standard #error. | Petteri Aimonen | 1 | -2/+1 |
2012-07-05 | Cast enum vaules to integers and cast them back where appropraite | Stan Hu | 1 | -1/+1 |
2012-07-01 | Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT. | Petteri Aimonen | 1 | -3/+16 |
2012-06-30 | Add PB_MANY_FIELDS option for supporting fields > 255. | Petteri Aimonen | 1 | -0/+15 |
2012-06-30 | Improve the detection of missing required fields. | Petteri Aimonen | 1 | -0/+6 |
2012-04-18 | Fixing compiler warnings, mostly related to unused parameters. | Petteri Aimonen | 1 | -0/+5 |
2011-11-30 | Merged 0004-Added-missing-trailing-newlines.patch by Matt Kern. | Petteri Aimonen | 1 | -1/+1 |
2011-09-13 | Fixed a bunch of bugs related to callback fields. | Petteri Aimonen | 1 | -6/+7 |
2011-08-17 | Example | Petteri Aimonen | 1 | -0/+2 |
2011-08-14 | More documentation, small improvements | Petteri Aimonen | 1 | -9/+15 |
2011-08-10 | Started writing documentation | Petteri Aimonen | 1 | -1/+1 |
2011-08-04 | Encoder | Petteri Aimonen | 1 | -25/+18 |
2011-07-31 | First version of header generator | Petteri Aimonen | 1 | -1/+1 |
2011-07-30 | unittests (some) | Petteri Aimonen | 1 | -2/+7 |
2011-07-28 | git-svn-id: https://svn.kapsi.fi/jpa/nanopb@947 e3a754e5-d11d-0410-8d38-ebb78... | Petteri Aimonen | 1 | -21/+14 |
2011-07-27 | Making code ansi-compatible | Petteri Aimonen | 1 | -72/+55 |
2011-07-27 | Improvements, array support | Petteri Aimonen | 1 | -45/+117 |
2011-07-25 | First version of decoding | Petteri Aimonen | 1 | -0/+107 |