aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add six as an external dep.Gravatar Jisi Liu2015-10-22
|
* Enable python tests with testdata.Gravatar Jisi Liu2015-10-22
|
* Add runfiles to make the protobuf_test pass.Gravatar Jisi Liu2015-10-21
|
* Merge pull request #900 from pherl/renameGravatar Jisi Liu2015-10-21
|\ | | | | Rename python and java bazel rules.
* \ Merge pull request #899 from pherl/cc_bazelGravatar Jisi Liu2015-10-21
|\ \ | | | | | | Use && for internal_copied_filegroup.
| | * Rename python and java bazel rules.Gravatar Jisi Liu2015-10-21
| |/ |/|
| * Use && for internal_copied_filegroup.Gravatar Jisi Liu2015-10-21
|/ | | | So that the rule fails if one or more files cannot be copied.
* Merge pull request #867 from pherl/masterGravatar Jisi Liu2015-10-21
|\ | | | | Python bazel support
| * avoid name duplication.Gravatar Jisi Liu2015-10-20
| |
| * Rename copeid_src to internal_copied_filegroupGravatar Jisi Liu2015-10-20
| |
| * Uncomment objc testsGravatar Jisi Liu2015-10-20
| |
| * fix sources for python target and add needed dependencies.Gravatar Jisi Liu2015-10-20
| |
| * Change the impl rule include to includes.Gravatar Jisi Liu2015-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.Gravatar Jisi Liu2015-10-20
| |
* | Merge pull request #869 from anandolee/masterGravatar Jie Luo2015-10-20
|\ \ | | | | | | fix json_format for python2.6:
| | * Support python for bazel.Gravatar Jisi Liu2015-10-19
| | |
| | * Python bazel support.Gravatar Jisi Liu2015-10-19
| | |
| * | fix json_format for python2.6:Gravatar Jie Luo2015-10-19
| | | | | | | | | | | | | | | 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_bazelGravatar Jisi Liu2015-10-19
|\ \ \ | | |/ | |/| Allow include to be None.
| * | Allow include to be None.Gravatar Jisi Liu2015-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1Gravatar Feng Xiao2015-10-16
|\ \ \ | | | | | | | | Fix typos in cmake README.md
| * | | Change back to "protobuf_BUILD_TESTS" flagGravatar Leif Gruenwoldt2015-10-16
| | | | | | | | | | | | 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.
* | | | Merge pull request #783 from podsvirov/topic-cmake-projectGravatar Feng Xiao2015-10-16
|\ \ \ \ | | | | | | | | | | Improved CMake project
* \ \ \ \ Merge pull request #883 from pherl/cc_bazelGravatar Jisi Liu2015-10-16
|\ \ \ \ \ | | |_|/ / | |/| | | Extract protoc action into .bzl for cc.
| | | * | Fix typos in cmake README.mdGravatar Leif Gruenwoldt2015-10-16
| |_|/ / |/| | |
| * | | Change prefix to include, and add docsGravatar Jisi Liu2015-10-16
| | | |
| * | | Rename deps/proto_deps to cc_libs/depsGravatar Jisi Liu2015-10-16
| | | |
| * | | style/naming fixGravatar Jisi Liu2015-10-15
| | | |
| * | | make cc_out and py_out internal.Gravatar Jisi Liu2015-10-14
| | | |
| * | | Format code.Gravatar Jisi Liu2015-10-14
| | | |
| * | | buildifier the fileGravatar Jisi Liu2015-10-14
| | | |
| * | | Extract protoc action into .bzl for cc.Gravatar Jisi Liu2015-10-14
|/ / / | | | | | | | | | This is needed to support python bazel build.
| * | Improved SHARED build from CMake projectGravatar Konstantin Podsvirov2015-10-15
| | |
* | | Merge pull request #824 from jtattermusch/expose_get_output_fileGravatar Jan Tattermusch2015-10-14
|\ \ \ | | | | | | | | Expose GetOutputFile in csharp_names.h
* \ \ \ Merge pull request #875 from tkarls/return_correct_bool_type_from_mapGravatar Feng Xiao2015-10-13
|\ \ \ \ | | | | | | | | | | Changed return type from int32 to bool in function returning a bool
* \ \ \ \ Merge pull request #878 from matthewvalimaki/autogen-optionsGravatar Feng Xiao2015-10-13
|\ \ \ \ \ | | | | | | | | | | | | Add support for arguments.
* \ \ \ \ \ Merge pull request #876 from tkarls/use_correct_int_type_in_set_functionGravatar Feng Xiao2015-10-13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Changed argument typ to uint32 in set function that sets an uint32 value
| | * | | | Add support for arguments.Gravatar Matthew Valimaki2015-10-13
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Support curl -s argument. Signed-off-by: Matthew Valimaki <matthew.valimaki@gmail.com>
| * | | | Changed argument typ to uint32 in set function that sets an uint32 valueGravatar Thomas Karlsson2015-10-13
|/ / / /
| * / / Changed return type from int32 to bool in function returning a boolGravatar Thomas Karlsson2015-10-13
|/ / /
* | | Merge pull request #815 from TeBoring/third-partyGravatar Paul Yang2015-10-09
|\ \ \ | | | | | | | | Use std::get where it's available
* \ \ \ Merge pull request #822 from podsvirov/topic-cmake-readmeGravatar Feng Xiao2015-10-09
|\ \ \ \ | | | | | | | | | | Update cmake/README.md for #783 PR
| * | | | Update cmake/README.md for #783 PRGravatar Konstantin Podsvirov2015-10-09
|/ / / /
* | | | Merge pull request #866 from Sahloul/patch-1Gravatar Feng Xiao2015-10-08
|\ \ \ \ | | | | | | | | | | VS2010 compatibility of address initalization
* \ \ \ \ Merge pull request #856 from mzhaom/bazel-buildGravatar Jisi Liu2015-10-08
|\ \ \ \ \ | | | | | | | | | | | | Add missing csharp_doc_comment.cc to protoc_lib.
| | * | | | Use static castGravatar Hamdi Sahloul2015-10-09
| | | | | | | | | | | | | | | | | | Used static cast to improve initalization compatibility with MSVC2010
| | * | | | VS2010 compatibility of address initalizationGravatar Hamdi Sahloul2015-10-09
| |/ / / / |/| | | | | | | | | VS2010 cannot compile json_util_test.cc since it assumes NULL as a zero (int), and therefore cannot convert into to char*
| * | | | Add missing csharp_doc_comment.cc to protoc_lib.Gravatar Ming Zhao2015-10-07
|/ / / /
* | | | Merge pull request #846 from jskeet/tostringGravatar Jon Skeet2015-10-07
|\ \ \ \ | | | | | | | | | | Support ToString in RepeatedField and MapField.
* \ \ \ \ Merge pull request #860 from pherl/masterGravatar Jisi Liu2015-10-07
|\ \ \ \ \ | | | | | | | | | | | | Generate well known types for python.