- 15 May, 2014 1 commit
-
-
Kenton Varda authored
Fixes #90. The bug causes floating-point fields with non-zero defaults to be corrupted if they are set to NaN on a MIPS machine.
-
- 13 May, 2014 9 commits
-
-
Kenton Varda authored
Added 'name' annotation for the C++ annotation to override the basename ...
-
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.
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 12 May, 2014 4 commits
-
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy 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 2 commits
-
-
Jason Choy authored
-
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 5 commits
-
-
Jason Choy authored
-
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.
-
Jason Choy authored
-
- 28 Apr, 2014 1 commit
-
-
Jason Choy authored
-
- 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
-