1. Sep 02, 2017
  2. Sep 01, 2017
  3. Aug 31, 2017
  4. Aug 30, 2017
  5. Aug 28, 2017
  6. Aug 26, 2017
  7. Aug 25, 2017
    • Wenzel Jakob's avatar
      Address reference leak issue (fixes #1029) · c14c2762
      Wenzel Jakob authored
      Creating an instance of of a pybind11-bound type caused a reference leak in the
      associated Python type object, which could prevent these from being collected
      upon interpreter shutdown. This commit fixes that issue for all types that are
      defined in a scope (e.g. a module). Unscoped anonymous types (e.g. custom
      iterator types) always retain a positive reference count to prevent their
      collection.
      c14c2762
    • Henry Schreiner's avatar
      8b405055
  8. Aug 24, 2017
  9. Aug 23, 2017
  10. Aug 22, 2017
  11. Aug 21, 2017
  12. Aug 20, 2017
    • 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