- 16 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 12 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 09 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 07 Feb, 2016 6 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 04 Feb, 2016 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 02 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 01 Feb, 2016 2 commits
-
-
Wenzel Jakob authored
Add version information
-
Sylvain Corlay authored
-
- 29 Jan, 2016 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 28 Jan, 2016 1 commit
-
-
Felipe Lema authored
-
- 24 Jan, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 21 Jan, 2016 7 commits
-
-
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! :)
-
- 20 Jan, 2016 5 commits
-
-
Axel Huebl authored
- automatically detect number of examples
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 19 Jan, 2016 2 commits
-
-
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’ ```
-
- 18 Jan, 2016 4 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-
- 17 Jan, 2016 4 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
-
Wenzel Jakob authored
-