aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/TestProtos
Commit message (Expand)AuthorAgeFilesLines
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-176-12020/+0
* First pass at wrapper types.Jon Skeet2015-07-161-325/+443
* First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-0/+2335
* Don't create nested types (or field accessors) for map types.Jon Skeet2015-07-151-5608/+0
* Generated code for well-known typesJon Skeet2015-07-145-88/+88
* Changing reflection namespace (part 2)Jon Skeet2015-07-145-377/+377
* Generated code changes for previous submitJon Skeet2015-07-105-88/+88
* Use the new JsonFormatter to implement ToString on generated messages.Jon Skeet2015-07-105-0/+352
* Regenerated code due to previous commit.Jon Skeet2015-07-095-176/+528
* Changes to generated code due to previous commit.Jon Skeet2015-07-095-729/+538
* First pass (not yet compiling) at removing all the array handling code from C...Jon Skeet2015-06-302-792/+335
* Fix for doubly-nested types - issue #307.Jon Skeet2015-06-291-21/+304
* Generated code changes for previous commit.Jon Skeet2015-06-265-636/+7066
* Generated code changes due to map changes.Jon Skeet2015-06-254-44/+88
* Generated map code.Jon Skeet2015-06-251-87/+592
* Implement freezing for messages and repeated fields.Jon Skeet2015-06-244-123/+776
* Generated code changes from previous commit.Jon Skeet2015-06-234-41/+41
* Implement Clone.Jon Skeet2015-06-234-82/+443
* Minor cleanup.Jon Skeet2015-06-192-67/+67
* Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-174-284/+394
* Regenerate proto filesJon Skeet2015-06-124-396/+453
* Coded*Stream streamlining.Jon Skeet2015-06-124-743/+393
* Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-113-44/+51
* First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-0917-101735/+6738
* Migrate writer to io::Printer for C#Jie Luo2015-06-041-7/+7
* Change the C# enum generator inherit from primitive generatorJie Luo2015-05-293-16/+16
* Add oneof support for C#Jie Luo2015-05-293-1052/+1704
* Generate *all* protos in the script, applying fixups.Jon Skeet2015-05-161-171/+0
* Make generate_protos.sh Windows-friendly.Jon Skeet2015-05-141-6/+0
* Regenerate UnittestDropUnknownFields.csJan Tattermusch2015-05-131-2/+2
* Remove the C#-specific field_presence_test.proto, using unittest_no_field_pre...Jon Skeet2015-05-132-782/+3776
* Regenerated UnittestDropUnknownFields.csJan Tattermusch2015-05-121-77/+18
* remove C# files not referenced in any projectJan Tattermusch2015-05-123-6069/+0
* Regenerate some proto files after ClsCompliance has been droppedJan Tattermusch2015-05-122-44/+0
* rename FieldPresence to correct nameJan Tattermusch2015-05-121-0/+0
* Change field_presence_test.protoJie Luo2015-05-011-2/+1
* fix commends from Jon SkeetJie Luo2015-04-301-0/+0
* Change the package for field_presence_test.protoJie Luo2015-04-291-965/+783
* field presence Reflection and testsJie Luo2015-04-291-0/+965
* Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-281-0/+3
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-2824-51512/+103934
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-1617-0/+51512