Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | add java/util support based on java/util/pom.xml | Steven Parkes | 2016-03-11 | |
| |/ |/| | ||||
* | | pass correct args to protoc for java wellknown protos when used as an ↵ | Steven Parkes | 2016-03-10 | |
| | | | | | | | | external repository | |||
| * | Merge remote-tracking branch 'upstream/master' | Pete Warden | 2016-03-09 | |
| |\ | |/ |/| | ||||
| * | Added iOS settings to Bazel build | Pete Warden | 2016-03-09 | |
| | | ||||
* | | Remove hack for building Python support with Bazel. | David Z. Chen | 2016-02-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Updated library generation with iOS options | Pete Warden | 2016-02-23 | |
|/ | ||||
* | Added PROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS macro and setting it when | Manjunath Kudlur | 2016-02-16 | |
| | | | | | | --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. | |||
* | Fix bazel BUILD for Java. | Ming Zhao | 2016-01-21 | |
| | ||||
* | Update BUILD/cmake files. | Feng Xiao | 2015-12-28 | |
| | | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d | |||
* | Made targets relative to google/protobuf | Manjunath Kudlur | 2015-12-08 | |
| | | | | Fixes #1029 | |||
* | Made building the python extension configurable via ↵ | Manjunath Kudlur | 2015-12-08 | |
| | | | | --define=use_fast_cpp_protos=true | |||
* | Enable fast cpp protos in the python interface. | Manjunath Kudlur | 2015-12-07 | |
| | ||||
* | Add srcs_version = "PY2AND3" in BUILD files | Geoffrey Irving | 2015-12-03 | |
| | | | | The sources themselves appear to already be Python 3 clean. | |||
* | Merge pull request #989 from jskeet/rename-umbrella | Jan Tattermusch | 2015-11-19 | |
|\ | | | | | Rename "umbrella" to "reflection" consistently. | |||
* \ | Merge pull request #977 from lberki/master | Jisi Liu | 2015-11-19 | |
|\ \ | | | | | | | add headers | |||
| | * | Rename "umbrella" to "reflection" consistently. | Jon Skeet | 2015-11-19 | |
| |/ |/| | | | | | This changes csharp_names.h, which will require a corresponding change in GRPC. | |||
* | | Make the cc wkt proto target public. | Jisi Liu | 2015-11-17 | |
| | | ||||
| * | add headers | Lukacs T. Berki | 2015-11-16 | |
|/ | ||||
* | add default_runtime attribute to cc|py rules. | Jisi Liu | 2015-10-27 | |
| | | | | This adds implicit dependencies to the coressponding runtime libraries. | |||
* | Update comments. | Jisi Liu | 2015-10-22 | |
| | ||||
* | Add six as an external dep. | Jisi Liu | 2015-10-22 | |
| | ||||
* | Enable python tests with testdata. | Jisi Liu | 2015-10-22 | |
| | ||||
* | Add runfiles to make the protobuf_test pass. | Jisi Liu | 2015-10-21 | |
| | ||||
* | Rename python and java bazel rules. | Jisi Liu | 2015-10-21 | |
| | ||||
* | avoid name duplication. | Jisi Liu | 2015-10-20 | |
| | ||||
* | Rename copeid_src to internal_copied_filegroup | Jisi Liu | 2015-10-20 | |
| | ||||
* | Uncomment objc tests | Jisi Liu | 2015-10-20 | |
| | ||||
* | Change the impl rule include to includes. | Jisi Liu | 2015-10-20 | |
| | | | | | We need to use the list to indicate field presense. The field must only contain 0 or 1 string element. | |||
* | Change default value of protoc on xx_proto_library rules. | Jisi Liu | 2015-10-20 | |
| | ||||
* | Support python for bazel. | Jisi Liu | 2015-10-19 | |
| | ||||
* | Python bazel support. | Jisi Liu | 2015-10-19 | |
| | ||||
* | Change prefix to include, and add docs | Jisi Liu | 2015-10-16 | |
| | ||||
* | Rename deps/proto_deps to cc_libs/deps | Jisi Liu | 2015-10-16 | |
| | ||||
* | Extract protoc action into .bzl for cc. | Jisi Liu | 2015-10-14 | |
| | | | | This is needed to support python bazel build. | |||
* | Add missing csharp_doc_comment.cc to protoc_lib. | Ming Zhao | 2015-10-07 | |
| | ||||
* | Add "java_proto" target in bazel BUILD file to provide Java runtime | Ming Zhao | 2015-09-29 | |
| | | | | library. | |||
* | Update cmake and BUILD files. | Jisi Liu | 2015-08-25 | |
| | | | | Change-Id: I17e16fdae6e4d2fb74d178fa5564a609ed58af1d | |||
* | First part of implementing wrapper types. Not ready yet! | Jon Skeet | 2015-07-16 | |
| | ||||
* | Add Bazel target for protobuf ObjC runtime | Jorge Canizales | 2015-07-06 | |
| | | | | | Also add WKT headers to the umbrella file, and simplify Podspec with it. Plus some layout improvements to the BUILD file. | |||
* | Enable tests for bazel build. | Jisi Liu | 2015-06-18 | |
| | | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd | |||
* | Remove OUTS constants in BUILD | Jisi Liu | 2015-06-18 | |
| | | | | | | | Induce those from the input proto file names instead to reduce the lenght of the BUILD file. Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13 | |||
* | Update BUILD for the recent json util change. | Jisi Liu | 2015-06-18 | |
| | | | | Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165 | |||
* | Remove redundant include | Jisi Liu | 2015-06-18 | |
| | | | | Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf | |||
* | Add Bazel BUILD for the project. | Jisi Liu | 2015-06-17 | |
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f |