aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fix type initialization problem with FileDescriptorGravatar Jan Tattermusch2015-08-14
|
* add a failing descriptor testGravatar Jan Tattermusch2015-08-14
|
* remove duplicate test caseGravatar Jan Tattermusch2015-08-14
|
* Merge pull request #716 from haberman/fixrubyGravatar Joshua Haberman2015-08-13
|\ | | | | Fixed several Ruby conformance test cases through upb update.
* \ Merge pull request #718 from jskeet/descriptor-descriptorGravatar Jan Tattermusch2015-08-13
|\ \ | | | | | | Allow public access to descriptor.proto as a dependency.
| * | Allow public access to descriptor.proto as a dependency.Gravatar Jon Skeet2015-08-13
|/ / | | | | | | | | With this in place, generating APIs on github.com/google/googleapis works - previously annotations.proto failed. Currently there's no access to the annotations (stored as extensions) but we could potentially expose those at a later date.
* | Merge pull request #673 from podsvirov/topic-cmake-installGravatar Feng Xiao2015-08-12
|\ \ | | | | | | Install protobuf from cmake project
| | * Fixed several Ruby conformance test cases through upb update.Gravatar Josh Haberman2015-08-12
| |/ |/| | | | | Change-Id: Ief77de7134e05e07b1a7e3970d49880c2d5e6fe9
* | Merge pull request #702 from jtattermusch/visual_studio_build_static_runtimeGravatar Feng Xiao2015-08-12
|\ \ | | | | | | Link runtime statically for VS build
| * | only link runtime libraries statically for a static buildGravatar Jan Tattermusch2015-08-12
| | |
* | | Merge pull request #706 from thomasvl/revert_any_change_2Gravatar Paul Yang2015-08-11
|\ \ \ | | | | | | | | Revert "Add packFrom, unpackTo and is in google.protobuf.Any."
| * | | Revert "Add packFrom, unpackTo and is in google.protobuf.Any."Gravatar Thomas Van Lenten2015-08-11
|/ / / | | | | | | | | | | | | | | | This reverts commit 7366efd81e7f36108aa35e66fca61da8a65762c2. Still some discussion about the api to expose the helpers with.
* | | Merge pull request #649 from cijianzy/masterGravatar Paul Yang2015-08-11
|\ \ \ | | | | | | | | Update GPBWellKnownTypes.m
* \ \ \ Merge pull request #703 from jskeet/more-todosGravatar Jan Tattermusch2015-08-10
|\ \ \ \ | | | | | | | | | | More TODOs done.
| * | | | More TODOs done.Gravatar Jon Skeet2015-08-10
|/ / / / | | | | | | | | | | | | | | | | | | | | - Removed a TODO without change in DescriptorPool.LookupSymbol - the TODOs were around performance, and this is only used during descriptor initialization - Make the CodedInputStream limits read-only, adding a static factory method for the rare cases when this is useful - Extracted IDeepCloneable into its own file.
* | | | Merge pull request #701 from jskeet/map-viewsGravatar Jon Skeet2015-08-10
|\ \ \ \ | | | | | | | | | | Implement Keys and Values as views in MapField
| * | | | Fix parameter name in exception.Gravatar Jon Skeet2015-08-10
| | | | |
* | | | | Merge pull request #699 from jskeet/validate_packedGravatar Jon Skeet2015-08-10
|\ \ \ \ \ | | | | | | | | | | | | Make FieldDescriptor.IsPacked work appropriately.
| | * | | | Implement ICollection.CopyTo (using Array) for MapField views.Gravatar Jon Skeet2015-08-10
| | | | | |
| | | | * | make VS build link runtime staticallyGravatar Jan Tattermusch2015-08-08
| | | | | |
* | | | | | Merge pull request #700 from jskeet/remove-packed-hackGravatar Jan Tattermusch2015-08-08
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove our own version of MakeTag now that the main one is fixed.
| | | * | | Implement Keys and Values as viewsGravatar Jon Skeet2015-08-08
| |_|/ / / |/| | | |
| | * | | Make FieldDescriptor.IsPacked work appropriately.Gravatar Jon Skeet2015-08-08
| |/ / / |/| | | | | | | | | | | | | | | This is a bit of a grotty hack, as we need to sort of fake proto2 field presence, but with only a proto3 version of the descriptor messages (a bit like oneof detection). Should be okay, but will need to be careful of this if we ever implement proto2.
* | | | Merge pull request #695 from jskeet/remove-todosGravatar Jon Skeet2015-08-08
|\ \ \ \ | | | | | | | | | | Tidying up
| * | | | Address review comments.Gravatar Jon Skeet2015-08-08
| | | | |
| * | | | Remove reference to generic types within XML comment.Gravatar Jon Skeet2015-08-08
| | | | | | | | | | | | | | | | | | | | Visual Studio is happy with it, but Mono isn't :(
| * | | | Tidying up - fix a bunch of TODOs and remove outdated ones.Gravatar Jon Skeet2015-08-08
|/ / / /
* | | | Merge pull request #694 from jskeet/groupsGravatar Jon Skeet2015-08-08
|\ \ \ \ | | | | | | | | | | Fix groups handling in C#
| * | | | Address review comments.Gravatar Jon Skeet2015-08-08
| | | | |
| | * | | Remove our own version of MakeTag now that the main one is fixed.Gravatar Jon Skeet2015-08-07
| |/ / / |/| | | | | | | | | | | "Tested" by regenerating code and observing that there are no changes.
* | | | Merge pull request #645 from zsurocking/masterGravatar Paul Yang2015-08-06
|\ \ \ \ | | | | | | | | | | Down integrate. Generate a package name suffix ".nano" for nano messages
* \ \ \ \ Merge pull request #696 from TeBoring/tempGravatar Paul Yang2015-08-06
|\ \ \ \ \ | | | | | | | | | | | | Remove unused .pb.h #includes.
| * | | | | Remove unused .pb.h #includes.Gravatar Bo Yang2015-08-06
|/ / / / /
| | * | | Generated code for previous commit.Gravatar Jon Skeet2015-08-06
| | | | |
| | * | | Skip groups properly.Gravatar Jon Skeet2015-08-06
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the generated code doesn't need to check for end group tags, as it will skip whole groups at a time. Currently it will ignore extraneous end group tags, which may or may not be a good thing. Renamed ConsumeLastField to SkipLastField as it felt more natural. Removed WireFormat.IsEndGroupTag as it's no longer useful. This mostly fixes issue 688. (Generated code changes coming in next commit.)
* | | | Merge pull request #692 from jskeet/tag-0Gravatar Jan Tattermusch2015-08-05
|\ \ \ \ | | | | | | | | | | Change ReadTag/PeekTag behaviour to return 0 at EOF
| * | | | Make InvalidProtocolBufferException.InvalidTag internal.Gravatar Jon Skeet2015-08-05
| | | | | | | | | | | | | | | | | | | | We don't need to expose the InvalidProtocolBufferException factory method now that the generated code doesn't throw the exception.
| * | | | Generated code changes for previous commit.Gravatar Jon Skeet2015-08-05
| | | | |
| * | | | Change ReadTag and PeekTag to just use 0 as a return value for "end of ↵Gravatar Jon Skeet2015-08-05
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | stream", rather than using an awkward out parameter. This simplifies quite a lot of code. Generated code in next commit.
* | | | Merge pull request #689 from jskeet/fix-eofGravatar Jon Skeet2015-08-05
|\ \ \ \ | | | | | | | | | | C# conformance tests
| * | | | Update AssemblyInfo for conformance - mostly to fix version numbers.Gravatar Jon Skeet2015-08-05
| | | | |
| * | | | Validate that after reading a message, we've consumed as many bytes as we ↵Gravatar Jon Skeet2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected to. We should now have no conformance failures.
| * | | | Generated code changes for previous commit.Gravatar Jon Skeet2015-08-05
| | | | |
| * | | | Consume unknown fields when parsing.Gravatar Jon Skeet2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | This is expected to be the cause of the conformance test failures. Generated code in next commit.
| * | | | Added C# conformance tests.Gravatar Jon Skeet2015-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests are run from Travis in the same way as on other platforms. Currently some expected failures - but only expected in that they're what we got to start with. Will try to fix them in other pull requests.
| * | | | First pass at C# conformance tests.Gravatar Jon Skeet2015-08-05
|/ / / / | | | | | | | | | | | | Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...
* | | | Merge pull request #691 from jskeet/xml-documentationGravatar Jon Skeet2015-08-05
|\ \ \ \ | | | | | | | | | | Document everything, and turn on errors if we fail to document anything in the future
| * | | | Fix one cref that Mono was unhappy withGravatar Jon Skeet2015-08-05
| | | | |
* | | | | Merge pull request #684 from jskeet/unusedGravatar Jan Tattermusch2015-08-04
|\ \ \ \ \ | | | | | | | | | | | | Fix build warnings around unused variables
| | | * \ \ Merge remote-tracking branch 'upstream/master'Gravatar Xiao Hang2015-08-04
| | | |\ \ \ | |_|_|/ / / |/| | | | |