- 01 May, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Problem discovered and initial test case contributed by Harris Hancock.
-
- 29 Apr, 2016 1 commit
-
-
Kenton Varda authored
miniposix.h shouldn't be executable
-
- 27 Apr, 2016 1 commit
-
-
Andy Lutomirski authored
Noticed by rpmlint
-
- 23 Apr, 2016 1 commit
-
-
Kenton Varda authored
-
- 22 Apr, 2016 3 commits
-
-
Kenton Varda authored
Bka json inf nan as string
-
Kenton Varda authored
json: implement decode(... input, DynamicStruct::Builder output)
-
https://github.com/sandstorm-io/capnproto.gitBranislav Katreniak authored
# Conflicts: # CONTRIBUTORS
-
- 21 Apr, 2016 1 commit
-
-
Branislav Katreniak authored
-
- 15 Apr, 2016 1 commit
-
-
Kenton Varda authored
Fixed access violation in GetFunctorStartAddress()
-
- 12 Apr, 2016 2 commits
-
-
Kenton Varda authored
Trivial changes required to support Visual Studio 2015 Update 2
-
Harris Hancock authored
-
- 08 Apr, 2016 3 commits
-
-
Kenton Varda authored
Revert "Propagate DocComments into binary schema"
-
Kenton Varda authored
-
Kenton Varda authored
Propagate DocComments into binary schema
-
- 06 Apr, 2016 21 commits
-
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
An immediately-invoked function expression with a default reference capture list should be roughly equivalent to a GNU compound statement expression. I'm unsure whether or not the result should be returned by kj::mv() -- I would expect the compiler to optimize appropriately, but have not tested this. Note: There are two versions of KJ_REQUIRE_NONNULL in kj/debug.h: one that works with MSVC's preprocessor, and one which works with the standard- compliant preprocessor. This commit only touches the MSVC version of the macro, because that is the minimum necessary work to get it to compile in MSVC. However, it may make sense to convert the other one to use IIFE as well.
-
Harris Hancock authored
This seems to work now in VS2015, and its presence causes assumption failures (static assertions) in dynamic.c++.
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
-
Gordon McShane authored
-
Harris Hancock authored
-
Gordon McShane authored
-
Gordon McShane authored
-
Harris Hancock authored
json.capnp.{h,c++} must have been generated using an earlier version of the code generator, or an earlier version of capnpc-c++. Cloning capnproto/master, building and installing, then running regenerate-bootstraps.sh results in this diff.
-
Branislav Katreniak authored
This allows to preserve these values in capnp -> json -> capnp conversion.
-
Branislav Katreniak authored
-
-
Branislav Katreniak authored
-
- 05 Apr, 2016 2 commits
-
-
Kenton Varda authored
headers: check whether CAPNP_HEADER_WARNINGS is defined
-
Kenton Varda authored
Fix building with Xcode 7.3
-
- 02 Apr, 2016 2 commits
-
-
Oliver Kuckertz authored
-
Kenton Varda authored
Add observing for urgent data to UnixEventPort::FdObserver
-