1. 01 Jul, 2019 2 commits
  2. 26 Jun, 2019 1 commit
  3. 19 Jun, 2019 1 commit
  4. 11 Jun, 2019 1 commit
  5. 01 Jun, 2019 1 commit
  6. 14 May, 2019 1 commit
  7. 13 May, 2019 1 commit
  8. 03 May, 2019 1 commit
  9. 16 Apr, 2019 1 commit
    • Keith Smiley's avatar
      Remove -Wall from default build options · 1c5e8cbb
      Keith Smiley authored
      All bazel crosstools automatically pass -Wall to compiles. The order of
      operations is:
      
      - bazel crosstool flags
      - `--host_copt` flags and other variations like `--host_cxxopt`
      - the `copts` defined on the rule
      
      Because of this when protobuf produces warnings, there's no way to
      disable them from the consumer side if they are re-enabled later by
      another `-Wall` flag.
      1c5e8cbb
  10. 15 Apr, 2019 1 commit
  11. 09 Apr, 2019 1 commit
  12. 08 Apr, 2019 1 commit
  13. 06 Apr, 2019 1 commit
  14. 05 Apr, 2019 1 commit
  15. 01 Apr, 2019 1 commit
  16. 08 Mar, 2019 2 commits
  17. 26 Feb, 2019 1 commit
  18. 14 Jan, 2019 1 commit
  19. 27 Dec, 2018 1 commit
  20. 17 Dec, 2018 1 commit
  21. 14 Dec, 2018 1 commit
  22. 11 Dec, 2018 1 commit
  23. 09 Nov, 2018 1 commit
  24. 03 Nov, 2018 2 commits
  25. 01 Nov, 2018 1 commit
    • Thomas Van Lenten's avatar
      Collapse :protobuf_objc and :objectivec targets. · 18aa2961
      Thomas Van Lenten authored
      Not sure the history for why there were two objc_library targets, but
      given the one has an issue about not working, merge them into a single
      target and an alias.
      
      - Use the alias for :objectivec since that naming doesn't seem to follow
        the other targets *_library targets here.
      - Update :protobuf_objc to be use for the working target and just inline
        the sources/headers lists so there is less indirection in the file.
      
      Fixes #5284
      18aa2961
  26. 28 Aug, 2018 1 commit
  27. 13 Aug, 2018 1 commit
  28. 20 Jul, 2018 1 commit
  29. 17 Jul, 2018 1 commit
  30. 11 Jul, 2018 1 commit
  31. 30 Jun, 2018 1 commit
  32. 28 Jun, 2018 1 commit
    • depristo's avatar
      Remove write-strings warning from COPTs. · 2506cf5c
      depristo authored
      This change reduces the excessive warnings when compiling C++ protobufs like "external/protobuf_archive/python/google/protobuf/pyext/message.cc:2629:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]"
      2506cf5c
  33. 11 Jun, 2018 1 commit
  34. 06 Jun, 2018 1 commit
  35. 04 Jun, 2018 1 commit
  36. 01 Jun, 2018 1 commit
  37. 30 May, 2018 1 commit