1. 01 Apr, 2014 1 commit
    • Kenton Varda's avatar
      Tweak timer implementation: · 6418de1d
      Kenton Varda authored
      - Define separate times for durations vs. absolute times.
      - Make more consistent with existing precedents in KJ style.
      6418de1d
  2. 30 Mar, 2014 1 commit
  3. 29 Mar, 2014 1 commit
  4. 27 Mar, 2014 1 commit
  5. 26 Mar, 2014 1 commit
  6. 17 Mar, 2014 1 commit
  7. 14 Mar, 2014 1 commit
  8. 13 Mar, 2014 1 commit
  9. 12 Mar, 2014 2 commits
  10. 11 Mar, 2014 3 commits
  11. 10 Mar, 2014 1 commit
  12. 20 Feb, 2014 1 commit
  13. 11 Feb, 2014 2 commits
  14. 10 Feb, 2014 2 commits
  15. 05 Feb, 2014 2 commits
  16. 04 Feb, 2014 1 commit
  17. 28 Jan, 2014 1 commit
  18. 25 Jan, 2014 1 commit
  19. 23 Jan, 2014 1 commit
  20. 22 Jan, 2014 4 commits
  21. 13 Jan, 2014 1 commit
  22. 12 Jan, 2014 1 commit
  23. 07 Jan, 2014 2 commits
  24. 03 Jan, 2014 2 commits
  25. 02 Jan, 2014 4 commits
  26. 01 Jan, 2014 1 commit
    • Fahrzin Hemmati's avatar
      Fix C+1y warnings from Clang. · 33d57d1c
      Fahrzin Hemmati authored
      warning: 'constexpr' non-static member function will not be implicitly
      'const' in C++1y; add 'const' to avoid a change in behavior
      [-Wconstexpr-not-const]
      33d57d1c