aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
Commit message (Collapse)AuthorAge
...
| * allow message parsing from an array sliceGravatar Jan Tattermusch2017-11-10
| |
* | ParseFrom<T> for array slice is missingGravatar Jan Tattermusch2017-11-09
| |
* | check already performed by MergeFromGravatar Jan Tattermusch2017-11-09
| |
* | allow message parsing from an array sliceGravatar Jan Tattermusch2017-11-09
| |
| * Update version number to 3.5.0Gravatar Jisi Liu2017-11-02
|/
* Fix merging with message-valued oneofGravatar Jon Skeet2017-10-31
| | | | | | | | | | If messages A and B have the same oneof case, which is a message type, and we merge B into A, those sub-messages should be merged. Fixes #3200. Note that I haven't regenerated all the code, as some of the protos have been changed, breaking generation.
* update joda-time javadoc urlGravatar xuwei-k2017-10-30
|
* Add parser settings WithXyz methodsGravatar Jon Skeet2017-10-28
|
* Add JsonParser setting to ignore unknown field valuesGravatar Jon Skeet2017-10-28
| | | | | | | Note that the default behavior is still to throw an exception; you need to opt into ignoring unknown fields. Fixes #2838.
* Update descriptor protosGravatar Jisi Liu2017-10-18
|
* Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\
| * Bump version for minor releaseGravatar Jisi Liu2017-09-14
| |
* | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
| |
* | Google.Protobuf should target net45Gravatar Jan Tattermusch2017-09-12
| |
* | Update C# generated file for addressbook.protoGravatar Feng Xiao2017-09-11
| |
| * Google.Protobuf should target net45Gravatar Jan Tattermusch2017-09-05
| |
| * change the field number of php_generic_service to fix the conflict with (#3576)Gravatar Paul Yang2017-08-30
| | | | | | internal descriptor.proto
* | Merge remote-tracking branch 'origin/3.4.x' into mergemasterGravatar Jisi Liu2017-08-18
|\|
* | Detect invalid tags with a field number of 0 in C#Gravatar Jon Skeet2017-08-11
| | | | | | | | | | | | | | | | Previously we only rejected the tag if the tag itself was 0, i.e. field=0, type=varint. The type doesn't matter: field 0 is always invalid. This removes the last of the C# conformance failures.
| * Merge branch 'master' into 3.4.xGravatar Bo Yang2017-08-05
| |\ | |/ |/|
| * Bump csharp versionGravatar Jisi Liu2017-08-02
| |
* | Update the comment on the message_type to cover what it should be.Gravatar Thomas Van Lenten2017-07-26
| |
| * Merge from masterGravatar Jisi Liu2017-07-25
| |
| * Update version number for 3.4.0Gravatar Jisi Liu2017-07-24
| |
* | Merge pull request #3281 from BSBandme/ConformanceTestYilunChongGravatar Yilun Chong2017-07-24
|\ \ | | | | | | Proto2 test message support to conformance test
* \ \ Merge pull request #3375 from TeBoring/3.3.xGravatar Paul Yang2017-07-19
|\ \ \ | | | | | | | | Merge 3.3.x into master
| | | * Merge master into 3.4.xGravatar Jisi Liu2017-07-18
| | | |\ | |_|_|/ |/| | |
| | | * Update csharp and php descriptorGravatar Jisi Liu2017-07-18
| | | |
| * | | Merge 3.3.x into masterGravatar Bo Yang2017-07-18
| |\ \ \
* | | | | Support PHP generic services (#3269)Gravatar Matt A2017-07-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add php_generic_services option * Generate PHP generic services * Respect namespaces for generated PHP services * Test PHP generated services * Rename PHP generator service method doc comment function * Correct phpdoc service method case * Test namespaced PHP generic services * Always use the FQCN for PHP generic service input/output * Add generated_service_test to php test.sh * Add php service test protos to CI * Add php service files to php_EXTRA_DIST * Use Interface suffix for php generic services
* | | | Fix repository URL in C# project fileGravatar Jon Skeet2017-07-13
| | | |
* | | | C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>Gravatar Jean-Rémy Bancel2017-07-12
| | | |
| | * | delete backup filesGravatar Yilun Chong2017-07-05
| | | |
| | * | fix php failing list and csharp generated protoGravatar Yilun Chong2017-07-05
| | | |
* | | | Ensure leaveOpen is true when writing to a bufferGravatar Jon Skeet2017-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the compatibility tests have had to cahnge as well, to cope with internal changes. (The test project has access to internals in the main project.) Fixes #3209.
* | | | Make Any easier to work with in C#Gravatar Jon Skeet2017-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a TryUnpack method which doesn't throw if the type is wrong - Make GetTypeName public for easier determination of the message type Fixes #3294.
| | * | add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
| | | |
| | * | change php objc nodejs csharp rubyGravatar Yilun Chong2017-06-29
| | | |
| | * | fix csharp conformance testGravatar Yilun Chong2017-06-28
| | | |
| | * | fix csharp conformance testGravatar Yilun Chong2017-06-28
| | | |
| | * | fix csharpGravatar Yilun Chong2017-06-28
| | | |
| | * | add csharp supportGravatar Yilun Chong2017-06-28
| |/ / |/| |
| * | Update version number to 3.3.2Gravatar Bo Yang2017-06-21
| | |
* | | Add new file option php_namespace. (#3162)Gravatar Paul Yang2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
* | | update csharp README and fix .NET 3.5 build errorGravatar John Brock2017-05-25
| | |
* | | Add IncludeSource in csproj as per review commentsGravatar Jon Skeet2017-05-24
| | |
* | | Convert C# projects to MSBuild (csproj) formatGravatar Jon Skeet2017-05-24
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has one important packaging change: the netstandard version now depends (implicitly) on netstandard1.6.1 rather than on individual packages. This is the preferred style of dependency, and shouldn't affect any users - see http://stackoverflow.com/questions/42946951 for details. The tests are still NUnit, but NUnit doesn't support "dotnet test" yet; the test project is now an executable using NUnitLite. (When NUnit supports dotnet test, we can adapt to it.) Note that the project will now only work in Visual Studio 2017 (and Visual Studio Code, and from the command line with the .NET Core 1.0.0 SDK); Visual Studio 2015 does *not* support this project file format.
| * Update version number to 3.3.1Gravatar Feng Xiao2017-05-08
|/
* Update version number and changelog for 3.3.0Gravatar Feng Xiao2017-04-05
|
* Fix C++ build for down-integration.Gravatar Feng Xiao2017-03-29
|