protobuf/todo.txt
2009-05-30 10:07:53 +01:00

16 lines
546 B
Plaintext

Current task list (not in order)
- Optionally remove dependencies to csharp options
- Remove multifile support
- Mono support
- Docs
- Clean up protogen code
- Add flags to protogen
- Avoid using reflection for messages which don't need it (is this
possible?)
- Add RegisterAllExtensions
- Add ToBuilder changes from Google's r92 (done? Need to check)
- Silverlight changes (as per email to Jon)
- Extension registration/initialization code?
- Bring service generation into line with Java
- Build protoc as a dll and use directly from protogen