2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Schema rewrite WIP. More... about 12 years ago
Initial commit of schema2.capnp. Time to start rewriting things... More... about 12 years ago
Allow 'group' and 'union' to have preceding colon, and fix a bug. More... about 12 years ago
Generate usable code for groups, although making schemas work is still an open problem. I think I'm going to do the schema rewrite now. More... about 12 years ago
Groups WIP More... about 12 years ago
Support parsing values for structs with unnamed unions. More... about 12 years ago
Mostly done with anonymous unions. More... about 12 years ago
Unnamed unions WIP. About to change MemberInfo format, which will require re-bootstrapping the code generator. More... about 12 years ago
Merge pull request #26 from sth/patch-1 More... about 12 years ago
Minor typo
sth
More... about 12 years ago
Fix memory corruption bug caused by an overrun when zeroing empty struct lists. More... about 12 years ago
Minor doc changes. More... about 12 years ago
Split libcapnp into three libraries: libkj, libcapnp, and libcapnpc. The third contains the schema parser. Unfortunately it is rather enormous so we should give people the option to not link it. More... about 12 years ago
Add public interface for schema file parsing. More... about 12 years ago
Merge pull request #25 from bouk/master More... about 12 years ago
Fix typo More... about 12 years ago
Add missing link. More... about 12 years ago
Use tar-ustar to avoid problems with a long path in the gtest directory that crosses the 99-char tar-v7 limit if the package version number happens to be long enough. This was causing make distcheck to fail on release candidates, although it worked fine for final releases. More... about 12 years ago
doc tweaks More... about 12 years ago
More doc updates and news post for v0.2 release. More... about 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto More... about 12 years ago
Extend super-test to include 32-bit build. Fix a bug uncovered by 32-bit Clang. More... about 12 years ago
__buistin_bswap16() is apparently missing on Cygwin32. More... about 12 years ago
Update docs for new compiler. More... about 12 years ago
Minor bug fixes. More... about 12 years ago
Install capnpc symlink. More... about 12 years ago
Set mainlaine version to 0.3-dev. More... about 12 years ago
Remove old compiler from release script. More... about 12 years ago
Oops. More... about 12 years ago
Add Cygwin to test script. More... about 12 years ago