- 10 Dec, 2014 3 commits
-
-
Kenton Varda authored
Add an easier way to read a message directly into a builder. Requires a copy for security/validation.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 09 Dec, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
This is not currently used, but eventually we'll use this to support efficient inter-thread messaging. That said, I've decided that inter-thread messaging is complicated and I don't want to work on it right now.
-
- 08 Dec, 2014 5 commits
-
-
Kenton Varda authored
CMake support for MSVC/Visual Studio
-
Kenton Varda authored
fix some typos
-
Kenton Varda authored
Wait for writeable, rather than readable, socket on connect.
-
Morten Hustveit authored
-
David Renshaw authored
-
- 06 Dec, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 01 Dec, 2014 2 commits
-
-
Philip Quinn authored
-
Kenton Varda authored
-
- 30 Nov, 2014 12 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Philip Quinn authored
-
Philip Quinn authored
-
Philip Quinn authored
-
Philip Quinn authored
CMake automatically patches the switch character.
-
Philip Quinn authored
-
Philip Quinn authored
-
Kenton Varda authored
CMake: Fix #149.
-
Kenton Varda authored
Check for the definition of `_MSC_VER`, rather than its value.
-
Philip Quinn authored
-
Philip Quinn authored
-
- 29 Nov, 2014 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
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 3 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.
-