mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
c4442d125c
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@46 00440858-1255-0410-a3e6-75ea37f81c3a
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
- provide example rpc
|
|
- at least include extensions in Descriptor
|
|
|
|
- Documentations:
|
|
- __INIT macro
|
|
- service __init function
|
|
- get rid of docs for create-service; update generally
|
|
- check over documentation again
|
|
|
|
- support Group (whatever it is)
|
|
- almost no code generator options are obeyed
|
|
- ISSUE: strings may not contain NULs
|
|
- generate Init functions / handle default values
|
|
- 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
|