1. Sep 06, 2017
  2. Sep 05, 2017
  3. Sep 02, 2017
  4. Sep 01, 2017
  5. Aug 31, 2017
  6. Aug 30, 2017
  7. Aug 28, 2017
  8. Aug 26, 2017
  9. 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
  10. Aug 24, 2017
  11. Aug 23, 2017
  12. Aug 22, 2017