- 29 Oct, 2014 2 commits
-
-
Philip Quinn authored
-
Philip Quinn authored
With CAPNP_LITE=1, the command-line tools will not be built, and the tests cannot be built without EXTERNAL_CAPNP=1 (BUILD_TESTING=0 needs to be set if the tests are not desired).
-
- 24 Oct, 2014 1 commit
-
-
Kenton Varda authored
-
- 21 Oct, 2014 1 commit
-
-
Joshua Warner authored
-
- 20 Oct, 2014 3 commits
-
-
Philip Quinn authored
-
Philip Quinn authored
atos(1) doesn't actually have a '-d' flag, but its inclusion was innocuous (and suppressed a warning) until OS X 10.10.
-
Kenton Varda authored
More refactoring is needed, but this at least makes "using" aliases work correctly with generics.
-
- 17 Oct, 2014 2 commits
-
-
Joshua Warner authored
This function now (on windows): * converts \n to \r\n (for both file and console outputs) * when the output is redirected to a file, uses WriteFile with utf-8 output * when the output will appear on a console, uses WriteConsole with utf-16 output instead
-
Kenton Varda authored
-
- 15 Oct, 2014 2 commits
-
-
Joshua Warner authored
-
Joshua Warner authored
-
- 19 Aug, 2014 1 commit
-
-
Kenton Varda authored
-
- 20 Jul, 2014 2 commits
-
-
Philip Quinn authored
-
Philip Quinn authored
-
- 15 Jul, 2014 1 commit
-
-
Philip Quinn authored
-
- 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
-
- 16 Jun, 2014 1 commit
-
-
Kenton Varda authored
-
- 11 Jun, 2014 1 commit
-
-
Kenton Varda authored
-
- 29 May, 2014 1 commit
-
-
David Renshaw authored
-
- 20 May, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 13 May, 2014 1 commit
-
-
Kenton Varda authored
-
- 02 May, 2014 1 commit
-
-
Kenton Varda authored
Add ability to truncate a list post-allocation and reclaim space. Currently limited to blobs and can only be accessed through the Orphan interface.
-
- 22 Apr, 2014 1 commit
-
-
Kenton Varda authored
-
- 07 Apr, 2014 1 commit
-
-
Kenton Varda authored
-
- 04 Apr, 2014 1 commit
-
-
Remy Blank authored
-
- 01 Apr, 2014 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
- Define separate times for durations vs. absolute times. - Make more consistent with existing precedents in KJ style.
-
- 30 Mar, 2014 1 commit
-
-
Remy Blank authored
-
- 27 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 14 Mar, 2014 1 commit
-
-
Kenton Varda authored
Apparently writev() imposes a limit on the vector size. Work around that. Not sure why libc doesn't already do this.
-
- 13 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 11 Mar, 2014 1 commit
-
-
Kenton Varda authored
-
- 10 Mar, 2014 1 commit
-
-
Kenton Varda authored
Extend FlatArrayMessageReader to indicate where the message actually ended, in case it was not the end of the array. Useful when reading an mmap'd file with a Cap'n Proto prefix. Also fix a bug in Maybe dealing with DisallowConstCopy subclasses.
-
- 25 Jan, 2014 1 commit
-
-
Kenton Varda authored
-
- 22 Jan, 2014 1 commit
-
-
David Renshaw authored
-