- 12 Oct, 2017 1 commit
-
-
Edward Catmur authored
It is invalid to pass null as a pointer argument to memcpy/memcmp/memset, even if the count argument is zero: > Where an argument declared as size_t n specifies the length of the array for a function, n can have the value zero on a call to that function. Unless explicitly stated otherwise in the description of a particular function in this subclause, pointer arguments on such a call shall still have valid values [...] Detected by -fsanitize=nonnull-attribute.
-
- 21 Sep, 2017 1 commit
-
-
Erik Murphy-Chutorian authored
-
- 01 Jun, 2017 1 commit
-
-
Kenton Varda authored
-
- 29 Apr, 2017 1 commit
-
-
Harris Hancock authored
-
- 28 Apr, 2017 4 commits
-
-
Harris Hancock authored
-
Kenton Varda authored
-
Harris Hancock authored
This works around an issue which prevented kj::parse::ref() from compiling.
-
Harris Hancock authored
The fix in ae6b4452 worked for getting the HTTP code building, but was apparently insufficient for the capnp command line tools.
-
- 26 Apr, 2017 1 commit
-
-
Harris Hancock authored
-
- 25 Apr, 2017 1 commit
-
-
Kenton Varda authored
I think this is worthwhile since otherwise this header can't be used at all on MSVC, which has all sorts of sad downstream effects. Hopefully we can revert this soon, when MSVC gets fixed.
-
- 18 Feb, 2017 1 commit
-
-
David Renshaw authored
-
- 24 Jan, 2017 1 commit
-
-
Kenton Varda authored
-
- 06 Apr, 2016 1 commit
-
-
Harris Hancock authored
-
- 30 Dec, 2014 1 commit
-
-
Kenton Varda authored
A compatibility layer is provided to ease migration.
-
- 29 Nov, 2014 1 commit
-
-
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.
-
- 22 Nov, 2014 1 commit
-
-
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.
-
- 01 Jul, 2014 1 commit
-
-
Jason Choy authored
-
- 29 Jun, 2014 3 commits
-
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy authored
-
- 20 Jun, 2014 1 commit
-
-
Kenton Varda authored
For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company). The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is. Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change: https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
-
- 23 Aug, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 13 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 12 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 10 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 09 Jul, 2013 1 commit
-
-
Kenton Varda authored
-
- 03 Jul, 2013 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 02 Jul, 2013 3 commits
-
-
Kenton Varda authored
Discarding version of char parsers. Also, many() should return a count rather than an array if sub-parsers have empty results.
-
Kenton Varda authored
-
Kenton Varda authored
-