1. 12 Jun, 2019 1 commit
  2. 10 Jun, 2019 1 commit
  3. 09 Jun, 2019 1 commit
  4. 24 May, 2019 4 commits
  5. 23 May, 2019 2 commits
  6. 22 May, 2019 2 commits
  7. 21 May, 2019 5 commits
  8. 17 May, 2019 1 commit
  9. 14 May, 2019 1 commit
  10. 13 May, 2019 1 commit
  11. 10 May, 2019 2 commits
  12. 09 May, 2019 3 commits
  13. 30 Apr, 2019 1 commit
  14. 29 Apr, 2019 3 commits
  15. 26 Apr, 2019 1 commit
  16. 24 Apr, 2019 2 commits
  17. 23 Apr, 2019 3 commits
  18. 18 Apr, 2019 1 commit
  19. 17 Apr, 2019 2 commits
  20. 16 Apr, 2019 2 commits
    • 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
    • Keith Smiley's avatar
      Add -Werror for CI builds · 1958925c
      Keith Smiley authored
      1958925c
  21. 15 Apr, 2019 1 commit