1. 30 Sep, 2019 1 commit
  2. 06 Aug, 2019 1 commit
  3. 29 Jul, 2019 1 commit
  4. 24 Jul, 2019 2 commits
  5. 18 Jul, 2019 1 commit
  6. 15 Jul, 2019 1 commit
  7. 01 Jul, 2019 2 commits
  8. 26 Jun, 2019 1 commit
  9. 19 Jun, 2019 1 commit
  10. 11 Jun, 2019 1 commit
  11. 01 Jun, 2019 1 commit
  12. 14 May, 2019 1 commit
  13. 13 May, 2019 1 commit
  14. 03 May, 2019 1 commit
  15. 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
  16. 15 Apr, 2019 1 commit
  17. 09 Apr, 2019 1 commit
  18. 08 Apr, 2019 1 commit
  19. 06 Apr, 2019 1 commit
  20. 05 Apr, 2019 1 commit
  21. 01 Apr, 2019 1 commit
  22. 08 Mar, 2019 2 commits
  23. 26 Feb, 2019 1 commit
  24. 14 Jan, 2019 1 commit
  25. 27 Dec, 2018 1 commit
  26. 17 Dec, 2018 1 commit
  27. 14 Dec, 2018 1 commit
  28. 11 Dec, 2018 1 commit
  29. 09 Nov, 2018 1 commit
  30. 03 Nov, 2018 2 commits
  31. 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
  32. 28 Aug, 2018 1 commit
  33. 14 Aug, 2018 1 commit
  34. 13 Aug, 2018 1 commit
  35. 20 Jul, 2018 1 commit
  36. 17 Jul, 2018 1 commit