protobuf/todo.txt

16 lines
501 B
Plaintext
Raw Normal View History

2008-10-22 12:30:34 +00:00
Current task list (not in order)
2009-02-18 16:06:22 +00:00
- Optionally remove dependencies to csharp options
- Remove multifile support
- Mono support
- Docs
- Clean up protogen code
- Add flags to protogen
2009-02-18 16:06:22 +00:00
- Avoid using reflection for messages which don't need it (is this
possible?)
- Add RegisterAllExtensions
2009-05-28 20:11:15 +00:00
- Add ToBuilder changes from Google's r92 (done? Need to check)
2009-02-18 16:06:22 +00:00
- Silverlight changes (as per email to Jon)
2009-05-30 09:07:53 +00:00
- Bring service generation into line with Java
- Build protoc as a dll and use directly from protogen