aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge pull request #317 from jskeet/csharpGravatar Jon Skeet2015-04-29
|\
| * Removing more C# project files.Gravatar Jon Skeet2015-04-29
| * Remove CLS compliance from runtime code.Gravatar Jon Skeet2015-04-29
| * Update C# solution and AddressBook project.Gravatar Jon Skeet2015-04-29
| * Remove support for Serializable.Gravatar Jon Skeet2015-04-29
| * Remove RPC support.Gravatar Jon Skeet2015-04-29
| * Remove a bunch of files which are no longer relevant:Gravatar Jon Skeet2015-04-29
* | Merge pull request #313 from jskeet/csharpGravatar Jie Luo2015-04-28
|\|
| * Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Gravatar Jon Skeet2015-04-28
| * Updated set of unit tests and unit test protos.Gravatar Jon Skeet2015-04-28
| * First part of making the C# runtime work with the new codegen.Gravatar Jon Skeet2015-04-28
|/
* Merge pull request #300 from jskeet/csharpGravatar Jie Luo2015-04-27
|\
| * Add C# files to Visual Studio projects.Gravatar Jon Skeet2015-04-24
|/
* Merge pull request #288 from jtattermusch/csharp_protobuf_reviewedGravatar Jie Luo2015-04-17
|\
| * 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
| |\
| * \ Merge pull request #2 from jtattermusch/csharp_protobuf_importedGravatar Jan Tattermusch2015-04-17
| |\ \
| | | * 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
| | | * 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
|\ \ \ \
| | | | * creating private ctor for builders is now the default (as it used to be for o...Gravatar Jan Tattermusch2015-04-13
| | | | * 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
|/ / / /
| | | * 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
|\ \ \ \
| * | | | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| * | | | [PYTHON] Remove awkward duplicate testsGravatar Tamir Duberstein2015-04-10
| * | | | [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
|\ \ \ \
| * | | | Export LD_LIBRARY_PATH.Gravatar Josh Haberman2015-04-09