- 31 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 30 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 29 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 25 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 22 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 18 May, 2013 1 commit
-
-
Kenton Varda authored
totalSizeInWords() method on generated struct readers/builders returns total size of the struct, not counting far pointer overhead. Useful for allocating space for a flat copy. Also a couple misc tweaks.
-
- 17 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 16 May, 2013 1 commit
-
-
Kenton Varda authored
Implement ability to set() struct and list fields by deep-copying from a corresponding Reader. This copy requires no schema knowledge.
-
- 15 May, 2013 1 commit
-
-
Kenton Varda authored
Mass rename 'reference' -> 'pointer'. Been meaning to do this for a while -- all the documentation talks about 'pointers', not 'references'.
-
- 13 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 11 May, 2013 2 commits
-
-
Kenton Varda authored
Dynamic API mostly done... not tested. This commit actually starts embedding the schema data in the generated code.
-
Kenton Varda authored
-
- 10 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 09 May, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 06 May, 2013 1 commit
-
-
Kenton Varda authored
-
- 29 Apr, 2013 1 commit
-
-
Kenton Varda authored
Implement 'Object' field type, which can be any pointer type. The caller specifies the type when calling the accessors.
-
- 27 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 26 Apr, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 25 Apr, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 20 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 18 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 17 Apr, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Improve unions. Members of a union are now scoped within the union, although they share ordinal space with the parent struct.
-
- 15 Apr, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Replace most CAPNPROTO_ASSERTs with the new logging/error macros. Also add a SYSCALL macro and use it. Also add commentary.
-
- 11 Apr, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 09 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 21 Mar, 2013 1 commit
-
-
Kenton Varda authored
-
- 14 Mar, 2013 1 commit
-
-
Kenton Varda authored
-
- 13 Mar, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 12 Mar, 2013 1 commit
-
-
Kenton Varda authored
Basic code generation starting to work. My machine just did something weird so I'm submitting and pushing in case of imminant hardware failure...
-
- 08 Mar, 2013 1 commit
-
-
Kenton Varda authored
-