aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* line-ending-to-crlfcsharptest2011-05-201-16/+16
|
* A few stylistic issuesJon Skeet2010-11-031-43/+0
|
* Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-4/+43
| | | | | | | | | | | 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
* Better support for Compact Framework buildsJon Skeet2010-02-081-1/+3
|
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-091-5/+8
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-2/+1
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Updated todo listJon Skeet2009-05-301-3/+2
|
* Added field constant generationJon Skeet2009-05-281-1/+4
|
* Support packed primitive typesJon Skeet2009-02-181-3/+7
|
* Added address book exampleJon Skeet2008-11-241-3/+2
|
* Refactor IsInitialized to match Java versionJon Skeet2008-11-241-1/+0
|
* Refactored optionsJon Skeet2008-11-121-3/+2
|
* Fixed bug in GeneratedBuilder.MergeFrom - only fields already set in builder ↵Jon Skeet2008-10-221-12/+11
| | | | would be merged.
* First cut at new layoutJon Skeet2008-10-221-0/+14