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
3 days
ago. based on code collected
3 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 130 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Automatically run ldconfig after install if possible.
Kenton Varda
More...
almost 12 years ago
Fix linking problems that only come up when using Ubuntu's libtool to build a dist and then installing it on OSX. libkj.la was not listed in libcapnpc's deps. Also put the pthread libs last since that's more correct.
Kenton Varda
More...
almost 12 years ago
Extend release script to automatically upload and automatically update docs.
Kenton Varda
More...
almost 12 years ago
Set mainlaine version to 0.4-dev.
Kenton Varda
More...
almost 12 years ago
Fix release script to update version check in bootstrap files.
Kenton Varda
More...
almost 12 years ago
Remove stray KJ_DBG.
Kenton Varda
More...
almost 12 years ago
Actually fix the bug, which was a doozy: OrphanBuilder::tag was sometimes initialized using WirePointer::setKindAndTarget(), but since the tag didn't live inside the target segment, this used illegal pointer arithmetic. The target is never read from an orphan tag anyway, so I thought it would be no big deal. But it turns out Clang actually optimizes under the assumption that pointer arithmetic returns a whole value. As a result, on 32-bit system where 64-bit values are only 32-bit aligned, the tag and target might not have been a whole number of words apart, and the extra bit actually found its way into the 'kind' bits, causing e.g. a struct pointer to become an invalid far pointer. Crash. The fix required refactoring to ensure that setKindAndOffset() is never used for orphan tags.
Kenton Varda
More...
almost 12 years ago
Fix obscure bug where allocating an empty struct causes trouble. For reasons I don't yet fully understand, this actually caused a crash on 32-bit OSX builds (but not 64-bit, nor 32-bit Linux).
Kenton Varda
More...
almost 12 years ago
Fix bug when schema validation fails with -fno-exceptions.
Kenton Varda
More...
almost 12 years ago
Fix test.
Kenton Varda
More...
almost 12 years ago
Fix dist.
Kenton Varda
More...
almost 12 years ago
News post for 0.3 (getting it ready early).
Kenton Varda
More...
almost 12 years ago
More doc updates.
Kenton Varda
More...
almost 12 years ago
Doc updates.
Kenton Varda
More...
almost 12 years ago
Fix sidebar alignment for new logo.
Kenton Varda
More...
almost 12 years ago
Document capnp tool and constants.
Kenton Varda
More...
almost 12 years ago
cerealization
Kenton Varda
More...
almost 12 years ago
Delete default construcrtor on builders, so that people don't incorrectly try to just declare a Builder on the stack and then start setting its fields. Instead, a Builder can be explicitly assigned to nullptr, which makes it clearer that it isn't safe to use.
Kenton Varda
More...
almost 12 years ago
Allow implicit convertion between StringPtr/Text::Reader and std::string.
Kenton Varda
More...
almost 12 years ago
Expand help text re: --packed.
Kenton Varda
More...
almost 12 years ago
Fix problem in evolution-test.
Kenton Varda
More...
almost 12 years ago
Update some todos
Kenton Varda
More...
almost 12 years ago
Make sure reading far pointers is thread-safe.
Kenton Varda
More...
almost 12 years ago
Add some missing type checks in dynamic.c++.
Kenton Varda
More...
almost 12 years ago
Add test of compiler's error-checking.
Kenton Varda
More...
almost 12 years ago
Actually, hold off on the fixed lists for now, needs more thought.
Kenton Varda
More...
almost 12 years ago
Rename non-group again, now to 'slot', which is much nicer. Also introduce fixed lists as a third kind of field (but not implemented yet).
Kenton Varda
More...
almost 12 years ago
Replace KJ_ARRAY_SIZE macro with a template function.
Kenton Varda
More...
almost 12 years ago
Improve readability of schema clasess a bit by making some union members into singleton groups.
Kenton Varda
More...
almost 12 years ago
Add segmented message to capnp test.
Kenton Varda
More...
almost 12 years ago
←
1
2
…
126
127
128
129
130
131
132
133
134
…
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