- 15 Oct, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 12 Oct, 2013 7 commits
-
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 11 Oct, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Refactor capability code using fork. Still too much refcounting, though. Maybe this calls for a different design for pipelining...
-
- 09 Oct, 2013 2 commits
-
-
Kenton Varda authored
Using promises for references to represent each branch of a fork doesn't work, because the fork hub will be deleted when the last branch resolves, before any continuation can run. Instead, let's just institutionalize the concept of addRef() for owned pointers.
-
Kenton Varda authored
-
- 08 Oct, 2013 1 commit
-
-
Kenton Varda authored
-
- 04 Oct, 2013 1 commit
-
-
Kenton Varda authored
-
- 02 Oct, 2013 1 commit
-
-
Kenton Varda authored
Interface code generation. Also update method grammar to allow multiple returns, and allow specifying request/response structs instead of parameter lists.
-
- 30 Sep, 2013 2 commits
-
-
Kenton Varda authored
capnp plugin: missing comment for union tag on groups.
-
Andreas Stenius authored
-
- 29 Sep, 2013 2 commits
-
-
Kenton Varda authored
Extend interface grammar to support inheritance, and update compiler to properly compile interfaces.
-
Kenton Varda authored
-
- 26 Sep, 2013 2 commits
-
-
Kenton Varda authored
typo: 'use' instead of 'user'
-
Charles Strahan authored
-
- 25 Sep, 2013 1 commit
-
-
Kenton Varda authored
-
- 24 Sep, 2013 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Get rid of no-longer-needed object-specific methods of DynamicStruct. Use get().as<ObjectPointer>() instead.
-
Kenton Varda authored
-
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).
-
Kenton Varda authored
-
- 23 Sep, 2013 1 commit
-
-
Kenton Varda authored
Factor Pointer{Reader,Builder} out from {Struct,List}{Reader,Builder}. Will make it easier to deal with Object fields.
-
- 19 Sep, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 18 Sep, 2013 3 commits
-
-
Kenton Varda authored
Let's go ahead and rename to , acknowledging that this may expand to support pipeline operations that are not simply fetching members.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Sep, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-