- Feb 19, 2016
-
-
Ben Pritchard authored
-
Ben Pritchard authored
-
- Feb 16, 2016
-
-
Wenzel Jakob authored
-
- Feb 13, 2016
-
-
Wenzel Jakob authored
-
- Feb 09, 2016
-
-
Wenzel Jakob authored
-
- Feb 08, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Feb 07, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Feb 05, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Feb 02, 2016
-
-
Wenzel Jakob authored
-
- Feb 01, 2016
-
-
Wenzel Jakob authored
Add version information
-
Sylvain Corlay authored
-
- Jan 29, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Felipe Lema authored
-
- Jan 24, 2016
-
-
Wenzel Jakob authored
-
- Jan 22, 2016
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
CMake: Test Counting
-
Wenzel Jakob authored
-
Wenzel Jakob authored
Close #69 Unused Var: Warning
-
Wenzel Jakob authored
Fix #75 <complex> may define macro I
-
Axel Huebl authored
Fix #75 as described by undefining the macro `I` from `<complex>` if defined (as in `glibc`). This seems to be the only include of it.
-
Axel Huebl authored
Close #69 [This](http://stackoverflow.com/a/3418951) stackoverflow post recommended [that](http://herbsutter.com/2009/10/18/mailbag-shutting-up-compiler-warnings/) Herb Sutter blog post with a general and portable solution and it works great! :)
-
- Jan 20, 2016
-
-
Axel Huebl authored
- automatically detect number of examples
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Jan 19, 2016
-
-
Wenzel Jakob authored
Fix Compile Error: str Naming
-
Axel Huebl authored
This fixes a build error compiling with `nvcc/7.5` + `gcc/4.9.2` causing a ``` ./include/pybind11/pybind11.h(952): here ./include/pybind11/pytypes.h: In member function ‘pybind11::str pybind11::handle::str() const’: ./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’ return pybind11::str(str, false); ^ ./include/pybind11/pytypes.h:269:8: error: expected ‘;’ before ‘class’ ./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’ ``` -
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- Jan 18, 2016
-
-
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
-