1. 16 Jul, 2018 1 commit
  2. 14 Jul, 2018 1 commit
  3. 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
  4. 12 Oct, 2017 1 commit
  5. 12 Sep, 2017 1 commit
    • Kenton Varda's avatar
      Implement _kj suffix for string literals. · 8777008e
      Kenton Varda authored
      E.g.:
      
          "foo"_kj
      
      This literal will have type StringPtr. Although any string literal can implicitly cast to StringPtr, using the _kj suffix has the advantage that it can be constexpr.
      8777008e
  6. 24 Jan, 2017 1 commit
  7. 25 May, 2016 1 commit
  8. 18 May, 2016 1 commit
  9. 06 Apr, 2016 1 commit
  10. 15 Sep, 2015 2 commits
  11. 30 Dec, 2014 1 commit
  12. 29 Nov, 2014 1 commit
  13. 23 Nov, 2014 1 commit
  14. 22 Nov, 2014 1 commit
  15. 24 Oct, 2014 1 commit
  16. 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
  17. 02 May, 2014 1 commit
  18. 12 Nov, 2013 1 commit
  19. 29 Aug, 2013 1 commit
  20. 09 Aug, 2013 3 commits
  21. 07 Aug, 2013 1 commit
  22. 01 Aug, 2013 2 commits
  23. 26 Jul, 2013 1 commit
  24. 16 Jul, 2013 1 commit
  25. 11 Jun, 2013 1 commit
  26. 06 Jun, 2013 1 commit
  27. 05 Jun, 2013 1 commit
  28. 04 Jun, 2013 1 commit
  29. 01 Jun, 2013 1 commit
  30. 31 May, 2013 2 commits
  31. 30 May, 2013 1 commit
  32. 29 May, 2013 1 commit
  33. 02 Mar, 2013 1 commit
  34. 01 Mar, 2013 2 commits