Wenzel Jakob
|
f7b5874ca3
|
new move value policy
|
2016-04-25 23:04:27 +02:00 |
|
Wenzel Jakob
|
fbafdea672
|
a few more GIL-related compatibility fixes
|
2016-04-25 17:48:56 +02:00 |
|
Wenzel Jakob
|
17b10d7cbf
|
functional.h: acquire GIL before calling Python function
|
2016-04-25 09:17:41 +02:00 |
|
Wenzel Jakob
|
2f6662e174
|
Python 2.7.x fixes for new gil_scoped_release
|
2016-04-25 09:16:41 +02:00 |
|
Wenzel Jakob
|
084ca0e553
|
compilation fixes
|
2016-04-25 04:00:47 +02:00 |
|
Wenzel Jakob
|
39e97e6a49
|
significant redesign of GIL state handling
|
2016-04-25 03:27:32 +02:00 |
|
Wenzel Jakob
|
18fb3e323a
|
added a pybind11::none class
|
2016-04-25 03:27:32 +02:00 |
|
Wenzel Jakob
|
9b880ba743
|
keep_alive: don't fail when there is no patient
|
2016-04-25 03:26:36 +02:00 |
|
Wenzel Jakob
|
7d0162a2df
|
minor cleanups
|
2016-04-25 03:26:35 +02:00 |
|
Wenzel Jakob
|
7ca2755880
|
new type wrapper for iterable objects
|
2016-04-22 09:33:19 +02:00 |
|
Wenzel Jakob
|
54b6fdd43d
|
starting work on the v1.6 release
|
2016-04-21 12:29:17 +02:00 |
|
Wenzel Jakob
|
dbe43ffcce
|
completed implicit type casters for reference_wrapper
|
2016-04-21 12:21:14 +02:00 |
|
Wenzel Jakob
|
f54ded74f1
|
added caster for std::reference_wrapper (fixes #171)
|
2016-04-20 17:00:57 +02:00 |
|
Wenzel Jakob
|
e65e58716e
|
slight generalization of cast_op_type
|
2016-04-18 21:22:22 +02:00 |
|
Wenzel Jakob
|
8cb6cb33ef
|
minor cleanups in common.h; updated author info and copyright year
|
2016-04-18 10:53:38 +02:00 |
|
Wenzel Jakob
|
bf0c7dcc22
|
convenience overload for make_iterator()
|
2016-04-18 10:52:12 +02:00 |
|
Wenzel Jakob
|
1dc940d4b7
|
quenched -pendantic warnings (closes #167)
|
2016-04-18 10:41:44 +02:00 |
|
Wenzel Jakob
|
b2b44a9af8
|
fix for virtual dispatch on newly created threads
|
2016-04-15 17:59:53 +02:00 |
|
Wenzel Jakob
|
8bd31c71e4
|
New automatic return value policy for cat() and make_tuple(), fixed an ambiguity issue
|
2016-04-14 15:00:30 +02:00 |
|
Wenzel Jakob
|
b282595bba
|
convenience wrapper for constructing iterators (fixes #142)
|
2016-04-14 00:23:37 +02:00 |
|
Wenzel Jakob
|
5a6aa49105
|
Added len() function
|
2016-04-13 22:48:05 +02:00 |
|
Wenzel Jakob
|
d7efa4ff7b
|
return best representation of polymorphic types (fixes #105)
|
2016-04-13 13:51:33 +02:00 |
|
Wenzel Jakob
|
1c329aab5a
|
pickling support (fixes #144)
|
2016-04-13 02:58:56 +02:00 |
|
Wenzel Jakob
|
505466ff0e
|
added variadic make_tuple() function
|
2016-04-13 02:49:03 +02:00 |
|
Wenzel Jakob
|
f5c154ade9
|
address issue with virtual function dispatch (fixes #159)
|
2016-04-11 18:13:08 +02:00 |
|
Wenzel Jakob
|
95dc0695b7
|
starting work on version 1.5
|
2016-04-07 08:59:15 +02:00 |
|
Wenzel Jakob
|
9f0dfce84b
|
returning unique pointers is now allowed
|
2016-04-06 17:38:18 +02:00 |
|
Wenzel Jakob
|
a3ee1a4591
|
improved pair type caster (fixes #155)
|
2016-04-06 11:51:00 +02:00 |
|
Wenzel Jakob
|
912feec119
|
improve debug error message when default parameter construction fails
|
2016-04-01 12:17:10 +02:00 |
|
Wenzel Jakob
|
b90e68de7e
|
another corner case (fixes #151)
|
2016-03-27 00:19:32 +01:00 |
|
Wenzel Jakob
|
08927e9809
|
tabs->spaces
|
2016-03-26 23:38:46 +01:00 |
|
Wenzel Jakob
|
9883ec01d7
|
allow nullptr string values (closes #138)
|
2016-03-26 23:37:51 +01:00 |
|
Wenzel Jakob
|
7393343f69
|
removed unnecessary code
|
2016-03-26 23:04:40 +01:00 |
|
Wenzel Jakob
|
d3349af48b
|
modularized logic in preceding change, fixed issue with char (fixes #150)
|
2016-03-26 23:04:10 +01:00 |
|
Wenzel Jakob
|
0772967ecf
|
allow nullptr when passing void* values
|
2016-03-26 20:41:28 +01:00 |
|
Wenzel Jakob
|
de1bca864e
|
added feature to pass void* pointers by popular demand
|
2016-03-26 17:51:09 +01:00 |
|
Wenzel Jakob
|
12cf543804
|
address compilation issue in MSVC
|
2016-03-26 17:29:33 +01:00 |
|
Wenzel Jakob
|
048373c1b4
|
explicitly route type casting operations to desired casting operator (fixes #147)
|
2016-03-26 17:21:19 +01:00 |
|
Wenzel Jakob
|
0b4895885b
|
improve default parameters for properties
|
2016-03-25 16:13:10 +01:00 |
|
Wenzel Jakob
|
84ec78feeb
|
minor redesign/generalization of def_property mechanism
|
2016-03-21 17:54:24 +01:00 |
|
Wenzel Jakob
|
eda978e003
|
support for opaque types
|
2016-03-15 15:07:55 +01:00 |
|
Ben Pritchard
|
1b52246f5d
|
Better testing for callable python functions
|
2016-03-10 16:31:38 -05:00 |
|
Wenzel Jakob
|
17cdb06c1b
|
fix severe regression involving character arrays (fixes #137)
|
2016-03-10 13:24:10 +01:00 |
|
Wenzel Jakob
|
eb5277b38e
|
Merge pull request #119 from SylvainCorlay/docstring
Signature formatting for sphinx
|
2016-03-09 16:37:44 +01:00 |
|
Sylvain Corlay
|
4c7bf9bb94
|
Add return type
|
2016-03-08 18:44:04 -05:00 |
|
Sylvain Corlay
|
0e04fdf3f6
|
Add generic signature for overloads
|
2016-03-08 17:22:22 -05:00 |
|
Sylvain Corlay
|
13b22bf4f6
|
Signature formatting for sphinx
|
2016-03-08 16:06:05 -05:00 |
|
Wenzel Jakob
|
81dfd2c51f
|
Working type casters for wide strings and wide characters
|
2016-03-08 20:48:07 +01:00 |
|
Wenzel Jakob
|
504f7553e3
|
starting to work on next version
|
2016-03-08 18:12:24 +01:00 |
|
Wenzel Jakob
|
309a85ba59
|
support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this
|
2016-03-08 17:59:10 +01:00 |
|