Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
70ee47ddcff0aaecebfdd3aeab190739ff204f5f
/
docs
0880294
support unordered set/map data structures (fixes #100)
by Wenzel Jakob
· 9 years ago
8ed2808
pybind11, version 1.2
by Wenzel Jakob
· 9 years ago
43b6a23
minor comment about binding static methods
by Wenzel Jakob
· 9 years ago
10c74c6
transparent std::array conversion (fixes #97)
by Wenzel Jakob
· 9 years ago
c91551b
improved python detection in CMakeLists.txt (fixes #98)
by Wenzel Jakob
· 9 years ago
de3ad07
documentation on exporting constants (closes #92)
by Wenzel Jakob
· 9 years ago
97dc810
Add version info and release instructions for pybind11
by Sylvain Corlay
· 9 years ago
cd4e6ae
updated changelog
by Wenzel Jakob
· 9 years ago
518cf72
improve cmake windows debug configuration (fixes #77)
by Wenzel Jakob
· 9 years ago
d4db8bc
minor cmake doc improvements
by Wenzel Jakob
· 9 years ago
6158716
example on manually vectorizing numpy code (closes #27)
by Wenzel Jakob
· 9 years ago
48548ea
general cleanup of the codebase
by Wenzel Jakob
· 9 years ago
1ae77fe
added a changelog file and version defines
by Wenzel Jakob
· 9 years ago
678d787
do more work with classes from pytypes.h (especially for STL container casting)
by Wenzel Jakob
· 9 years ago
b2c2c79
improved handling of shared/smart pointers
by Wenzel Jakob
· 9 years ago
5f218b3
keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62)
by Wenzel Jakob
· 9 years ago
27e8e10
added new type pybind11::bytes, cleanup of various macros (fixes #49)
by Wenzel Jakob
· 9 years ago
2dfbade
documentation on using multiple extension modules
by Wenzel Jakob
· 9 years ago
6eb11da
Very minor documentation fixes, updated logo
by Wenzel Jakob
· 9 years ago
66c9a40
Much more efficient generation of function signatures, updated docs
by Wenzel Jakob
· 9 years ago
2ac5044
moved processing of cpp_function arguments out of dispatch code
by Wenzel Jakob
· 9 years ago
caa9d44
cmake: robustified search for python
by Wenzel Jakob
· 9 years ago
4f88edd
Add an include in cmake.rst
by Ivan Smirnov
· 9 years ago
f08a3f0
Merge pull request #52 from tmiasko/const-correctness
by Wenzel Jakob
· 9 years ago
ca77130
Use object class to hold partially converted python objects.
by Tomasz Miąsko
· 9 years ago
875df55
Make handle and related classes const correct.
by Tomasz Miąsko
· 9 years ago
cc39b2f
Add const modifier to handle::cast.
by Tomasz Miąsko
· 9 years ago
6be9e2f
Fix typo in STL docs.
by Jared Casper
· 9 years ago
5ef1219
smart pointer clarifications
by Wenzel Jakob
· 9 years ago
61d67f0
a few more documentation improvements
by Wenzel Jakob
· 9 years ago
44db04f
clarification regarding STL container support
by Wenzel Jakob
· 9 years ago
a4caa85
added missing namespace declaration
by Wenzel Jakob
· 9 years ago
f7e4302
Add ldflags to compile command
by John Travers
· 9 years ago
bda3b67
add extra documentation CSS on RTD
by Wenzel Jakob
· 9 years ago
f1532bd
updated cmake snippet in documentation
by Wenzel Jakob
· 9 years ago
ecdd868
documentation on using the gil
by Wenzel Jakob
· 9 years ago
40584ce
fixed another typo
by Wenzel Jakob
· 9 years ago
6e213c9
improved shared pointer support (fixes #14)
by Wenzel Jakob
· 9 years ago
a4175d6
added warning about wrapping wrapped functions
by Wenzel Jakob
· 9 years ago
436b731
added note about cast operations
by Wenzel Jakob
· 9 years ago
5cd3311
added benchmark
by Wenzel Jakob
· 9 years ago
0fb8528
factored out some common functionality to a non-templated parent class
by Wenzel Jakob
· 9 years ago
b1b7140
consistent macro naming throughout the project
by Wenzel Jakob
· 9 years ago
041a865
minor documentation theme changes
by Wenzel Jakob
· 9 years ago
1853b65
a bit more documentation on reference counting wrappers
by Wenzel Jakob
· 9 years ago
7641c1d
minor doc update
by Wenzel Jakob
· 9 years ago
10e62e1
fixed missing semicolon in documentation
by Wenzel Jakob
· 9 years ago
8f4eb00
last breaking change: be consistent about the project name
by Wenzel Jakob
· 9 years ago
9329669
remainder of documentation
by Wenzel Jakob
· 9 years ago
28f98aa
took a stab at some documentation
by Wenzel Jakob
· 9 years ago