1. 23 Jul, 2020 1 commit
  2. 21 Jul, 2020 1 commit
  3. 20 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 30 Jun, 2020 2 commits
  6. 26 Apr, 2020 5 commits
  7. 04 Mar, 2020 1 commit
  8. 22 Jan, 2020 1 commit
  9. 05 Jan, 2020 1 commit
  10. 14 Nov, 2019 1 commit
  11. 31 Oct, 2019 1 commit
  12. 23 Aug, 2019 1 commit
  13. 13 Aug, 2019 1 commit
  14. 11 Jun, 2019 11 commits
  15. 12 May, 2019 1 commit
  16. 24 Oct, 2018 2 commits
  17. 14 Sep, 2018 1 commit
  18. 29 Aug, 2018 2 commits
  19. 11 Jan, 2018 1 commit
  20. 02 Nov, 2017 1 commit
    • Unknown's avatar
      Trivial typos · 0b3f44eb
      Unknown authored
      Non-user facing. 
      Found using `codespell -q 3`
      0b3f44eb
  21. 10 Sep, 2017 1 commit
  22. 17 Aug, 2017 1 commit
  23. 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