mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
6ffe171d9f
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@35 00440858-1255-0410-a3e6-75ea37f81c3a
23 lines
749 B
Plaintext
23 lines
749 B
Plaintext
- check over documentation again
|
|
- handle unknown fields when packing
|
|
- test code
|
|
- ensure enums are 32-bit
|
|
- make services derive from ProtobufCService;
|
|
be usable with a cast.
|
|
- provide example rpc
|
|
- use size_t wherever appropriate in generated code,
|
|
and in uses of that code (eg pack and unpack)
|
|
|
|
- To document:
|
|
- __INIT macro
|
|
|
|
- support Group (whatever it is)
|
|
- almost no code generator options are obeyed
|
|
- ISSUE: strings may not contain NULs
|
|
- generate Init functions / handle default values
|
|
- at least include extensions in Descriptor
|
|
- proper support for extensions (not sure i get what's needed)
|
|
|
|
- get rid of kThick/ThinSeparator if we decide not to use them
|
|
- stop using qsort in the code generator: find some c++ish way to do it
|