1. 25 Oct, 2014 1 commit
  2. 24 Oct, 2014 1 commit
  3. 23 Oct, 2014 1 commit
  4. 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
  5. 17 Oct, 2014 1 commit
  6. 11 Oct, 2014 1 commit
  7. 29 Jun, 2014 1 commit
  8. 07 Dec, 2013 1 commit
  9. 06 Dec, 2013 1 commit
  10. 05 Dec, 2013 1 commit
  11. 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
  12. 14 Nov, 2013 1 commit
  13. 15 Oct, 2013 1 commit
  14. 12 Oct, 2013 1 commit
  15. 02 Oct, 2013 1 commit
  16. 29 Sep, 2013 1 commit
  17. 24 Sep, 2013 1 commit
  18. 23 Sep, 2013 1 commit
  19. 31 Aug, 2013 1 commit
  20. 29 Aug, 2013 1 commit
  21. 23 Aug, 2013 1 commit
  22. 22 Aug, 2013 2 commits
  23. 21 Aug, 2013 2 commits
  24. 16 Aug, 2013 1 commit
  25. 15 Aug, 2013 1 commit
  26. 09 Aug, 2013 2 commits