1. 22 Sep, 2017 3 commits
  2. 21 Sep, 2017 5 commits
  3. 20 Sep, 2017 5 commits
  4. 18 Sep, 2017 1 commit
  5. 14 Sep, 2017 3 commits
  6. 13 Sep, 2017 3 commits
  7. 12 Sep, 2017 6 commits
  8. 11 Sep, 2017 2 commits
  9. 10 Sep, 2017 1 commit
  10. 08 Sep, 2017 2 commits
  11. 06 Sep, 2017 1 commit
  12. 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
  13. 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
  14. 31 Aug, 2017 2 commits
  15. 30 Aug, 2017 2 commits