1. 14 Dec, 2017 2 commits
    • Kenton Varda's avatar
      Test `Own<const void>`, fix bug. · ec59b987
      Kenton Varda authored
      ec59b987
    • Kenton Varda's avatar
      Fix MSVC: Don't specialize constructor with EnableIf params. · 6141d71a
      Kenton Varda authored
      It appears that MSVC treats the specialization of this templated constructor as if it were an overload, causing the selection of constructor to be ambiguous. It only does this if the second template parameter (the EnableIf) if present; otherwise the specialization works correctly.
      
      As a work-around, I refactored the code to avoid specializing the constructor. Instead, we add a static method that encapsulates the differences, which the constructor calls.
      6141d71a
  2. 13 Dec, 2017 1 commit
    • Kenton Varda's avatar
      Add support for Own<void>. · 5f2172c6
      Kenton Varda authored
      Any Own<T> can be converted to Own<void> (or Own<const void>). The main purpose of this is to give someone a way to invoke an object's disposer without them having to know anything about the type.
      5f2172c6
  3. 30 Sep, 2017 2 commits
  4. 24 Sep, 2017 1 commit
  5. 07 Apr, 2017 1 commit
  6. 06 Apr, 2016 1 commit
  7. 06 May, 2015 1 commit
  8. 15 Mar, 2015 1 commit
  9. 10 Dec, 2014 1 commit
  10. 22 Nov, 2014 1 commit
  11. 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
  12. 06 Dec, 2013 1 commit
  13. 18 Nov, 2013 1 commit
  14. 08 Nov, 2013 1 commit
  15. 05 Nov, 2013 1 commit
  16. 15 Oct, 2013 1 commit
  17. 08 Oct, 2013 1 commit
  18. 12 Sep, 2013 1 commit
  19. 18 Jul, 2013 1 commit
  20. 17 Jul, 2013 1 commit
  21. 12 Jun, 2013 1 commit
  22. 07 Jun, 2013 1 commit
  23. 06 Jun, 2013 5 commits
  24. 31 May, 2013 2 commits
  25. 30 May, 2013 1 commit