- 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
-
Johan Mabille authored
-
- May 10, 2016
-
-
Wenzel Jakob authored
-
- May 08, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 06, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- May 05, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
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'
-
- May 03, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-