1. 11 Jan, 2018 1 commit
    • Kenton Varda's avatar
      Replace all include guards with #pragma once. · 677a52ab
      Kenton Varda authored
      @kloepper pointed out a while back that every compiler you've ever heard of supports this. Plus, it's more concise, it's not prone to copy-paste errors, and it looks nicer.
      
      At the time I wanted to remain consistent and I didn't feel like spending the time to update all my existing code. But, every time I've added a new header since I've cursed the include guard, so I finally broke down and changed it.
      677a52ab
  2. 31 Mar, 2017 2 commits
  3. 30 Mar, 2017 5 commits
  4. 24 Mar, 2017 1 commit
  5. 07 Nov, 2016 1 commit
  6. 20 May, 2016 1 commit
  7. 29 Sep, 2015 1 commit
  8. 24 Nov, 2014 1 commit
    • Kenton Varda's avatar
      MSVC: All lite-mode tests pass. · ebce4aa6
      Kenton Varda authored
      The project file still only compiles a test binary, but it should be easy to separate out a library project from here.
      
      Thanks again to Bryan Boreham <bjboreham@gmail.com> for much help getting this working.
      ebce4aa6
  9. 22 Nov, 2014 1 commit
  10. 20 Jun, 2014 1 commit
    • Kenton Varda's avatar
      Change license to MIT. · 889204fe
      Kenton Varda authored
      For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company).
      
      The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is.
      
      Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change:
      
      https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
      889204fe
  11. 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
  12. 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
  13. 04 Jun, 2013 1 commit
  14. 31 May, 2013 2 commits
  15. 30 May, 2013 3 commits
  16. 29 May, 2013 2 commits
  17. 25 May, 2013 1 commit
  18. 23 May, 2013 1 commit
  19. 21 May, 2013 1 commit
  20. 17 May, 2013 1 commit
  21. 16 May, 2013 1 commit
  22. 15 May, 2013 1 commit
  23. 11 May, 2013 1 commit
  24. 09 May, 2013 2 commits
  25. 08 May, 2013 1 commit
  26. 07 May, 2013 1 commit
  27. 06 May, 2013 1 commit
  28. 04 May, 2013 1 commit
  29. 26 Apr, 2013 1 commit
  30. 25 Apr, 2013 1 commit