Skip to content
Snippets Groups Projects
  1. Sep 01, 2017
  2. Aug 23, 2017
    • Thai Duong's avatar
      Fix Lint and compatibility issues. · 29e29eb5
      Thai Duong authored
      Change-Id: I62a4a98c2ebf5651576a42c065e9ea3582b1f041
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: d7860b81c481959dfd6fac540026ba3c9747fa4a
      29e29eb5
  3. Aug 17, 2017
  4. Jul 28, 2017
  5. Jul 18, 2017
    • Haris Andrianakis's avatar
      - Upgrade org_pubref_rules_protobuf to 0.7.2 it has fixes needed for objc_proto_lib · 3a4ba55c
      Haris Andrianakis authored
      - Add com_google_protobuf_objc which uses a more recent version that has better support for Obj-C
      - Ran buildifier on it. Sorry vim does that automatically and it will keep changing things everytime I edit it so I thought it's a good idea.
      
      Change-Id: I764341ea49b84be45ed3c898678112a80135dd5d
      ORIGINAL_AUTHOR=Haris Andrianakis <candrian@google.com>
      GitOrigin-RevId: 4965b344abbb3f4dae43ca337343333c4f970e54
      3a4ba55c
  6. Jun 23, 2017
    • Google Engineers's avatar
      Add go repositories · 11104ae9
      Google Engineers authored
      Change-Id: Ie7fbd2dc6d401bdc8dce23b9dc7e2e11b009ff6c
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: a8d676fdbc017da8a50d2bad69a45d80b29c5c9b
      11104ae9
  7. May 25, 2017
    • KB Sriram's avatar
      Fix mutable bytearrays returned/used by some APIs. · 937adfe0
      KB Sriram authored
      Certain APIs and classes retain or return bytearrays
      which can be mutated by the callers.
      
      1. Use @Immutable annotations to statically check
         if a class exposes any mutable data.
      2. Add an ImmutableByteArray class that prevents mutable
         bytearrays by making or returning a copy of an underlying
         set of bytes.
      
      Change-Id: I2c5804eeb3d2e736eb45bb3283979b2874b5d7b4
      ORIGINAL_AUTHOR=KB Sriram <kbsriram@google.com>
      GitOrigin-RevId: 1c9804a2101360ddf41db719eef1d763e965d9ed
      937adfe0
  8. May 19, 2017
  9. Apr 12, 2017
  10. Apr 07, 2017
  11. Apr 06, 2017
  12. Mar 23, 2017
  13. Mar 22, 2017
    • Thai Duong's avatar
      Basic infrastructure. · 433c7b23
      Thai Duong authored
      - Directory structure follows TensorFlow.
      - Rules for protobuf building are based on https://github.com/pubref/rules_protobuf, as I can't find anything simpler.
      - Continuous integration with Kokoro (work in progress).
      
      I also copied some existing Java/CC code from Bartosz and Daniel's experimental folders.
      
      Change-Id: I7f993934d149c114320e3388fee84fbdafd7ba81
      433c7b23
Loading