"docs/vscode:/vscode.git/clone" did not exist on "af8849f47eea35fe16df0c5df64221b33b655968"
  1. 23 Oct, 2019 1 commit
  2. 20 Sep, 2019 2 commits
  3. 19 Sep, 2019 1 commit
  4. 04 Sep, 2019 1 commit
  5. 27 Aug, 2019 1 commit
  6. 19 Aug, 2019 2 commits
  7. 16 Aug, 2019 1 commit
  8. 15 Aug, 2019 1 commit
  9. 27 Jul, 2019 1 commit
  10. 23 Jul, 2019 1 commit
  11. 19 Jul, 2019 1 commit
  12. 18 Jul, 2019 1 commit
  13. 15 Jul, 2019 2 commits
  14. 06 Jul, 2019 1 commit
  15. 22 Jun, 2019 1 commit
  16. 13 Jun, 2019 1 commit
  17. 11 Jun, 2019 6 commits
  18. 10 Jun, 2019 2 commits
  19. 12 May, 2019 1 commit
  20. 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
  21. 04 Feb, 2019 3 commits
  22. 03 Jan, 2019 1 commit
  23. 01 Dec, 2018 1 commit
  24. 16 Nov, 2018 1 commit
    • voxmea's avatar
      Adds type_caster support for std::deque. (#1609) · 17983e74
      voxmea authored
      * Adds std::deque to the types supported by list_caster in stl.h.
      * Adds a new test_deque test in test_stl.{py,cpp}.
      * Updates the documentation to include std::deque as a default
        supported type.
      17983e74
  25. 11 Nov, 2018 2 commits
    • Trevor Laughlin's avatar
      Enable unique_ptr holder with mixed Deleters between base and derived types (#1353) · 63c2a972
      Trevor Laughlin authored
      * Check default holder
      
      -Recognize "std::unique_ptr<T, D>" as a default holder even if "D" doesn't match between base and derived holders
      
      * Add test for unique_ptr<T, D> change
      63c2a972
    • Wenzel Jakob's avatar
      fix py::cast<void *> (#1605) · cea42467
      Wenzel Jakob authored
      Pybind11 provides a cast operator between opaque void* pointers on the
      C++ side and capsules on the Python side. The py::cast<void *>
      expression was not aware of this possibility and incorrectly triggered a
      compile-time assertion ("Unable to cast type to reference: value is
      local to type caster") that is now fixed.
      cea42467
  26. 09 Nov, 2018 3 commits