Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-14 | Fix naming of nested Enums with short names | 1 | -3/+4 | ||
2012-11-14 | Fix naming of enums when long_names=false. | 1 | -3/+18 | ||
Modify test case to check that options.pb.o compiles. Update issue 42 Status: FixedInGit Update issue 43 Status: FixedInGit | |||||
2012-11-11 | Setting version to 0.1.8-dev | 1 | -1/+1 | ||
2012-11-11 | Publishing nanopb-0.1.7 | 1 | -1/+1 | ||
2012-10-29 | Add nanopb version number to generated files. | 1 | -1/+4 | ||
tools/set_version.sh is used to update the values. Update issue 36 Status: FixedInGit | |||||
2012-10-29 | Add extern "C" to header files. | 1 | -1/+8 | ||
Update issue 35 Status: FixedInGit | |||||
2012-10-29 | Add option to use short names for enum values. | 1 | -2/+10 | ||
Update issue 38 Status: FixedInGit | |||||
2012-10-29 | Allow defining field type in .proto. | 1 | -6/+15 | ||
Update issue 30 Status: FixedInGit | |||||
2012-10-29 | Improve .proto options parsing. | 1 | -17/+56 | ||
Options can now be defined on command line, file, message or in field scope. Update issue 12 Status: Started | |||||
2012-10-29 | Use optparse in nanopb_generator.py | 1 | -31/+85 | ||
2012-10-29 | Give names to generated structures to allow forward declaration. | 1 | -2/+2 | ||
Update issue 39 Status: FixedInGit | |||||
2012-07-05 | Fix bug with .proto without messages (again), and add a test case for it. | 1 | -9/+10 | ||
2012-07-05 | Replace #warning with the standard #error. | 1 | -5/+2 | ||
2012-07-05 | Cast enum vaules to integers and cast them back where appropraite | 1 | -3/+3 | ||
to prevent mixed enumeration type compiler warnings | |||||
2012-07-01 | Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT. | 1 | -26/+37 | ||
This allows more precise control over the memory use vs. field size. | |||||
2012-06-30 | Add PB_MANY_FIELDS option for supporting fields > 255. | 1 | -0/+38 | ||
Add generator warning if this is necessary. Fixes issue #14. | |||||
2012-06-30 | Warn if PB_MAX_REQUIRED_FIELDS is not large enough. | 1 | -0/+10 | ||
2012-06-20 | Fix error when .proto contains no Messages (e.g. just enums). | 1 | -1/+1 | ||
Thanks to Paul Fertser for reporting this bug. | |||||
2012-06-12 | Add descriptor.proto into the #include exclusion list | 1 | -1/+1 | ||
2012-05-19 | Add better error messages in the generator when libraries cannot be imported. | 1 | -2/+22 | ||
Fixes issue #5. | |||||
2012-02-15 | Modified nanopb_generator.py to generate includes for other .proto files. | 1 | -2/+12 | ||
Implementation was suggested by extremeblue99. Fixes issue 4. | |||||
2012-01-30 | Fixed nanopb_generator.py to read the input file in binary mode. | 1 | -1/+1 | ||
2012-01-12 | Fixed issue 1 reported by Erik Rosen: | 1 | -3/+0 | ||
The size of non-callback bytes-fields was miscalculated, which caused all following fields in a message to contain garbage. Previous commit contains a testcase for this. This fix changes the generated message description. If your protocol uses bytes-fields, you should regenerate *.pb.c. | |||||
2012-01-12 | Fixed a bug in the generator that caused a compiler error on sfixed32 and ↵ | 1 | -2/+2 | ||
sfixed64 fields. | |||||
2011-09-13 | Fixed a bunch of bugs related to callback fields. | 1 | -4/+4 | ||
Most importantly, callback fields in submessages were being overwritten with garbage, causing segfaults. Additionally, converted PB_LTYPE_FIXED to PB_LTYPE_FIXED32 and PB_LTYPE_FIXED64. This makes the interface a bit easier to use, and in addition runs faster. git-svn-id: https://svn.kapsi.fi/jpa/nanopb@975 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-09-01 | Python 2.6 compatibility for the generator | 1 | -4/+4 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@973 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-24 | Generator bugfixes | 1 | -24/+46 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@970 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-23 | Changed autogenerated file naming from foo.c to foo.pb.c | 1 | -3/+3 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@965 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-22 | unittests, change to PB_LTYPE_BYTES data size | 1 | -0/+3 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@959 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-17 | Example | 1 | -4/+4 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@957 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-14 | More documentation, small improvements | 1 | -4/+4 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@955 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-08-04 | Encoder | 1 | -29/+89 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@951 e3a754e5-d11d-0410-8d38-ebb782a927b9 | |||||
2011-07-31 | First version of header generator | 1 | -0/+344 | ||
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@950 e3a754e5-d11d-0410-8d38-ebb782a927b9 |