1. 10 Jun, 2019 1 commit
  2. 09 Jun, 2019 1 commit
  3. 24 May, 2019 4 commits
  4. 23 May, 2019 2 commits
  5. 22 May, 2019 2 commits
  6. 21 May, 2019 5 commits
  7. 17 May, 2019 1 commit
  8. 14 May, 2019 1 commit
  9. 13 May, 2019 1 commit
  10. 10 May, 2019 2 commits
  11. 09 May, 2019 3 commits
  12. 30 Apr, 2019 1 commit
  13. 29 Apr, 2019 3 commits
  14. 26 Apr, 2019 1 commit
  15. 24 Apr, 2019 2 commits
  16. 23 Apr, 2019 3 commits
  17. 18 Apr, 2019 1 commit
  18. 17 Apr, 2019 2 commits
  19. 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
  20. 15 Apr, 2019 2 commits