Commit Graph

  • de1bca864e added feature to pass void* pointers by popular demand Wenzel Jakob 2016-03-26 17:51:09 +01:00
  • 12cf543804 address compilation issue in MSVC Wenzel Jakob 2016-03-26 17:29:33 +01:00
  • 048373c1b4 explicitly route type casting operations to desired casting operator (fixes #147) Wenzel Jakob 2016-03-26 17:14:08 +01:00
  • 0b4895885b improve default parameters for properties Wenzel Jakob 2016-03-25 16:13:10 +01:00
  • 84ec78feeb minor redesign/generalization of def_property mechanism Wenzel Jakob 2016-03-21 17:54:24 +01:00
  • 76eb607d4e completed type table Wenzel Jakob 2016-03-21 17:53:39 +01:00
  • eda978e003 support for opaque types Wenzel Jakob 2016-03-15 15:05:40 +01:00
  • a3e34f4a5f comment about old versions of visual studio Wenzel Jakob 2016-03-15 14:37:53 +01:00
  • 13484a207d Merge pull request #135 from bennybp/master Wenzel Jakob 2016-03-10 22:48:38 +01:00
  • 1b52246f5d Better testing for callable python functions Ben Pritchard 2016-03-10 16:31:38 -05:00
  • 17cdb06c1b fix severe regression involving character arrays (fixes #137) Wenzel Jakob 2016-03-10 13:24:10 +01:00
  • cf8b30287b Merge pull request #136 from SylvainCorlay/improve-recipe Wenzel Jakob 2016-03-10 08:48:01 +01:00
  • 13ad78bc52 Improve conda recipe Sylvain Corlay 2016-03-09 22:28:53 -05:00
  • 4a48afb356 doc updates Wenzel Jakob 2016-03-09 21:31:21 +01:00
  • de623a7668 added faq Wenzel Jakob 2016-03-09 21:11:19 +01:00
  • 4e455dde0b updated changelog, added build directory to gitignore file Wenzel Jakob 2016-03-09 16:38:28 +01:00
  • eb5277b38e Merge pull request #119 from SylvainCorlay/docstring Wenzel Jakob 2016-03-09 16:37:44 +01:00
  • 14cefbf473 minor fix for conda release process Wenzel Jakob 2016-03-09 09:56:37 +01:00
  • f7e056a413 Merge pull request #132 from SylvainCorlay/update_release_instructions Wenzel Jakob 2016-03-09 01:47:28 +01:00
  • e6464ad843 Update release instructions Sylvain Corlay 2016-03-08 19:31:52 -05:00
  • 4c7bf9bb94 Add return type Sylvain Corlay 2016-03-08 18:44:04 -05:00
  • 0e04fdf3f6 Add generic signature for overloads Sylvain Corlay 2016-03-08 16:42:12 -05:00
  • 13b22bf4f6 Signature formatting for sphinx Sylvain Corlay 2016-02-28 21:23:39 -05:00
  • 81dfd2c51f Working type casters for wide strings and wide characters Wenzel Jakob 2016-03-08 19:40:32 +01:00
  • 504f7553e3 starting to work on next version Wenzel Jakob 2016-03-08 18:12:24 +01:00
  • d2385e8fc6 ready for version 1.3 Wenzel Jakob 2016-03-08 18:04:43 +01:00
  • 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 +01:00
  • fdc00f5077 Merge pull request #118 from SylvainCorlay/conda_recipe Wenzel Jakob 2016-03-08 17:44:38 +01:00
  • 77586fd6a2 add version suffix to internal pybind11 data structures to avoid conflicts with future versions Wenzel Jakob 2016-03-06 13:38:18 +01:00
  • 8d862b37b4 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) Wenzel Jakob 2016-03-06 13:37:22 +01:00
  • bce8a4b95c force explicit cast (fixes #130) Wenzel Jakob 2016-03-06 13:30:10 +01:00
  • 98e9210816 Merge pull request #129 from bennybp/master Wenzel Jakob 2016-03-05 23:52:25 +01:00
  • f4902ece17 Use emplace for casting to map Ben Pritchard 2016-03-05 17:36:46 -05:00
  • 52f4c3aef3 handle nullptr arguments with custom holder types (fixes #124) Wenzel Jakob 2016-03-03 14:05:06 +01:00
  • c769fce280 note about nullptr default args Wenzel Jakob 2016-03-03 12:03:30 +01:00
  • a88334f9c2 add wchar_t caster hulucc 2016-03-02 15:07:08 +08:00
  • c8f68b3d92 add wstring caster hulucc 2016-03-02 13:59:39 +08:00
  • 937d646bab updated CI links Wenzel Jakob 2016-03-01 15:41:02 +01:00
  • 175fa352f7 Add a conda recipe for pybind11 Sylvain Corlay 2016-02-01 15:04:09 -05:00
  • 74982c3d09 about statement Wenzel Jakob 2016-03-01 12:45:08 +01:00
  • 4f972c0039 Revert of the revert of the python package with version information Wenzel Jakob 2016-03-01 10:36:10 +01:00
  • 218b6ce246 Revert "trim docstrings (closes #112)" Wenzel Jakob 2016-02-28 23:52:37 +01:00
  • 00d584da97 Merge pull request #117 from jmabille/overload Wenzel Jakob 2016-02-28 23:50:58 +01:00
  • 25dd4789a8 Python overloading of virtual functions defined in class template Johan Mabille 2016-02-26 13:09:22 +01:00
  • b3ef54a544 trim docstrings (closes #112) Wenzel Jakob 2016-02-24 13:39:53 +01:00
  • 4a50fa5cd4 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) Wenzel Jakob 2016-02-23 23:50:21 +01:00
  • 9cfa71f411 Example of bug in functions returning bool overriden in python jmabille 2016-02-23 22:41:07 +01:00
  • 347e6eaf68 allow a broader set of types in STL containers Wenzel Jakob 2016-02-23 17:37:10 +01:00
  • 82ba330080 stl.h: transparent conversion of STL linked lists Wenzel Jakob 2016-02-23 17:28:45 +01:00
  • a3861b54c4 type_caster_generic::load(): accept Py_None as input Wenzel Jakob 2016-02-23 13:37:14 +01:00
  • cf2b87aa5e changelog update Wenzel Jakob 2016-02-22 17:32:44 +01:00
  • bee8f16dbb removed 'pybind11' package which ultimately served no purpose Wenzel Jakob 2016-02-22 17:29:30 +01:00
  • c0ce590f5a Fix link in setup.py Wenzel Jakob 2016-02-22 17:25:58 +01:00
  • bf72a76dd3 added 'dist' to .gitignore file Wenzel Jakob 2016-02-22 10:29:08 +01:00
  • 57b52798e2 fixed run_test script Wenzel Jakob 2016-02-20 21:19:30 +01:00
  • 240e4044aa added note about supported compiler versions Wenzel Jakob 2016-02-20 21:00:45 +01:00
  • 80c2451ac5 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) Wenzel Jakob 2016-02-20 20:53:10 +01:00
  • d6e4cef65f minor formatting changes, removed missing header files referenced in setup.py Wenzel Jakob 2016-02-20 12:17:17 +01:00
  • 5e31d891fc Merge pull request #102 from jmabille/vectorize Wenzel Jakob 2016-02-20 12:15:31 +01:00
  • 1dc960c37f NumPy-style broadcasting support in pybind11::vectorize Johan Mabille 2016-02-11 10:47:11 +01:00
  • e2bb4eb87a don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) Wenzel Jakob 2016-02-19 13:27:20 +01:00
  • 3fe59b9b22 Merge pull request #103 from bennybp/master Wenzel Jakob 2016-02-18 21:40:24 +01:00
  • 33f3430d0c Add intel warning push/pop Ben Pritchard 2016-02-18 15:25:51 -05:00
  • 2de6e1d142 Remove some unnecessary semicolons (compilers warn on higher levels) Ben Pritchard 2016-02-18 13:20:15 -05:00
  • 70ee47ddcf Add Intel to cmake file. Supress Intel inline/noinline warning Ben Pritchard 2016-02-18 13:06:43 -05:00
  • 0b6cff3d1d Fixes for compilation/segfault problems with Intel (issue 94) Ben Pritchard 2016-02-18 12:38:27 -05:00
  • f8584b630b quench some warnings in operators.h Wenzel Jakob 2016-02-16 13:36:04 +01:00
  • 0880294924 support unordered set/map data structures (fixes #100) Wenzel Jakob 2016-02-13 00:20:21 +01:00
  • 4fee179900 better debug info when arg::operator=() fails Wenzel Jakob 2016-02-09 09:46:11 +01:00
  • 6f6c3bc7fc fixed tarball link in setup.py, added py 3.6 Wenzel Jakob 2016-02-07 17:37:40 +01:00
  • 4f8902a931 starting development cycle for v1.3 Wenzel Jakob 2016-02-07 17:33:12 +01:00
  • 8ed2808239 pybind11, version 1.2 Wenzel Jakob 2016-02-07 17:32:37 +01:00
  • 43b6a23a89 minor comment about binding static methods Wenzel Jakob 2016-02-07 17:24:41 +01:00
  • 10c74c6f34 transparent std::array conversion (fixes #97) Wenzel Jakob 2016-02-07 16:36:26 +01:00
  • c91551b33b improved python detection in CMakeLists.txt (fixes #98) Wenzel Jakob 2016-02-07 15:45:56 +01:00
  • 1f7a8096b7 support for string default arguments specified as static arrays Wenzel Jakob 2016-02-07 13:29:17 +01:00
  • e206564ebf removed a redundant tag Wenzel Jakob 2016-02-04 23:29:29 +01:00
  • a65017902e set __module__ attribute of functions (fixes #95) Wenzel Jakob 2016-02-04 23:02:07 +01:00
  • de3ad07899 documentation on exporting constants (closes #92) Wenzel Jakob 2016-02-02 11:38:21 +01:00
  • 298183fac4 Merge pull request #91 from SylvainCorlay/version Wenzel Jakob 2016-02-01 16:51:26 +01:00
  • 97dc81057f Add version info and release instructions for pybind11 Sylvain Corlay 2016-02-01 09:51:35 -05:00
  • cd4e6ae3f0 updated changelog Wenzel Jakob 2016-01-29 11:48:40 +01:00
  • b6cf75d66a address issue with std::type_info across module boundaries (fixes #86) Wenzel Jakob 2016-01-29 11:39:32 +01:00
  • 2547ca468c deal with Python versions compiled without thread support (fixes #81) Felipe Lema 2016-01-25 16:22:44 -03:00
  • 15f6a0030e enum comparison and conversion operations (closes #80) Wenzel Jakob 2016-01-24 14:05:12 +01:00
  • a40c27ee0e travis: cache pip Wenzel Jakob 2016-01-21 19:21:59 +01:00
  • ab7ef81ee1 Merge pull request #73 from ax3l/topic-cleanCMake Wenzel Jakob 2016-01-21 19:23:23 +01:00
  • 518cf721d9 improve cmake windows debug configuration (fixes #77) Wenzel Jakob 2016-01-21 19:17:58 +01:00
  • fa92f6796f Merge pull request #76 from ax3l/fix-unusedVar Wenzel Jakob 2016-01-21 19:03:51 +01:00
  • d1f4d3ea91 Merge pull request #78 from ax3l/fix-complexGlibc Wenzel Jakob 2016-01-21 18:58:36 +01:00
  • 30214adc0a Fix #75 <complex> may define macro I Axel Huebl 2016-01-21 17:42:46 +01:00
  • 2dd5e3bc2a Close #69 Unused Var: Warning Axel Huebl 2016-01-21 17:18:47 +01:00
  • 6c37f2111d CMake: Test Counting Axel Huebl 2016-01-20 09:24:25 +01:00
  • 80a06745d3 hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70) Wenzel Jakob 2016-01-20 11:34:07 +01:00
  • d4db8bc4bf minor cmake doc improvements Wenzel Jakob 2016-01-20 01:26:44 +01:00
  • b670b77060 minor adjustment to detail::is_copy_constructible (fixes #70) Wenzel Jakob 2016-01-20 01:26:43 +01:00
  • 88d1d04132 another attempt to fix the offsetof warnings Wenzel Jakob 2016-01-20 01:26:42 +01:00
  • 9dcb1c3b3a Merge pull request #71 from ax3l/fix-strBuild2 Wenzel Jakob 2016-01-19 09:50:49 +01:00
  • 7cd569c703 Fix Compile Error: str Naming Axel Huebl 2016-01-11 20:15:40 +01:00
  • 61587164ed example on manually vectorizing numpy code (closes #27) Wenzel Jakob 2016-01-18 22:38:52 +01:00