- 01 Feb, 2016 1 commit
-
-
Kenton Varda authored
This is largely motivated by the fact that Clang currently miscompiles `.then([](auto){})`: https://llvm.org/bugs/show_bug.cgi?id=24989
-
- 26 Jan, 2016 1 commit
-
-
Thomas Sanchez authored
-
- 13 Jan, 2016 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
As of that change, adopting an empty struct into a pointer that already had some other value fails to overwrite the upper 32 bits of the pointer, thus resulting in a struct pointer with totally bogus bounds. Normally this will either cause a bounds check exception to be thrown when that pointer is later accessed, or lead to a struct containing bogus data (but if teh struct was expected to be empty, probably that data is never accessed).
-
- 07 Jan, 2016 5 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
- 26 Dec, 2015 1 commit
-
-
Drew Fisher authored
-
- 24 Dec, 2015 1 commit
-
-
Drew Fisher authored
The MSVC runtime was heavily refactored, so the internal function we call to get the current exception count changed for newer MSVC versions (as did the offset).
-
- 16 Dec, 2015 2 commits
-
-
David Renshaw authored
-
Kamal Marhubi authored
This encapsulates the input array, hiding it from the parser's methods. Access is forced to go through `advance` and `consume*` methods on the new `Input` object. The aim is to make it harder to have errors like https://github.com/sandstorm-io/capnproto/pull/270
-
- 13 Dec, 2015 5 commits
-
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
Erik Sjölund authored
-
- 24 Nov, 2015 1 commit
-
-
Erik Sjölund authored
-
- 20 Nov, 2015 1 commit
-
-
Kenton Varda authored
-
- 18 Nov, 2015 1 commit
-
-
Jo Liss authored
-
- 16 Nov, 2015 4 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
This reduces dependencies on stdc++. For rationale, see https://github.com/kamalmarhubi/capnproto/commit/62a562f6d2c7bd147958106a1cf4169533d43f83#commitcomment-14375773
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
- 13 Nov, 2015 2 commits
-
-
Kamal Marhubi authored
-
Kenton Varda authored
Requested by jo_liss on Twitter: https://twitter.com/jo_liss/status/664884038252027905 (Also implement defaultValue<>() helper which was defined but apparently never implemented.)
-
- 12 Nov, 2015 5 commits
-
-
Kamal Marhubi authored
Such values are not allowed by the JSON spec. We match the behavior of JSON.stringify in Firefox and Chrome. fixes https://github.com/sandstorm-io/capnproto/issues/261
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
Per spec.
-
Kamal Marhubi authored
-
- 11 Nov, 2015 2 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
- 09 Nov, 2015 6 commits
-
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-
Kamal Marhubi authored
-