- 17 Jun, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Disable use of unit analysis (via kj::Quantity) by default (since it has some overhead), but enable it specifically for dev builds.
-
- 15 Jun, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 14 Jun, 2013 12 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix capnpc-capnp.c++, which appears to have rotted (issue 15). Should probably write a test at some point...
-
Kenton Varda authored
-
Kenton Varda authored
-
- 13 Jun, 2013 3 commits
-
-
Kenton Varda authored
Don't check uncaught_exception at throw time because catchExceptionsIfUnwinding() is the correct way to handle it.
-
Kenton Varda authored
-
Kenton Varda authored
Apply some capnproto -> capnp renames that didn't happen before, update docs, put samples in a place where they are easy to compile.
-
- 12 Jun, 2013 8 commits
-
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Enable some useful Clang warnings, fix some bugs it detected. Especially, eliminate all dynamic initializers.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 11 Jun, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 10 Jun, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
update automake include directory to capnp
-
David Renshaw authored
-
David Renshaw authored
-
- 07 Jun, 2013 3 commits
-
-
Kenton Varda authored
Mark every destructor "noexcept(false)" unless it is very clearly noexcept. The change in C++11 making destructors default-noexcept was a mistake.
-
Kenton Varda authored
Add mechanism for catching exceptions that has limited use even with -fno-exceptions, as well as a mechanism to detect when a destructor is called during unwind and to avoid throwing in these situations.
-
Kenton Varda authored
-
- 06 Jun, 2013 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-