Age | Commit message (Expand) | Author | Files | Lines |
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 |