- 29 Nov, 2014 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Conflicts: c++/src/kj/common.h
-
Kenton Varda authored
Distinguishing between "local bugs" and "preconditions" was proving difficult in practice, because a precondition failure in one function may very well indicate a bug in a calling function, but the exception may be thrown through that function, thus when caught the classification is nonsensical. The distinction also was not as useful as imagined. So, I eliminated this distinction.
-
Kenton Varda authored
-
Kenton Varda authored
Add asBytes() and asChars() methods to array classes to reinterpret-cast to bytes / chars, since this happens all the time and is otherwise a huge pain. Use the new methods in a bunch of places.
-
Kenton Varda authored
-
- 28 Nov, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Add missing semicolon in Interfaces example
-
- 24 Nov, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
The project file still only compiles a test binary, but it should be easy to separate out a library project from here. Thanks again to Bryan Boreham <bjboreham@gmail.com> for much help getting this working.
-
Kenton Varda authored
-
- 23 Nov, 2014 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Fix Windows bug that doesn't happen under wine: stdin defaults to text mode, which of course breaks compiler plugins.
-
Kenton Varda authored
-
Kenton Varda authored
Thanks to Bryan Boreham <bjboreham@gmail.com> for much help getting this started.
-
- 22 Nov, 2014 9 commits
-
-
Ross Light authored
-
Kenton Varda authored
This prevents the compiler from reporting warnings in these headers while compiling application code. Hopefully this will stem the never-ending stream of complaints from people who enable pedantic warnings.
-
Kenton Varda authored
Fix bug where EzRpcClient would segfault if the target host resolved to multiple addresses and the connection to the first of those failed.
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
kernel32.dll and msvcrt.dll are the only remaining dependencies.
-
- 20 Nov, 2014 2 commits
-
-
Kenton Varda authored
Accommodate code for MSVC
-
Todor Totev authored
Add __forceinline for MSVC
-
- 18 Nov, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Nov, 2014 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Adds kj::std as header-only compat layer
-
- 16 Nov, 2014 3 commits
-
-
Scott Purdy authored
Response to comments on #144. Remove 'using namespace std' from header, added additional tests, updated comment style, and added self to CONTRIBUTORS.
-
Kenton Varda authored
remove obsolete list upgrade code for bit structs
-
David Renshaw authored
-
- 14 Nov, 2014 2 commits
-
-
Kenton Varda authored
-
Scott Purdy authored
-
- 13 Nov, 2014 1 commit
-
-
Kenton Varda authored
-
- 10 Nov, 2014 1 commit
-
-
Kenton Varda authored
Conflicts: c++/src/capnp/rpc-twoparty.capnp.c++ c++/src/capnp/rpc-twoparty.capnp.h c++/src/capnp/rpc.capnp.c++ c++/src/capnp/rpc.capnp.h
-