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
about 6 hours
ago. based on code collected
about 6 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 135 of 147
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix compiler bugs. Now test.capnp compiles to an identical schema to the old Haskell compiler, minus intentional changes.
Kenton Varda
More...
about 12 years ago
with
Kenton Varda
More...
about 12 years ago
Compiler actually running plugins! Hooked it up to capnpc-capnp (the loopback plugin). Working on getting the output identical to the old capnpc... still a few bugs left.
Kenton Varda
More...
about 12 years ago
Add utility code for really nice command-line option parsing and start using it in the compiler (still WIP).
Kenton Varda
More...
about 12 years ago
Compiler nearing completion. Mostly just needs a driver.
Kenton Varda
More...
about 12 years ago
More compiler work. Almost to the point of basic functionality... almost...
Kenton Varda
More...
about 12 years ago
Merge branch 'master' of https://github.com/kentonv/capnproto
Kenton Varda
More...
about 12 years ago
More compiler WIP
Kenton Varda
More...
about 12 years ago
Merge pull request #22 from dwrensha/typos
Kenton Varda
More...
about 12 years ago
Compiler core WIP.
Kenton Varda
More...
about 12 years ago
typos
David Renshaw
More...
about 12 years ago
Add MD5 code to compiler.
Kenton Varda
More...
about 12 years ago
Apparently read locks are not recursive on BSD/OSX. Adjust test so that it doesn't deadlock.
Kenton Varda
More...
about 12 years ago
Fix OSX build.
Kenton Varda
More...
about 12 years ago
Futex-based mutex and once-init implementations for Linux. These are measurably faster -- and much smaller -- than the pthread-based implementations.
Kenton Varda
More...
about 12 years ago
Thread-safe message builders... not performing well. Might revert.
Kenton Varda
More...
about 12 years ago
Fix subtle bug.
Kenton Varda
More...
about 12 years ago
kj::Thread
Kenton Varda
More...
about 12 years ago
Make kj::Arena thread-safe.
Kenton Varda
More...
about 12 years ago
Various tweaks.
Kenton Varda
More...
about 12 years ago
Fix subtle bug in KJ_DEFER that didn't come up in practice due to RVO.
Kenton Varda
More...
about 12 years ago
Allow SchemaLoader to use a callback to lazily load schema nodes, including dependencies of loaded nodes.
Kenton Varda
More...
about 12 years ago
Allow non-const kj::Lazy.
Kenton Varda
More...
about 12 years ago
Remove allocator hack in SchemaLoader, use kj::Arena.
Kenton Varda
More...
about 12 years ago
Allow getting readers from const Orphans, and other tweaks.
Kenton Varda
More...
about 12 years ago
Implement mutex and once-init synchronization primitives. Wrap pthreads for now, but plan on raw futexes later.
Kenton Varda
More...
about 12 years ago
This should have been in the last commit but apparently I botched the --amend and then pushed without realizing.
Kenton Varda
More...
about 12 years ago
Complete C++ .capnp parser. Also, add a pretty-printing function for arbitrary Cap'n Proto objects which is like the existing stringification but uses whitespace (newlines an indentation) to make the structures more readable.
Kenton Varda
More...
about 12 years ago
Fix file name extension for parser.c++.
Kenton Varda
More...
about 12 years ago
Fix pointer corruption when using orphaned struct lists.
Kenton Varda
More...
about 12 years ago
←
1
2
…
131
132
133
134
135
136
137
138
139
…
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