- 18 Jun, 2018 1 commit
-
-
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 5 commits
-
-
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.
-
Adam Cozzette authored
Updated generate_changelog.py
-
Adam Cozzette authored
Merge 3.5.x branch into master
-
Thomas Colthurst authored
-
Paul Yang authored
-
- 29 May, 2018 2 commits
-
-
Paul Yang authored
-
leovitch authored
Added new API to GPBEnumDescriptor to enable introspection of enum values. Refactored implementation so that this contains a minimum of added code. Clarified comments regarding behavior in the presence of the alias_allowed option. Added unit tests for new functionality and for the alias case.
-
- 25 May, 2018 2 commits
- 24 May, 2018 3 commits