1. 01 May, 2019 2 commits
  2. 30 Apr, 2019 1 commit
  3. 25 Apr, 2019 3 commits
  4. 24 Apr, 2019 4 commits
  5. 23 Apr, 2019 2 commits
  6. 18 Apr, 2019 1 commit
  7. 17 Apr, 2019 2 commits
  8. 16 Apr, 2019 3 commits
  9. 15 Apr, 2019 4 commits
    • Keith Smiley's avatar
      Use GetArena instead · 46f24016
      Keith Smiley authored
      46f24016
    • Keith Smiley's avatar
      Fix more warnings · c40ab0ff
      Keith Smiley authored
      These were found attempting to enable -Werror
      c40ab0ff
    • Keith Moyer's avatar
      Satisfy GCC class-memaccess warnings · c1f650a3
      Keith Moyer authored
      GCC 8 added a -Wclass-memaccess that is enabled in -Wall that warns when
      making direct memory modifications to non-trivial objects. The objects
      that are modified here are only "non-trivial" in non-interesting ways
      (e.g., removal of copy constructor) and can be safely modified as is
      being done.
      
      This simply explicitly casts the pointers before calling memset to
      indicate that they should be treated as raw memory.
      c1f650a3
    • Nic McDonald's avatar
      comply with Bazel recommendations · f313b9cc
      Nic McDonald authored
      f313b9cc
  10. 12 Apr, 2019 5 commits
  11. 11 Apr, 2019 4 commits
  12. 10 Apr, 2019 7 commits
  13. 09 Apr, 2019 2 commits