1. 17 May, 2018 5 commits
  2. 13 Mar, 2018 1 commit
  3. 05 Feb, 2018 1 commit
  4. 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
  5. 06 Dec, 2017 1 commit
  6. 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
  7. 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
  8. 29 Apr, 2017 3 commits
  9. 07 Apr, 2017 2 commits
  10. 30 Mar, 2017 3 commits
  11. 24 Jan, 2017 1 commit
  12. 19 Nov, 2016 1 commit
  13. 19 May, 2016 1 commit
  14. 18 May, 2016 1 commit
  15. 02 May, 2016 1 commit
  16. 01 May, 2016 1 commit
  17. 23 Apr, 2016 1 commit
  18. 21 Apr, 2016 1 commit
  19. 06 Apr, 2016 4 commits
  20. 02 Apr, 2016 2 commits
  21. 31 Mar, 2016 1 commit
  22. 30 Mar, 2016 1 commit
  23. 29 Mar, 2016 1 commit
  24. 23 Mar, 2016 1 commit
  25. 16 Dec, 2015 1 commit
  26. 13 Dec, 2015 2 commits