1. 10 Jun, 2019 4 commits
  2. 12 May, 2019 3 commits
  3. 03 May, 2019 1 commit
  4. 07 Apr, 2019 2 commits
  5. 06 Apr, 2019 1 commit
    • Henry Schreiner's avatar
      CI fixes (#1744) · ae951ca0
      Henry Schreiner authored
      * Fix warning that not including a cmake source or build dir will be a fatal error (it is now on newest CMakes)
          * Fixes appveyor
      * Travis uses CMake 3.9 for more than a year now
      * Travis dropped sudo: false in December
      * Dropping Sphinx 2
      - clang7: Suppress self-assign warnings; fix missing virtual dtors
      - pypy:
        - Keep old version (newer stuff breaks)
        - Pin packages to extra index for speed
      - travis:
        - Make docker explicit; remove docker if not needed
        - Make commands more verbose (for debugging / repro)
        - Make Ubuntu dist explicit per job
      - Fix Windows
      - Add names to travis
      ae951ca0
  6. 04 Feb, 2019 5 commits
  7. 03 Jan, 2019 3 commits
  8. 01 Dec, 2018 1 commit
  9. 20 Nov, 2018 1 commit
  10. 16 Nov, 2018 2 commits
  11. 13 Nov, 2018 1 commit
  12. 11 Nov, 2018 3 commits
  13. 09 Nov, 2018 3 commits
  14. 03 Nov, 2018 1 commit
  15. 01 Nov, 2018 1 commit
  16. 24 Oct, 2018 4 commits
  17. 14 Oct, 2018 1 commit
  18. 11 Oct, 2018 1 commit
    • Allan Leal's avatar
      Fix for Issue #1258 (#1298) · e76dff77
      Allan Leal authored
      * Fix for Issue #1258
      
      list_caster::load method will now check for a Python string and prevent its automatic conversion to a list.
      This should fix the issue "pybind11/stl.h converts string to vector<string> #1258" (https://github.com/pybind/pybind11/issues/1258)
      
      * Added tests for fix of issue #1258
      
      * Changelog: stl string auto-conversion
      e76dff77
  19. 10 Oct, 2018 1 commit
  20. 02 Oct, 2018 1 commit