mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
notes.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@195 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
40f1eaea6f
commit
bcde9c0a95
@ -2,6 +2,10 @@
|
|||||||
- for field names which are reserved words, use the real name
|
- for field names which are reserved words, use the real name
|
||||||
given in the protobuf-c file, not the mangled name which
|
given in the protobuf-c file, not the mangled name which
|
||||||
is the name of the member in the C structure. (Andrei Nigmatulin)
|
is the name of the member in the C structure. (Andrei Nigmatulin)
|
||||||
|
- add protobuf_c_message_init() function; add virtual function
|
||||||
|
that implements it efficiently. (Andrei Nigmatulin)
|
||||||
|
- support for --init-only command-line option to suppress generation
|
||||||
|
of unpack/pack functions. (Andrei Nigmatulin)
|
||||||
|
|
||||||
0.11:
|
0.11:
|
||||||
- allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress
|
- allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user