2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify generated code by using PointerHelpers templates. More... over 12 years ago
Various refactoring and cleanup. More... over 12 years ago
Various stuff in support of dynamic API. More... over 12 years ago
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. More... over 12 years ago
Starting on dynamic message manipulation (manipluating messages without knowing the schema, or without compiling in the schema). More... over 12 years ago
Simplify more after removing inline types. More... over 12 years ago
Delete Code Friday: Inline structs/lists/data are too complicated for not enough benefit. There goes a week of my life that I'll never get back. More... over 12 years ago
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. More... over 12 years ago
Specify how derived IDs are generated. More... over 12 years ago
Add IDs to benchmark schemas. More... over 12 years ago
Add note about ID collisions. More... over 12 years ago
Document IDs and 'Object' type. More... over 12 years ago
Redo IDs. They now look like ordinals, except that they are 64-bit unique integers. More... over 12 years ago
Implement 'Object' field type, which can be any pointer type. The caller specifies the type when calling the accessors. More... over 12 years ago
Document inline types, new struct list encoding rules, etc. More... over 12 years ago
Detect and disallow List(Inline(Bool, n)) as it is not currently implemented correctly (and may be difficult to implement correctly-yet-efficiencly). More... over 12 years ago
Require fixed struct data section size to be in bytes, not words, for clarity. More... over 12 years ago
Correctly handle inline fields that aren't present in the parent struct (i.e. because we're reading an older version of the struct that lacked those fields). More... over 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto More... over 12 years ago
Implemented InlineData, added a bunch of tests for list of lists and such, and fixed tons of bugs. More... over 12 years ago
Merge pull request #9 from zined/hygiene_gitignore More... over 12 years ago
ignore /compiler/dist from cabal install More... over 12 years ago
Fix warning. More... over 12 years ago
Get rid of stupid hacks to allow single-bit structs. More... over 12 years ago
Add comment. More... over 12 years ago
Some tests for lists of small structs, which are encoded as primitive lists. More... over 12 years ago
Runtime support and tests for inline lists. More... over 12 years ago
Compile inline lists (TODO: code generation). More... over 12 years ago
Implement inline structs. More... over 12 years ago
Fix some warnings. More... over 12 years ago