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