aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/TextFormat.cs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable.Jon Skeet2008-08-151-2/+0
|
* Updated C# tests and code for TextFormat to match Java.Jon Skeet2008-08-151-3/+1
|
* Signed the test assembly, and added InternalsVisibleTo. Some public members ↵Jon Skeet2008-08-141-16/+8
| | | | now internal again.
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-141-1/+16
| | | | directives.
* Implemented text parsing.Jon Skeet2008-08-141-11/+191
|
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-141-10/+49
|
* The great generics revisiting.Jon Skeet2008-08-141-0/+1
|
* First unit test reading a complete message\!Jon Skeet2008-08-141-4/+4
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-141-13/+5
| | | | generated unit test files to compile.
* Implemented TextFormatterJon Skeet2008-08-141-14/+383
|
* Descriptors are pretty much complete, with a slight issue of how to find the ↵Jon Skeet2008-08-141-0/+20
| | | | default type for a repeated field.
* Some work on AbstractBuilder, and complete implementation of UnknownField ↵Jon Skeet2008-08-141-0/+4
| | | | and UnknownFieldSet
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-141-0/+11