- 23 Aug, 2019 31 commits
-
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
Add ExtensionSet tests and add checks that non-message extension fields don't fail initialization checks
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
Adjust APIs for extensions to properly return default values for extensions Fix issues with IsInitialized and proto2 field reflection
-
Sydney Acksman authored
-
Sydney Acksman authored
Fix generated group code missing end group tag case Fix generated field classes searching for presence index for extensions
-
Sydney Acksman authored
-
Sydney Acksman authored
-
ObsidianMinor authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Sydney Acksman authored
-
Joshua Haberman authored
Removed ByteCountInt64. This is a transitional typedef that should n…
-
Paul Yang authored
* Test singular fields are encoded in canonical way * Defautl values in proto3 should not be encoded. * Values should be converted to the canonical representation (e.g., long int64 value may be truncated for int32 field) * Update failure list * Update failure list
-
Joshua Haberman authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
-
Mohamed Heikal authored
clang-cl requires the order to be the opposite of what it currently is. It should not affect other compilers since this is the only compiler that has both macros defined.
-
Rafi Kamal authored
Down integrate internal changes to GitHub
-
Rafi Kamal authored
Update to Truth 1.0
-
Rafi Kamal authored
-
- 22 Aug, 2019 4 commits
-
-
Paul Yang authored
The previous issue of mktime doesn't work on Mac has been fixed.
-
Joshua Haberman authored
We were creating a map decoding frame when starting the *map*, but clearing the GC slot when finishing each *map entry*. This means that the decoding frame could be collected in the meantime.
-
Julio Monteiro authored
* Add source code URI to the Ruby gemspec file As a developer, I would like to easily find the source code origin for this gem when browsing through https://rubygems.org/gems/google-protobuf. In order to solve this, I've followed instructions at https://guides.rubygems.org/specification-reference/#metadata by adding the source_code_uri metadata key pair. * Use git tag instead of fixed "master" string * Substitute the string, not the Gem::Version
-
Paul Yang authored
Proto2 has been tested for invalid cases. Check implementation of ExpectParseFailureForProto (https://github.com/protocolbuffers/protobuf/blob/master/conformance/binary_json_conformance_suite.cc#L322)
-
- 20 Aug, 2019 5 commits
-
-
Elliotte Rusty Harold authored
-
Joshua Haberman authored
Fix for race in lazy initialization of handlers.
-
Joshua Haberman authored
Optimized layout_mark() for Ruby
-
Joshua Haberman authored
This fixes https://github.com/protocolbuffers/protobuf/issues/6532.
-
Paul Yang authored
-