- 10 Dec, 2015 2 commits
-
-
Joshua Haberman authored
Enable fast cpp protos in the python interface.
-
Feng Xiao authored
Arena type traits standardization.
-
- 09 Dec, 2015 5 commits
-
-
Yangqing Jia authored
-
Feng Xiao authored
Fix narrowing implicit cast in generated message [NFC]
-
Manjunath Kudlur authored
Fixes #1029
-
Kal Conley authored
-
Paul Yang authored
Use angle bracket for well known type proto header.
-
- 08 Dec, 2015 6 commits
-
-
Bo Yang authored
-
Thomas Van Lenten authored
Use compiler provided static assert and avoid tripping unused-local-typedef warnings.
-
Thomas Van Lenten authored
-
Manjunath Kudlur authored
Fixes #1029
-
Manjunath Kudlur authored
Added util/python/BUILD to provide //util/python:python_headers dependency for building use_fast_cpp_protos
-
Manjunath Kudlur authored
-
- 07 Dec, 2015 4 commits
-
-
Manjunath Kudlur authored
-
Manjunath Kudlur authored
-
Thomas Van Lenten authored
Enable CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION for the projects.
-
Thomas Van Lenten authored
-
- 06 Dec, 2015 1 commit
-
-
Yangqing Jia authored
This is adapted from the branch of @xfxyjwf at: https://github.com/xfxyjwf/protobuf/commit/494716a682ef854168e92231a3cdcc89d587d9b9 and should solve the protobuf compilation problem against nvcc. Tested against nvcc 6.5 and 7.0.
-
- 05 Dec, 2015 3 commits
-
-
Jisi Liu authored
Making _genproto rules public.
-
Joshua Haberman authored
Conformance test implementation for Python.
-
Martin Maly authored
This enables other xx_proto_library targets to depend on xx_proto_library targets in different packages, and specifically on xx_wkt_protos.
-
- 04 Dec, 2015 2 commits
-
-
Joshua Haberman authored
Add srcs_version = "PY2AND3" in BUILD files
-
Josh Haberman authored
-
- 03 Dec, 2015 3 commits
-
-
Geoffrey Irving authored
The sources themselves appear to already be Python 3 clean.
-
Josh Haberman authored
-
Jisi Liu authored
Fix headers for gmock.BUILD
-
- 02 Dec, 2015 13 commits
-
-
Josh Haberman authored
-
Josh Haberman authored
-
Thomas Van Lenten authored
Tweak the error message as the generate is in the core binary these d…
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
Check and throw errors for nil values/keys (like NSDictionary).
-
Thomas Van Lenten authored
Ensure the conformance build of objc code is using the Mac OS X SDK
-
Thomas Van Lenten authored
-
Thomas Van Lenten authored
-
Jon Skeet authored
JSON handling for Any
-
Jon Skeet authored
This required a rework of the tokenizer to allow for a "replaying" tokenizer, basically in case the @type value comes after the data itself. This rework is nice in some ways (all the pushback and object depth logic in one place) but is a little fragile in terms of token push-back when using the replay tokenizer. It'll be fine for the scenario we need it for, but we should be careful...
-
Jon Skeet authored
-
Feng Xiao authored
Add region tags for protocol buffers tutorials.
-
Tim Swast authored
Since these tags might be confusing, added a note that these are not part of the normal protocol buffers syntax. I also linked to the main tutorials page that uses these examples https://developers.google.com/protocol-buffers/docs/tutorials so that anyone who arrived here without going through that info first can get more explanation if they want.
-
- 01 Dec, 2015 1 commit
-
-
Damien Martin-Guillerez authored
Bazel 0.1.2 fix strict header checks and sandboxing for C++ rules. This change add the necessary headers for gmock so the headers get shipped in the sandbox.
-