- 26 Aug, 2015 7 commits
-
-
Jon Skeet authored
We now do this in protoc instead of the generation simpler. Benefits: - Generation script is simpler - Detection is simpler as we now only need to care about one filename - The embedded descriptor knows itself as "google/protobuf/descriptor.proto" avoiding dependency issues This PR also makes the "invalid dependency" exception clearer in terms of expected and actual dependencies.
-
Feng Xiao authored
Fix bugs on windows
-
Bo Yang authored
-
Jisi Liu authored
Update cmake and BUILD files.
-
Jisi Liu authored
Change-Id: I17e16fdae6e4d2fb74d178fa5564a609ed58af1d
-
Jisi Liu authored
-
Jisi Liu authored
Change-Id: I74a73d3135ec1e0e4d52d741a77456b8e55f038f
-
- 25 Aug, 2015 5 commits
-
-
Jisi Liu authored
Change-Id: I83a93fdb119a643fbc884e6ec3624493f6270370
-
Feng Xiao authored
(cherry-picking an intenral change).
-
https://github.com/nsuke/protobufJisi Liu authored
Manually merge pull request: https://github.com/google/protobuf/pull/674 that fixes the gcc C++11 build.
-
Feng Xiao authored
-
Feng Xiao authored
-
- 24 Aug, 2015 2 commits
- 23 Aug, 2015 1 commit
-
-
Feng Xiao authored
-
- 21 Aug, 2015 3 commits
-
-
Jisi Liu authored
Change-Id: If3fb07754a734bae610d95124528e073515ac525
-
Jisi Liu authored
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
-
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 5 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.
-