- 13 Aug, 2016 5 commits
-
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
Ivan Smirnov authored
-
- 04 Aug, 2016 1 commit
-
-
Dean Moldovan authored
-
- 29 May, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 19 May, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 11 May, 2016 2 commits
-
-
Johan Mabille authored
-
Johan Mabille authored
-
- 05 May, 2016 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 04 May, 2016 1 commit
-
-
Wenzel Jakob authored
This somewhat heavyweight solution will avoid size_t/long long/long/int mismatches on various platforms once and for all. The previous template overloads could e.g. not handle size_t on Darwin. One gotcha: the 'format_descriptor<T>::value()' syntax changed to just 'format_descriptor<T>::value'
-
- 18 Apr, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 20 Feb, 2016 2 commits
-
-
Wenzel Jakob authored
-
Johan Mabille authored
-
- 17 Jan, 2016 7 commits
-
-
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
-
Wenzel Jakob authored
-
Wenzel Jakob authored
moved lifetime management of Py_buffer to pybind11::buffer_info, renamed count->size to match NumPy naming (fixes #34)
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 28 Dec, 2015 1 commit
-
-
Tomasz Miąsko authored
This gives handle classes a typical pointer semantics with respects to constness.
-
- 16 Dec, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 15 Dec, 2015 1 commit
-
-
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.
-
- 18 Oct, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 15 Oct, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 13 Oct, 2015 1 commit
-
-
Wenzel Jakob authored
1. Renamed PYTHON_* to PYBIND_* everywhere 2. Renamed pybind::array_dtype<> to pybind::array_t<>
-
- 04 Sep, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 31 Jul, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 29 Jul, 2015 1 commit
-
-
Wenzel Jakob authored
-
- 28 Jul, 2015 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-