Commit Graph

  • 76eb607d4e completed type table Wenzel Jakob 2016-03-21 17:53:39 +0100
  • c256762bfe Merge branch 'master' of https://github.com/hulucc/pybind11 hulucc 2016-03-21 08:16:53 +0800
  • b8bce7ba1f support nullable char * hulucc 2016-03-16 08:53:38 +0800
  • 12a43ee5a4 repair memory problem hulucc 2016-03-17 10:19:22 +0800
  • 325ae9b61d support nullable char * hulucc 2016-03-16 10:47:35 +0800
  • 5e2d5db299 merge test hulucc 2016-03-16 08:53:38 +0800
  • eda978e003 support for opaque types Wenzel Jakob 2016-03-15 15:05:40 +0100
  • a3e34f4a5f comment about old versions of visual studio Wenzel Jakob 2016-03-15 14:37:53 +0100
  • 13484a207d Merge pull request #135 from bennybp/master Wenzel Jakob 2016-03-10 22:48:38 +0100
  • 1b52246f5d Better testing for callable python functions Ben Pritchard 2016-03-10 16:31:38 -0500
  • 17cdb06c1b fix severe regression involving character arrays (fixes #137) Wenzel Jakob 2016-03-10 13:24:10 +0100
  • cf8b30287b Merge pull request #136 from SylvainCorlay/improve-recipe Wenzel Jakob 2016-03-10 08:48:01 +0100
  • 13ad78bc52 Improve conda recipe Sylvain Corlay 2016-03-09 22:28:53 -0500
  • 4a48afb356 doc updates Wenzel Jakob 2016-03-09 21:31:21 +0100
  • de623a7668 added faq Wenzel Jakob 2016-03-09 21:11:19 +0100
  • 4e455dde0b updated changelog, added build directory to gitignore file Wenzel Jakob 2016-03-09 16:38:28 +0100
  • eb5277b38e Merge pull request #119 from SylvainCorlay/docstring Wenzel Jakob 2016-03-09 16:37:44 +0100
  • 14cefbf473 minor fix for conda release process Wenzel Jakob 2016-03-09 09:56:37 +0100
  • f7e056a413 Merge pull request #132 from SylvainCorlay/update_release_instructions Wenzel Jakob 2016-03-09 01:47:28 +0100
  • e6464ad843 Update release instructions Sylvain Corlay 2016-03-08 19:31:52 -0500
  • 4c7bf9bb94 Add return type Sylvain Corlay 2016-03-08 18:44:04 -0500
  • 0e04fdf3f6 Add generic signature for overloads Sylvain Corlay 2016-03-08 16:42:12 -0500
  • 13b22bf4f6 Signature formatting for sphinx Sylvain Corlay 2016-02-28 21:23:39 -0500
  • 81dfd2c51f Working type casters for wide strings and wide characters Wenzel Jakob 2016-03-08 19:40:32 +0100
  • 504f7553e3 starting to work on next version Wenzel Jakob 2016-03-08 18:12:24 +0100
  • d2385e8fc6 ready for version 1.3 v1.3 Wenzel Jakob 2016-03-08 18:04:43 +0100
  • 309a85ba59 support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this Wenzel Jakob 2016-03-08 17:59:10 +0100
  • fdc00f5077 Merge pull request #118 from SylvainCorlay/conda_recipe Wenzel Jakob 2016-03-08 17:44:38 +0100
  • 77586fd6a2 add version suffix to internal pybind11 data structures to avoid conflicts with future versions Wenzel Jakob 2016-03-06 13:38:18 +0100
  • 8d862b37b4 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) Wenzel Jakob 2016-03-06 13:37:22 +0100
  • bce8a4b95c force explicit cast (fixes #130) Wenzel Jakob 2016-03-06 13:30:10 +0100
  • 98e9210816 Merge pull request #129 from bennybp/master Wenzel Jakob 2016-03-05 23:52:25 +0100
  • f4902ece17 Use emplace for casting to map Ben Pritchard 2016-03-05 17:36:46 -0500
  • 52f4c3aef3 handle nullptr arguments with custom holder types (fixes #124) Wenzel Jakob 2016-03-03 14:05:06 +0100
  • c769fce280 note about nullptr default args Wenzel Jakob 2016-03-03 12:03:30 +0100
  • a88334f9c2 add wchar_t caster hulucc 2016-03-02 15:07:08 +0800
  • c8f68b3d92 add wstring caster hulucc 2016-03-02 13:59:39 +0800
  • 937d646bab updated CI links Wenzel Jakob 2016-03-01 15:41:02 +0100
  • 175fa352f7 Add a conda recipe for pybind11 Sylvain Corlay 2016-02-01 15:04:09 -0500
  • 74982c3d09 about statement Wenzel Jakob 2016-03-01 12:45:08 +0100
  • 4f972c0039 Revert of the revert of the python package with version information Wenzel Jakob 2016-03-01 10:36:10 +0100
  • 218b6ce246 Revert "trim docstrings (closes #112)" Wenzel Jakob 2016-02-28 23:52:37 +0100
  • 00d584da97 Merge pull request #117 from jmabille/overload Wenzel Jakob 2016-02-28 23:50:58 +0100
  • 25dd4789a8 Python overloading of virtual functions defined in class template Johan Mabille 2016-02-26 13:09:22 +0100
  • b3ef54a544 trim docstrings (closes #112) Wenzel Jakob 2016-02-24 13:39:53 +0100
  • 4a50fa5cd4 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) Wenzel Jakob 2016-02-23 23:50:21 +0100
  • 9cfa71f411 Example of bug in functions returning bool overriden in python jmabille 2016-02-23 22:41:07 +0100
  • efc78878bc Merge dabf274e74 into 347e6eaf68 Johan Mabille 2016-02-23 22:44:53 +0000
  • dabf274e74 Fix for functions returning bool overriden in Python jmabille 2016-02-23 22:50:45 +0100
  • d9cc59ead2 Example of bug in functions returning bool overriden in python jmabille 2016-02-23 22:41:07 +0100
  • 95d9738e89 type_caster_generic::load(): accept Py_None as input Wenzel Jakob 2016-02-23 13:37:14 +0100
  • 0df1ecd06b changelog update Wenzel Jakob 2016-02-22 17:32:44 +0100
  • fddd7e0385 removed 'pybind11' package which ultimately served no purpose Wenzel Jakob 2016-02-22 17:29:30 +0100
  • 5755044711 added 'dist' to .gitignore file Wenzel Jakob 2016-02-22 10:29:08 +0100
  • a826bed0d3 fixed run_test script Wenzel Jakob 2016-02-20 21:19:30 +0100
  • a645e81b3c added note about supported compiler versions Wenzel Jakob 2016-02-20 21:00:45 +0100
  • 4d29a7ac33 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) Wenzel Jakob 2016-02-20 20:53:10 +0100
  • b23668a27a minor formatting changes, removed missing header files referenced in setup.py Wenzel Jakob 2016-02-20 12:17:17 +0100
  • 7b414d5de3 don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) Wenzel Jakob 2016-02-19 13:27:20 +0100
  • c993d94c90 Add intel warning push/pop Ben Pritchard 2016-02-18 15:25:51 -0500
  • 3632202122 Remove some unnecessary semicolons (compilers warn on higher levels) Ben Pritchard 2016-02-18 13:20:15 -0500
  • f2740c26ec Add Intel to cmake file. Supress Intel inline/noinline warning Ben Pritchard 2016-02-18 13:06:43 -0500
  • 48f101d075 Fixes for compilation/segfault problems with Intel (issue 94) Ben Pritchard 2016-02-18 12:38:27 -0500
  • bd549aeb8c fixed tarball link in setup.py, added py 3.6 Wenzel Jakob 2016-02-07 17:37:40 +0100
  • 347e6eaf68 allow a broader set of types in STL containers Wenzel Jakob 2016-02-23 17:37:10 +0100
  • 82ba330080 stl.h: transparent conversion of STL linked lists Wenzel Jakob 2016-02-23 17:28:45 +0100
  • a3861b54c4 type_caster_generic::load(): accept Py_None as input Wenzel Jakob 2016-02-23 13:37:14 +0100
  • cf2b87aa5e changelog update Wenzel Jakob 2016-02-22 17:32:44 +0100
  • bee8f16dbb removed 'pybind11' package which ultimately served no purpose Wenzel Jakob 2016-02-22 17:29:30 +0100
  • c0ce590f5a Fix link in setup.py Wenzel Jakob 2016-02-22 17:25:58 +0100
  • bf72a76dd3 added 'dist' to .gitignore file Wenzel Jakob 2016-02-22 10:29:08 +0100
  • 57b52798e2 fixed run_test script Wenzel Jakob 2016-02-20 21:19:30 +0100
  • 240e4044aa added note about supported compiler versions Wenzel Jakob 2016-02-20 21:00:45 +0100
  • 80c2451ac5 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) Wenzel Jakob 2016-02-20 20:53:10 +0100
  • d6e4cef65f minor formatting changes, removed missing header files referenced in setup.py Wenzel Jakob 2016-02-20 12:17:17 +0100
  • 5e31d891fc Merge pull request #102 from jmabille/vectorize Wenzel Jakob 2016-02-20 12:15:31 +0100
  • 1dc960c37f NumPy-style broadcasting support in pybind11::vectorize Johan Mabille 2016-02-11 10:47:11 +0100
  • feeced6f75 short_vector removed and code formatting jmabille 2016-02-19 22:26:56 +0100
  • e2bb4eb87a don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) Wenzel Jakob 2016-02-19 13:27:20 +0100
  • 3fe59b9b22 Merge pull request #103 from bennybp/master Wenzel Jakob 2016-02-18 21:40:24 +0100
  • 33f3430d0c Add intel warning push/pop Ben Pritchard 2016-02-18 15:25:51 -0500
  • 2de6e1d142 Remove some unnecessary semicolons (compilers warn on higher levels) Ben Pritchard 2016-02-18 13:20:15 -0500
  • 70ee47ddcf Add Intel to cmake file. Supress Intel inline/noinline warning Ben Pritchard 2016-02-18 13:06:43 -0500
  • 0b6cff3d1d Fixes for compilation/segfault problems with Intel (issue 94) Ben Pritchard 2016-02-18 12:38:27 -0500
  • 57098708ce Extra tabs removed jmabille 2016-02-18 02:10:17 +0100
  • 7e67b71ab0 Broadcasting tests added jmabille 2016-02-18 01:35:42 +0100
  • eaced3aaa9 typo Johan Mabille 2016-02-16 17:28:44 +0100
  • edb945d45d gcc compilation issue fixed Sylvain Corlay 2016-02-12 17:07:20 +0000
  • 2d0ff0e777 gcc compilation issue fixed Johan Mabille 2016-02-12 16:08:19 +0100
  • 7e8ece8f3d Crash for scalar inputs fixed Johan Mabille 2016-02-11 18:42:22 +0100
  • f41e1125c6 Broadcasting like numpy Johan Mabille 2016-02-11 18:33:52 +0100
  • 7fc85f1d7c Multi iterator Johan Mabille 2016-02-11 10:47:11 +0100
  • f8584b630b quench some warnings in operators.h Wenzel Jakob 2016-02-16 13:36:04 +0100
  • 0880294924 support unordered set/map data structures (fixes #100) Wenzel Jakob 2016-02-13 00:20:21 +0100
  • 4fee179900 better debug info when arg::operator=() fails Wenzel Jakob 2016-02-09 09:46:11 +0100
  • 6f6c3bc7fc fixed tarball link in setup.py, added py 3.6 Wenzel Jakob 2016-02-07 17:37:40 +0100
  • 4f8902a931 starting development cycle for v1.3 Wenzel Jakob 2016-02-07 17:33:12 +0100
  • 8ed2808239 pybind11, version 1.2 v1.2 Wenzel Jakob 2016-02-07 17:32:37 +0100
  • 43b6a23a89 minor comment about binding static methods Wenzel Jakob 2016-02-07 17:24:41 +0100
  • 10c74c6f34 transparent std::array conversion (fixes #97) Wenzel Jakob 2016-02-07 16:36:26 +0100