aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename python and java bazel rules.Jisi Liu2015-10-211-4/+4
|
* Merge pull request #867 from pherl/masterJisi Liu2015-10-212-46/+299
|\ | | | | Python bazel support
| * avoid name duplication.Jisi Liu2015-10-201-1/+1
| |
| * Rename copeid_src to internal_copied_filegroupJisi Liu2015-10-202-10/+10
| |
| * Uncomment objc testsJisi Liu2015-10-201-7/+9
| |
| * fix sources for python target and add needed dependencies.Jisi Liu2015-10-201-3/+3
| |
| * Change the impl rule include to includes.Jisi Liu2015-10-202-19/+29
| | | | | | | | | | 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-202-4/+14
| |
| * Support python for bazel.Jisi Liu2015-10-192-3/+54
| |
| * Python bazel support.Jisi Liu2015-10-192-34/+214
| |
* | Merge pull request #869 from anandolee/masterJie Luo2015-10-204-11/+27
|\ \ | | | | | | fix json_format for python2.6:
| * | fix json_format for python2.6:Jie Luo2015-10-194-11/+27
| | | | | | | | | | | | | | | 1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6 2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
* | | Merge pull request #892 from pherl/cc_bazelJisi Liu2015-10-191-2/+8
|\ \ \ | | |/ | |/| Allow include to be None.
| * | Allow include to be None.Jisi Liu2015-10-191-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the use case where all the paths are relative to the workspace root, e.g. foo/bar/BUILD /foo.proto -- package foo.bar would generate the message correctly.
* | | Merge pull request #889 from leif81/patch-1Feng Xiao2015-10-161-10/+10
|\ \ \ | | | | | | | | Fix typos in cmake README.md
| * | | Change back to "protobuf_BUILD_TESTS" flagLeif Gruenwoldt2015-10-161-1/+1
| | | | | | | | | | | | In anticipation of PR #753 getting merged we'll change this back. However until that PR gets merged the old value "BUILD_TESTS" is really needed.
| * | | Fix typos in cmake README.mdLeif Gruenwoldt2015-10-161-11/+11
| | | |
* | | | Merge pull request #783 from podsvirov/topic-cmake-projectFeng Xiao2015-10-168-57/+116
|\ \ \ \ | | | | | | | | | | Improved CMake project
| * | | | Improved SHARED build from CMake projectKonstantin Podsvirov2015-10-156-29/+50
| | | | |
| * | | | Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov2015-09-174-3/+8
| | | | |
| * | | | Simplify testing from CMake project to "check" targetKonstantin Podsvirov2015-09-172-25/+17
| | | | |
| * | | | Improved testing from CMake projectKonstantin Podsvirov2015-09-161-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Build tests optimization Now lite-test added to CTest collection
| * | | | Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov2015-09-151-4/+4
| | | | |
| * | | | Rename CMake option ZLIB to protobuf_WITH_ZLIBKonstantin Podsvirov2015-09-151-5/+5
| | | | |
| * | | | Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSKonstantin Podsvirov2015-09-151-3/+3
| | | | |
| * | | | Improved testing from CMake projectKonstantin Podsvirov2015-09-152-3/+17
| | | | |
| * | | | Using NEW behavior for CMP0022 in CMake projectKonstantin Podsvirov2015-09-011-0/+3
| | | | |
| * | | | Option for switching static runtime link policy with MSVCKonstantin Podsvirov2015-09-011-7/+10
| | | | |
| * | | | Using find_package(ZLIB) with MSVC tooKonstantin Podsvirov2015-08-311-12/+14
| | | | |
| * | | | Improved configure.ac parsingKonstantin Podsvirov2015-08-311-15/+27
| | | | |
* | | | | Merge pull request #883 from pherl/cc_bazelJisi Liu2015-10-162-25/+151
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Extract protoc action into .bzl for cc.
| * | | Change prefix to include, and add docsJisi Liu2015-10-162-12/+29
| | | |
| * | | Rename deps/proto_deps to cc_libs/depsJisi Liu2015-10-162-10/+8
| | | |
| * | | style/naming fixJisi Liu2015-10-151-9/+11
| | | |
| * | | make cc_out and py_out internal.Jisi Liu2015-10-141-3/+3
| | | |
| * | | Format code.Jisi Liu2015-10-141-34/+34
| | | |
| * | | buildifier the fileJisi Liu2015-10-141-11/+14
| | | |
| * | | Extract protoc action into .bzl for cc.Jisi Liu2015-10-142-25/+131
|/ / / | | | | | | | | | This is needed to support python bazel build.
* | | Merge pull request #824 from jtattermusch/expose_get_output_fileJan Tattermusch2015-10-144-39/+58
|\ \ \ | | | | | | | | Expose GetOutputFile in csharp_names.h
| * | | expose GetOutputFile in csharp_names.hJan Tattermusch2015-09-234-39/+58
| | | |
* | | | Merge pull request #875 from tkarls/return_correct_bool_type_from_mapFeng Xiao2015-10-131-1/+1
|\ \ \ \ | | | | | | | | | | Changed return type from int32 to bool in function returning a bool
| * | | | Changed return type from int32 to bool in function returning a boolThomas Karlsson2015-10-131-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #878 from matthewvalimaki/autogen-optionsFeng Xiao2015-10-131-1/+13
|\ \ \ \ | | | | | | | | | | Add support for arguments.
| * | | | Add support for arguments.Matthew Valimaki2015-10-131-1/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | Support curl -s argument. Signed-off-by: Matthew Valimaki <matthew.valimaki@gmail.com>
* | | | Merge pull request #876 from tkarls/use_correct_int_type_in_set_functionFeng Xiao2015-10-131-1/+1
|\ \ \ \ | |/ / / |/| | | Changed argument typ to uint32 in set function that sets an uint32 value
| * | | Changed argument typ to uint32 in set function that sets an uint32 valueThomas Karlsson2015-10-131-1/+1
|/ / /
* | | Merge pull request #815 from TeBoring/third-partyPaul Yang2015-10-0915-348/+37
|\ \ \ | | | | | | | | Use std::get where it's available
| * | | Down-integrate internal bug fixing changes.Bo Yang2015-10-0415-348/+37
| | | |
* | | | Merge pull request #822 from podsvirov/topic-cmake-readmeFeng Xiao2015-10-091-76/+272
|\ \ \ \ | | | | | | | | | | Update cmake/README.md for #783 PR
| * | | | Update cmake/README.md for #783 PRKonstantin Podsvirov2015-10-091-76/+272
|/ / / /