1. 04 Jun, 2018 1 commit
    • Kenton Varda's avatar
      Support multi-part string literals in capnp. · 113fa5a6
      Kenton Varda authored
      I was shocked to find that there was no good way to represent a multi-line literal currently. This implements C-style literals, where multiple consecutive string literals are concatenated.
      113fa5a6
  2. 19 Oct, 2017 1 commit
  3. 12 Oct, 2017 1 commit
    • Ed Catmur's avatar
      Add include <wincrypt.h> · 33f53084
      Ed Catmur authored
      Visual Studio 2017 (14.11.25503, 19.11.25508.2) needs `#include <wincrypt.h>` for CryptGenRandom etc.
      33f53084
  4. 22 May, 2017 1 commit
    • Kenton Varda's avatar
      Encapsulate default type ID generation better. · 75845ceb
      Kenton Varda authored
      People see files named "md5" and get worried about security issues, even though we're using it only as a *non-cryptographic* PRNG. So, I renamed the files to type-id.*, encapsulated the code better to make clear that it's only used to generate type IDs, and added comments clarifying that we're not expecting it to be collision-proof.
      
      Fixes #482.
      75845ceb
  5. 25 Apr, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 06 Apr, 2016 2 commits
  8. 29 Jul, 2015 1 commit
  9. 23 Jan, 2015 1 commit
  10. 25 Oct, 2014 1 commit
  11. 20 Oct, 2014 1 commit
  12. 17 Oct, 2014 1 commit
  13. 11 Oct, 2014 1 commit
  14. 29 Jun, 2014 1 commit
  15. 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
  16. 30 Nov, 2013 1 commit
  17. 12 Nov, 2013 1 commit
  18. 02 Oct, 2013 1 commit
  19. 29 Sep, 2013 1 commit
  20. 24 Sep, 2013 1 commit
  21. 28 Aug, 2013 2 commits
  22. 23 Aug, 2013 1 commit
  23. 22 Aug, 2013 2 commits
  24. 21 Aug, 2013 3 commits
  25. 20 Aug, 2013 1 commit
  26. 19 Aug, 2013 1 commit
  27. 16 Aug, 2013 1 commit
  28. 15 Aug, 2013 3 commits
  29. 06 Aug, 2013 1 commit
    • Kenton Varda's avatar
      Arrange for compiler to send to the code generator the complete contents of all… · 7b59b551
      Kenton Varda authored
      Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more.  This means it's sometimes possible to compile a schema file without parsing all transitive dependencies.  Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all.
      7b59b551
  30. 02 Aug, 2013 1 commit
  31. 01 Aug, 2013 2 commits
  32. 26 Jul, 2013 1 commit