aboutsummaryrefslogtreecommitdiff
path: root/csharp/protos/extest
Commit message (Collapse)AuthorAgeFilesLines
* Remove a redundant layer of directory hierarchy.Jon Skeet2015-08-031-119/+0
|
* 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 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.
* 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-168-0/+529