openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
capnproto
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 01, 2024 — Sep 01, 2025
Showing page 142 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Simplify generated code by using PointerHelpers templates.
Kenton Varda
More...
over 12 years ago
Various refactoring and cleanup.
Kenton Varda
More...
over 12 years ago
Various stuff in support of dynamic API.
Kenton Varda
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.
Kenton Varda
More...
over 12 years ago
Starting on dynamic message manipulation (manipluating messages without knowing the schema, or without compiling in the schema).
Kenton Varda
More...
over 12 years ago
Simplify more after removing inline types.
Kenton Varda
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.
Kenton Varda
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.
Kenton Varda
More...
over 12 years ago
Specify how derived IDs are generated.
Kenton Varda
More...
over 12 years ago
Add IDs to benchmark schemas.
Kenton Varda
More...
over 12 years ago
Add note about ID collisions.
Kenton Varda
More...
over 12 years ago
Document IDs and 'Object' type.
Kenton Varda
More...
over 12 years ago
Redo IDs. They now look like ordinals, except that they are 64-bit unique integers.
Kenton Varda
More...
over 12 years ago
Implement 'Object' field type, which can be any pointer type. The caller specifies the type when calling the accessors.
Kenton Varda
More...
over 12 years ago
Document inline types, new struct list encoding rules, etc.
Kenton Varda
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).
Kenton Varda
More...
over 12 years ago
Require fixed struct data section size to be in bytes, not words, for clarity.
Kenton Varda
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).
Kenton Varda
More...
over 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto
Kenton Varda
More...
over 12 years ago
Implemented InlineData, added a bunch of tests for list of lists and such, and fixed tons of bugs.
Kenton Varda
More...
over 12 years ago
Merge pull request #9 from zined/hygiene_gitignore
Kenton Varda
More...
over 12 years ago
ignore /compiler/dist from cabal install
zined
More...
over 12 years ago
Fix warning.
Kenton Varda
More...
over 12 years ago
Get rid of stupid hacks to allow single-bit structs.
Kenton Varda
More...
over 12 years ago
Add comment.
Kenton Varda
More...
over 12 years ago
Some tests for lists of small structs, which are encoded as primitive lists.
Kenton Varda
More...
over 12 years ago
Runtime support and tests for inline lists.
Kenton Varda
More...
over 12 years ago
Compile inline lists (TODO: code generation).
Kenton Varda
More...
over 12 years ago
Implement inline structs.
Kenton Varda
More...
over 12 years ago
Fix some warnings.
Kenton Varda
More...
over 12 years ago
←
1
2
…
138
139
140
141
142
143
144
145
146
147
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree