aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/WireFormatTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-041-2/+2
| | | | include the space - it definitely doesn't look idiomatic...
* - Upgraded NUnitcsharptest2011-10-041-14/+14
| | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-8/+4
| | | | support reading a field name rather than a field tag.
* reformatted all code to .NET standard formattingcsharptest2011-05-201-297/+316
|
* Regionify copyright statementJon Skeet2009-09-091-0/+3
|
* Write/Read delimited messagesJon Skeet2009-05-291-1/+19
|
* Support packed primitive typesJon Skeet2009-02-181-4/+36
|
* Replaced copyright noticeJon Skeet2008-10-231-11/+27
|
* First cut at new layoutJon Skeet2008-10-221-0/+228