2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweaks. More... about 12 years ago
Create a script that builds the release. More... about 12 years ago
Remove comment from configure.ac that is superseded by release process guide. More... about 12 years ago
Tweak release guide. More... about 12 years ago
Add readme warning about compiler version. More... about 12 years ago
Add release process guide. More... about 12 years ago
Make complier package releasable. More... about 12 years ago
Clarify WIP vs. ready-to-use implementations. More... about 12 years ago
Clarification. More... about 12 years ago
c++.capnp is installed now. More... about 12 years ago
blah More... about 12 years ago
Doc tweaks. More... about 12 years ago
Update installation docs now that things are simplified. More... about 12 years ago
Oops. More... about 12 years ago
Make sure to use -stdlib=libc++ when building samples on OSX. More... about 12 years ago
Fix test script when LD_LIBRARY_PATH is not already set. More... about 12 years ago
Extend gtest patch to include fixing RTTI detection under Clang. More... about 12 years ago
Add script that tests EVERYTHING. More... about 12 years ago
Set version to 0.1-dev More... about 12 years ago
Oops, exporting CXX for AC_CONFIG_SUBDIRS doesn't work if the user specified their own CXX, in which case their version will be in ac_configure_args and will take precedence. We'll have to modify ac_configure_args. More... about 12 years ago
Work around libtool dropping -stdlib from CXXFLAGS when linking by putting it in CXX instead. More... about 12 years ago
Bundle gtest into autotool build, simplifying usage. More... about 12 years ago
Add --version option to capnpc (issue 12) More... about 12 years ago
Fix issue 10 -- make capnpc print error message when input file does not exist. More... about 12 years ago
Improve makefiles to the point that make distcheck works. More... about 12 years ago
Install schema.capnp and c++.capnp to $PREFIX/include/capnp. Make sure /usr/include and /usr/local/include are in the capnpc search path. Fix Makefile bug related to ridiculous gmake implicit rules. And update the docs a bit. More... about 12 years ago
More parsers. More... about 12 years ago
Disable use of unit analysis (via kj::Quantity) by default (since it has some overhead), but enable it specifically for dev builds. More... about 12 years ago
Don't document inlines. More... about 12 years ago
Fix comment. More... about 12 years ago