1. 21 Jul, 2020 1 commit
  2. 20 Jul, 2020 1 commit
  3. 10 Jul, 2020 1 commit
  4. 30 Jun, 2020 2 commits
  5. 26 Apr, 2020 5 commits
  6. 04 Mar, 2020 1 commit
  7. 22 Jan, 2020 1 commit
  8. 05 Jan, 2020 1 commit
  9. 14 Nov, 2019 1 commit
  10. 31 Oct, 2019 1 commit
  11. 23 Aug, 2019 1 commit
  12. 13 Aug, 2019 1 commit
  13. 11 Jun, 2019 11 commits
  14. 12 May, 2019 1 commit
  15. 24 Oct, 2018 2 commits
  16. 14 Sep, 2018 1 commit
  17. 29 Aug, 2018 2 commits
  18. 11 Jan, 2018 1 commit
  19. 02 Nov, 2017 1 commit
    • Unknown's avatar
      Trivial typos · 0b3f44eb
      Unknown authored
      Non-user facing. 
      Found using `codespell -q 3`
      0b3f44eb
  20. 10 Sep, 2017 1 commit
  21. 17 Aug, 2017 1 commit
  22. 14 Aug, 2017 1 commit
    • Jason Rhinelander's avatar
      Compile with hidden visibility always; set via cmake property rather than compiler flag · 97aa54fe
      Jason Rhinelander authored
      This updates the compilation to always apply hidden visibility to
      resolve the issues with default visibility causing problems under debug
      compilations.  Moreover using the cmake property makes it easier for a
      caller to override if absolutely needed for some reason.
      
      For `pybind11_add_module` we use cmake to set the property; for the
      targets, we append to compilation option to non-MSVC compilers.
      97aa54fe
  23. 23 Jul, 2017 1 commit