1. 21 Oct, 2020 2 commits
    • v2.6.0 release · 59a2ac27
      Wenzel Jakob committed
    • Remove friend declaration of py::class_ in py::detail::generic_type (#2613) · 4038542b
      This line had two bugs:
      
      1. It declares `py::detail::class_` as `friend`.
      2. After fixing that, we would have to change it to
         `template <typename, typename...>`
      
      The first one was introduced ~5 years ago, when a large refactoring was
      made, probably as an intermediate step during refactoring.
      
      The second was made when `generic_type` was made to be agnostic with
      respect to the order of `py::class_` template parameters.
      
       
      
      We're removing the declaration altogether, because it was never relied
      on. This is what makes me think that it was an intermediate step in
      refactoring that shouldn't have ended up in commit history.
      Boris Staletic committed
  2. 20 Oct, 2020 3 commits
  3. 19 Oct, 2020 2 commits
  4. 18 Oct, 2020 3 commits
  5. 16 Oct, 2020 4 commits
  6. 15 Oct, 2020 9 commits
  7. 14 Oct, 2020 5 commits
  8. 13 Oct, 2020 8 commits
  9. 12 Oct, 2020 4 commits