1. 05 Aug, 2018 1 commit
    • Kenton Varda's avatar
      Work around strtod("nan") behavior on Windows. · a639c412
      Kenton Varda authored
      Windows -- including Cygwin -- return a NaN representation with the sign bit set, whereas other platforms return one without the sign bit set. This results in different binary output in the JSON-to-binary part of capnp-test.sh.
      
      This was uncovered since we're now runing capnp-test.sh for Cygwin builds, but the problem actually applies to *all* Windows builds. We just weren't running this test for the other builds before.
      
      Interestingly, I *had* run this test with a MinGW cross-compile build running on WINE, and it passed there. Seemingly, WINE's strtod() directly wraps the host system's without trying to emulate Windows differences.
      a639c412
  2. 16 Jul, 2018 2 commits
  3. 14 Jul, 2018 1 commit
  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. 07 Apr, 2017 1 commit
  7. 25 May, 2016 1 commit
  8. 18 May, 2016 1 commit
  9. 15 Sep, 2015 3 commits
  10. 30 Dec, 2014 1 commit
  11. 18 Nov, 2014 1 commit
  12. 24 Oct, 2014 1 commit
  13. 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
  14. 12 Nov, 2013 1 commit
  15. 29 Aug, 2013 1 commit
  16. 16 Jul, 2013 1 commit
  17. 06 Jun, 2013 1 commit
  18. 31 May, 2013 2 commits
  19. 29 May, 2013 1 commit
  20. 15 Apr, 2013 1 commit
  21. 14 Apr, 2013 1 commit
  22. 13 Mar, 2013 1 commit
  23. 02 Mar, 2013 1 commit
  24. 01 Mar, 2013 1 commit
  25. 26 Feb, 2013 1 commit