- May 26, 2016
-
-
Yung-Yu Chen authored
-
- May 25, 2016
-
-
Wenzel Jakob authored
pybind11::args should have been derived from tuple
-
Yung-Yu Chen authored
args was derived from list, but cpp_function::dispatcher sends a tuple to it->impl (line #346 and #392 in pybind11.h). As a result args::size() and args::operator[] don't work at all. On my mac args::size() returns -1. Making args a subclass of tuple fixes it.
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 24, 2016
-
-
Wenzel Jakob authored
Increase available information on invocation error.
-
Andreas Bergmeier authored
-
Andreas Bergmeier authored
-
- May 21, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Cache C/C++ compilation
-
Omer Katz authored
-
Wenzel Jakob authored
-
- May 20, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 19, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Fixed typo in NumPy example which prevented compilation
-
Nils Werner authored
-
- May 18, 2016
-
-
Wenzel Jakob authored
Refactoring bind_vector to take std::string
-
Sergey Lyskov authored
Refactoring bind_vector to take std::string to avoid capture of potentially temporary char const * when calling vector_if_insertion_operator
-
- May 17, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 16, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Sergey Lyskov authored
-
Sergey Lyskov authored
-
Sergey Lyskov authored
-
Sergey Lyskov authored
Fixing VC build, apparently MSVC implementation of std::is_default_constructible had no bool() operator
-
Sergey Lyskov authored
Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples.
-
Sergey Lyskov authored
-
Sergey Lyskov authored
Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s.
-
Sergey Lyskov authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 11, 2016
-
-
Wenzel Jakob authored
add extra constructors in numpy.h
-
Johan Mabille authored
-
Wenzel Jakob authored
Compilation issue fixed
-