- 05 May, 2015 1 commit
-
-
Kenton Varda authored
- Reduce noise. - Trace through async callbacks.
-
- 03 May, 2015 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Canonicalize NaN on the hppa architecture
-
Tom Lee authored
-
- 02 May, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 30 Apr, 2015 3 commits
-
-
Kenton Varda authored
Update obsolete comments.
-
Kenton Varda authored
Fix incorrect, confusing comment.
-
Kenton Varda authored
Add missing keywords "override".
-
- 29 Apr, 2015 1 commit
-
-
Ivan Lezhankin authored
-
- 28 Apr, 2015 1 commit
-
-
David Renshaw authored
-
- 26 Apr, 2015 1 commit
-
-
David Renshaw authored
-
- 25 Apr, 2015 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 21 Apr, 2015 1 commit
-
-
Kenton Varda authored
https://llvm.org/bugs/show_bug.cgi?id=22354 At the time DisallowConstCopy was introduced, GCC 4.7 and Clang 3.2 refused to allow the non-const copy constructors to be defaulted inline. This must have been concluded to be a compiler bug, as GCC 4.8 and Clang 3.4 seem fine with it. So, we can clean this up. Meanwhile, the above-linked Clang bug triggered when a DisallowConstCopy derivative is captured by value in a C++14 generic lambda. capnp::CallContext in particular tended to be hit by this a lot. The bug only affects non-default (or out-of-line default) copy constructors, and thus is conveniently sidestepped by this change.
-
- 20 Apr, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 17 Apr, 2015 1 commit
-
-
Kenton Varda authored
-
- 15 Apr, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Add simple convenience classes for using TwoPartyVatNetwork as client or server, since I find myself rewriting this code over and over.
-
- 12 Apr, 2015 2 commits
-
-
Kenton Varda authored
AnyList::operator== is not inline but was declared as such. Also made formatting of operator declarations consistent.
-
Kenton Varda authored
-
- 11 Apr, 2015 2 commits
-
-
Kenton Varda authored
Add equal / operator == method
-
joshuawarner32@gmail.com authored
-
- 04 Apr, 2015 9 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Add thisCap() method to capability servers which returns a capability to itself. Remove CapabilityServerSet's weak pointers since this supersedes them.
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
- 03 Apr, 2015 4 commits
-
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
joshuawarner32@gmail.com authored
-
- 01 Apr, 2015 1 commit
-
-
joshuawarner32@gmail.com authored
-