- 19 Feb, 2015 2 commits
-
-
Kenton Varda authored
- Promise<T>::catch_() method which is equivalent to then() but you only specify an error handler; the non-error continuation is the identity function. - kj::evalNow() function which synchronously calls a function and returns a promise for the result, or a broken promise if the function threw an exception. This is convenient for making sure exceptions get pushed into the promise chain. - KJ_WARN_UNUSED_RESULT on various methods that return promises.
-
Kenton Varda authored
-
- 07 Feb, 2015 1 commit
-
-
Kenton Varda authored
-
- 02 Feb, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fixes #175.
-
Kenton Varda authored
Also set the version for the CMake build
-
- 01 Feb, 2015 1 commit
-
-
Alex Richardson authored
Otherwise the installed pkgconfig files are broken. The release script has also been changed to update the version for CMakeLists.txt. Fixes issue #162
-
- 29 Jan, 2015 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 27 Jan, 2015 7 commits
-
-
Kenton Varda authored
Allow DynamicStruct::Reader/Builder.as<AnyStruct>
-
Kenton Varda authored
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
fix 'capnp id' version string
-
David Renshaw authored
-
- 26 Jan, 2015 6 commits
-
-
Kenton Varda authored
-
Jason Paryani authored
-
Prajwal Tuladhar authored
-
Kenton Varda authored
-
Kenton Varda authored
Apparently neither Morkdown nor Doctoc generates anchor tags consistently with Github itself; each fails in its own special ways.
-
Kenton Varda authored
-
- 23 Jan, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 22 Jan, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Work around incompatibility between various C++ standard libs in C++14 mode on some Linux distros, including Ubuntu 14.04.
-
Jason Paryani authored
Also fix AnyStruct::Reader/Builder as methods
-
- 21 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 20 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 19 Jan, 2015 7 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Remove obsolete gittip buttons. - Remove G+ follow crap. - Indicate that Cap'n Proto is now a sub-project of Sandstorm.io. - Add Twitter link. - Update roadmap to not be obsolete.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-