Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
b14f065fa97b6e0baf110e93bdb04587dfb87ed5
b14f065
numpy.h replace macros with functions (#514)
by Sylvain Corlay
· 9 years ago
7146d62
Changed "Invoked with" output to use repr() instead of str() (#518)
by Jason Rhinelander
· 9 years ago
c4d8196
include LICENSE, README.md, CONTRIBUTING.md in pip archive (fixes #512)
by Wenzel Jakob
· 9 years ago
bad1740
Add checks to maintain a consistent Python code style and prevent bugs (#515)
by Dean Moldovan
· 9 years ago
df81546
added forgotten initialization
by Wenzel Jakob
· 9 years ago
d079f41
Always use return_value_policy::move for rvalues (#510)
by Dean Moldovan
· 9 years ago
31fbf18
replace redundant function_record->class_ field with 1 bit
by Wenzel Jakob
· 9 years ago
7c2461e
resolve issue involving inheritance + def_static + override (fixes #511)
by Wenzel Jakob
· 9 years ago
405f6d1
make arithmetic operators of enum_ optional (#508)
by Wenzel Jakob
· 9 years ago
99ddc9a
equals needed for test_copy_move_policies to build icpc 2016.3 (#507)
by Lori A. Burns
· 9 years ago
4de2710
Improve consistency of array and array_t with regard to other pytypes
by Dean Moldovan
· 9 years ago
c7ac16b
Add py::reinterpret_borrow<T>()/steal<T>() for low-level unchecked casts
by Dean Moldovan
· 9 years ago
e18bc02
Add default and converting constructors for all concrete Python types
by Dean Moldovan
· 9 years ago
b4498ef
Add py::isinstance<T>(obj) for generalized Python type checking
by Dean Moldovan
· 9 years ago
281ccc6
exception constructor consistency improvements (fixes #492)
by Wenzel Jakob
· 9 years ago
5027c4f
Switch NumPy variadic indexing to per-value arguments (#500)
by Sylvain Corlay
· 9 years ago
2fb5f1d
added message about recursion limits
by Wenzel Jakob
· 9 years ago
90d2780
Extended enum support (#503)
by Pim Schellart
· 9 years ago
2e76daa
Enable testing for <optional> when available (#501)
by Jason Rhinelander
· 9 years ago
425b497
Add type casters for nullopt_t, fix none refcount (#499)
by Ivan Smirnov
· 9 years ago
9a110e6
Provide more control over automatic generation of docstrings (#486)
by Alexander Stukowski
· 9 years ago
617fbcf
Fix stl_bind to support movable, non-copyable value types (#490)
by Jason Rhinelander
· 9 years ago
06bd27f
import size_t into pybind11 namespace (fixes #498)
by Wenzel Jakob
· 9 years ago
0780655
Fix test compilation failure under gcc 4.9 (#496)
by Jason Rhinelander
· 9 years ago
920e0e3
Add cmake option to override tests (#489)
by Jason Rhinelander
· 9 years ago
5e1c044
include backtrace in pybind11::detail::error_string (#494)
by Wenzel Jakob
· 9 years ago
219b10a
Update travis and appveyor builds to eigen 3.3.0 (#491)
by Jason Rhinelander
· 9 years ago
2b92a49
updated check-style.sh docs
by Wenzel Jakob
· 9 years ago
cc4efe6
more code style checks in Travis CI :)
by Wenzel Jakob
· 9 years ago
fe40dfe
address number caster regression (fixes #484)
by Wenzel Jakob
· 9 years ago
c07ec31
Don't construct unique_ptr around unowned pointers (#478)
by Jason Rhinelander
· 9 years ago
e916d84
minor: have enum::export_values() return a reference to *this as usual
by Wenzel Jakob
· 9 years ago
f1b44a0
<optional> requires -std=c++17 (#479)
by Jason Rhinelander
· 9 years ago
dc0b4bd
Add debugging info about .so size to build output (#477)
by Jason Rhinelander
· 9 years ago
45e6e6f
add note about custom type casters (fixes #480)
by Wenzel Jakob
· 9 years ago
12edaaa
Only enable std::optional if compiling in >= C++14 (#476)
by Jason Rhinelander
· 9 years ago
44a69f7
std::experimental::optional (#475)
by Ivan Smirnov
· 9 years ago
bd560ac
smart pointer refcount fix by @dean0x7d with slight modifications (fixes #471)
by Wenzel Jakob
· 9 years ago
0a9ef9c
Merge pull request #472 from aldanor/feature/shared-dtypes
by Wenzel Jakob
· 9 years ago
cc8ff16
Move register_dtype() outside of the template
by Ivan Smirnov
· 9 years ago
f95fda0
Add docs re: shared data API
by Ivan Smirnov
· 9 years ago
2dbf029
Add public shared_data API
by Ivan Smirnov
· 9 years ago
c546655
Use pytest fixtures in numpy dtypes test module
by Ivan Smirnov
· 9 years ago
2184f6d
NumPy dtypes are now shared across extensions
by Ivan Smirnov
· 9 years ago
a743ead
Merge pull request #474 from aldanor/feature/numpy-dtype-ex
by Wenzel Jakob
· 9 years ago
abd3429
Add a test for numpy dtypes with custom names
by Ivan Smirnov
· 9 years ago
e8b5036
Add dtype binding macro that allows setting names
by Ivan Smirnov
· 9 years ago
03f627e
Make reference(_internal) the default return value policy for properties (#473)
by Dean Moldovan
· 9 years ago
030d10e
minor style fix
by Wenzel Jakob
· 9 years ago
496feac
pybind11: implicitly convert NumPy integer scalars
by Wenzel Jakob
· 9 years ago
a6f85eb
Merge pull request #465 from jagerman/prevent-object-overwriting
by Wenzel Jakob
· 9 years ago
6873c20
Prevent overwriting previous declarations
by Jason Rhinelander
· 9 years ago
dd9bd77
Merge pull request #453 from aldanor/feature/numpy-scalars
by Wenzel Jakob
· 9 years ago
8f3e045
Use detail::get_type_info() wherever sensible
by Ivan Smirnov
· 9 years ago
6ba9865
a bit of work on the new documentation structure
by Wenzel Jakob
· 9 years ago
a6e6a8b
Require existing typeinfo for direct conversions
by Ivan Smirnov
· 9 years ago
c0d1919
minor indentation change
by Wenzel Jakob
· 9 years ago
f4eec65
Merge pull request #455 from bennorth/bugfix/bad-delete-if-no-copy-ctor
by Wenzel Jakob
· 9 years ago
43a88f4
Reraise existing exception if dtype ctor fails
by Ivan Smirnov
· 9 years ago
6942694
Allow implicit casts from literal strings to dtype
by Ivan Smirnov
· 9 years ago
ef5a380
A few dtype method docstrings
by Ivan Smirnov
· 9 years ago
f70cc11
Make dtype from string ctor accept const ref
by Ivan Smirnov
· 9 years ago
fb7c9fd
Remove obsolete example reference (#457)
by Jason Rhinelander
· 9 years ago
18e9590
Merge pull request #458 from dean0x7d/fix-property
by Wenzel Jakob
· 9 years ago
5b7e190
Fix def_property and related functions
by Dean Moldovan
· 9 years ago
bbe4508
Test uncopyable static member
by Ben North
· 9 years ago
24a2054
Fix wrapper's 'value' and 'owned' if ctor missing
by Ben North
· 9 years ago
77898af
Merge pull request #454 from dean0x7d/shared_ptr
by Wenzel Jakob
· 9 years ago
7edd72d
Disallow registering dtypes multiple times
by Ivan Smirnov
· 9 years ago
ccc69f9
Cache direct converters in the generic type caster
by Ivan Smirnov
· 9 years ago
4f30446
Merge pull request #448 from dean0x7d/docs
by Wenzel Jakob
· 9 years ago
cbbb783
Add a test for NumPy scalar conversion
by Ivan Smirnov
· 9 years ago
85e1626
Enable direct conversions with no typeinfo present
by Ivan Smirnov
· 9 years ago
7bf90e8
Add a direct converter for numpy scalars
by Ivan Smirnov
· 9 years ago
c275ee6
Add support for "direct" converters
by Ivan Smirnov
· 9 years ago
ba08db4
Import a few more numpy extern symbols
by Ivan Smirnov
· 9 years ago
5d28dd1
Support std::shared_ptr holder type out of the box
by Dean Moldovan
· 9 years ago
f0b0df5
Directly compare 3 ways of moving data between C++ and Python
by Dean Moldovan
· 9 years ago
67b52d8
Reorganize documentation
by Dean Moldovan
· 9 years ago
3eb569f
Merge pull request #452 from aldanor/feature/numpy-enum
by Wenzel Jakob
· 9 years ago
2f3f368
Add tests for numpy enum descriptors
by Ivan Smirnov
· 9 years ago
fb74df5
Implement format/numpy descriptors for enums
by Ivan Smirnov
· 9 years ago
3599585
Merge pull request #450 from dean0x7d/explicit-bool
by Wenzel Jakob
· 9 years ago
c889ebd
Make operator bool() explicit
by Dean Moldovan
· 9 years ago
135fd14
Merge pull request #449 from jagerman/no-implicit-conversions
by Wenzel Jakob
· 9 years ago
12d7660
Disable most implicit conversion constructors
by Jason Rhinelander
· 9 years ago
946f897
Merge pull request #445 from lsst-dm/master
by Wenzel Jakob
· 9 years ago
fcab621
Merge pull request #4 from lsst-dm/tickets/DM-7115
by Pim Schellart
· 9 years ago
8b51ed1
Merge pull request #444 from dean0x7d/inherit-dynamic-attr
by Wenzel Jakob
· 9 years ago
b8cb5ca
Fix dynamic attribute inheritance in C++
by Dean Moldovan
· 9 years ago
5c13749
Merge pull request #437 from dean0x7d/dynamic-attrs
by Wenzel Jakob
· 9 years ago
9273af4
Document dynamic attributes
by Dean Moldovan
· 9 years ago
c01a1c1
added array::ensure() function wrapping PyArray_FromAny
by Wenzel Jakob
· 9 years ago
22726c9
Only allocate dict pointer when needed for dynamic attributes
by Dean Moldovan
· 9 years ago
00488a3
Merge pull request #440 from wjakob/master
by Wenzel Jakob
· 9 years ago
fac7c09
NumPy "base" feature: integrated feedback by @aldanor
by Wenzel Jakob
· 9 years ago
c49d6e5
py::print robustness improvements, added import exception class
by Wenzel Jakob
· 9 years ago
369e9b3
Permit creation of NumPy arrays with a "base" object that owns the data
by Wenzel Jakob
· 9 years ago
43f6aa6
added numpy test (minor): check that 'strides' is respected even when creating new arrays
by Wenzel Jakob
· 9 years ago
d2afe7f
Accept any sequence type as std::vector (or std::list)
by Pim Schellart
· 9 years ago
Next »