2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduce generated code for Promises by making most of the node implementations mostly non-templated. More... almost 12 years ago
Initial implementation of promises. More... almost 12 years ago
Merge pull request #33 from dmitri-shubin/master More... almost 12 years ago
sched_yield() is in librt on Solaris More... almost 12 years ago
Solaris doesn't have backtrace() More... almost 12 years ago
Merge pull request #34 from dschatzberg/patch-1 More... almost 12 years ago
Fix md5.c++ to work on non x86 systems More... almost 12 years ago
make capnp-test.sh compatible with Solaris sh(1), test(1) and cmp(1) More... almost 12 years ago
fix output of Int8 values for Solaris More... almost 12 years ago
Merge pull request #31 from amluto/master More... almost 12 years ago
Fix LDFLAGS and work around a Fedora bug that broke pthread linking More... almost 12 years ago
Last-minute doc tweaks. More... almost 12 years ago
Improve test scripts, and add a new mega-test script which runs super-test on all platforms in parallel with progress bars. More... almost 12 years ago
Fix release.sh's retry command. More... almost 12 years ago
Fix VPATH build. More... almost 12 years ago
Test script should pull from current branch, not master. More... almost 12 years ago
Apparently the bootstraps were out of date. More... almost 12 years ago
Fix bug where only the first import made it into the import table. Can't believe this wasn't tested. Sigh. More... almost 12 years ago
Don't mmap empty files. More... almost 12 years ago
Argh, Clang doesn't implement -fno-permissive, skip it. More... almost 12 years ago
Make sure generated code compiles cleanly even with pedantic warnings, since some people enable those. More... almost 12 years ago
typos More... almost 12 years ago
Fix roadmap title. More... almost 12 years ago
Add roadmap to docs. More... almost 12 years ago
Update Python links for name change. More... almost 12 years ago
Update release script to automatically tag the release. More... almost 12 years ago
Remove localhost links from docs. Duh. More... almost 12 years ago
Fix compilation problem reported with gcc 4.7.2. Yes, it works in 4.7.3 but not 4.7.2. Sigh. More... almost 12 years ago
Don't delete default dynamic builder constructors, because this makes things difficult for the Python wrappers. More... almost 12 years ago
Fix bug where DynamicValue::Builder was not assignable. More... almost 12 years ago