aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers
Commit message (Collapse)AuthorAgeFilesLines
* Abandon the 'self' namespace alias - we need to be able to import types in ↵Jon Skeet2008-08-141-758/+756
| | | | other namespaces too.
* Signed the test assembly, and added InternalsVisibleTo. Some public members ↵Jon Skeet2008-08-143-20/+18
| | | | now internal again.
* Beginning to fix the TODOsJon Skeet2008-08-145-204/+189
|
* Removed EnumDescriptorIndexAttribute - not really necessary.Jon Skeet2008-08-143-36/+15
|
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-1458-153/+860
| | | | directives.
* Fleshed out service interfaces, and wrote the simpler service tests. Mocking ↵Jon Skeet2008-08-143-8/+152
| | | | tests still to be done.
* Implemented text parsing.Jon Skeet2008-08-143-11/+533
|
* Lots of text formatting tests, but ignored the parsing ones for the moment.Jon Skeet2008-08-141-10/+49
|
* More tests, and a bug fix.Jon Skeet2008-08-145-18/+19
|
* UnknownFieldSet tests, and a fix to repeated extension elements.Jon Skeet2008-08-144-2/+11
|
* Tidying up, and a couple of extra tests.Jon Skeet2008-08-143-6/+3
|
* The great generics revisiting.Jon Skeet2008-08-1421-535/+464
|
* More tests, and implementation of UninitializedMessageException description.Jon Skeet2008-08-146-72/+128
|
* More tests, more fixes.Jon Skeet2008-08-141-2/+1
|
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-145-3/+28
|
* Added DynamicMessage and ExtendableBuilder, along with the first supporting ↵Jon Skeet2008-08-1417-28/+764
| | | | tests.
* First unit test reading a complete message\!Jon Skeet2008-08-1412-41/+71
|
* Implemented GeneratedExtension, although list handling may be incorrect.Jon Skeet2008-08-147-103/+164
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-1417-215/+529
| | | | generated unit test files to compile.
* Implemented TextFormatterJon Skeet2008-08-144-15/+475
|
* Field accessor implementations complete (hopefully)Jon Skeet2008-08-1412-10/+437
|
* 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
| | | | default type for a repeated field.
* Autogeneration now hopefully close to correct. Library builds! (Not finished ↵Jon Skeet2008-08-1423-184/+11414
| | | | though...)
* Patch from Miguel de Icaza: This introduces auto-detection of Mono to ↵Jon Skeet2008-08-142-1/+1
| | | | configure, and if found, builds and installs the runtime library, and provides a pkg-config file so developers can easily use it on Unix.
* Descriptor framework skeleton. Somewhat generic to avoid lots of code ↵Jon Skeet2008-08-1414-47/+382
| | | | duplication.
* Changed fixed size methods to return unsigned integers. Finished FieldSet. ↵Jon Skeet2008-08-1418-84/+480
| | | | Introduced mapping from FieldType to WireType and MappedType.
* Gradually implementing FieldSetJon Skeet2008-08-1416-111/+698
|
* Fix AbstractMessage and AbstractBuilder to get the explicit interface ↵Jon Skeet2008-08-144-74/+65
| | | | implementation sorted
* Some work on AbstractBuilder, and complete implementation of UnknownField ↵Jon Skeet2008-08-1425-65/+1553
| | | | and UnknownFieldSet
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-1416-118/+404
|
* Added copyright noticesJon Skeet2008-08-1410-14/+141
| | | | committer: Jon Skeet <skeet@pobox.com>
* More tests for CodedInputStream, and some more WireFormatJon Skeet2008-08-145-116/+140
| | | | committer: Jon Skeet <skeet@pobox.com>
* Half way through CodedInputStreamJon Skeet2008-08-144-1/+802
| | | | committer: Jon Skeet <skeet@pobox.com>
* First part of dotnet libraryJon Skeet2008-08-1413-0/+1418
committer: Jon Skeet <skeet@pobox.com>