1. 19 Jan, 2016 1 commit
    • Fix Compile Error: str Naming · 7cd569c7
      This fixes a build error compiling with `nvcc/7.5` + `gcc/4.9.2`
      causing a
      ```
      ./include/pybind11/pybind11.h(952): here
      
      ./include/pybind11/pytypes.h: In member function ‘pybind11::str pybind11::handle::str() const’:
      ./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’
           return pybind11::str(str, false);
              ^
      ./include/pybind11/pytypes.h:269:8: error: expected ‘;’ before ‘class’
      ./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’
      ```
      Axel Huebl committed
  2. 18 Jan, 2016 4 commits
  3. 17 Jan, 2016 29 commits
  4. 10 Jan, 2016 1 commit
  5. 06 Jan, 2016 1 commit
  6. 02 Jan, 2016 1 commit
  7. 30 Dec, 2015 1 commit
  8. 28 Dec, 2015 2 commits