- 25 May, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 14 May, 2013 4 commits
-
-
Kenton Varda authored
Nope, Red Carpet does NOT work. Back to Maruku, which also does not work, but in a way that is easier to work around.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 08 May, 2013 1 commit
-
-
Kenton Varda authored
Restore ability to upgrade from List(Bool) to List(T) where T is a struct whose @0 field is of type Bool. I previously disallowed this to reduce complexity, but it turned out to actually increase complexity.
-
- 04 May, 2013 1 commit
-
-
Kenton Varda authored
Implement code generator plugins. The Cap'n Proto compiler, when given -o foo, invokes the binary capnp-foo and passes the schema, in Cap'n Proto format, to its stdin. The binary is executed with the current working directory set to the desired output directory, so all it has to do is write the files.
-
- 01 May, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 29 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 20 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 19 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 17 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 15 Apr, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 11 Apr, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Update far pointer implementation to match spec. Also adjust the spec slightly so that you can tell whether a far pointer is a double-far before you dereference it.
-
Kenton Varda authored
-
- 06 Apr, 2013 1 commit
-
-
Dustin Rodrigues authored
-
- 05 Apr, 2013 1 commit
-
-
Kenton Varda authored
-
- 04 Apr, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Update implemented pointer format to match docs: Don't store field count in struct pointers because it isn't needed. Instead extend data and pointer section sizes to 16 bits, which should be enough for anyone. Also, store offsets from the end of the pointer rather than the beginning, because this makes it possible for them to be zero, which compresses better. In particular, the root reference will always have a zero offset, so this will shave a byte off of very small packed messages.
-
Kenton Varda authored
-
- 02 Apr, 2013 5 commits
-
-
Kenton Varda authored
-
Amy Wibowo authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 01 Apr, 2013 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-