- 17 Jan, 2016 1 commit
-
-
Ivan Smirnov authored
-
- 10 Jan, 2016 1 commit
-
-
Wenzel Jakob authored
Make handle and related classes const correct.
-
- 06 Jan, 2016 1 commit
-
-
Wenzel Jakob authored
Use object class to hold partially converted python objects.
-
- 02 Jan, 2016 1 commit
-
-
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.
-
- 30 Dec, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 28 Dec, 2015 3 commits
-
-
Wenzel Jakob authored
Clean the type name alone, not the whole message.
-
Tomasz Miąsko authored
-
Tomasz Miąsko authored
This gives handle classes a typical pointer semantics with respects to constness.
-
- 27 Dec, 2015 3 commits
-
-
Wenzel Jakob authored
Add const modifier to handle::cast.
-
Wenzel Jakob authored
Create an empty python tuple in pybind::tuple default constructor.
-
Tomasz Miąsko authored
Follow the same semantics as constructors of dict, list, and set by creating valid Python object in default constructor of a tuple class.
-
- 26 Dec, 2015 3 commits
-
-
Tomasz Miąsko authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 22 Dec, 2015 2 commits
-
-
Wenzel Jakob authored
functional.h not included in "make install"
-
Erik O'Leary authored
-
- 18 Dec, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 16 Dec, 2015 3 commits
-
-
Wenzel Jakob authored
Fix typo in STL docs.
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 15 Dec, 2015 11 commits
-
-
Jared Casper authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
ENH: add more error conversions
-
Jonas Adler authored
-
Wenzel Jakob authored
Fixed py:array constructor from failing for complex types
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Add complex.h to list of installed headers
-
Wenzel Jakob authored
-
Jan Dohl authored
The array(const buffer_info &info) constructor fails when given complex types since their format string is 'Zd' or 'Zf' which has a length of two and causes an error here: if (info.format.size() != 1) throw std::runtime_error("Unsupported buffer format!"); Fixed by allowing format sizes of one and two. -
Jan Dohl authored
-
- 14 Dec, 2015 5 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Fix typographical errors
-
mk kim authored
-
- 13 Dec, 2015 4 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Add ldflags to compile command
-
Wenzel Jakob authored
Add debug appveyor configuration
-
Wenzel Jakob authored
-