1. 04 Sep, 2017 2 commits
  2. 01 Sep, 2017 1 commit
  3. 31 Aug, 2017 4 commits
  4. 30 Aug, 2017 7 commits
  5. 28 Aug, 2017 5 commits
  6. 25 Aug, 2017 4 commits
  7. 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
  8. 23 Aug, 2017 9 commits
  9. 22 Aug, 2017 4 commits
  10. 21 Aug, 2017 1 commit
  11. 20 Aug, 2017 1 commit