- 09 Jun, 2015 1 commit
-
-
Jon Skeet authored
-
- 13 May, 2015 1 commit
-
-
Jon Skeet authored
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.
-
- 01 May, 2015 1 commit
-
-
Jie Luo authored
-
- 29 Apr, 2015 4 commits
-
-
Jie Luo authored
-
Jie Luo authored
-
Jon Skeet authored
It is expected that third parties will generate service/RPC code themselves - see gRPC as an example.
-
Jon Skeet authored
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
-
- 28 Apr, 2015 1 commit
-
-
Jon Skeet authored
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
-
- 27 Apr, 2015 2 commits