protobuf-c/TODO
lahiker42 f87e0849ea use uint8_t and size_t where appropriate.
implement and test unknown fields


git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@44 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 18:37:43 +00:00

17 lines
569 B
Plaintext

- check over documentation again
- make services derive from ProtobufCService; be usable with a cast.
- provide example rpc
- 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