aboutsummaryrefslogtreecommitdiff
path: root/BUILD
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bazel BUILD for Java.Ming Zhao2016-01-211-6/+10
|
* Update BUILD/cmake files.Feng Xiao2015-12-281-0/+4
| | | | Change-Id: I6fa9f1b65d6c06b891aabf3f3d868364d74d727d
* Made targets relative to google/protobufManjunath Kudlur2015-12-081-4/+4
| | | | Fixes #1029
* Made building the python extension configurable via ↵Manjunath Kudlur2015-12-081-7/+24
| | | | --define=use_fast_cpp_protos=true
* Enable fast cpp protos in the python interface.Manjunath Kudlur2015-12-071-7/+41
|
* Add srcs_version = "PY2AND3" in BUILD filesGeoffrey Irving2015-12-031-0/+2
| | | | The sources themselves appear to already be Python 3 clean.
* Merge pull request #989 from jskeet/rename-umbrellaJan Tattermusch2015-11-191-1/+1
|\ | | | | Rename "umbrella" to "reflection" consistently.
| * Rename "umbrella" to "reflection" consistently.Jon Skeet2015-11-191-1/+1
| | | | | | | | This changes csharp_names.h, which will require a corresponding change in GRPC.
* | Merge pull request #977 from lberki/masterJisi Liu2015-11-191-0/+2
|\ \ | |/ |/| add headers
| * add headersLukacs T. Berki2015-11-161-0/+2
| |
* | Make the cc wkt proto target public.Jisi Liu2015-11-171-0/+1
|/
* add default_runtime attribute to cc|py rules.Jisi Liu2015-10-271-1/+5
| | | | This adds implicit dependencies to the coressponding runtime libraries.
* Update comments.Jisi Liu2015-10-221-3/+4
|
* Add six as an external dep.Jisi Liu2015-10-221-0/+1
|
* Enable python tests with testdata.Jisi Liu2015-10-221-4/+10
|
* Add runfiles to make the protobuf_test pass.Jisi Liu2015-10-211-2/+4
|
* Rename python and java bazel rules.Jisi Liu2015-10-211-4/+4
|
* avoid name duplication.Jisi Liu2015-10-201-1/+1
|
* Rename copeid_src to internal_copied_filegroupJisi Liu2015-10-201-3/+3
|
* Uncomment objc testsJisi Liu2015-10-201-7/+9
|
* Change the impl rule include to includes.Jisi Liu2015-10-201-7/+7
| | | | | 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 Liu2015-10-201-2/+12
|
* Support python for bazel.Jisi Liu2015-10-191-0/+15
|
* Python bazel support.Jisi Liu2015-10-191-29/+120
|
* Change prefix to include, and add docsJisi Liu2015-10-161-2/+2
|
* Rename deps/proto_deps to cc_libs/depsJisi Liu2015-10-161-2/+2
|
* Extract protoc action into .bzl for cc.Jisi Liu2015-10-141-25/+24
| | | | This is needed to support python bazel build.
* Add missing csharp_doc_comment.cc to protoc_lib.Ming Zhao2015-10-071-0/+1
|
* Add "java_proto" target in bazel BUILD file to provide Java runtimeMing Zhao2015-09-291-1/+22
| | | | library.
* Update cmake and BUILD files.Jisi Liu2015-08-251-1/+11
| | | | Change-Id: I17e16fdae6e4d2fb74d178fa5564a609ed58af1d
* First part of implementing wrapper types. Not ready yet!Jon Skeet2015-07-161-2/+2
|
* Add Bazel target for protobuf ObjC runtimeJorge Canizales2015-07-061-16/+33
| | | | | 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 Liu2015-06-181-77/+98
| | | | Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
* Remove OUTS constants in BUILDJisi Liu2015-06-181-87/+2
| | | | | | | 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 Liu2015-06-181-2/+65
| | | | Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165
* Remove redundant includeJisi Liu2015-06-181-1/+0
| | | | Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf
* Add Bazel BUILD for the project.Jisi Liu2015-06-171-0/+407
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f