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.
Aug 16, 2024 — Aug 16, 2025
Showing page 128 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update test config.
Kenton Varda
More...
almost 12 years ago
Remove obsolete ObjectReader/ObjectBuilder classes.
Kenton Varda
More...
almost 12 years ago
Get rid of no-longer-needed object-specific methods of DynamicStruct. Use get().as<ObjectPointer>() instead.
Kenton Varda
More...
almost 12 years ago
Remove DynamicObject. DynamicValue can now contain an ObjectPointer to represent object fields.
Kenton Varda
More...
almost 12 years ago
Revamp generated interface to Object fields. Now there is an ObjectPointer::{Reader,Builder}. This will simplify the dynamic API (next change) and also makes it easier to delegate decisions about the object type to a function that doesn't know about the context where the object lives (i.e. by passing an ObjectPointer::Builder).
Kenton Varda
More...
almost 12 years ago
Refactor PointerHelpers to operate on PointerReader/PointerBuilder.
Kenton Varda
More...
almost 12 years ago
Factor Pointer{Reader,Builder} out from {Struct,List}{Reader,Builder}. Will make it easier to deal with Object fields.
Kenton Varda
More...
almost 12 years ago
Clarify that question and export IDs are per-connection and suggest how to allocate them.
Kenton Varda
More...
almost 12 years ago
Add some graceful error / missing feature handling.
Kenton Varda
More...
almost 12 years ago
Let's go ahead and rename to , acknowledging that this may expand to support pipeline operations that are not simply fetching members.
Kenton Varda
More...
almost 12 years ago
Flesh out pipelining a little more, so that it can be extended later.
Kenton Varda
More...
almost 12 years ago
Split into more levels; add Save and Delete to complement Restore.
Kenton Varda
More...
almost 12 years ago
More RPC doc tweaks.
Kenton Varda
More...
almost 12 years ago
More RPC doc tweaks.
Kenton Varda
More...
almost 12 years ago
More RPC doc tweaks.
Kenton Varda
More...
almost 12 years ago
RPC doc tweaks.
Kenton Varda
More...
almost 12 years ago
oops
Kenton Varda
More...
almost 12 years ago
Initial RPC protocol definition.
Kenton Varda
More...
almost 12 years ago
Improve then() comments.
Kenton Varda
More...
almost 12 years ago
Fix location of empty union error.
Kenton Varda
More...
almost 12 years ago
Improve and simplify event ordering. When explicitly calling an EventLoop, events are now always added to the end of the queue, ensuring deterministic run order and making yield() obsolete. OTOH, then() may queue events to run immediately, preempting other events.
Kenton Varda
More...
almost 12 years ago
I{REQUIRE,ASSERT} -> {REQUIRE,ASSERT} since these aren't inline anymore.
Kenton Varda
More...
almost 12 years ago
I guess this is supposed to be single-dash but it works either way?
Kenton Varda
More...
almost 12 years ago
__linux__ -> KJ_USE_FUTEX
Kenton Varda
More...
almost 12 years ago
Events queued together should occur in logical order.
Kenton Varda
More...
almost 12 years ago
Update test config.
Kenton Varda
More...
almost 12 years ago
Revert -Wl,--no-undefined change since it doesn't work on Mac (among other platforms).
Kenton Varda
More...
almost 12 years ago
Port SimpleEventLoop to pthreads for non-Linux platforms.
Kenton Varda
More...
almost 12 years ago
Update Makefile.am.
Kenton Varda
More...
almost 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto
Kenton Varda
More...
almost 12 years ago
←
1
2
…
124
125
126
127
128
129
130
131
132
…
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