aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-09-09 15:51:39 +0100
committerJon Skeet <skeet@pobox.com>2009-09-09 15:51:39 +0100
commitf29da0367946951e60f693f282839c442b712692 (patch)
tree33ad85deabed664e6811ad70f7d3dfe427822365 /todo.txt
parent8a5c7e792aac055962d6288ef241b5bae26af26b (diff)
downloadprotobuf-f29da0367946951e60f693f282839c442b712692.tar.gz
protobuf-f29da0367946951e60f693f282839c442b712692.tar.bz2
protobuf-f29da0367946951e60f693f282839c442b712692.zip
Can now at least *build* Silverlight2 assembly easily. Can't test though.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/todo.txt b/todo.txt
index 01a817a7..20cf4119 100644
--- a/todo.txt
+++ b/todo.txt
@@ -2,14 +2,17 @@ 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)
- Bring service generation into line with Java
-- Build protoc as a dll and use directly from protogen
+- Build protoc as a dll and use directly from protoge
+- Check copyright is everywhere
+- Work out how to unit test Silverlight code
+- Reformat code
+- Change generated format
+- Add regions to copyright
+- Investigate command line parsing library
+- Investigate calling protoc directly