- 25 Feb, 2016 1 commit
-
-
David Z. Chen authored
This change makes use of new imports attribute for Bazel's Python rules, which enable adding directories to the PYTHONPATH. This allows us to remove the hack for building protobuf's Python support with Bazel and now allows projects to include protobuf using a Bazel external repository rather than requiring it to be imported directly into the source tree as //google/protobuf. This change also updates the protobuf BUILD file to use a named repository, @python//, for including Python headers rather than //util/python. This allows projects to specify their own package for Python headers when including protobuf with an external repository. Fixes #1230
-
- 16 Feb, 2016 1 commit
-
-
Manjunath Kudlur authored
--allow_oversize_protos=true is passed to bazel build. When this macro is set, SetTotalBytesLimit is called to remove the 64MB limit on binary protos when during ParseFromString.
-
- 22 Jan, 2016 1 commit
-
-
Ming Zhao authored
-
- 29 Dec, 2015 1 commit
-
-
Feng Xiao authored
Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
-
- 08 Dec, 2015 2 commits
-
-
Manjunath Kudlur authored
Fixes #1029
-
Manjunath Kudlur authored
-
- 07 Dec, 2015 1 commit
-
-
Manjunath Kudlur authored
-
- 03 Dec, 2015 1 commit
-
-
Geoffrey Irving authored
The sources themselves appear to already be Python 3 clean.
-
- 19 Nov, 2015 1 commit
-
-
Jon Skeet authored
This changes csharp_names.h, which will require a corresponding change in GRPC.
-
- 17 Nov, 2015 1 commit
-
-
Jisi Liu authored
-
- 16 Nov, 2015 1 commit
-
-
Lukacs T. Berki authored
-
- 27 Oct, 2015 1 commit
-
-
Jisi Liu authored
This adds implicit dependencies to the coressponding runtime libraries.
-
- 22 Oct, 2015 3 commits
- 21 Oct, 2015 2 commits
- 20 Oct, 2015 7 commits
- 16 Oct, 2015 2 commits
- 15 Oct, 2015 1 commit
-
-
Jisi Liu authored
This is needed to support python bazel build.
-
- 07 Oct, 2015 1 commit
-
-
Ming Zhao authored
-
- 29 Sep, 2015 1 commit
-
-
Ming Zhao authored
library.
-
- 27 Aug, 2015 2 commits
-
-
Peter Kasting authored
-
Peter Kasting authored
When trying to compile the protobuf code as a DLL, and then compile other DLLs with generated .pb.cc/h files that reference InternalMetadataWithArena::InternalMetadataWithArena(Arena*), MSVC gives an "unresolved external symbol" error. This seems to be due to the function being simultaneously exported and inline. Moving it out-of-line fixes things. There are other functions exported and inline as well but de-inlining them doesn't seem to be necessary to get the build working, and I'd rather de-inline as few functions as possible.
-
- 26 Aug, 2015 2 commits
- 16 Jul, 2015 1 commit
-
-
Jon Skeet authored
-
- 06 Jul, 2015 1 commit
-
-
Jorge Canizales authored
Also add WKT headers to the umbrella file, and simplify Podspec with it. Plus some layout improvements to the BUILD file.
-
- 18 Jun, 2015 5 commits
-
-
Jisi Liu authored
Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
-
Jisi Liu authored
Induce those from the input proto file names instead to reduce the lenght of the BUILD file. Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13
-
Jisi Liu authored
Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165
-
Jisi Liu authored
Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf
-
Jisi Liu authored
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f
-