- 27 Jun, 2018 1 commit
-
-
Adam Cozzette authored
Removed forward declaration of MemBlock class
-
- 25 Jun, 2018 15 commits
-
-
Michal Matuszak authored
Removed forward declaration of MemBlock class. Declaration is in conflict with declaration `::strings::MemBlock`
-
Adam Cozzette authored
Merge 3.6.x branch into master
-
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
-
Adam Cozzette authored
-
Paul Yang authored
* Install rake compiler * Add kokoro config to build ruby gem on linux * Rename from linix to linux * Fix prepare_build.sh name * Clean up * Install bundler * Install bundler * Use c99 in order to build gem on mingw-32 on ruby 2.0.0 See https://github.com/rake-compiler/rake-compiler-dock/issues/4 * Move c99 config to extcofig.rb
-
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 4 commits
-
-
Paul Yang authored
-
Paul Yang authored
* Add files to build ruby artifact for mac on kokoro * Move ruby specific stuff to ruby dir
-
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 4 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
-