aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2010-02-08 11:06:54 +0000
committerJon Skeet <skeet@pobox.com>2010-02-08 11:06:54 +0000
commit55a212d38433e71a6343936872c85d48d553e724 (patch)
treed6c06902b7a572e27d5f2e2024b1521b3a3cff16 /todo.txt
parentb075ff5c17b04efcd8ab8adee866456b0abf2195 (diff)
downloadprotobuf-55a212d38433e71a6343936872c85d48d553e724.tar.gz
protobuf-55a212d38433e71a6343936872c85d48d553e724.tar.bz2
protobuf-55a212d38433e71a6343936872c85d48d553e724.zip
Better support for Compact Framework builds
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 20cf4119..498e5ca9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -8,7 +8,7 @@ Current task list (not in order)
- Avoid using reflection for messages which don't need it (is this
possible?)
- Bring service generation into line with Java
-- Build protoc as a dll and use directly from protoge
+- Build protoc as a dll and use directly from protogen
- Check copyright is everywhere
- Work out how to unit test Silverlight code
- Reformat code
@@ -16,3 +16,5 @@ Current task list (not in order)
- Add regions to copyright
- Investigate command line parsing library
- Investigate calling protoc directly
+- Build and publish binaries
+- Work out why the Compact Framework 3.5 build fails under VS2010