- 29 Jul, 2016 1 commit
-
-
Vitali Lovich authored
Add missing include when building on Linux Discovered trying to build on Android using CMake. UIO_MAXIOV is only exported by the linux/uio.h header which was never included. Not sure how normal Linux builds work. Add missing reinterpret cast from const void* to const byte*. Remove -pthread compile flag when building under Android. ANDROID cmake variable exported by android-cmake project.
-
- 04 Jul, 2016 3 commits
-
-
Kenton Varda authored
prevent use-after-free in internal compiler API
-
David Renshaw authored
-
David Renshaw authored
-
- 24 Jun, 2016 1 commit
-
-
Kenton Varda authored
capnp-c++: implement asGeneric method for outer template contexts
-
- 23 Jun, 2016 1 commit
-
-
Kenton Varda authored
Since simply fixing the bug would silently break backwards-compatibility for affected schemas, we instead throw an exception to alert developers. See Issue #344 for more details.
-
- 20 Jun, 2016 1 commit
-
-
- 18 Jun, 2016 2 commits
-
-
Kenton Varda authored
fix spelling of "inundating"
-
David Renshaw authored
-
- 17 Jun, 2016 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
capnpc-c++: fix generated code for union inside template
-
Kenton Varda authored
-
Kenton Varda authored
This is blunt: A peer can choose to stop reading new messages from a connection whenever the calls in-flight cross a certain threshold. This is needed in Sandstorm to prevent errant (or malicious) apps from consuming excessive RAM in other parts of the system by flooding them with calls.
-
- 14 Jun, 2016 1 commit
-
-
Branislav Katreniak authored
-
- 13 Jun, 2016 2 commits
-
-
Kenton Varda authored
KJ_DEFER fix doc: deferred code is run at scope exit
-
Branislav Katreniak authored
-
- 09 Jun, 2016 1 commit
-
-
Kenton Varda authored
kj/io: Make FdOutputStream::write fallback to OutputStream::write.
-
- 08 Jun, 2016 1 commit
-
-
Kenton Varda authored
-
- 03 Jun, 2016 1 commit
-
-
Travis Gockel authored
-
- 31 May, 2016 1 commit
-
-
Kenton Varda authored
Bka cleanups - fix compiler warnings in kj tests
-
- 30 May, 2016 1 commit
-
-
Branislav Katreniak authored
-
- 27 May, 2016 4 commits
-
-
Kenton Varda authored
Implement method kj::StringPtr:parseAs<NUMBER_TYPE>
-
Branislav Katreniak authored
Warned by gcc 5.3.1 and clang 3.7.0
-
Branislav Katreniak authored
Warned by gcc 5.3.1
-
Branislav Katreniak authored
-
- 25 May, 2016 2 commits
-
-
Branislav Katreniak authored
-
Branislav Katreniak authored
-
- 21 May, 2016 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Add Canonicalization
-
Matthew Maurer authored
-
Matthew Maurer authored
-
Kenton Varda authored
Bka fix union with group in generic struct
-
- 20 May, 2016 8 commits
-
-
Matthew Maurer authored
-
Kenton Varda authored
Re-enable MSVC lite-mode
-
Harris Hancock authored
kind<T>() is used in the test.capnp.h generated header. MSVC accepts it, so it probably makes more sense to expose kind<T>() in lite-mode than to use CAPNP_KIND(T) in the generated header code.
-
Harris Hancock authored
-
Harris Hancock authored
This is necessary to get things working in MSVC. Note I swapped unistd.h for miniposix.h in the compiler, too, which will be necessary to port the compiler to MSVC. This commit also pulls capnp/compiler/capnp.c++'s pipe() implementation details (i.e., 8k reserved memory, _O_BINARY mode) into kj/miniposix.h.
-
Gordon McShane authored
-
Harris Hancock authored
-
Harris Hancock authored
-