aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove the executable bit from several source code filesGravatar Sebastian Schuberth2018-06-25
| | | | This potentially avoids compiler warnings.
* Merge pull request #2470 from xuwei-k/patch-1Gravatar Feng Xiao2018-06-22
|\ | | | | update ScalaPB url
* \ Merge pull request #4168 from jin/masterGravatar Feng Xiao2018-06-22
|\ \ | | | | | | Use versions module from Skylib for version checking
* \ \ Merge pull request #4815 from vervaekejonathan/masterGravatar Adam Cozzette2018-06-22
|\ \ \ | | | | | | | | Fix parameters declaration
| * | | Fix parameters declarationGravatar vervaekejonathan2018-06-22
|/ / /
* | | Merge pull request #4813 from htuch/fix-any-in-mapGravatar Feng Xiao2018-06-21
|\ \ \ | | | | | | | | protostream_objectwriter: fix bug when Any is directly embedded in a …
* \ \ \ Merge pull request #4812 from htuch/fix-any-caseGravatar Feng Xiao2018-06-21
|\ \ \ \ | | | | | | | | | | protostream_objectsource: preserve print options across Any.
* | | | | Add msbuild targets to C# tools for protoc compilers (#4648)Gravatar Sydney Acksman2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added props to C# tools * Add targets file to makefile.am
* | | | | Merge pull request #4811 from htuch/invalid-name-jsonGravatar Feng Xiao2018-06-21
|\ \ \ \ \ | | | | | | | | | | | | json: include field name in InvalidName status messages.
| | * | | | Added TODO for grouping options.Gravatar Harvey Tuch2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Harvey Tuch <htuch@google.com>
| | | * | | protostream_objectwriter: fix bug when Any is directly embedded in a map.Gravatar Harvey Tuch2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | | protostream_objectsource: preserve print options across Any.Gravatar Harvey Tuch2018-06-21
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Additional whitespace.Gravatar Harvey Tuch2018-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Harvey Tuch <htuch@google.com>
| * | | | json: include field name in InvalidName status messages.Gravatar Harvey Tuch2018-06-21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | print() is a function in Python 3 (#4754)Gravatar cclauss2018-06-20
| | | |
* | | | Merge pull request #1261 from gjasny/disable-tls-for-osx-10.6Gravatar Adam Cozzette2018-06-20
|\ \ \ \ | | | | | | | | | | Disable thread local storage for OSX < 10.7
* \ \ \ \ Merge pull request #4780 from mwei0210/masterGravatar Adam Cozzette2018-06-20
|\ \ \ \ \ | |_|/ / / |/| | | | check provided size to check whether to export
* | | | | Merge pull request #4797 from sankate/masterGravatar Feng Xiao2018-06-19
|\ \ \ \ \ | | | | | | | | | | | | Fix typo in the doc
| * | | | | Fix typo in the docGravatar Sankate Sharma2018-06-19
|/ / / / /
* | | | | Add Google::Protobuf::Any.pack convenience class method. (#4719)Gravatar igorpeshansky2018-06-19
| | | | |
* | | | | Merge pull request #4792 from google/issuetemplatesGravatar Feng Xiao2018-06-19
|\ \ \ \ \ | | | | | | | | | | | | Update issue templates
| * | | | | Add github issue templatesGravatar Feng Xiao2018-06-19
|/ / / / /
* | | | | Merge pull request #4306 from oniksan/upadate-thirdpartyGravatar Feng Xiao2018-06-18
|\ \ \ \ \ | | | | | | | | | | | | Update third_party.md
| | * | | | not emptyGravatar ming2018-06-19
| | | | | |
* | | | | | Merge pull request #4626 from robhancocksed/masterGravatar Feng Xiao2018-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Declare some generated C++ methods as static #4602
| | | * | | | check provided sizeGravatar ming2018-06-19
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2121 from mazurkin/issue-2108Gravatar Feng Xiao2018-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | issue-2108 [protoc/Java] Excessive copying on buildPartial()
* | | | | | | proto_writer.h: RenderBytes is an override. Marking it. (#4707)Gravatar medinandres2018-06-18
| | | | | | | | | | | | | | | | | | | | | * proto_writer.h: RenderBytes is an override. Marking it.
* | | | | | | Merge pull request #4739 from asimshankar/tf-bytesizeGravatar Feng Xiao2018-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Graceful failure in SerializeToArray().
* \ \ \ \ \ \ \ Merge pull request #4760 from dslomov/fix-buildfile-referencesGravatar Feng Xiao2018-06-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update build file locations.
| * | | | | | | | Update build file locations.Gravatar Dmitry Lomov2018-06-13
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/bazelbuild/bazel/issues/5383.
* | | | | | | | Merge pull request #4755 from xfxyjwf/fix_benchmarks_linkGravatar Yilun Chong2018-06-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix incorrect link.
* \ \ \ \ \ \ \ \ Merge pull request #4748 from cmclean/masterGravatar Feng Xiao2018-06-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make proto_api target visible
* \ \ \ \ \ \ \ \ \ Merge pull request #4758 from dslomov/patch-1Gravatar Feng Xiao2018-06-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Migrate to supported version of http_archive
| * | | | | | | | | | Fix typoGravatar Dmitry Lomov2018-06-12
| | | | | | | | | | |
| * | | | | | | | | | Migrate to supported version of http_archiveGravatar Dmitry Lomov2018-06-12
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Fixes #4727.
| | * / / / / / / / Fix incorrect link.Gravatar Feng Xiao2018-06-11
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2811 from Dunemaster/masterGravatar Feng Xiao2018-06-11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Java: Mark sun.misc dependency as optional
* \ \ \ \ \ \ \ \ \ Merge pull request #3901 from wijagels/masterGravatar Feng Xiao2018-06-11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix unused parameter warnings in generated code with arenas enabled
* | | | | | | | | | | import inspect (#3507)Gravatar cclauss2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspect is used five times on line 65-74 without being imported.
| | | * | | | | | | | Make proto_api target visibleGravatar Cory McLean2018-06-11
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #4725 from ThomasColthurst/patch-2Gravatar Feng Xiao2018-06-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove cycle in dependency graph
| | | | * | | | | | | Graceful failure in SerializeToArray().Gravatar Asim Shankar2018-06-07
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Align Bazel on Windows with CMake's MSVC flags (#4720)Gravatar Loo Rong Jie2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Align Bazel on Windows with CMake's MSVC flags
* | | | | | | | | | Update code to work for Xcode 10b1 (#4729)Gravatar Sergio Campamá2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update code to work for Xcode 10b * Update README and test scripts to mention that Xcode 7 is no longer supported
| * | | | | | | | | Remove cycle in dependency graphGravatar Thomas Colthurst2018-06-04
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4699 from BSBandme/add_proto2_to_proto3_pluginGravatar Yilun Chong2018-06-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add proto2 to proto3 util
| * | | | | | | | | FixGravatar Yilun Chong2018-06-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4698 from ThomasColthurst/proto_c_apiGravatar Feng Xiao2018-06-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Introduce Proto C API; based on cl/198113115 by amauryfa
* \ \ \ \ \ \ \ \ \ \ Merge pull request #4714 from dcarp/reference_protobuf_dGravatar Feng Xiao2018-06-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add reference to protobuf-d