aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
...
* Finished service test with a mock.Jon Skeet2008-08-145-223/+169
* Fleshed out service interfaces, and wrote the simpler service tests. Mocking ...Jon Skeet2008-08-144-10/+188
* Implemented text parsing.Jon Skeet2008-08-144-34/+536
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-144-36/+514
* Extensions don't need to go under a separate type.Jon Skeet2008-08-146-22/+22
* More tests, and a bug fix.Jon Skeet2008-08-146-18/+211
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-149-4/+323
* Tidying up, and a couple of extra tests.Jon Skeet2008-08-145-34/+28
* The great generics revisiting.Jon Skeet2008-08-1433-1209/+1155
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-1419-261/+1086
* More tests, more fixes.Jon Skeet2008-08-148-26/+860
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-149-78/+455
* Added DynamicMessage and ExtendableBuilder, along with the first supporting t...Jon Skeet2008-08-1428-111/+2494
* First unit test reading a complete message\!Jon Skeet2008-08-1414-52/+416
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-1410-253/+314
* Initial support for services and extensions. Incomplete, but enough to get ge...Jon Skeet2008-08-1424-215/+16005
* Implemented TextFormatterJon Skeet2008-08-144-15/+475
* Field accessor implementations complete (hopefully)Jon Skeet2008-08-1412-10/+437
* Update Makefile in terms of C# sources and keyfile command line optionJon Skeet2008-08-141-2/+1
* Update Makefile in terms of C# sources and keyfile command line optionJon Skeet2008-08-141-2/+14
* Fix default instance behaviour for repeated typesJon Skeet2008-08-142-17/+18
* Removed Descriptor.cs which was an early attempt at generationJon Skeet2008-08-141-5715/+0
* Finish implementing GeneratedBuilder.Jon Skeet2008-08-143-11/+59
* Two more which should have been in the last commitJon Skeet2008-08-142-3/+10
* Descriptors are pretty much complete, with a slight issue of how to find the ...Jon Skeet2008-08-1417-214/+1194
* Autogeneration now hopefully close to correct. Library builds! (Not finished ...Jon Skeet2008-08-1424-185/+11416
* Patch from Miguel de Icaza: This introduces auto-detection of Mono to configu...Jon Skeet2008-08-145-1/+62
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-1414-47/+382
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-1422-93/+510
* Gradually implementing FieldSetJon Skeet2008-08-1416-111/+698
* Fix AbstractMessage and AbstractBuilder to get the explicit interface impleme...Jon Skeet2008-08-144-74/+65
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-1425-65/+1553
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-1416-118/+404
* Added copyright noticesJon Skeet2008-08-1413-22/+190
* More tests for CodedInputStream, and some more WireFormatJon Skeet2008-08-146-122/+475
* Half way through CodedInputStreamJon Skeet2008-08-144-1/+802
* First part of dotnet libraryJon Skeet2008-08-1421-0/+6940