- 21 Aug, 2015 1 commit
-
-
Joshua Haberman authored
Ruby: Conform to C89/C90 variable declaration rules.
-
- 20 Aug, 2015 1 commit
-
-
Josh Haberman authored
Change-Id: I6cf77f01370204ad4bc7b345a040a9a3de1706a0
-
- 14 Aug, 2015 6 commits
-
-
Jon Skeet authored
C# fix for TypeInitializer exception.
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Paul Yang authored
Add support for a file listing expected package to objc prefixes for validation.
-
Thomas Van Lenten authored
- Add a env var to pass a set of expected prefixes for validation. - Report warnings/errors based on the expected prefixes vs. the data in the files compiled. - Use some helpers from common directory.
-
- 13 Aug, 2015 5 commits
-
-
Joshua Haberman authored
Fixed several Ruby conformance test cases through upb update.
-
Jan Tattermusch authored
Allow public access to descriptor.proto as a dependency.
-
Jon Skeet authored
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.
-
Feng Xiao authored
Install protobuf from cmake project
-
Josh Haberman authored
Change-Id: Ief77de7134e05e07b1a7e3970d49880c2d5e6fe9
-
- 12 Aug, 2015 2 commits
-
-
Feng Xiao authored
Link runtime statically for VS build
-
Jan Tattermusch authored
-
- 11 Aug, 2015 3 commits
-
-
Paul Yang authored
Revert "Add packFrom, unpackTo and is in google.protobuf.Any."
-
Thomas Van Lenten authored
This reverts commit 7366efd8. Still some discussion about the api to expose the helpers with.
-
Paul Yang authored
Update GPBWellKnownTypes.m
-
- 10 Aug, 2015 6 commits
-
-
Jan Tattermusch authored
More TODOs done.
-
Jon Skeet authored
- 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.
-
Jon Skeet authored
Implement Keys and Values as views in MapField
-
Jon Skeet authored
-
Jon Skeet authored
Make FieldDescriptor.IsPacked work appropriately.
-
Jon Skeet authored
-
- 09 Aug, 2015 1 commit
-
-
Jan Tattermusch authored
-
- 08 Aug, 2015 9 commits
-
-
Jan Tattermusch authored
Remove our own version of MakeTag now that the main one is fixed.
-
Jon Skeet authored
-
Jon Skeet authored
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.
-
Jon Skeet authored
Tidying up
-
Jon Skeet authored
-
Jon Skeet authored
Visual Studio is happy with it, but Mono isn't :(
-
Jon Skeet authored
-
Jon Skeet authored
Fix groups handling in C#
-
Jon Skeet authored
-
- 07 Aug, 2015 3 commits
- 06 Aug, 2015 3 commits
-
-
Bo Yang authored
-
Jon Skeet authored
-
Jon Skeet authored
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.)
-