2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bugs in format-detection heuristics. More... about 12 years ago
Add test of capnp encode/decode/eval. More... about 12 years ago
Remove some unused code. More... about 12 years ago
Extend 'capnp const' to support evaluating field default values as well as inner members of a value. More... about 12 years ago
Make 'capnp decode' heuristically detect and warn when the wrong format flag (e.g. --packed, --flat) is used. More... about 12 years ago
Don't double-parenthesize struct-typed annotations. More... about 12 years ago
Fix bug in capnpc-capnp when printing annotations. More... about 12 years ago
Fix problems. More... about 12 years ago
Add test verifying that backwards compatibility is maintained through various changes. More... about 12 years ago
capnp eval command for evaluating constants. More... about 12 years ago
Add missing include. More... about 12 years ago
Add --segment-size option for testing purposes. More... about 12 years ago
Fix warning. More... about 12 years ago
Implement 'capnp encode' command which does the opposite of 'capnp decode'. More... about 12 years ago
Refactor value expression compilation code using new Orphan<DynamicValue>. More... about 12 years ago
Flesh out dynamic API for orphans. More... about 12 years ago
Finish implementing and testing constants. More... about 12 years ago
Extend schema API to cover constants, test parsing of constants. More... about 12 years ago
Fix 32-bit bug. More... about 12 years ago
Better work-around for weird GCC 4.8 warning breaking tests. More... about 12 years ago
Arrggghhhh. More... about 12 years ago
Typo. More... about 12 years ago
Fix more warnings. More... about 12 years ago
Silence bogus warning from GCC 4.8 so that the tests can complete. More... about 12 years ago
Fix 32-bit bug. More... about 12 years ago
I give up. Disable -Wsign-compare. More... about 12 years ago
Make sure compiler can accept source files over pipes by falling back to reading into a buffer. More... about 12 years ago
Add valgrind pass to test script. Fix valgrind errors. More... about 12 years ago
Tweak includes. More... about 12 years ago
Handle TODO(soon)s. More... about 12 years ago