- 26 Jun, 2013 1 commit
-
-
Kenton Varda authored
-
- 24 Jun, 2013 1 commit
-
-
Kenton Varda authored
-
- 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 1 commit
-
-
Kenton Varda authored
-
- 14 Jun, 2013 5 commits
-
-
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
-
- 13 Jun, 2013 1 commit
-
-
Kenton Varda authored
Don't check uncaught_exception at throw time because catchExceptionsIfUnwinding() is the correct way to handle it.
-
- 12 Jun, 2013 7 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 1 commit
-
-
Kenton Varda 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 16 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
Use consistent naming style for structs that exist purely to specialize template aliases or functions.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-