https://github.com/pybind/pybind11

sort by:
Revision Author Date Message Commit Date
0e6ca59 version 1.4 07 April 2016, 06:49:37 UTC
3411673 updated changelog 06 April 2016, 15:55:41 UTC
9f0dfce returning unique pointers is now allowed 06 April 2016, 15:38:18 UTC
a3ee1a4 improved pair type caster (fixes #155) 06 April 2016, 09:51:00 UTC
912feec improve debug error message when default parameter construction fails 01 April 2016, 10:17:10 UTC
9e75905 fix testcase issue on windows related to unicode encoding 31 March 2016, 12:23:43 UTC
b90e68d another corner case (fixes #151) 26 March 2016, 23:19:32 UTC
08927e9 tabs->spaces 26 March 2016, 22:38:46 UTC
9883ec0 allow nullptr string values (closes #138) 26 March 2016, 22:37:51 UTC
7393343 removed unnecessary code 26 March 2016, 22:04:40 UTC
d3349af modularized logic in preceding change, fixed issue with char (fixes #150) 26 March 2016, 22:04:10 UTC
0772967 allow nullptr when passing void* values 26 March 2016, 19:41:28 UTC
de1bca8 added feature to pass void* pointers by popular demand 26 March 2016, 16:51:09 UTC
12cf543 address compilation issue in MSVC 26 March 2016, 16:29:33 UTC
048373c explicitly route type casting operations to desired casting operator (fixes #147) 26 March 2016, 16:21:19 UTC
0b48958 improve default parameters for properties 25 March 2016, 15:13:10 UTC
84ec78f minor redesign/generalization of def_property mechanism 21 March 2016, 16:54:24 UTC
76eb607 completed type table 21 March 2016, 16:53:39 UTC
eda978e support for opaque types 15 March 2016, 14:07:55 UTC
a3e34f4 comment about old versions of visual studio 15 March 2016, 14:06:47 UTC
13484a2 Merge pull request #135 from bennybp/master Check for other callable python objects 10 March 2016, 21:48:38 UTC
1b52246 Better testing for callable python functions 10 March 2016, 21:31:38 UTC
17cdb06 fix severe regression involving character arrays (fixes #137) 10 March 2016, 12:24:10 UTC
cf8b302 Merge pull request #136 from SylvainCorlay/improve-recipe Improve conda recipe 10 March 2016, 07:48:01 UTC
13ad78b Improve conda recipe 10 March 2016, 03:28:53 UTC
4a48afb doc updates 09 March 2016, 20:31:21 UTC
de623a7 added faq 09 March 2016, 20:11:19 UTC
4e455dd updated changelog, added build directory to gitignore file 09 March 2016, 15:50:40 UTC
eb5277b Merge pull request #119 from SylvainCorlay/docstring Signature formatting for sphinx 09 March 2016, 15:37:44 UTC
14cefbf minor fix for conda release process 09 March 2016, 08:56:37 UTC
f7e056a Merge pull request #132 from SylvainCorlay/update_release_instructions Update release instructions 09 March 2016, 00:47:28 UTC
e6464ad Update release instructions 09 March 2016, 00:37:24 UTC
4c7bf9b Add return type 08 March 2016, 23:44:04 UTC
0e04fdf Add generic signature for overloads 08 March 2016, 22:22:22 UTC
13b22bf Signature formatting for sphinx 08 March 2016, 21:06:05 UTC
81dfd2c Working type casters for wide strings and wide characters 08 March 2016, 19:48:07 UTC
504f755 starting to work on next version 08 March 2016, 17:12:24 UTC
d2385e8 ready for version 1.3 08 March 2016, 17:09:50 UTC
309a85b support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this 08 March 2016, 16:59:10 UTC
fdc00f5 Merge pull request #118 from SylvainCorlay/conda_recipe Add a conda recipe for pybind11 08 March 2016, 16:44:38 UTC
77586fd add version suffix to internal pybind11 data structures to avoid conflicts with future versions 06 March 2016, 12:50:26 UTC
8d862b3 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) 06 March 2016, 12:37:22 UTC
bce8a4b force explicit cast (fixes #130) 06 March 2016, 12:30:23 UTC
98e9210 Merge pull request #129 from bennybp/master Use emplace for casting to map 05 March 2016, 22:52:25 UTC
f4902ec Use emplace for casting to map 05 March 2016, 22:36:46 UTC
52f4c3a handle nullptr arguments with custom holder types (fixes #124) 03 March 2016, 13:05:06 UTC
c769fce note about nullptr default args 03 March 2016, 11:03:30 UTC
a88334f add wchar_t caster 02 March 2016, 07:07:08 UTC
c8f68b3 add wstring caster 02 March 2016, 05:59:39 UTC
937d646 updated CI links 01 March 2016, 14:48:00 UTC
175fa35 Add a conda recipe for pybind11 01 March 2016, 13:57:32 UTC
74982c3 about statement 01 March 2016, 11:45:44 UTC
4f972c0 Revert of the revert of the python package with version information This reverts commit bee8f16dbbbe1db4137bfaae3bdcdfb537361875. 01 March 2016, 09:37:37 UTC
218b6ce Revert "trim docstrings (closes #112)" This reverts commit b3ef54a5449f2ec42e1d091b208ffb12258e755a. 28 February 2016, 22:52:37 UTC
00d584d Merge pull request #117 from jmabille/overload Python overloading of virtual functions defined in class template 28 February 2016, 22:50:58 UTC
25dd478 Python overloading of virtual functions defined in class template 28 February 2016, 22:26:29 UTC
b3ef54a trim docstrings (closes #112) 24 February 2016, 12:49:04 UTC
4a50fa5 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) 23 February 2016, 22:51:01 UTC
9cfa71f Example of bug in functions returning bool overriden in python 23 February 2016, 22:48:05 UTC
347e6ea allow a broader set of types in STL containers 23 February 2016, 16:37:10 UTC
82ba330 stl.h: transparent conversion of STL linked lists 23 February 2016, 16:28:45 UTC
a3861b5 type_caster_generic::load(): accept Py_None as input 23 February 2016, 12:37:14 UTC
cf2b87a changelog update 22 February 2016, 16:32:44 UTC
bee8f16 removed 'pybind11' package which ultimately served no purpose 22 February 2016, 16:29:30 UTC
c0ce590 Fix link in setup.py 22 February 2016, 16:26:11 UTC
bf72a76 added 'dist' to .gitignore file 22 February 2016, 09:29:27 UTC
57b5279 fixed run_test script 20 February 2016, 20:19:30 UTC
240e404 added note about supported compiler versions 20 February 2016, 20:01:47 UTC
80c2451 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) 20 February 2016, 19:53:10 UTC
d6e4cef minor formatting changes, removed missing header files referenced in setup.py 20 February 2016, 11:17:17 UTC
5e31d89 Merge pull request #102 from jmabille/vectorize 20 February 2016, 11:15:31 UTC
1dc960c NumPy-style broadcasting support in pybind11::vectorize 20 February 2016, 11:14:52 UTC
e2bb4eb don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) 19 February 2016, 12:27:20 UTC
3fe59b9 Merge pull request #103 from bennybp/master Fixes and additions for Intel compilers 18 February 2016, 20:40:24 UTC
33f3430 Add intel warning push/pop 18 February 2016, 20:25:51 UTC
2de6e1d Remove some unnecessary semicolons (compilers warn on higher levels) 18 February 2016, 18:20:15 UTC
70ee47d Add Intel to cmake file. Supress Intel inline/noinline warning 18 February 2016, 18:06:43 UTC
0b6cff3 Fixes for compilation/segfault problems with Intel (issue 94) 18 February 2016, 17:38:27 UTC
f8584b6 quench some warnings in operators.h 16 February 2016, 12:36:04 UTC
0880294 support unordered set/map data structures (fixes #100) 12 February 2016, 23:22:26 UTC
4fee179 better debug info when arg::operator=() fails 09 February 2016, 10:31:20 UTC
6f6c3bc fixed tarball link in setup.py, added py 3.6 07 February 2016, 16:37:40 UTC
4f8902a starting development cycle for v1.3 07 February 2016, 16:33:12 UTC
8ed2808 pybind11, version 1.2 07 February 2016, 16:32:37 UTC
43b6a23 minor comment about binding static methods 07 February 2016, 16:24:41 UTC
10c74c6 transparent std::array conversion (fixes #97) 07 February 2016, 15:36:51 UTC
c91551b improved python detection in CMakeLists.txt (fixes #98) 07 February 2016, 14:57:14 UTC
1f7a809 support for string default arguments specified as static arrays 07 February 2016, 12:29:17 UTC
e206564 removed a redundant tag 04 February 2016, 22:29:29 UTC
a650179 set __module__ attribute of functions (fixes #95) 04 February 2016, 22:03:58 UTC
de3ad07 documentation on exporting constants (closes #92) 02 February 2016, 10:38:21 UTC
298183f Merge pull request #91 from SylvainCorlay/version Add version information 01 February 2016, 15:51:26 UTC
97dc810 Add version info and release instructions for pybind11 01 February 2016, 15:23:52 UTC
cd4e6ae updated changelog 29 January 2016, 10:48:40 UTC
b6cf75d address issue with std::type_info across module boundaries (fixes #86) 29 January 2016, 10:39:32 UTC
2547ca4 deal with Python versions compiled without thread support (fixes #81) 28 January 2016, 17:16:42 UTC
15f6a00 enum comparison and conversion operations (closes #80) 24 January 2016, 13:05:12 UTC
a40c27e travis: cache pip 21 January 2016, 18:23:54 UTC
ab7ef81 Merge pull request #73 from ax3l/topic-cleanCMake CMake: Test Counting 21 January 2016, 18:23:23 UTC
518cf72 improve cmake windows debug configuration (fixes #77) 21 January 2016, 18:17:58 UTC
back to top