1. 05 Sep, 2017 3 commits
    • Paul Yang's avatar
      Add native php support for Duration. (#3583) · 7f8b91f5
      Paul Yang authored
      7f8b91f5
    • Feng Xiao's avatar
      Merge pull request #3594 from buchgr/well-known-protos · 35b852f5
      Feng Xiao authored
      bazel: Add proto_library rules for well known types. Fixes #2763
      35b852f5
    • Jakob Buchgraber's avatar
      bazel: Add proto_library rules for well known types. Fixes #2763 · 699c0eb9
      Jakob Buchgraber authored
      Adds a proto_library rule for each well known type proto:
      
      $ bazel query "filter(\".*_proto$\", \"...\")"
      //:wrappers_proto
      //:timestamp_proto
      //:struct_proto
      //:field_mask_proto
      //:empty_proto
      //:duration_proto
      //:compiler_plugin_proto
      //:descriptor_proto
      //:api_proto
      //:type_proto
      //:source_context_proto
      //:any_proto
      
      Bazel users can reference these proto_library rules for their own
      language specific rules i.e.
      
      java_proto_library(
        name = "any_java_proto",
        deps = ["@com_google_protobuf//:any_proto"],
      )
      
      Also set the workspace name to "com_google_protobuf", as proto_library
      rules reference protobuf that way.
      699c0eb9
  2. 31 Aug, 2017 2 commits
  3. 30 Aug, 2017 2 commits
  4. 25 Aug, 2017 1 commit
    • Paul Yang's avatar
      Add any support in php runtime. (#3486) · c7457ef6
      Paul Yang authored
      * Add any support in php runtime.
      
      * Remove unused file in config.m4
      
      * Fix comments
      
      * Fix error for tsrmls build
      
      * Add newly added file to Makefile.am
      c7457ef6
  5. 24 Aug, 2017 2 commits
  6. 23 Aug, 2017 4 commits
  7. 22 Aug, 2017 9 commits
  8. 21 Aug, 2017 10 commits
  9. 18 Aug, 2017 7 commits