- Dec 28, 2015
-
-
Wenzel Jakob authored
Add const modifier to handle::cast.
-
Wenzel Jakob authored
Create an empty python tuple in pybind::tuple default constructor.
-
- Dec 27, 2015
-
-
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.
-
Tomasz Miąsko authored
-
- Dec 26, 2015
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Dec 22, 2015
-
-
Wenzel Jakob authored
functional.h not included in "make install"
-
Erik O'Leary authored
-
- Dec 19, 2015
-
-
Wenzel Jakob authored
-
- Dec 16, 2015
-
-
Wenzel Jakob authored
Fix typo in STL docs.
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Jared Casper authored
-
Wenzel Jakob authored
-
- Dec 15, 2015
-
-
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
-
- Dec 14, 2015
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Fix typographical errors
-
mk kim authored
-
- Dec 13, 2015
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Add ldflags to compile command
-
Wenzel Jakob authored
Add debug appveyor configuration
-
Wenzel Jakob authored
-
Huu Nguyen authored
-
John Travers authored
On my system (Mac OS with custom Python installation) I had to add the ldflags argument to python-config to get things working.
-
- Dec 08, 2015
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Dec 05, 2015
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Missing "is"
-