- 22 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 20 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 19 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 18 Jul, 2013 3 commits
-
-
Kenton Varda authored
Allow SchemaLoader to use a callback to lazily load schema nodes, including dependencies of loaded nodes.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Jul, 2013 1 commit
-
-
Kenton Varda authored
Implement mutex and once-init synchronization primitives. Wrap pthreads for now, but plan on raw futexes later.
-
- 16 Jul, 2013 2 commits
-
-
Kenton Varda authored
This should have been in the last commit but apparently I botched the --amend and then pushed without realizing.
-
Kenton Varda authored
Complete C++ .capnp parser. Also, add a pretty-printing function for arbitrary Cap'n Proto objects which is like the existing stringification but uses whitespace (newlines an indentation) to make the structures more readable.
-
- 15 Jul, 2013 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 13 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 12 Jul, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 10 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 09 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 08 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 24 Jun, 2013 1 commit
-
-
Kenton Varda authored
-
- 17 Jun, 2013 1 commit
-
-
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.
-
- 14 Jun, 2013 2 commits
-
-
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...
-
- 12 Jun, 2013 4 commits
-
-
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.
-
- 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 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-