- 13 May, 2014 4 commits
-
-
Kenton Varda authored
The previous organization inappropriately made it seem like some implementations weren't ready for production even though they are actually being used in large-scale production already. The problem is that these projects haven't actually implemented 100% of the spec, but they have no need to, because what they have is good enough for their purposes, so their categorization was unlikely to change. I've now simply classified implementations as "Serialization + RPC" vs. "Serialization only", which seems like the most that can be said without getting subjective and ambiguous.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 09 May, 2014 1 commit
-
-
Kenton Varda authored
Explicitly mark IndexingIterator as a RandomAccessIterator
-
- 08 May, 2014 1 commit
-
-
Philip authored
Only available when KJ_STD_COMPAT is defined.
-
- 07 May, 2014 2 commits
-
-
Kenton Varda authored
Use absolute import path for c++.capnp
-
Philip authored
-
- 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
-