1. 20 Oct, 2017 1 commit
  2. 18 Oct, 2017 1 commit
  3. 11 Oct, 2017 1 commit
  4. 10 Oct, 2017 1 commit
  5. 09 Aug, 2017 5 commits
  6. 06 Aug, 2017 3 commits
    • Jim Ray's avatar
      Fix LOG_EVERY_N with clang -Wunused-local-typedef · 8b3023f7
      Jim Ray authored
      Glog uses a pre-C++11 compile time assert to verify the validity of
      the severity parameter for LOG_EVERY_N. Unfortunately, some compilers
      will complain about the usage of LOG_EVERY_N with
      "-Wunused-local-typedef" due to the way the compile time assert is
      constructed. This makes it impossible to use LOG_EVERY_N with this
      warning treated as an error.
      
      The fix simply removes the assert entirely. This is safe to do since
      you can't put anything invalid into the severity parameters without
      generating a compile error elsewhere. This has been safe to do ever
      since the GLOG_ prefixes were added as part of 6febec36.
      
      Fixes #223
      8b3023f7
    • Jim Ray's avatar
      Update Windows logging.h based on 2df0ca34 · 8ed1668c
      Jim Ray authored
      Commit changes to src/windows/glog/logging.h that were missed in
      2df0ca34. Because a change to src/glog/logging.h.in was made,
      src/windows/preprocess.sh needed to be run.
      8ed1668c
    • Jim Ray's avatar
      Add Jim Ray to CONTRIBUTORS · bb485da3
      Jim Ray authored
      bb485da3
  7. 01 Aug, 2017 1 commit
  8. 26 Jul, 2017 5 commits
  9. 19 Jul, 2017 1 commit
  10. 09 Jul, 2017 2 commits
  11. 06 Jul, 2017 5 commits
  12. 05 Jul, 2017 1 commit
  13. 29 Jun, 2017 1 commit
  14. 28 Jun, 2017 1 commit
  15. 27 Jun, 2017 5 commits
  16. 26 Jun, 2017 2 commits
  17. 22 Jun, 2017 2 commits
  18. 12 May, 2017 2 commits