1. 28 Jul, 2017 1 commit
    • Kenton Varda's avatar
      Add new `capnp convert` command with JSON support. · c4c5e404
      Kenton Varda authored
      This supersedes the `capnp encode` and `capnp decode` commands. It didn't make sense to add JSON to those commands since it was unclear if JSON should be thought of as the "encoded" or "decoded" format. `convert` allows mapping anything to anything.
      
      This command is also useful for, say, converting unpacked format to packed format or vice versa, which can now be done without a schema.
      c4c5e404
  2. 22 May, 2017 1 commit
    • Kenton Varda's avatar
      Disable implicit conversion from string literal to ArrayPtr<const char>. · 97aae1bb
      Kenton Varda authored
      This conversion would end up including the NUL terminator in the array, which is almost never what you want.
      
      We can perhaps re-enable this in the future and have it automatically remove the NUL terminator, but we should do at least one release with it disabled to catch anyone who might be affected by the change in behavior.
      97aae1bb
  3. 29 Apr, 2017 3 commits
  4. 07 Apr, 2017 2 commits
  5. 30 Mar, 2017 3 commits
  6. 24 Jan, 2017 1 commit
  7. 19 Nov, 2016 1 commit
  8. 19 May, 2016 1 commit
  9. 18 May, 2016 1 commit
  10. 02 May, 2016 1 commit
  11. 01 May, 2016 1 commit
  12. 23 Apr, 2016 1 commit
  13. 21 Apr, 2016 1 commit
  14. 06 Apr, 2016 4 commits
  15. 02 Apr, 2016 2 commits
  16. 31 Mar, 2016 1 commit
  17. 30 Mar, 2016 1 commit
  18. 29 Mar, 2016 1 commit
  19. 23 Mar, 2016 1 commit
  20. 16 Dec, 2015 1 commit
  21. 13 Dec, 2015 5 commits
  22. 24 Nov, 2015 1 commit
  23. 20 Nov, 2015 1 commit
  24. 16 Nov, 2015 3 commits
  25. 13 Nov, 2015 1 commit