- 07 May, 2014 1 commit
-
-
Kenton Varda authored
Use absolute import path for c++.capnp
-
- 05 May, 2014 1 commit
-
-
Kevin Wallace authored
This allows {schema,rpc,rpc-twoparty}.capnp to be used without modification when relocated outside of the Cap'n Proto codebase.
-
- 03 May, 2014 1 commit
-
-
Kenton Varda authored
Add loadCompiledTypeAndDependencies() to SchemaParser so that compiled constants can be cast to static types.
-
- 02 May, 2014 1 commit
-
-
Kenton Varda authored
Add ability to truncate a list post-allocation and reclaim space. Currently limited to blobs and can only be accessed through the Orphan interface.
-
- 29 Apr, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
I decided that consistent output across platforms is an important property, worth sacrificing a little bit of performance on MIPS.
-
- 27 Apr, 2014 3 commits
-
-
Kenton Varda authored
Fix problem with the sockaddr struct.
-
abyss7 authored
-
abyss7 authored
Otherwise, at least clang++, forward-declares it inside the namespace `::capnp` and doesn't match it with a real `struct sockaddr` from the header 'socket.h'. Also, accept `const` pointer - there is no point not to do so.
-
- 22 Apr, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
capnpc-capnp: keep list of extended interfaces.
-
Andreas Stenius authored
-
- 12 Apr, 2014 1 commit
-
-
Kenton Varda authored
-
- 07 Apr, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 05 Apr, 2014 1 commit
-
-
Kenton Varda authored
Fix two typos in bit operations.
-
- 04 Apr, 2014 1 commit
-
-
Remy Blank authored
-
- 01 Apr, 2014 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Define separate times for durations vs. absolute times. - Make more consistent with existing precedents in KJ style.
-
- 31 Mar, 2014 2 commits
-
-
Kenton Varda authored
fix some error messages
-
David Renshaw authored
-
- 30 Mar, 2014 1 commit
-
-
Remy Blank authored
-
- 29 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 27 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 26 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 17 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 14 Mar, 2014 1 commit
-
-
Kenton Varda authored
Apparently writev() imposes a limit on the vector size. Work around that. Not sure why libc doesn't already do this.
-
- 13 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 12 Mar, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Make it possible for a message builder to incorporate a byte array not owned by it without copying. Useful for injecting large data blobs into a message without copying their contents. Access this functionality through the Orphanage interface.
-
- 11 Mar, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-