2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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. More... over 11 years ago
Merge pull request #84 from jjwchoy/name-annotations More... over 11 years ago
Update implementation links to add Andreas' wireshark plugin and re-organize. More... over 11 years ago
Added name annotation support for unions More... over 11 years ago
Added name annotation support for groups More... over 11 years ago
Added name annotation support for interfaces, methods and params More... over 11 years ago
Updated CONTRIBUTORS More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Treat '-' as a regular argument rather than an option flag. More... over 11 years ago
Add computeSerializedSizeInWords() utility function. More... over 11 years ago
Added test for renamed deeply nested enum More... over 11 years ago
Added name annotation tests for nested structs and named unions More... over 11 years ago
Added calls to all generated accessors to test name override More... over 11 years ago
Added a basic name annotation test More... over 11 years ago
Merge pull request #88 from partylemon/Iterator More... over 11 years ago
Provide a specialisation of std::iterator_traits for IndexingIterator. More... over 11 years ago
Merge pull request #86 from kevinwallace/schema-absolute-import More... over 11 years ago
Explicitly mark IndexingIterator as a RandomAccessIterator More... over 11 years ago
Use absolute import path for c++.capnp. More... over 11 years ago
Add loadCompiledTypeAndDependencies() to SchemaParser so that compiled constants can be cast to static types. More... over 11 years ago
using implicit conversion from nullptr to an empty Maybe More... over 11 years ago
Add ability to truncate a list post-allocation and reclaim space. Currently limited to blobs and can only be accessed through the Orphan interface. More... over 11 years ago
Added support for structs to the name annotation and fixed discriminant check names More... over 11 years ago
Update Go link for new maintainer. More... over 11 years ago
Merge branch 'master' of github.com:kentonv/capnproto More... over 11 years ago
Work around MIPS encoding NaNs differently and thus failing tests that compare with golden output. More... over 11 years ago
Add enumerant as a target for the name annotation More... over 11 years ago
Added 'name' annotation for the C++ annotation to override the basename used for field accessors More... over 11 years ago
Merge pull request #83 from abyss7/patch-1 More... over 11 years ago
Accept `struct sockaddr` as a const pointer. More... over 11 years ago