Commit Graph

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