1. 24 Oct, 2014 1 commit
  2. 20 Oct, 2014 1 commit
    • Kenton Varda's avatar
      Generics: Tag generated types using members rather than template specialization. · 490acec8
      Kenton Varda authored
      That is to say, whereas previously we would extend capnp::typeId<T>() to a new type by declaring a specialization of it for that type, now we instead have the type contain a nested class called _capnpPrivate which contains a `typeId` constant.
      
      This is necessary because it is impossible to specialize a template for a type which is itself nested inside a template type. E.g. it's impossible to write a specialization `template <typename T> typeId<Foo<T>::Bar>()`; C++ simply doesn't support this. But with generics, Cap'n Proto will allow types to be nested inside templates, so we need this to work.
      490acec8
  3. 08 Jul, 2014 1 commit
  4. 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
  5. 29 May, 2014 1 commit
  6. 11 Feb, 2014 1 commit
  7. 22 Jan, 2014 1 commit
  8. 11 Dec, 2013 1 commit
    • Kenton Varda's avatar
      Eliminate the concept of imbuing messages in favor of the simpler concept of… · 3c7efbb4
      Kenton Varda authored
      Eliminate the concept of imbuing messages in favor of the simpler concept of setting a cap table directly on MessageReader / getting one from MessageBuilder.  This eliminates capability-context entirely.  This was made possible by the earlier change which moved capabilities to a separate table rather than storing CapDescriptors inline, but I didn't realize it at the time.
      3c7efbb4
  9. 10 Dec, 2013 1 commit
  10. 06 Dec, 2013 2 commits
  11. 05 Dec, 2013 2 commits
  12. 28 Nov, 2013 1 commit
    • Kenton Varda's avatar
      Revamp concurrency model, part 1: EventLoop no longer allows cross-thread event… · 7921c854
      Kenton Varda authored
      Revamp concurrency model, part 1:  EventLoop no longer allows cross-thread event queuing, simplifying many things.  Capability clients are no longer thread-safe, so they don't have to be so const.  In the future, explicit ways to communicate between threads will be re-added, but threads will be treated more like separate vats that just happen to have a particularly fat pipe.  Upcoming:  Remove mutexes.
      7921c854
  13. 26 Nov, 2013 2 commits
  14. 25 Nov, 2013 2 commits
  15. 23 Nov, 2013 1 commit
  16. 22 Nov, 2013 1 commit
  17. 21 Nov, 2013 1 commit
  18. 12 Nov, 2013 1 commit
  19. 25 Oct, 2013 1 commit
  20. 23 Oct, 2013 1 commit
  21. 22 Oct, 2013 1 commit
  22. 16 Oct, 2013 1 commit
  23. 15 Oct, 2013 2 commits
  24. 12 Oct, 2013 1 commit
  25. 11 Oct, 2013 2 commits
  26. 08 Oct, 2013 1 commit
  27. 04 Oct, 2013 1 commit
  28. 02 Oct, 2013 1 commit
  29. 29 Sep, 2013 1 commit
  30. 25 Sep, 2013 1 commit