- 21 Apr, 2017 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
canonicalization: make sure that pad bits of primitive lists are zeroed
-
Kenton Varda authored
ignore pad bits when checking for bit list equality
-
Kenton Varda authored
-
- 20 Apr, 2017 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 19 Apr, 2017 3 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 18 Apr, 2017 1 commit
-
-
Kenton Varda authored
Build samples with MSVC
-
- 17 Apr, 2017 8 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Or... negato?
-
Harris Hancock authored
When building Cap'n Proto with compilers which can't yet build the command line tools (MSVC), the exported targets capnp_tool and capnpc_cpp don't exist, thus attempting to use them in a generator expression when setting CAPNP_EXECUTABLE and CAPNPC_CXX_EXECUTABLE causes a hard error. Leaving the variables unset provides users the opportunity to set CAPNP_EXECUTABLE and CAPNPC_CXX_EXECUTABLE manually in CMake projects consuming Cap'n Proto as a CMake package, and produces a less mystifying error message if the user forgets. Thanks to Philip Quinn for advice on this issue.
-
Harris Hancock authored
-
Harris Hancock authored
-
Harris Hancock authored
Fixes a recently introduced build error on Windows. Microsoft's docs say to include either <process.h> or <stdlib.h>. I arbitrarily chose process.h.
-
Kenton Varda authored
-
Kenton Varda authored
-
- 16 Apr, 2017 3 commits
-
-
Kenton Varda authored
Refactor bounds checks to avoid ever creating out-of-bounds pointer values, which is technically UB even if not dereferenced.
-
Kenton Varda authored
-
- 15 Apr, 2017 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
MallocMessageBuilder: don't allocate segments above the max serializable size
-
Kenton Varda authored
Fix autotools build on MacOS
-
David Renshaw authored
-
David Renshaw authored
-
- 12 Apr, 2017 3 commits
-
-
Mike Lin authored
-
Kenton Varda authored
-
Mike Lin authored
-
- 11 Apr, 2017 9 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
This eliminates a TODO(soon).
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 10 Apr, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-