1. 08 Sep, 2017 2 commits
  2. 06 Sep, 2017 1 commit
  3. 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
  4. 04 Sep, 2017 1 commit
    • Nan Xiao's avatar
      Update autogen.sh · f4ff17bb
      Nan Xiao authored
      Fix the bug in following scenario:  
      
      gmock is downloaded successfully while gtest not. Resuming "autogen.sh",
      the gtest won't be downloaded. And following error will occur:  
      
      $ ./autogen.sh
      + autoreconf -f -i -Wall,no-obsolete
      aclocal: error: configure.ac:1: file 'gtest/m4/acx_pthread.m4' does not exist
      autoreconf: aclocal failed with exit status: 1
      f4ff17bb
  5. 31 Aug, 2017 2 commits
  6. 30 Aug, 2017 2 commits
  7. 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
  8. 24 Aug, 2017 2 commits
  9. 23 Aug, 2017 4 commits
  10. 22 Aug, 2017 9 commits
  11. 21 Aug, 2017 10 commits
  12. 18 Aug, 2017 3 commits