aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Regenerate descriptor.pb.cc after csharp_namespace changeJon Skeet2015-05-071-2/+3
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet2015-05-0629-7/+41
* Merge pull request #330 from anandolee/csharpJie Luo2015-05-017-38/+1
|\
| * Remove ClsCompliant declarations from C# codeJie Luo2015-05-017-38/+1
* | Merge pull request #321 from anandolee/csharpJie Luo2015-05-0113-52/+1152
|\|
| * fix commentsJie Luo2015-05-014-6/+5
| * Change field_presence_test.protoJie Luo2015-05-012-6/+2
| * fix commentsJie Luo2015-04-303-34/+5
| * fix commends from Jon SkeetJie Luo2015-04-307-48/+62
| * Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-30106-41222/+48786
| |\ | |/ |/|
* | Merge pull request #324 from jskeet/csharpJon Skeet2015-04-3055-3744/+3278
|\ \
| * | Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-3055-3744/+3278
* | | Merge pull request #319 from jskeet/csharp_pclJon Skeet2015-04-3054-37484/+45514
|\| |
| * | Convert both the full and lite runtimes (and json/xml serialization assemblie...Jon Skeet2015-04-2954-37484/+45514
|/ /
| * Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-29163-20387/+1194
| |\ | |/ |/|
* | Merge pull request #317 from jskeet/csharpJon Skeet2015-04-29163-20386/+1193
|\ \
| * | Removing more C# project files.Jon Skeet2015-04-2918-1802/+0
| * | Remove CLS compliance from runtime code.Jon Skeet2015-04-2924-151/+1
| * | Update C# solution and AddressBook project.Jon Skeet2015-04-294-1389/+1192
| * | Remove support for Serializable.Jon Skeet2015-04-299-465/+0
| * | Remove RPC support.Jon Skeet2015-04-2911-594/+0
| * | Remove a bunch of files which are no longer relevant:Jon Skeet2015-04-2999-15985/+0
| | * rename FieldPResenceTest.cs fileJie Luo2015-04-291-28/+28
| | * Change the package for field_presence_test.protoJie Luo2015-04-293-990/+808
| | * field presence Reflection and testsJie Luo2015-04-299-10/+1225
| | * Merge pull request #1 from google/csharpJie Luo2015-04-2881-104432/+183496
| | |\ | |_|/ |/| |
* | | Merge pull request #313 from jskeet/csharpJie Luo2015-04-2878-104432/+183367
|\| |
| * | Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-283-31312/+39144
| * | Updated set of unit tests and unit test protos.Jon Skeet2015-04-2867-93042/+164903
| * | First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-2811-11390/+10632
|/ /
* | Merge pull request #300 from jskeet/csharpJie Luo2015-04-273-0/+129
|\ \
| * | Add C# files to Visual Studio projects.Jon Skeet2015-04-243-0/+129
|/ /
| * remove test proto for field presenceJie Luo2015-04-272-805/+0
| * fix bug for Field PresenceJie Luo2015-04-272-2/+2
| * Field Presence: remove has methods for optional non-message fields in proto3Jie Luo2015-04-276-42/+934
|/
* Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedJie Luo2015-04-17448-52/+208342
|\
| * forgot to include header files into automake templateJan Tattermusch2015-04-171-1/+15
| * Merge pull request #1 from jtattermusch/csharp_protogen_rewriteJan Tattermusch2015-04-1736-52/+5199
| |\
| | * temporarily removing csharp_umbrella_namespace file optionJan Tattermusch2015-04-174-233/+46
| | * removing csharp_property_name field optionJan Tattermusch2015-04-174-223/+35
| | * one more fix to csharp_umbrella_namespace commentJan Tattermusch2015-04-171-3/+5
| | * fix: do not mention umbrella_classname in commentJan Tattermusch2015-04-171-1/+1
| | * Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Jan Tattermusch2015-04-161-2/+1
| | * fixing field number of csharp_umbrella_namespace optionJan Tattermusch2015-04-163-15/+15
| | * integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Jan Tattermusch2015-04-131-4/+12
| | * fixing implementation of GetFileUmbrellaNamespaceJan Tattermusch2015-04-131-18/+22
| | * implemented HasRequiredFields logicJan Tattermusch2015-04-131-2/+37
| | * addressed TODO for lite runtimeJan Tattermusch2015-04-131-7/+11
| | * creating private ctor for builders is now the default (as it used to be for o...Jan Tattermusch2015-04-131-0/+1
| | * output file naming logic, configurable file extension, comment rewordingJan Tattermusch2015-04-133-16/+24