aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change the package for field_presence_test.protoJie Luo2015-04-293-990/+808
|
* field presence Reflection and testsJie Luo2015-04-299-10/+1225
|
* Merge pull request #1 from google/csharpJie Luo2015-04-2881-104432/+183496
|\ | | | | Csharp update
| * Merge pull request #313 from jskeet/csharpJie Luo2015-04-2878-104432/+183367
| |\ | | | | | | First steps to making the C# runtime work with new codegen
| | * Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-283-31312/+39144
| | | | | | | | | | | | (Having regenerated descriptor.proto relative to src, the earlier commented-out code checking that dependencies match may now be okay to uncomment again. Will experiment in later CLs.)
| | * Updated set of unit tests and unit test protos.Jon Skeet2015-04-2867-93042/+164903
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-2811-11390/+10632
| |/ | | | | | | | | | | | | | | 1) Remove CSharpOptions 2) A new version of DescriptorProtoFile (with manual changes from codegen - it would otherwise be Descriptor.cs) 3) Turn off CLS compliance (which we'll remove from the codebase entirely; I don't think it's actually relevant these days) 4) Add "public imports" to FileDescriptor, with code broadly copied from the Java codebase. Lots more changes to commit before it will build and tests run, but one step at a time...
| * Merge pull request #300 from jskeet/csharpJie Luo2015-04-273-0/+129
| |\ | | | | | | Add C# generator files to the VS project for libprotoc
| | * Add C# files to Visual Studio projects.Jon Skeet2015-04-243-0/+129
| |/ | | | | | | Also ignore Windows native build output files.
* | remove test proto for field presenceJie Luo2015-04-272-805/+0
| |
* | fix bug for Field PresenceJie Luo2015-04-272-2/+2
| |
* | Field Presence: remove has methods for optional non-message fields in proto3Jie Luo2015-04-276-42/+934
|/
* Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedJie Luo2015-04-17448-52/+208342
|\ | | | | C# protocol buffers (initial pull request)
| * forgot to include header files into automake templateJan Tattermusch2015-04-171-1/+15
| |
| * Merge pull request #1 from jtattermusch/csharp_protogen_rewriteJan Tattermusch2015-04-1736-52/+5199
| |\ | | | | | | Rewrite of C# protogen to C++ (initial version)
| | * temporarily removing csharp_umbrella_namespace file optionJan Tattermusch2015-04-174-233/+46
| | |
| | * removing csharp_property_name field optionJan Tattermusch2015-04-174-223/+35
| | |
| | * one more fix to csharp_umbrella_namespace commentJan Tattermusch2015-04-171-3/+5
| | |
| | * fix: do not mention umbrella_classname in commentJan Tattermusch2015-04-171-1/+1
| | |
| | * Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Jan Tattermusch2015-04-161-2/+1
| | |
| | * fixing field number of csharp_umbrella_namespace optionJan Tattermusch2015-04-163-15/+15
| | |
| | * integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Jan Tattermusch2015-04-131-4/+12
| | |
| | * fixing implementation of GetFileUmbrellaNamespaceJan Tattermusch2015-04-131-18/+22
| | |
| | * implemented HasRequiredFields logicJan Tattermusch2015-04-131-2/+37
| | |
| | * addressed TODO for lite runtimeJan Tattermusch2015-04-131-7/+11
| | |
| | * creating private ctor for builders is now the default (as it used to be for ↵Jan Tattermusch2015-04-131-0/+1
| | | | | | | | | | | | old codegen)
| | * output file naming logic, configurable file extension, comment rewordingJan Tattermusch2015-04-133-16/+24
| | |
| | * added support for deprecated fields, reworded some todosJan Tattermusch2015-04-133-8/+6
| | |
| | * enable overriding of property name using csharp_property_nameJan Tattermusch2015-04-131-1/+3
| | |
| | * updated C# codegen to use restricted set of csharp options from descriptor.protoJan Tattermusch2015-04-138-52/+27
| | |
| | * restricted number of csharp options and regenerated descriptor.protoJan Tattermusch2015-04-133-1348/+243
| | |
| | * Rewrote C# protogen to C++ (initial version)Jan Tattermusch2015-03-2636-49/+6640
| | |
| * | Merge pull request #2 from jtattermusch/csharp_protobuf_importedJan Tattermusch2015-04-17412-0/+203129
| |\ \ | | |/ | |/| Pulling protobuf-csharp-port into csharp/ directory
| | * removed .hgignore fileJan Tattermusch2015-04-161-23/+0
| | |
| | * Added instructions to manually download the dependenciesJan Tattermusch2015-04-162-0/+16
| | |
| | * cleanup of csharp/lib/ directoryJan Tattermusch2015-04-1688-36442/+0
| | |
| | * Updated readme.md and changes.txt, removed old license.txtJan Tattermusch2015-04-163-48/+26
| | |
| | * Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-16501-0/+239600
| |/|
| | * Create README.mdJon Skeet2015-04-081-0/+12
| | |
| | * Build updated NuGet.execsharptest2015-02-221-0/+0
| | |
| | * Added tag 2.4.1.555 for changeset fca9fcced6bacsharptest2015-02-220-0/+0
| | |
| | * version 2.4.1.555csharptest2015-02-2242-60/+60
| | |
| | * Changes for pulish scriptcsharptest2015-02-222-4/+5
| | |
| | * Updated changes.txt with previous and current releasecsharptest2015-02-221-0/+45
| | |
| | * Rebuild source for Issue 84 change to code generatorcsharptest2015-02-0726-6143/+7353
| | |
| | * Issue 84: warning CS0219: The variable `size' is assigned but its value is ↵csharptest2015-02-071-4/+12
| | | | | | | | | | | | never used
| | * Fix build error for missing method Enum.GetValues() on some platformscsharptest2015-02-073-107/+128
| | |
| | * Fix build error for missing class HashSet on some platformscsharptest2015-02-071-2/+7
| | |
| | * Fix build error for missing assembly attribute AllowPartiallyTrustedCallerscsharptest2015-02-071-2/+5
| | |
| | * Fix build error for using namespace outside of conditional compilationcsharptest2015-02-071-1/+1
| | |