Commit bcde9c0a authored by lahiker42's avatar lahiker42

notes.


git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@195 00440858-1255-0410-a3e6-75ea37f81c3a
parent 40f1eaea
......@@ -2,6 +2,10 @@
- for field names which are reserved words, use the real name
given in the protobuf-c file, not the mangled name which
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:
- allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment