summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-01Remove ClsCompliant declarations from C# codeJie Luo
2015-05-01fix commentsJie Luo
2015-05-01Change field_presence_test.protoJie Luo
2015-04-30fix commentsJie Luo
2015-04-30fix commends from Jon SkeetJie Luo
2015-04-30Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo
2015-04-30Merge pull request #324 from jskeet/csharpJon Skeet
2015-04-30Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet
2015-04-30Merge pull request #319 from jskeet/csharp_pclJon Skeet
2015-04-29Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo
2015-04-29rename FieldPResenceTest.cs fileJie Luo
2015-04-29Convert both the full and lite runtimes (and json/xml serialization assemblie...Jon Skeet
2015-04-29Merge pull request #317 from jskeet/csharpJon Skeet
2015-04-29Change the package for field_presence_test.protoJie Luo
2015-04-29field presence Reflection and testsJie Luo
2015-04-29Removing more C# project files.Jon Skeet
2015-04-29Remove CLS compliance from runtime code.Jon Skeet
2015-04-29Update C# solution and AddressBook project.Jon Skeet
2015-04-29Remove support for Serializable.Jon Skeet
2015-04-29Remove RPC support.Jon Skeet
2015-04-29Remove a bunch of files which are no longer relevant:Jon Skeet
2015-04-28Merge pull request #1 from google/csharpJie Luo
2015-04-28Merge pull request #313 from jskeet/csharpJie Luo
2015-04-28Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet
2015-04-28Updated set of unit tests and unit test protos.Jon Skeet
2015-04-28First part of making the C# runtime work with the new codegen.Jon Skeet
2015-04-27remove test proto for field presenceJie Luo
2015-04-27fix bug for Field PresenceJie Luo
2015-04-27Field Presence: remove has methods for optional non-message fields in proto3Jie Luo
2015-04-27Merge pull request #300 from jskeet/csharpJie Luo
2015-04-24Add C# files to Visual Studio projects.Jon Skeet
2015-04-17Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedJie Luo
2015-04-17forgot to include header files into automake templateJan Tattermusch
2015-04-17Merge pull request #1 from jtattermusch/csharp_protogen_rewriteJan Tattermusch
2015-04-17Merge pull request #2 from jtattermusch/csharp_protobuf_importedJan Tattermusch
2015-04-17temporarily removing csharp_umbrella_namespace file optionJan Tattermusch
2015-04-17removing csharp_property_name field optionJan Tattermusch
2015-04-17one more fix to csharp_umbrella_namespace commentJan Tattermusch
2015-04-17fix: do not mention umbrella_classname in commentJan Tattermusch
2015-04-16Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Jan Tattermusch
2015-04-16fixing field number of csharp_umbrella_namespace optionJan Tattermusch
2015-04-16removed .hgignore fileJan Tattermusch
2015-04-16Added instructions to manually download the dependenciesJan Tattermusch
2015-04-16cleanup of csharp/lib/ directoryJan Tattermusch
2015-04-16Updated readme.md and changes.txt, removed old license.txtJan Tattermusch
2015-04-16Imported protobuf-csharp-port into csharp/ treeJan Tattermusch
2015-04-15Factored conformance tests so they can run in-process.Josh Haberman
2015-04-13integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Jan Tattermusch
2015-04-13fixing implementation of GetFileUmbrellaNamespaceJan Tattermusch
2015-04-13implemented HasRequiredFields logicJan Tattermusch