- 07 May, 2017 1 commit
-
-
Jason Rhinelander authored
-
- 23 Feb, 2017 1 commit
-
-
Dean Moldovan authored
Instead of creating a new unique metaclass for each type, the builtin `property` type is subclassed to support static properties. The new setter/getters always pass types instead of instances in their `self` argument. A metaclass is still required to support this behavior, but it doesn't store any data anymore, so a new one doesn't need to be created for each class. There is now only one common metaclass which is shared by all pybind11 types.
-
- 14 Feb, 2017 1 commit
-
-
Sylvain Corlay authored
* Add flag for installation of headers under python include directory * Allow the disabling of distutils install_headers
-
- 04 Jan, 2017 1 commit
-
-
Wenzel Jakob authored
-
- 01 Jan, 2017 1 commit
-
-
Wenzel Jakob authored
-
- 01 Dec, 2016 1 commit
-
-
Alessandro Bacchini authored
-
- 19 Aug, 2016 1 commit
-
-
Dean Moldovan authored
Use simple asserts and pytest's powerful introspection to make testing simpler. This merges the old .py/.ref file pairs into simple .py files where the expected values are right next to the code being tested. This commit does not touch the C++ part of the code and replicates the Python tests exactly like the old .ref-file-based approach.
-
- 16 May, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 05 May, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 18 Apr, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 08 Mar, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 01 Mar, 2016 1 commit
-
-
Wenzel Jakob authored
This reverts commit bee8f16d.
-
- 22 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 20 Feb, 2016 2 commits
-
-
Wenzel Jakob authored
-
Johan Mabille authored
-
- 07 Feb, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 01 Feb, 2016 1 commit
-
-
Sylvain Corlay authored
-
- 17 Jan, 2016 2 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
-
- 04 Dec, 2015 2 commits
-
-
John Kirkham authored
-
John Kirkham authored
-
- 15 Oct, 2015 2 commits
-
-
Wenzel Jakob authored
-
Wenzel Jakob authored
-