Add gitignore.
[apps/agl-service-can-low-level.git] / CHANGELOG
1 git master
2  Fixed error message bugs (issues 52, 56)
3  Sanitize #ifndef filename (issue 50)
4  Performance improvements
5  Add compile-time option PB_BUFFER_ONLY
6  Add Java package name to nanopb.proto
7  Check for sizeof(double) == 8 (issue 54)
8  Added generator option to ignore some fields. (issue 51)
9  Added generator option to make message structs packed. (issue 49)
10  Add more test cases.
11
12 nanopb-0.1.8
13  Fix bugs in the enum short names introduced in 0.1.7 (issues 42, 43)
14  Fix STATIC_ASSERT macro when using multiple .proto files. (issue 41)
15  Fix missing initialization of istream.errmsg
16  Make tests/Makefile work for non-gcc compilers (issue 40)
17
18 nanopb-0.1.7
19  Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
20  Add option to use shorter names for enum values (issue 38)
21  Improve options support in generator (issues 12, 30)
22  Add nanopb version number to generated files (issue 36)
23  Add extern "C" to generated headers (issue 35)
24  Add names for structs to allow forward declaration (issue 39)
25  Add buffer size check in example (issue 34)
26  Fix build warnings on MS compilers (issue 33)
27
28 nanopb-0.1.6
29  Reorganize the field decoder interface (issue 2)
30  Improve performance in submessage decoding (issue 28)
31  Implement error messages in the decoder side (issue 7)
32  Extended testcases (alltypes test is now complete).
33  Fix some compiler warnings (issues 25, 26, 27, 32).
34
35 nanopb-0.1.5
36  Fix bug in decoder with packed arrays (issue 23).
37  Extended testcases.
38  Fix some compiler warnings.
39
40 nanopb-0.1.4
41  Add compile-time options for easy-to-use >255 field support.
42  Improve the detection of missing required fields.
43  Added example on how to handle union messages.
44  Fix generator error with .proto without messages.
45  Fix problems that stopped the code from compiling with some compilers.
46  Fix some compiler warnings.
47
48 nanopb-0.1.3
49  Refactor the field encoder interface.
50  Improve generator error messages (issue 5)
51  Add descriptor.proto into the #include exclusion list
52  Fix some compiler warnings.
53
54 nanopb-0.1.2
55  Make the generator to generate include for other .proto files (issue 4).
56  Fixed generator not working on Windows (issue 3)
57
58 nanopb-0.1.1
59  Fixed bug in encoder with 'bytes' fields (issue 1).
60  Fixed a bug in the generator that caused a compiler error on sfixed32 and sfixed64 fields.
61  Extended testcases.
62
63 nanopb-0.1.0
64  First stable release.