aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #317 from jskeet/csharpGravatar Jon Skeet2015-04-29
|\ | | | | Tidying up the C# runtime project
| * Removing more C# project files.Gravatar Jon Skeet2015-04-29
| |
| * Remove CLS compliance from runtime code.Gravatar Jon Skeet2015-04-29
| | | | | | | | We need to remove it from the generator too; I'll raise a github issue for that.
| * Update C# solution and AddressBook project.Gravatar Jon Skeet2015-04-29
| | | | | | | | | | | | | | | | Move to a single solution file containing all of the C# projects, but no other solution folders - it's easier to edit those files outside VS than keep adding and removing them from the project. The AddressBook protos have been regenerated (with a change to the example proto which I haven't included in this change - I'll wait for us to decide exactly what we're doing with namespaces before changing protos outside the csharp directory. Note that now we've got Addressbook.cs which contains AddressBook and Addressbook classes. It's bad enough that we've got a class called AddressBook within a namespace of AddressBook (hard to get away from) but having things vary just by case is nasty. This is more evidence that an option for renaming the file and descriptor class would be welcome. (A single option can probably handle both.)
| * Remove support for Serializable.Gravatar Jon Skeet2015-04-29
| | | | | | | | | | This could potentially be added back in later, but its use is limited and it's a pain in terms of support in PCL environments. One use that has been highlighted is passing objects between AppDomains; we'd recommend passing a byte array explicitly and reparsing on the other side.
| * Remove RPC support.Gravatar Jon Skeet2015-04-29
| | | | | | | | 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:Gravatar Jon Skeet2015-04-29
| | | | | | | | | | | | 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
* | Merge pull request #313 from jskeet/csharpGravatar Jie Luo2015-04-28
|\| | | | | First steps to making the C# runtime work with new codegen
| * Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Gravatar Jon Skeet2015-04-28
| | | | | | | | (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.Gravatar Jon Skeet2015-04-28
| | | | | | | | | | | | | | | | | | | | 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.Gravatar Jon Skeet2015-04-28
|/ | | | | | | | 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/csharpGravatar Jie Luo2015-04-27
|\ | | | | Add C# generator files to the VS project for libprotoc
| * Add C# files to Visual Studio projects.Gravatar Jon Skeet2015-04-24
|/ | | | Also ignore Windows native build output files.
* Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedGravatar Jie Luo2015-04-17
|\ | | | | C# protocol buffers (initial pull request)
| * forgot to include header files into automake templateGravatar Jan Tattermusch2015-04-17
| |
| * Merge pull request #1 from jtattermusch/csharp_protogen_rewriteGravatar Jan Tattermusch2015-04-17
| |\ | | | | | | Rewrite of C# protogen to C++ (initial version)
| * \ Merge pull request #2 from jtattermusch/csharp_protobuf_importedGravatar Jan Tattermusch2015-04-17
| |\ \ | | | | | | | | Pulling protobuf-csharp-port into csharp/ directory
| | | * temporarily removing csharp_umbrella_namespace file optionGravatar Jan Tattermusch2015-04-17
| | | |
| | | * removing csharp_property_name field optionGravatar Jan Tattermusch2015-04-17
| | | |
| | | * one more fix to csharp_umbrella_namespace commentGravatar Jan Tattermusch2015-04-17
| | | |
| | | * fix: do not mention umbrella_classname in commentGravatar Jan Tattermusch2015-04-17
| | | |
| | | * Fixed comment for csharp_umbrella_namespace (nest_classes has been removed)Gravatar Jan Tattermusch2015-04-16
| | | |
| | | * fixing field number of csharp_umbrella_namespace optionGravatar Jan Tattermusch2015-04-16
| | | |
| | * | removed .hgignore fileGravatar Jan Tattermusch2015-04-16
| | | |
| | * | Added instructions to manually download the dependenciesGravatar Jan Tattermusch2015-04-16
| | | |
| | * | cleanup of csharp/lib/ directoryGravatar Jan Tattermusch2015-04-16
| | | |
| | * | Updated readme.md and changes.txt, removed old license.txtGravatar Jan Tattermusch2015-04-16
| | | |
| | * | Imported protobuf-csharp-port into csharp/ treeGravatar Jan Tattermusch2015-04-16
| |/| |
* | | | Factored conformance tests so they can run in-process.Gravatar Josh Haberman2015-04-15
| | | | | | | | | | | | | | | | | | | | | | | | This is necessary for testing on iOS. Change-Id: I54ec1e3aa2e9fbfff9a6cd6580920a6a62069b63
| | | * integrate CalcSerializedSize() fix from protobuf-csharp-port issue 84Gravatar Jan Tattermusch2015-04-13
| | | |
| | | * fixing implementation of GetFileUmbrellaNamespaceGravatar Jan Tattermusch2015-04-13
| | | |
| | | * implemented HasRequiredFields logicGravatar Jan Tattermusch2015-04-13
| | | |
| | | * addressed TODO for lite runtimeGravatar Jan Tattermusch2015-04-13
| | | |
* | | | Merge pull request #284 from cfallin/issue-283Gravatar Joshua Haberman2015-04-13
|\ \ \ \ | | | | | | | | | | Fix for issue 283: JSON handler cleanup typo causing segfault.
| | | | * creating private ctor for builders is now the default (as it used to be for ↵Gravatar Jan Tattermusch2015-04-13
| | | | | | | | | | | | | | | | | | | | old codegen)
| | | | * output file naming logic, configurable file extension, comment rewordingGravatar Jan Tattermusch2015-04-13
| | | | |
| | | | * added support for deprecated fields, reworded some todosGravatar Jan Tattermusch2015-04-13
| | | | |
| * | | | Bump gem version to release bugfix.Gravatar Chris Fallin2015-04-13
| | | | |
| * | | | Fixed issue #283: crash in JSON handler cleanup.Gravatar Chris Fallin2015-04-13
|/ / / / | | | | | | | | | | | | Includes repro test case from @wfarr.
| | | * enable overriding of property name using csharp_property_nameGravatar Jan Tattermusch2015-04-13
| | | |
| | | * updated C# codegen to use restricted set of csharp options from descriptor.protoGravatar Jan Tattermusch2015-04-13
| | | |
| | | * restricted number of csharp options and regenerated descriptor.protoGravatar Jan Tattermusch2015-04-13
| | | |
* | | | Merge pull request #276 from tamird/drop-apputils-dependencyGravatar Joshua Haberman2015-04-11
|\ \ \ \ | | | | | | | | | | Migrate Python tests to stdlib unittest, drop apputils dependency.
| * | | | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | | | | | | | | | | | | | | | | | Use stdlib's 'unittest' instead.
| * | | | [PYTHON] Remove awkward duplicate testsGravatar Tamir Duberstein2015-04-10
| | | | | | | | | | | | | | | | | | | | We already run all tests with and without `--cpp_implementation`
| * | | | [PYTHON] README: explain homebrew shenanigansGravatar Tamir Duberstein2015-04-10
| | | | |
| * | | | [PYTHON] Remove unnecessary `include_dir`Gravatar Tamir Duberstein2015-04-10
| | | | |
| * | | | [PYTHON] Clarify API version commentGravatar Tamir Duberstein2015-04-10
|/ / / /
* | | | Merge pull request #278 from haberman/python-travisGravatar Joshua Haberman2015-04-09
|\ \ \ \ | | | | | | | | | | Added Python to Travis build and clarified setup instructions.
| * | | | Export LD_LIBRARY_PATH.Gravatar Josh Haberman2015-04-09
| | | | |