- 20 Jun, 2018 3 commits
-
-
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 6 commits
- 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().
-
- 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
-