1. 09 May, 2015 1 commit
  2. 07 May, 2015 2 commits
  3. 06 May, 2015 3 commits
  4. 05 May, 2015 3 commits
  5. 04 May, 2015 2 commits
  6. 03 May, 2015 4 commits
  7. 02 May, 2015 2 commits
  8. 30 Apr, 2015 3 commits
  9. 29 Apr, 2015 1 commit
  10. 28 Apr, 2015 1 commit
  11. 26 Apr, 2015 1 commit
  12. 25 Apr, 2015 2 commits
  13. 21 Apr, 2015 1 commit
    • Kenton Varda's avatar
      Work around Clang bug 22354. · b0599220
      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.
      b0599220
  14. 20 Apr, 2015 2 commits
  15. 17 Apr, 2015 1 commit
  16. 15 Apr, 2015 3 commits
  17. 12 Apr, 2015 2 commits
  18. 11 Apr, 2015 2 commits
  19. 04 Apr, 2015 4 commits