1. 01 Sep, 2017 1 commit
  2. 31 Aug, 2017 4 commits
  3. 30 Aug, 2017 7 commits
  4. 28 Aug, 2017 5 commits
  5. 25 Aug, 2017 4 commits
  6. 24 Aug, 2017 2 commits
    • Dean Moldovan's avatar
      Fix missing user dir in `python -m pybind11 --includes` · 3d8df5af
      Dean Moldovan authored
      For the case of `pip install --user`, the header include dirs must
      also include `pybind11.get_include(True)`.
      
      [skip appveyor]
      3d8df5af
    • Dean Moldovan's avatar
      Fix setup.py detail headers and add pip install tests to Travis · 1913f252
      Dean Moldovan authored
      The default `install_headers` from `distutils` flattens all the headers
      into a single directory -- `detail` subdirectory was lost. This commit
      fixes this by overriding the setup with a custom header installer.
      
      Tests are added to Travis to make sure `setup.py sdist` and `pip install`
      do not miss any headers and that the directory structure is preserved.
      
      [skip appveyor]
      1913f252
  7. 23 Aug, 2017 9 commits
  8. 22 Aug, 2017 4 commits
  9. 21 Aug, 2017 1 commit
  10. 20 Aug, 2017 2 commits
  11. 19 Aug, 2017 1 commit
    • Patrik Huber's avatar
      Fix typos in Eigen documentation · d265933d
      Patrik Huber authored
      Fixes one small variable name typo, and two instances where `py::arg().nocopy()` is used, where I think it should be `py::arg().noconvert()` instead. Probably `nocopy()` was the old/original name for it and then it was changed.
      d265933d