aboutsummaryrefslogtreecommitdiff
path: root/csharp/protos
Commit message (Collapse)AuthorAgeFilesLines
* Remove a redundant layer of directory hierarchy.Jon Skeet2015-08-031-118/+118
|
* Addressed issues raised in code review. Will merge when green.Jon Skeet2015-08-031-1/+4
|
* Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet2015-07-311-0/+25
|
* Handle field names of "descriptor" and "types".Jon Skeet2015-07-311-0/+9
|
* Fix for doubly-nested types - issue #307.Jon Skeet2015-06-291-0/+9
| | | | No specific test case - if the generated code compiles, the issue is fixed :)
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-263-239/+0
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* First pass at the mutable API. Quite a bit more to do - in particular, it's ↵Jon Skeet2015-06-091-77/+9
| | | | pretty slow right now.
* Remove the C#-specific field_presence_test.proto, using ↵Jon Skeet2015-05-131-21/+0
| | | | | | | unittest_no_field_presence.proto instead. This is the start of establishing a C# namespace of "Google.ProtocolBuffers.TestProtos.Proto3" for proto3-syntax protos. We could optionally split the directory structure as well into Proto2 and Proto3 for clarity.
* Change field_presence_test.protoJie Luo2015-05-011-4/+1
|
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-2925-4446/+0
|\
| * Remove RPC support.Jon Skeet2015-04-293-113/+0
| | | | | | | | It is expected that third parties will generate service/RPC code themselves - see gRPC as an example.
| * Remove a bunch of files which are no longer relevant:Jon Skeet2015-04-2922-4333/+0
| | | | | | | | | | | | 1) Project files for different configurations - we're going to look at all this again, ideally to just have a single PCL-compatible build 2) ProtoGen - the C++ generator is now the only one we care about 3) Proto files - these are mostly duplicates (or older versions) of the ones in the common directories
* | Change the package for field_presence_test.protoJie Luo2015-04-291-1/+1
| |
* | field presence Reflection and testsJie Luo2015-04-291-0/+24
|/
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-286-89/+53
| | | | | | | | | | This commit includes changes to the C#-specific protos, and rebuilt versions of the "stock" protos. The stock protos have been locally updated to have a specific C# namespace, but this is expected to change soon, so hasn't been committed. Four areas are currently not tested: 1) Serialization - we may restore this at some point, possibly optionally. 2) Services - currently nothing is generated for this; will need to see how it interacts with GRPC 3) Fields beginning with _{digit} - see https://github.com/google/protobuf/issues/308 4) Fields with names which conflict with the declaring type in nasty ways - see https://github.com/google/protobuf/issues/309
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-1630-0/+4862