- 21 Jun, 2018 2 commits
-
-
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 2 commits
-
-
Feng Xiao authored
Fix typo in the doc
-
Sankate Sharma authored
-
- 19 Jun, 2018 5 commits
-
-
igorpeshansky authored
-
Feng Xiao authored
Update issue templates
-
Feng Xiao authored
-
Feng Xiao authored
Update third_party.md
-
Feng Xiao authored
Declare some generated C++ methods as static #4602
-
- 18 Jun, 2018 3 commits
-
-
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().
-
- 13 Jun, 2018 2 commits
-
-
Feng Xiao authored
Update build file locations.
-
Dmitry Lomov authored
Fixes https://github.com/bazelbuild/bazel/issues/5383.
-
- 12 Jun, 2018 6 commits
-
-
Yilun Chong authored
Fix incorrect link.
-
Feng Xiao authored
Make proto_api target visible
-
Feng Xiao authored
Migrate to supported version of http_archive
-
Dmitry Lomov authored
-
Dmitry Lomov authored
Fixes #4727.
-
Feng Xiao authored
-
- 11 Jun, 2018 4 commits
-
-
Feng Xiao authored
Java: Mark sun.misc dependency as optional
-
Feng Xiao authored
Fix unused parameter warnings in generated code with arenas enabled
-
cclauss authored
Inspect is used five times on line 65-74 without being imported.
-
Cory McLean authored
-
- 10 Jun, 2018 1 commit
-
-
Feng Xiao authored
Remove cycle in dependency graph
-
- 07 Jun, 2018 1 commit
-
-
Asim Shankar authored
See https://github.com/tensorflow/tensorflow/issues/19657 for motivation. But long story short, without this change: m.SerializeToArray(buffer, m.ByteSizeLong()); would result in a CHECK failure if m.ByteSizeLong() returned a value >2GB.
-
- 06 Jun, 2018 1 commit
-
-
Loo Rong Jie authored
* Align Bazel on Windows with CMake's MSVC flags
-
- 05 Jun, 2018 1 commit
-
-
Sergio Campamá authored
* Update code to work for Xcode 10b * Update README and test scripts to mention that Xcode 7 is no longer supported
-
- 04 Jun, 2018 3 commits
-
-
Thomas Colthurst authored
-
Yilun Chong authored
Add proto2 to proto3 util
-
Yilun Chong authored
-
- 03 Jun, 2018 2 commits
- 02 Jun, 2018 1 commit
-
-
Dragos Carp authored
https://github.com/dcarp/protobuf-d is a conformance tested proto3 runtime library and code generator for D.
-
- 01 Jun, 2018 3 commits
-
-
Feng Xiao authored
* Remove js_embed binary.
-
Adam Cozzette authored
Upport to master: Require C++11 and pass -std=c++11
-
Adam Cozzette authored
This commit updates the Autotools build to require a C++11 compiler and explicitly pass -std=c++11. This seems to be necessary for enabling C++11 support in older compilers.
-
- 31 May, 2018 2 commits
-
-
Adam Cozzette authored
Added Clang thread-safety annotations in mutex.h
-
Yilun Chong authored
-
- 30 May, 2018 1 commit
-
-
Adam Cozzette authored
For Clang's thread safety analysis (-Wthread-safety) to pass without warnings, we need to annotate WrappedMutex to indicate that Lock() acquires the lock and Unlock() releases it. This CL adds the annotations and guards them with an ifdef to make sure they're a no-op on compilers other than Clang. This is a cherry-pick of a change I already made to the Google-internal codebase.
-