"vscode:/vscode.git/clone" did not exist on "1491c94c9d742d2d7bfccfc57b3944d66e5e048a"
  1. 19 Feb, 2016 1 commit
  2. 18 Feb, 2016 5 commits
  3. 16 Feb, 2016 1 commit
  4. 12 Feb, 2016 1 commit
  5. 09 Feb, 2016 1 commit
  6. 07 Feb, 2016 6 commits
  7. 04 Feb, 2016 2 commits
  8. 02 Feb, 2016 1 commit
  9. 01 Feb, 2016 2 commits
  10. 29 Jan, 2016 2 commits
  11. 28 Jan, 2016 1 commit
  12. 24 Jan, 2016 1 commit
  13. 21 Jan, 2016 7 commits
  14. 20 Jan, 2016 5 commits
  15. 19 Jan, 2016 2 commits
    • Wenzel Jakob's avatar
      Merge pull request #71 from ax3l/fix-strBuild2 · 9dcb1c3b
      Wenzel Jakob authored
      Fix Compile Error: str Naming
      9dcb1c3b
    • Axel Huebl's avatar
      Fix Compile Error: str Naming · 7cd569c7
      Axel Huebl authored
      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’
      ```
      7cd569c7
  16. 18 Jan, 2016 2 commits