- 25 Jun, 2018 11 commits
-
-
Sydney Acksman authored
* Remove protoc conditional properties * Fix duplicate brace
-
Yuchen Xie authored
-
Pat Moroney authored
the testMessageSetNullFail function was declared twice. So I renamed one to testMessageSetNullFailMap
-
Feng Xiao authored
Remove the executable bit from several source code files
-
Feng Xiao authored
Fixed protobuf_generate output definition
-
Vladimir Kovpak authored
Added `-y` flag to `sudo apt-get` command.
-
Feng Xiao authored
Add "override" keyword for overridden virtual functions
-
Adam Cozzette authored
Add guards against bswap_XX redefnitions
-
cclauss authored
This change helps both humans and linters to understand the unusual method of instantiating this global variable.
-
Steffen Wittmeier authored
-
Sebastian Schuberth authored
This potentially avoids compiler warnings.
-
- 23 Jun, 2018 2 commits
- 22 Jun, 2018 2 commits
-
-
Adam Cozzette authored
Fix parameters declaration
-
vervaekejonathan authored
-
- 21 Jun, 2018 9 commits
-
-
Feng Xiao authored
protostream_objectwriter: fix bug when Any is directly embedded in a …
-
Feng Xiao authored
protostream_objectsource: preserve print options across Any.
-
Sydney Acksman authored
* Added props to C# tools * Add targets file to makefile.am
-
Feng Xiao authored
json: include field name in InvalidName status messages.
-
Harvey Tuch authored
Signed-off-by: Harvey Tuch <htuch@google.com>
-
Harvey Tuch authored
This came up when trying to round-trip the JSON<->proto3 conversion for Envoy's envoy.admin.v2alpha.ConfigDump (https://github.com/envoyproxy/envoy/blob/b903c1dc984593f8e95e0569c1503dc5d85fbe34/api/envoy/admin/v2alpha/config_dump.proto#L29). Validated fix on the Envoy code base and via the provided unit test. Signed-off-by: Harvey Tuch <htuch@google.com>
-
Harvey Tuch authored
Fixes #4771. Based on the solution included in the issues from @wangjinhua. Validated this works with Envoy's /config_dump JSON rendering. Signed-off-by: Harvey Tuch <htuch@google.com>
-
Harvey Tuch authored
Signed-off-by: Harvey Tuch <htuch@google.com>
-
Harvey Tuch authored
This is invaluable for chasing down the culprit in failed JSON -> proto conversions. We often see in Envoy that a failed JSON (or indirectly via YAML) configuration won't load but it's unclear why. Signed-off-by: Harvey Tuch <htuch@google.com>
-
- 20 Jun, 2018 5 commits
-
-
cclauss authored
-
Adam Cozzette authored
Disable thread local storage for OSX < 10.7
-
Adam Cozzette authored
check provided size to check whether to export
-
Feng Xiao authored
Fix typo in the doc
-
Sankate Sharma authored
-
- 19 Jun, 2018 7 commits
-
-
igorpeshansky authored
-
Feng Xiao authored
Update issue templates
-
Feng Xiao authored
-
Khuzema Pithewan authored
Add "override" for overridden virtual functions. Please refer following issue for discussion on this. https://github.com/google/protobuf/issues/67
-
Feng Xiao authored
Update third_party.md
-
ming authored
-
Feng Xiao authored
Declare some generated C++ methods as static #4602
-
- 18 Jun, 2018 4 commits
-
-
ming authored
-
Feng Xiao authored
issue-2108 [protoc/Java] Excessive copying on buildPartial()
-
medinandres authored
* proto_writer.h: RenderBytes is an override. Marking it.
-
Feng Xiao authored
Graceful failure in SerializeToArray().
-