Commit Graph

  • 4edf42abd5 Initial build file for Bazel. Andreas Bergmeier 2016-06-03 18:01:45 +0200
  • f600c1d899 updated FAQ section on Python detection Wenzel Jakob 2016-06-03 14:47:54 +0200
  • ca8dc08a66 updated pbtest link Wenzel Jakob 2016-06-03 14:24:17 +0200
  • aa79af09f6 updated cmake example link Wenzel Jakob 2016-06-03 12:23:24 +0200
  • 9bb97c1b96 docs: added a general note about macro usage Wenzel Jakob 2016-06-03 11:19:41 +0200
  • 99279f7107 docs: switched lexer for python console snippets to 'pycon' Wenzel Jakob 2016-06-03 11:19:29 +0200
  • 7c99ff2a00 fix segfault when passing a docstring to def_property* (fixes #222) Wenzel Jakob 2016-06-02 20:33:01 +0200
  • 9767c4803d add tested Cygwin version to README.md Wenzel Jakob 2016-06-02 20:31:17 +0200
  • a22ce6cb0e Merge pull request #220 from dean0x7d/fixes Wenzel Jakob 2016-06-02 09:35:38 +0200
  • ba0a0c063f Install numpy from manylinux binary wheel on Travis Dean Moldovan 2016-06-02 08:49:41 +0200
  • 52ae7b1d33 Add 'check' target which both builds and tests Dean Moldovan 2016-06-01 23:28:44 +0200
  • 1fe5901062 Add a more informative diff output for failed tests Dean Moldovan 2016-06-01 23:16:13 +0200
  • 4337a5d86a Fix typo which caused the C++ set test to be skipped Dean Moldovan 2016-06-01 23:11:35 +0200
  • f2b36c2ed2 Fix a couple of warnings Dean Moldovan 2016-06-01 23:03:10 +0200
  • 38d8b8cfe2 don't allow registering a class twice (fixes #218) Wenzel Jakob 2016-05-31 09:53:28 +0200
  • 1c43eb8d05 Merge e90bf7cc06 into 5eda97d7e4 Andreas Bergmeier 2016-05-31 07:34:19 +0000
  • e90bf7cc06 New issue, when registering type multiple times. Andreas Bergmeier 2016-05-31 09:32:03 +0200
  • 5eda97d7e4 gcc fix Wenzel Jakob 2016-05-30 11:45:02 +0200
  • b569272127 quench some Eigen-related warnings Wenzel Jakob 2016-05-30 11:37:03 +0200
  • 5dd33d880d fix issues with std::vector<bool> overload in STL (fixes #216) Wenzel Jakob 2016-05-30 11:28:21 +0200
  • dca6b04c5f Merge pull request #217 from BorisSchaeling/cygwin Wenzel Jakob 2016-05-29 22:09:24 +0200
  • fc19c19804 Fix Cygwin support Boris Schäling 2016-05-29 16:56:15 +0200
  • 3f3ea26215 Merge branch 'master' into cygwin Boris Schäling 2016-05-29 16:51:48 +0200
  • 0a07805ab6 fixed many conversion warnings on clang Wenzel Jakob 2016-05-29 13:40:40 +0200
  • c48da92561 Merge branch 'cygwin' of https://github.com/BorisSchaeling/pybind11 into BorisSchaeling-cygwin Wenzel Jakob 2016-05-29 12:45:35 +0200
  • 7da7b67478 updated contributors in README.md Wenzel Jakob 2016-05-29 12:37:11 +0200
  • 67a6392987 very minor cmake adjustments Wenzel Jakob 2016-05-29 12:35:16 +0200
  • 1503d2fb50 Merge pull request #207 from dean0x7d/cmake Wenzel Jakob 2016-05-29 12:29:36 +0200
  • 9309b022fe Merge branch 'master' into cygwin Boris Schäling 2016-05-28 12:36:30 +0200
  • 20ee935203 Use decltype to deduce return type of PyThread_create_key Boris Schäling 2016-05-28 12:26:18 +0200
  • c3c27c4259 Make C++ standard configurable Dean Moldovan 2016-05-28 11:08:16 +0200
  • 9fb50c56d0 Add LTO and strip to pybind11_add_module Dean Moldovan 2016-05-27 21:42:43 +0200
  • 24ddf4b3f1 Update CMake build documentation Dean Moldovan 2016-05-27 00:11:52 +0200
  • 49720f0353 Add PYBIND11_ prefix to variable and remove redundant OSX property Dean Moldovan 2016-05-26 22:53:38 +0200
  • 8965644536 Make examples build and run on Cygwin Boris Schäling 2016-05-26 22:42:07 +0200
  • 2c76c693f6 minor update to release process Wenzel Jakob 2016-05-26 16:50:15 +0200
  • 6e2e0e9821 Merge pull request #214 from yungyuc/yyc-docver Wenzel Jakob 2016-05-26 16:48:28 +0200
  • 2240ce2adf Update document version to the next release 1.8 Yung-Yu Chen 2016-05-26 22:32:41 +0800
  • 69e1a5c91b quenched warnings on windows, comments in gil_scoped_release Wenzel Jakob 2016-05-26 14:29:31 +0200
  • 86d825f330 Redesigned virtual call mechanism and user-facing syntax (breaking change!) Wenzel Jakob 2016-05-26 13:19:27 +0200
  • 60abf299c6 minor cleanups in pytypes.h Wenzel Jakob 2016-05-26 10:47:11 +0200
  • ca9f3b2d8e Merge pull request #213 from yungyuc/yyc-args Wenzel Jakob 2016-05-25 15:41:18 +0200
  • 114bfeb762 pybind11::args should have been derived from tuple Yung-Yu Chen 2016-05-25 20:54:12 +0800
  • 03d6a514d2 Fix missing variable for Windows build Dean Moldovan 2016-05-25 13:39:32 +0200
  • 1e3be73a52 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) Wenzel Jakob 2016-05-24 23:42:05 +0200
  • b437867338 eigen.h: relax access to members Wenzel Jakob 2016-05-24 21:39:41 +0200
  • ec10c20ba5 Merge pull request #212 from abergmeier/master Wenzel Jakob 2016-05-24 12:36:32 +0200
  • 2dd215711a Fixed expected test examples for more verbose error output. Andreas Bergmeier 2016-05-24 10:15:43 +0200
  • 16d4394845 Increase available information on invocation error. Andreas Bergmeier 2016-05-24 09:19:35 +0200
  • 8c6b0b8333 Don't build tests when project is used via add_subdirectory Dean Moldovan 2016-05-23 00:12:37 +0200
  • b4b70a5d62 Update CMake on Travis CI Dean Moldovan 2016-05-22 22:45:11 +0200
  • 4563e9a8cd Add CMake function pybind11_add_module() Dean Moldovan 2016-05-22 22:23:18 +0200
  • 928fff649f Include a more robust FindPythonLibs module for CMake Dean Moldovan 2016-05-22 19:48:47 +0200
  • bd986fe57e add comment about macro issues (fixes #203) Wenzel Jakob 2016-05-21 10:48:30 +0200
  • 02096a057f Merge pull request #204 from thedrow/patch-1 Wenzel Jakob 2016-05-21 10:38:56 +0200
  • f74c9236a5 Cache C/C++ compilation Omer Katz 2016-05-21 11:29:30 +0300
  • 43b09af3a9 example12 clarifications Wenzel Jakob 2016-05-21 01:11:11 +0200
  • f64ff575d7 mkdoc.py: improved formatting of code segments and enums Wenzel Jakob 2016-05-20 16:37:13 +0200
  • a970a579b2 eigen.h: return compile time vectors as 1D NumPy arrays Wenzel Jakob 2016-05-20 12:00:56 +0200
  • b47a9de035 ability to prevent force casts in numpy arguments Wenzel Jakob 2016-05-19 16:02:09 +0200
  • 93a317eca1 Merge pull request #198 from nils-werner/numpy-typo Wenzel Jakob 2016-05-19 14:08:20 +0200
  • f7048f25b1 Fixed typo in NumPy example which prevented compilation Nils Werner 2016-05-19 11:17:17 +0200
  • 54b4aceafa Merge pull request #197 from RosettaCommons/fix Wenzel Jakob 2016-05-18 08:25:38 +0200
  • 065526a369 Refactoring bind_vector to take std::string to avoid capture of potentially temporary char const * when calling vector_if_insertion_operator Sergey Lyskov 2016-05-17 23:30:58 -0400
  • 3f200fab22 don't implicitly convert doubles to ints Wenzel Jakob 2016-05-17 15:35:29 +0200
  • a439ccaa0e minor FAQ edits, referenced cppimport project Wenzel Jakob 2016-05-17 10:47:52 +0200
  • d1bfc4e0f8 support __bool__ on Python 2.x and 3.x Wenzel Jakob 2016-05-16 18:52:46 +0200
  • 00c7d6ccc7 Merge branch 'stl_bind' Wenzel Jakob 2016-05-16 12:14:25 +0200
  • 25c03cecfa stl_bind redesign & cleanup pass Wenzel Jakob 2016-05-15 20:50:38 +0200
  • f0277d0a08 Merge b82c0ea164 into affb9f40c5 Sergey Lyskov 2016-05-15 22:04:25 +0000
  • affb9f40c5 quench conversion warnings on windows Wenzel Jakob 2016-05-15 23:55:06 +0200
  • deeab558ba quench strict aliasing warnings Wenzel Jakob 2016-05-15 23:54:34 +0200
  • a380ed9259 consider __setstate__ as a constructor Wenzel Jakob 2016-05-15 23:54:13 +0200
  • 26aca3d8ad Adding vector ’extend’ member function Sergey Lyskov 2016-05-11 18:35:47 -0400
  • 9ee4f92b06 Refactoring vector_binder so it now a function Sergey Lyskov 2016-05-10 19:40:28 -0400
  • 2de5af998d Adding workarounds for MSVC 2015 Sergey Lyskov 2016-05-09 15:57:35 -0400
  • 7b50cbd870 Fixing VC build, apparently MSVC implementation of std::is_default_constructible had no bool() operator Sergey Lyskov 2016-05-08 20:41:39 -0400
  • a95bde1ea5 Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples. Sergey Lyskov 2016-05-08 19:31:55 -0400
  • 25ac21903a properly adding value_error exception Sergey Lyskov 2016-05-07 19:30:33 -0400
  • a315c7a25a Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s. Sergey Lyskov 2016-05-07 18:50:26 -0400
  • eae7744c0e adding stl_binders Sergey Lyskov 2016-05-07 00:26:19 -0400
  • 178c8a899d nicer type_caster::load() calling conventions Wenzel Jakob 2016-05-10 15:59:01 +0100
  • 5984baafd0 redesigned cpp_function constructor; significant space savings Wenzel Jakob 2016-05-10 15:05:03 +0100
  • b82c0ea164 Refactoring had_equal_operator so it now can handle STL containers which have operator== always defined. Adding specialization for vector, deque, set, pair and map types. Sergey Lyskov 2016-05-12 18:17:02 -0400
  • 26a49b9b35 Merge remote-tracking branch 'upstream/master' Sergey Lyskov 2016-05-11 23:37:11 -0400
  • 8a0d0da362 Adding vector ’extend’ member function Sergey Lyskov 2016-05-11 18:35:47 -0400
  • 07ef518bbb Merge pull request #194 from jmabille/numpy_ctor Wenzel Jakob 2016-05-11 14:25:01 +0100
  • a63d93ba44 constructor fix Johan Mabille 2016-05-11 11:25:15 +0200
  • c209323c1f Merge pull request #193 from jmabille/vs_fix Wenzel Jakob 2016-05-11 13:51:30 +0100
  • a580ed8c47 Compilation issue fixed Johan Mabille 2016-05-11 14:45:01 +0200
  • cfc2e17ffa Refactoring vector_binder so it now a function Sergey Lyskov 2016-05-10 19:40:28 -0400
  • ace7b4386e switched to conda-forge, updated release process docs Wenzel Jakob 2016-05-10 13:09:05 +0100
  • 75ffdba9a3 Adding workarounds for MSVC 2015 Sergey Lyskov 2016-05-09 15:57:35 -0400
  • 4d96a44414 Fixing VC build, apparently MSVC implementation of std::is_default_constructible had no bool() operator Sergey Lyskov 2016-05-08 20:41:39 -0400
  • 1bfe606611 Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples. Sergey Lyskov 2016-05-08 19:31:55 -0400
  • 9f272ddc73 updated testcase reference result Wenzel Jakob 2016-05-08 14:40:57 +0200
  • 6c03beb867 enable *args and **kwargs notation (closes #190) Wenzel Jakob 2016-05-08 14:34:09 +0200
  • 71c084f57f properly adding value_error exception Sergey Lyskov 2016-05-07 19:30:33 -0400
  • f13194c80a Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s. Sergey Lyskov 2016-05-07 18:50:26 -0400
  • 587fc20b68 Merge remote-tracking branch 'upstream/master' Sergey Lyskov 2016-05-07 17:51:38 -0400