1. 19 Jul, 2017 1 commit
  2. 09 Jul, 2017 2 commits
  3. 06 Jul, 2017 5 commits
  4. 05 Jul, 2017 1 commit
  5. 29 Jun, 2017 1 commit
  6. 28 Jun, 2017 1 commit
  7. 27 Jun, 2017 5 commits
  8. 26 Jun, 2017 2 commits
  9. 22 Jun, 2017 2 commits
  10. 12 May, 2017 2 commits
  11. 10 May, 2017 2 commits
  12. 09 May, 2017 8 commits
  13. 21 Apr, 2017 1 commit
  14. 20 Apr, 2017 1 commit
  15. 07 Mar, 2017 2 commits
  16. 09 Feb, 2017 1 commit
  17. 08 Feb, 2017 1 commit
    • Yoshisato Yanagisawa's avatar
      DCHECK_ALWAYS_ON to make D* enabled under NDEBUG · 027332ff
      Yoshisato Yanagisawa authored
      The macro NDEBUG could be automatically defined for release build on
      some build environments (e.g. MSVC).  If we use NDEBUG as a key to
      distinguish using DCHECK as CHECK (I call this DCHECK is enabled) or
      not, we cannot make DCHECK enabled for release build on such
      environments.
      
      Considering people use a program with glog for presubmit testing or
      dogfooding, they should need to do release build with DCHECK enabled.
      027332ff
  18. 17 Jan, 2017 1 commit
  19. 10 Jan, 2017 1 commit