1. 08 Jul, 2016 2 commits
  2. 17 Jan, 2016 1 commit
    • Wenzel Jakob's avatar
      general cleanup of the codebase · 48548ea4
      Wenzel Jakob authored
      - new pybind11::base<> attribute to indicate a subclass relationship
      - unified infrastructure for parsing variadic arguments in class_ and cpp_function
      - use 'handle' and 'object' more consistently everywhere
      48548ea4
  3. 02 Jan, 2016 1 commit
    • Tomasz Miąsko's avatar
      Use object class to hold partially converted python objects. · ca77130b
      Tomasz Miąsko authored
      Using object class to hold converted object automatically deallocates
      object if an exception is thrown or scope is left before constructing
      complete Python object.
      
      Additionally added method object::release() that allows to release
      ownership of python object without decreasing its reference count.
      ca77130b
  4. 28 Dec, 2015 1 commit
  5. 26 Dec, 2015 1 commit
  6. 18 Oct, 2015 1 commit
  7. 15 Oct, 2015 1 commit
  8. 13 Oct, 2015 2 commits