1. 12 Oct, 2020 2 commits
  2. 11 Oct, 2020 1 commit
  3. 09 Oct, 2020 9 commits
  4. 08 Oct, 2020 5 commits
  5. 06 Oct, 2020 2 commits
  6. 05 Oct, 2020 3 commits
  7. 04 Oct, 2020 1 commit
  8. 03 Oct, 2020 4 commits
  9. 02 Oct, 2020 12 commits
  10. 30 Sep, 2020 1 commit
    • Check if module file extension could be queried correctly (#2538) · 3232e59b
      On very incomplete python installations (e.g. within Docker), it's
      possible that distutils is not installed. In that case, the
      ``execute_command`` statement that queries distutils for the Python
      module extension fails, and pybind11 uses the empty string. This commit
      adds an extra check that causes a CMake failure with more actionable
      information (just spent a lot of time trying to track down this problem :))
      Wenzel Jakob committed