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
Enforce naming style. More... almost 12 years ago
Add -f flag to ln so that installing over an existing install doesn't fail. More... almost 12 years ago
Update sample code for new union syntax. More... almost 12 years ago
Don't allow releases when TODO(now) or TODO(soon) or KJ_DBG are found in the code. More... almost 12 years ago
Enable more warnings and -Werror in test script, fix problems. More... almost 12 years ago
Warn when an optimized build doesn't set NDEBUG and then #define it ourselves -- unless the build explicitly sets DEBUG. More... almost 12 years ago
Reverse order of KJ_MAP to be consistent with e.g. KJ_IF_MAYBE. More... almost 12 years ago
Fix version test. More... almost 12 years ago
More Void fixes. More... almost 12 years ago
Void is now an empty struct instead of an enum, and capnp::Void::VOID is now just capnp::VOID. More... almost 12 years ago
Enforce that library header versions match capnp compiler version. More... almost 12 years ago
Require a colon before 'group' or 'union' except for unnamed unions as well as the legacy case of a named union with an ordinal (where the colon is optional). More... almost 12 years ago
Remove some function prototypes that apparently aren't needed and apparently tickle a bug in Clang trunk. More... almost 12 years ago
Fix GCC problems. More... almost 12 years ago
hasFoo() should return false if foo is in a union and not active. (Previously, it threw.) More... almost 12 years ago
Zero out group on init. Important when the group is in a union. More... almost 12 years ago
regular -> nonGroup More... almost 12 years ago
Rename section sizes to be slightly more intuitive. More... almost 12 years ago
Have Node's enum and interface fields be groups with a single field, for future expandability. More... almost 12 years ago
Rename schema2 -> schema. More... almost 12 years ago
Fix capnpc-capnp. More... almost 12 years ago
Remove remaining schema transitional hacks. More... almost 12 years ago
Refactor lexer.capnp to use unnamed unions. More... almost 12 years ago
Refactor grammar.capnp to use unnamed unions. More... almost 12 years ago
Over the hump, new schema is working and passing most tests. Still lots of cleanup to do. More... almost 12 years ago
More WIP. More... almost 12 years ago
Continuing schema rewrite WIP. More... almost 12 years ago
Merge branch More... almost 12 years ago
Update docs for 0.2.1 release. More... almost 12 years ago
Work around GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58192 More... almost 12 years ago