Skip to content
Snippets Groups Projects
  1. May 02, 2015
  2. Apr 30, 2015
  3. Apr 29, 2015
  4. Apr 28, 2015
  5. Apr 27, 2015
  6. Apr 25, 2015
  7. Apr 24, 2015
  8. Apr 23, 2015
  9. Apr 22, 2015
  10. Apr 21, 2015
  11. Apr 17, 2015
  12. Apr 16, 2015
  13. Apr 13, 2015
  14. Apr 10, 2015
    • Ming Zhao's avatar
      Extend bazel BUILD file to build all the C/C++ libraries as well as · 3c0ba0c2
      Ming Zhao authored
      protobuf plugins. This requires WORKSPACE to define these external
      dependencies for openssl and protobuf, for examples:
      
      bind(
        name = "libssl",
        actual = "//third_party/boringssl:boringssl",
      )
      
      # Library needed to build protobuf codegen plugin.
      bind(
        name = "protobuf_compiler",
        actual = "//third_party/protobuf:protoc_lib",
      )
      
      # Library that C++ code generated by protobuf C compiler should depend
      # on.
      bind(
        name = "protobuf_clib",
        actual = "//third_party/protobuf:proto_lib",
      )
      3c0ba0c2
    • Tim Emiola's avatar
      Fixes the Makefile template to link .so.<MAJOR_VERSION> · 820e3d61
      Tim Emiola authored
      This resolves a blocker stopping a clean linuxbrew install to work with one of
      the wrapped libraries.
      820e3d61
  15. Apr 09, 2015
  16. Apr 08, 2015
Loading