- 14 Jul, 2015 7 commits
-
-
Jon Skeet authored
Change the C# namespace in descriptor.proto to Google.Protobuf.Reflection. This then means changing where the generated code lives, which means updating the project file... It also involves regenerating the C++ - which has updated the well-known types as well, for no terribly obvious reason...
-
Jon Skeet authored
Generated code changes from previous commit
-
Jon Skeet authored
- Move types into Google.Protobuf.Reflection - Change codegen to reflect that in generated types Generated code changes coming in part 2
-
Jon Skeet authored
Pascal-case namespace automatically in C# codegen
-
Jon Skeet authored
Fixes issue 312.
-
Jon Skeet authored
JSON formatting in C#
-
Jon Skeet authored
- Remove the indexers in FieldAccessorTable - Add a TODO for field ordering in oneof
-
- 12 Jul, 2015 2 commits
-
-
Jon Skeet authored
enable building nuget package
-
Jan Tattermusch authored
-
- 10 Jul, 2015 7 commits
-
-
Jan Tattermusch authored
-
Jon Skeet authored
- Handle oneof properly - Omit unknown enum values
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
-
Jon Skeet authored
- No parsing - Reflection based, so not hugely efficient - No line breaks or indentation
-
Jon Skeet authored
Improve C# reflection support
-
- 09 Jul, 2015 12 commits
-
-
Jan Tattermusch authored
Fix-ups suggested in PR #560
-
Jon Skeet authored
-
Jon Skeet authored
... and some implementation changes to go with them.
-
Jon Skeet authored
- The protos are no longer publicly exposed at all - Oneof detection now works (as we default to -1, not 0) - OneofDescriptor exposes the fields in the oneof - Removed unnecessary code for replacing protos - remnant of extensions - There's now just the non-generic form of IDescriptor
-
Jon Skeet authored
Note that now we need a proto3 version of addressbook.proto. This may affect other platforms, and could do with an overhaul to follow proto3 conventions anyway (e.g. repeated field names). Will need to think about that carefully before merging into master. Raised issue #565 for this.
-
Jon Skeet authored
- Add a partial method called by all constructors - Generate internal classes for descriptor.proto (only) - Forbid proto2 descriptors except for descriptor.proto
-
Jon Skeet authored
-
Jon Skeet authored
- FieldAccessorTable is now non-generic - We don't have a static field per message type in the umbrella class. (Message descriptors are accessed via the file descriptor.) - Removed the "descriptor assigner" complication from the descriptor fixup; without extensions, we don't need it - MapField implements IDictionary (more tests would be good...) - RepeatedField implements IList (more tests would be good) - Use expression trees to build accessors. (Will need to test this on various platforms... probably need a fallback strategy just using reflection directly.) - Added FieldDescriptor.IsMap - Added tests for reflection with generated messages Changes to generated code coming in next commit.
-
Jon Skeet authored
-
Jon Skeet authored
- Added new line at the end of SampleEnum - Moved GeneratedMessageTest.GetSampleMessage to a new class, SampleMessages, and renamed it to CreateFullTestAllTypes.
-
Jon Skeet authored
Fix C# copyright statements
-
Jon Skeet authored
Large changes to repeated field handling
-
- 30 Jun, 2015 5 commits
-
-
Jon Skeet authored
-
Jon Skeet authored
Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
-
Jon Skeet authored
This is mostly just making things internal instead of public, removing and reordering a bunch of code in CodedInputStream/CodedOutputStream, and generally tidying up.
-
Jon Skeet authored
-
Jon Skeet authored
Prod code works, but some tests are broken. Obviously those need fixing, then more tests, and review benchmarks.
-
- 29 Jun, 2015 2 commits
- 28 Jun, 2015 1 commit
-
-
Jon Skeet authored
Clean up C# code
-
- 26 Jun, 2015 4 commits
-
-
Jon Skeet authored
Proto3 map support for C#
-
Jon Skeet authored
- 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
-
Jon Skeet authored
-
Jon Skeet authored
ProtoDump isn't currently useful, but will be when ToString emits JSON: fixed. ProtoBench: deleted; we should reinstate when there's a common proto3 benchmark. ProtoMunge: delete; not useful enough to merit fixing up. Removed the [TestFixture] from ByteStringTest as Travis uses a recent enough version of NUnit.
-