1. 20 May, 2016 1 commit
    • Harris Hancock's avatar
      Disable client/server tests in lite-mode · 2e85cef3
      Harris Hancock authored
      Code which relies on RPC clients and servers cannot compile in lite-mode.
      
      Note that none of the FromAny static_asserts in common-test.c++ will
      compile yet in MSVC. Nevertheless, the first three (FromAny<int>,
      FromAny<Reader>, FromAny<Builder>) should reasonably work in lite-mode.
      2e85cef3
  2. 04 Apr, 2015 2 commits
  3. 01 Apr, 2015 1 commit
  4. 25 Feb, 2015 1 commit
  5. 29 Jan, 2015 2 commits
  6. 26 Jan, 2015 1 commit
  7. 22 Jan, 2015 1 commit
  8. 30 Dec, 2014 1 commit
  9. 24 Nov, 2014 1 commit
    • Kenton Varda's avatar
      MSVC: All lite-mode tests pass. · ebce4aa6
      Kenton Varda authored
      The project file still only compiles a test binary, but it should be easy to separate out a library project from here.
      
      Thanks again to Bryan Boreham <bjboreham@gmail.com> for much help getting this working.
      ebce4aa6
  10. 09 Nov, 2014 1 commit
  11. 26 Oct, 2014 1 commit
  12. 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
  13. 05 Dec, 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