1. 26 Apr, 2013 3 commits
  2. 25 Apr, 2013 2 commits
  3. 20 Apr, 2013 8 commits
  4. 19 Apr, 2013 3 commits
  5. 18 Apr, 2013 2 commits
  6. 17 Apr, 2013 2 commits
  7. 15 Apr, 2013 3 commits
  8. 11 Apr, 2013 2 commits
  9. 09 Apr, 2013 1 commit
  10. 05 Apr, 2013 2 commits
  11. 04 Apr, 2013 2 commits
    • 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
    • Kenton Varda's avatar
      Make enum syntax match docs, make enum lists work correctly, add enum tests,… · a6aa9d6a
      Kenton Varda authored
      Make enum syntax match docs, make enum lists work correctly, add enum tests, enforce maximum ordinals on enum values and interface methods, change the maximum field ordinal to 16-bit to match docs (now all ordinal limits match).
      a6aa9d6a
  12. 03 Apr, 2013 4 commits
  13. 21 Mar, 2013 1 commit
  14. 14 Mar, 2013 1 commit
  15. 13 Mar, 2013 2 commits
  16. 12 Mar, 2013 1 commit
  17. 08 Mar, 2013 1 commit