Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
b4b70a5d62c0e26799f4261a6de713138ad05cb5
b4b70a5
Update CMake on Travis CI
by Dean Moldovan
· 9 years ago
4563e9a
Add CMake function pybind11_add_module()
by Dean Moldovan
· 9 years ago
928fff6
Include a more robust FindPythonLibs module for CMake
by Dean Moldovan
· 9 years ago
bd986fe
add comment about macro issues (fixes #203)
by Wenzel Jakob
· 9 years ago
02096a0
Merge pull request #204 from thedrow/patch-1
by Wenzel Jakob
· 9 years ago
f74c923
Cache C/C++ compilation
by Omer Katz
· 9 years ago
43b09af
example12 clarifications
by Wenzel Jakob
· 9 years ago
f64ff57
mkdoc.py: improved formatting of code segments and enums
by Wenzel Jakob
· 9 years ago
a970a57
eigen.h: return compile time vectors as 1D NumPy arrays
by Wenzel Jakob
· 9 years ago
b47a9de
ability to prevent force casts in numpy arguments
by Wenzel Jakob
· 9 years ago
93a317e
Merge pull request #198 from nils-werner/numpy-typo
by Wenzel Jakob
· 9 years ago
f7048f2
Fixed typo in NumPy example which prevented compilation
by Nils Werner
· 9 years ago
54b4ace
Merge pull request #197 from RosettaCommons/fix
by Wenzel Jakob
· 9 years ago
065526a
Refactoring bind_vector to take std::string to avoid capture of potentially temporary char const * when calling vector_if_insertion_operator
by Sergey Lyskov
· 9 years ago
3f200fa
don't implicitly convert doubles to ints
by Wenzel Jakob
· 9 years ago
a439cca
minor FAQ edits, referenced cppimport project
by Wenzel Jakob
· 9 years ago
d1bfc4e
support __bool__ on Python 2.x and 3.x
by Wenzel Jakob
· 9 years ago
00c7d6c
Merge branch 'stl_bind'
by Wenzel Jakob
· 9 years ago
25c03ce
stl_bind redesign & cleanup pass
by Wenzel Jakob
· 9 years ago
affb9f4
quench conversion warnings on windows
by Wenzel Jakob
· 9 years ago
deeab55
quench strict aliasing warnings
by Wenzel Jakob
· 9 years ago
a380ed9
consider __setstate__ as a constructor
by Wenzel Jakob
· 9 years ago
26aca3d
Adding vector ’extend’ member function
by Sergey Lyskov
· 9 years ago
9ee4f92
Refactoring vector_binder so it now a function
by Sergey Lyskov
· 9 years ago
2de5af9
Adding workarounds for MSVC 2015
by Sergey Lyskov
· 9 years ago
7b50cbd
Fixing VC build, apparently MSVC implementation of std::is_default_constructible had no bool() operator
by Sergey Lyskov
· 9 years ago
a95bde1
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.
by Sergey Lyskov
· 9 years ago
25ac219
properly adding value_error exception
by Sergey Lyskov
· 9 years ago
a315c7a
Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s.
by Sergey Lyskov
· 9 years ago
eae7744
adding stl_binders
by Sergey Lyskov
· 9 years ago
178c8a8
nicer type_caster::load() calling conventions
by Wenzel Jakob
· 9 years ago
5984baa
redesigned cpp_function constructor; significant space savings
by Wenzel Jakob
· 9 years ago
07ef518
Merge pull request #194 from jmabille/numpy_ctor
by Wenzel Jakob
· 9 years ago
a63d93b
constructor fix
by Johan Mabille
· 9 years ago
c209323
Merge pull request #193 from jmabille/vs_fix
by Wenzel Jakob
· 9 years ago
a580ed8
Compilation issue fixed
by Johan Mabille
· 9 years ago
ace7b43
switched to conda-forge, updated release process docs
by Wenzel Jakob
· 9 years ago
9f272dd
updated testcase reference result
by Wenzel Jakob
· 9 years ago
6c03beb
enable *args and **kwargs notation (closes #190)
by Wenzel Jakob
· 9 years ago
e611823
quench warning on osx
by Wenzel Jakob
· 9 years ago
9e0a056
transparent conversion of dense and sparse Eigen types
by Wenzel Jakob
· 9 years ago
9ac5bc5
fix captialization issue in CMakeLists.txt
by Wenzel Jakob
· 9 years ago
e762853
nicer example on instantiating Eigen matrices
by Wenzel Jakob
· 9 years ago
f1032df
only do numpy contiguous C/Fortran array conversion when explicitly requested
by Wenzel Jakob
· 9 years ago
876eeab
redesigned format_descriptor<> and npy_format_descriptor<>
by Wenzel Jakob
· 9 years ago
c62360d
minor FAQ updates
by Wenzel Jakob
· 9 years ago
163ac2e
changelog updates
by Wenzel Jakob
· 9 years ago
ad69634
minor cleanups
by Wenzel Jakob
· 9 years ago
aadc2f3
cast(): use cast_op_type mechanism
by Wenzel Jakob
· 9 years ago
65f0c2a
mkdoc.py: handle conversion operators and template arguments in function names
by Wenzel Jakob
· 9 years ago
6d25296
fix incorrect in macro if statement
by Wenzel Jakob
· 9 years ago
bd57eb4
don't try to cast 'None' into a C++ lvalue reference
by Wenzel Jakob
· 9 years ago
bdd1103
minor cmake improvements on windows
by Wenzel Jakob
· 9 years ago
6fb4849
fix crash when None is passed to enum::operator==
by Wenzel Jakob
· 9 years ago
9059bd8
added test for issue #70
by Wenzel Jakob
· 9 years ago
2bc946b
copy/move constructor detection workaround (MSVC 2015 bug)
by Wenzel Jakob
· 9 years ago
8e93df8
minor clarification regarding keep_alive; fixed some typos
by Wenzel Jakob
· 9 years ago
c993bce
mkdoc.py: document enumerations
by Wenzel Jakob
· 9 years ago
5612a0c
generalized str::operator std::string() to accept 'bytes'(3.x)/'string'(2.7)
by Wenzel Jakob
· 9 years ago
fc92d82
added [[noreturn]] attribute to pybind11_fail
by Wenzel Jakob
· 9 years ago
87810d8
mkdoc.py: fixed DOC() macro
by Wenzel Jakob
· 9 years ago
295acb2
mkdoc.py: handle \ingroup attributes
by Wenzel Jakob
· 9 years ago
d2b628b
added testcase for issue #187
by Wenzel Jakob
· 9 years ago
81e0975
clarified pickle version requirements (fixes #186)
by Wenzel Jakob
· 9 years ago
8edfa0c
further simplifications to shared_ptr caster
by Wenzel Jakob
· 9 years ago
e44e56f
consider pybind11 include directory before python
by Wenzel Jakob
· 9 years ago
e707497
restructured code in issues.cpp
by Wenzel Jakob
· 9 years ago
ffd85b4
return value policy fix for functions returning std::shared_ptr<> (fixes #187)
by Wenzel Jakob
· 9 years ago
c4d7ccd
started working on v1.8
by Wenzel Jakob
· 9 years ago
e70b2ab
preparing for v1.7 release
by Wenzel Jakob
· 9 years ago
1959d18
fixed return value type in py::make_iterator
by Wenzel Jakob
· 9 years ago
772c6d5
enable passing C++ instances to void*-valued arguments
by Wenzel Jakob
· 9 years ago
e8b9dd2
fixed docstring generation for void pointers
by Wenzel Jakob
· 9 years ago
fd7cf51
enabled casting of const void*
by Wenzel Jakob
· 9 years ago
f02f416
support longer argument lists in expansion of variadic DOC() macro
by Wenzel Jakob
· 9 years ago
dc11027
Merge pull request #185 from merlinND/patch-1
by Wenzel Jakob
· 9 years ago
77173d6
mkdoc.py: fix typo in `__DOC5` macro
by Merlin Nimier-David
· 9 years ago
dd7ec34
documentation updates
by Wenzel Jakob
· 9 years ago
06f56ee
opaque type redesign
by Wenzel Jakob
· 9 years ago
f64feaf
documentation improvements
by Wenzel Jakob
· 9 years ago
6ca6e82
fix various iterator issues (fixes #181)
by Wenzel Jakob
· 9 years ago
a01977e
pytypes noexcept annotations
by Wenzel Jakob
· 9 years ago
a57e51c
mkdoc.py: sanitize_name fixes, PEP 8 cleanups
by Wenzel Jakob
· 9 years ago
e84f557
documentation improvements
by Wenzel Jakob
· 9 years ago
d361a57
minor mkdoc name sanitation fix
by Wenzel Jakob
· 9 years ago
19dfc50
is_move_constructible simplification
by Wenzel Jakob
· 9 years ago
1ac22e3
changelog updates
by Wenzel Jakob
· 9 years ago
f7b5874
new move value policy
by Wenzel Jakob
· 9 years ago
fbafdea
a few more GIL-related compatibility fixes
by Wenzel Jakob
· 9 years ago
17b10d7
functional.h: acquire GIL before calling Python function
by Wenzel Jakob
· 9 years ago
2f6662e
Python 2.7.x fixes for new gil_scoped_release
by Wenzel Jakob
· 9 years ago
084ca0e
compilation fixes
by Wenzel Jakob
· 9 years ago
39e97e6
significant redesign of GIL state handling
by Wenzel Jakob
· 9 years ago
18fb3e3
added a pybind11::none class
by Wenzel Jakob
· 9 years ago
9b880ba
keep_alive: don't fail when there is no patient
by Wenzel Jakob
· 9 years ago
7d0162a
minor cleanups
by Wenzel Jakob
· 9 years ago
0871228
opaque<> clarifications
by Wenzel Jakob
· 9 years ago
5a29242
pybind11.get_include(): added *args and **kwargs pass-through parameters
by Wenzel Jakob
· 9 years ago
7ca2755
new type wrapper for iterable objects
by Wenzel Jakob
· 9 years ago
54b6fdd
starting work on the v1.6 release
by Wenzel Jakob
· 9 years ago
Next »