1. 29 Jul, 2016 1 commit
    • Vitali Lovich's avatar
      Fix build compatability with Android · cbacb180
      Vitali Lovich authored
      Add missing include when building on Linux
      
      Discovered trying to build on Android using CMake.  UIO_MAXIOV is only
      exported by the linux/uio.h header which was never included.  Not sure
      how normal Linux builds work.
      
      Add missing reinterpret cast from const void* to const byte*.
      
      Remove -pthread compile flag when building under Android.  ANDROID cmake
      variable exported by android-cmake project.
      cbacb180
  2. 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
  3. 27 Apr, 2016 1 commit
  4. 16 May, 2015 1 commit
  5. 23 Nov, 2014 2 commits
  6. 22 Nov, 2014 2 commits
  7. 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
  8. 04 Dec, 2013 1 commit
  9. 18 Nov, 2013 1 commit
  10. 03 Nov, 2013 1 commit
  11. 20 Jul, 2013 1 commit
  12. 06 Jun, 2013 2 commits
  13. 04 Jun, 2013 2 commits
  14. 01 Jun, 2013 1 commit
  15. 31 May, 2013 1 commit
  16. 30 May, 2013 1 commit
  17. 29 May, 2013 1 commit
  18. 15 Apr, 2013 1 commit
  19. 14 Apr, 2013 1 commit
  20. 16 Mar, 2013 2 commits
  21. 26 Feb, 2013 1 commit