1. 11 Apr, 2017 1 commit
  2. 10 Apr, 2017 1 commit
  3. 07 Apr, 2017 3 commits
  4. 30 Mar, 2017 2 commits
  5. 29 Mar, 2017 1 commit
  6. 24 Mar, 2017 2 commits
  7. 24 Jan, 2017 3 commits
  8. 15 Nov, 2016 1 commit
  9. 13 Jun, 2016 1 commit
  10. 20 May, 2016 2 commits
  11. 02 May, 2016 1 commit
  12. 06 Apr, 2016 2 commits
  13. 16 Nov, 2015 1 commit
  14. 09 Jun, 2015 1 commit
  15. 05 May, 2015 1 commit
  16. 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
  17. 22 Mar, 2015 1 commit
  18. 15 Mar, 2015 1 commit
  19. 13 Mar, 2015 1 commit
  20. 22 Jan, 2015 1 commit
  21. 29 Dec, 2014 1 commit
  22. 30 Nov, 2014 1 commit
  23. 29 Nov, 2014 2 commits
  24. 24 Nov, 2014 2 commits
  25. 23 Nov, 2014 1 commit
  26. 22 Nov, 2014 1 commit
  27. 20 Nov, 2014 1 commit
  28. 17 Oct, 2014 1 commit
  29. 20 Jun, 2014 1 commit
    • Kenton Varda's avatar
      Change license to MIT. · 889204fe
      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
      889204fe
  30. 16 Jun, 2014 1 commit