1. 20 May, 2016 1 commit
    • Harris Hancock's avatar
      Depend on kj/miniposix.h instead of unistd.h in most places · 669469ca
      Harris Hancock authored
      This is necessary to get things working in MSVC. Note I swapped unistd.h
      for miniposix.h in the compiler, too, which will be necessary to port the
      compiler to MSVC.
      
      This commit also pulls capnp/compiler/capnp.c++'s pipe() implementation
      details (i.e., 8k reserved memory, _O_BINARY mode) into kj/miniposix.h.
      669469ca
  2. 29 Jan, 2015 1 commit
  3. 25 Oct, 2014 1 commit
  4. 17 Oct, 2014 2 commits
  5. 11 Oct, 2014 1 commit
  6. 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
  7. 22 Apr, 2014 2 commits
  8. 02 Jan, 2014 1 commit
  9. 05 Dec, 2013 1 commit
  10. 14 Nov, 2013 1 commit
  11. 15 Oct, 2013 1 commit
  12. 02 Oct, 2013 1 commit
  13. 30 Sep, 2013 1 commit
  14. 24 Sep, 2013 1 commit
    • Kenton Varda's avatar
      Revamp generated interface to Object fields. Now there is an… · 2b643930
      Kenton Varda authored
      Revamp generated interface to Object fields.  Now there is an ObjectPointer::{Reader,Builder}.  This will simplify the dynamic API (next change) and also makes it easier to delegate decisions about the object type to a function that doesn't know about the context where the object lives (i.e. by passing an ObjectPointer::Builder).
      2b643930
  15. 28 Aug, 2013 4 commits
  16. 23 Aug, 2013 1 commit
  17. 22 Aug, 2013 5 commits
  18. 21 Aug, 2013 2 commits
  19. 10 Aug, 2013 1 commit
  20. 09 Aug, 2013 1 commit
  21. 07 Aug, 2013 2 commits
  22. 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
  23. 03 Aug, 2013 1 commit
  24. 02 Aug, 2013 1 commit
  25. 14 Jun, 2013 1 commit
  26. 06 Jun, 2013 4 commits