1. 21 May, 2015 1 commit
  2. 20 May, 2015 3 commits
  3. 16 May, 2015 2 commits
  4. 15 May, 2015 1 commit
  5. 10 May, 2015 1 commit
  6. 09 May, 2015 2 commits
  7. 07 May, 2015 2 commits
  8. 06 May, 2015 3 commits
  9. 05 May, 2015 3 commits
  10. 04 May, 2015 2 commits
  11. 03 May, 2015 4 commits
  12. 02 May, 2015 2 commits
  13. 30 Apr, 2015 3 commits
  14. 29 Apr, 2015 1 commit
  15. 28 Apr, 2015 1 commit
  16. 26 Apr, 2015 1 commit
  17. 25 Apr, 2015 2 commits
  18. 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
  19. 20 Apr, 2015 2 commits
  20. 17 Apr, 2015 1 commit
  21. 15 Apr, 2015 2 commits