2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix exception-catching test to work on platforms that don't provide a stack trace. More... about 12 years ago
Missing includes for Cygwin. More... about 12 years ago
Cygwin doesn't have backtrace(). More... about 12 years ago
Go back to prefering -std=gnu++11, but detect the one known case where this breaks and we need to use -std=c++11. More... about 12 years ago
Remove obsolete Haskell-based compiler. More... about 12 years ago
Remove old compiler from test script. More... about 12 years ago
Missing include. More... about 12 years ago
Oops, memrchr is a GNU extension. More... about 12 years ago
Improve bootstrap test. More... about 12 years ago
Regenerate bootstrapped sources using C++ compiler. YAY! More... about 12 years ago
Add test to check that bootstrapped sources are up-to-date and a script for updating them. More... about 12 years ago
Fix distcheck. More... about 12 years ago
Fix automake to support bootstrapping the compiler. More... about 12 years ago
Switch to the new compiler. All tests pass\! Need to submit bootstrap copies of the generated code used by the compiler itself. These bootstrap copies are still built by the old compiler at the moment. More... about 12 years ago
C++ code generator WIP. More... about 12 years ago
Update capnpc-capnp to use KJ_MAIN. More... about 12 years ago
Pull TextBlob out of capnpc-capnp and into KJ as kj::StringTree. Use it in the stringification code to make that code cleaner and avoid using iostreams. More... about 12 years ago
Arrange for compiler to send to the code generator the complete contents of all files listed on the command line, all first-level dependencies of those files, and parent scopes of those dependencies, but nothing more. This means it's sometimes possible to compile a schema file without parsing all transitive dependencies. Also, in 'decode' mode, don't compile annotations, so that the files defining those annotations need not be opened at all. More... about 12 years ago
Add GCC-4.8 build to test script. More... about 12 years ago
Merge branch 'fix-noexcept' of https://github.com/dwrensha/capnproto More... about 12 years ago
Revert "Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all." More... about 12 years ago
Work around weird behavior in GCC 4.8 where it thinks this destructor's declaration and definition hase mismatching noexcept specs even though neither one has a noexcept spec at all. More... about 12 years ago
get this to compile with g++-mp-4.8 More... about 12 years ago
Fix problem with vpath builds. More... about 12 years ago
Update Makefile.am to build new compiler. Not bootstrapping yet, of course, since the C++ output plugin is not written. More... about 12 years ago
Refactor compiler binary into a multi-tool with sub-commands like 'compile' and 'decode'. The latter dynamically decodes binary input to text based on a provided schema file. More... about 12 years ago
Implement more compiler options. More... about 12 years ago
Apparently at_quick_exit() doesn't exist on most platforms. Oh well, just use _Exit(). More... about 12 years ago
Samples need to be compiled with -pthread now. More... about 12 years ago
Fix GCC issues. More... about 12 years ago