1. 10 Dec, 2014 2 commits
  2. 29 Nov, 2014 1 commit
  3. 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
  4. 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
  5. 13 May, 2014 1 commit
  6. 10 Mar, 2014 1 commit
  7. 07 Jun, 2013 1 commit
  8. 06 Jun, 2013 5 commits
  9. 04 Jun, 2013 2 commits
  10. 03 Jun, 2013 2 commits
  11. 01 Jun, 2013 1 commit
  12. 31 May, 2013 1 commit
  13. 30 May, 2013 1 commit
  14. 29 May, 2013 2 commits
  15. 25 May, 2013 1 commit
  16. 23 May, 2013 1 commit
  17. 15 Apr, 2013 2 commits
  18. 13 Apr, 2013 1 commit
  19. 04 Apr, 2013 1 commit
    • Kenton Varda's avatar
      Update implemented pointer format to match docs: Don't store field count in… · 95be334d
      Kenton Varda authored
      Update implemented pointer format to match docs:  Don't store field count in struct pointers because it isn't needed.  Instead extend data and pointer section sizes to 16 bits, which should be enough for anyone.  Also, store offsets from the end of the pointer rather than the beginning, because this makes it possible for them to be zero, which compresses better.  In particular, the root reference will always have a zero offset, so this will shave a byte off of very small packed messages.
      95be334d
  20. 28 Mar, 2013 2 commits
  21. 22 Mar, 2013 2 commits
  22. 21 Mar, 2013 1 commit
  23. 19 Mar, 2013 1 commit