Commit Graph

299 Commits

Author SHA1 Message Date
Wenzel Jakob d7efa4ff7b return best representation of polymorphic types (fixes #105) 2016-04-13 13:51:33 +02:00
Wenzel Jakob d40885a1e6 clarified pickling docs 2016-04-13 13:30:05 +02:00
Wenzel Jakob 3d0e6fff25 typos 2016-04-13 11:48:10 +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 2c5d560640 changelog update 2016-04-11 18:46:11 +02:00
Wenzel Jakob f5c154ade9 address issue with virtual function dispatch (fixes #159) 2016-04-11 18:13:08 +02:00
Wenzel Jakob 50ed3614de added a faq entry about import issues 2016-04-11 17:38:25 +02:00
Wenzel Jakob 90d2f5e2fc added a comment about symbol visibility 2016-04-11 14:30:11 +02:00
Wenzel Jakob 978e376e57 documentation improvements 2016-04-07 18:00:41 +02:00
Wenzel Jakob 1e1f3675cd added limitations section 2016-04-07 10:31:01 +02:00
Wenzel Jakob 33c2a0494f minor documentation update 2016-04-07 09:06:49 +02:00
Wenzel Jakob 95dc0695b7 starting work on version 1.5 2016-04-07 08:59:15 +02:00
Wenzel Jakob 0e6ca5916e version 1.4 2016-04-07 08:49:37 +02:00
Wenzel Jakob 3411673fbf updated changelog 2016-04-06 17:55:41 +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 9e75905b69 fix testcase issue on windows related to unicode encoding 2016-03-31 14:23:43 +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 76eb607d4e completed type table 2016-03-21 17:53:39 +01:00
Wenzel Jakob eda978e003 support for opaque types 2016-03-15 15:07:55 +01:00
Wenzel Jakob a3e34f4a5f comment about old versions of visual studio 2016-03-15 15:06:47 +01:00
Wenzel Jakob 13484a207d Merge pull request #135 from bennybp/master
Check for other callable python objects
2016-03-10 22:48:38 +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 cf8b30287b Merge pull request #136 from SylvainCorlay/improve-recipe
Improve conda recipe
2016-03-10 08:48:01 +01:00
Sylvain Corlay 13ad78bc52 Improve conda recipe 2016-03-09 22:28:53 -05:00
Wenzel Jakob 4a48afb356 doc updates 2016-03-09 21:31:21 +01:00
Wenzel Jakob de623a7668 added faq 2016-03-09 21:11:19 +01:00
Wenzel Jakob 4e455dde0b updated changelog, added build directory to gitignore file 2016-03-09 16:50:40 +01:00
Wenzel Jakob eb5277b38e Merge pull request #119 from SylvainCorlay/docstring
Signature formatting for sphinx
2016-03-09 16:37:44 +01:00
Wenzel Jakob 14cefbf473 minor fix for conda release process 2016-03-09 09:56:37 +01:00
Wenzel Jakob f7e056a413 Merge pull request #132 from SylvainCorlay/update_release_instructions
Update release instructions
2016-03-09 01:47:28 +01:00
Sylvain Corlay e6464ad843 Update release instructions 2016-03-08 19:37:24 -05: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