132 Commits (b3f3d79f4c5ea6217f9028d2971b6538dd010ac6)

Author SHA1 Message Date
Jason Rhinelander b3f3d79f4c Rename examples files, as per #288 9 years ago
Jason Rhinelander 4e45e1805b Fix #283: don't print first arg of constructor 9 years ago
Jason Rhinelander eae180cd0b Add missing scipy run-time dep to eigen test 9 years ago
Pim Schellart 5a7d17ff16 Add support for user defined exception translators 9 years ago
Wenzel Jakob 4e27f7bb13 python 2.7 fix for example 5 9 years ago
Wenzel Jakob 954b7932fe avoid C++ -> Python -> C++ overheads when passing around function objects 9 years ago
Jason Rhinelander 7de9f6c72d Tests can skip by exiting with 99; fix eigen test failure 9 years ago
Wenzel Jakob 0d3fc3566a complete rewrite of eval/exec patch 9 years ago
Klemens Morgenstern c6ad2c4993 added exec functions 9 years ago
Wenzel Jakob f57133aa2e correction to #266 fix 9 years ago
Ben North 150a0fa786 check(): Stricter check in tests 9 years ago
Ben North 676e29885b Test that check() catches wrong order of elements 9 years ago
Ben North 7b8d9e0246 Test eigen converts slices of 3d arrays correctly 9 years ago
Ben North 3e0e779322 Tests: Add further '2*' functions for matrices 9 years ago
Ben North 4a22091d45 Add tests for doubling row- and col-vectors 9 years ago
Ben North b063e64b19 Eigen tests: '2*' functions for col-, row-vectors 9 years ago
Jason Rhinelander f23e0b5e95 Fix test diff output under python2.7 9 years ago
Wenzel Jakob fb0e2e5dac minor formatting fix 9 years ago
Brad Harmon 835fc06ca4 Add callback examples with named parameters 9 years ago
Jerry Gamache c6e0cdfa54 Allow pybind11::arg to have 0, false, or "" as default values. 9 years ago
Dean Moldovan 96017dd7cd Add _a literal for named arguments 9 years ago
Dean Moldovan 1fe5901062 Add a more informative diff output for failed tests 9 years ago
Dean Moldovan 4337a5d86a Fix typo which caused the C++ set test to be skipped 9 years ago
Dean Moldovan f2b36c2ed2 Fix a couple of warnings 9 years ago
Wenzel Jakob 38d8b8cfe2 don't allow registering a class twice (fixes #218) 9 years ago
Wenzel Jakob 5dd33d880d fix issues with std::vector<bool> overload in STL (fixes #216) 9 years ago
Wenzel Jakob 0a07805ab6 fixed many conversion warnings on clang 9 years ago
Wenzel Jakob 67a6392987 very minor cmake adjustments 9 years ago
Boris Schäling 20ee935203 Use decltype to deduce return type of PyThread_create_key 9 years ago
Dean Moldovan 9fb50c56d0 Add LTO and strip to pybind11_add_module 9 years ago
Wenzel Jakob 86d825f330 Redesigned virtual call mechanism and user-facing syntax (breaking change!) 9 years ago
Yung-Yu Chen 114bfeb762 pybind11::args should have been derived from tuple 9 years ago
Wenzel Jakob 1e3be73a52 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) 9 years ago
Andreas Bergmeier 2dd215711a Fixed expected test examples for more verbose error output. 9 years ago
Dean Moldovan 8c6b0b8333 Don't build tests when project is used via add_subdirectory 9 years ago
Wenzel Jakob 43b09af3a9 example12 clarifications 9 years ago
Wenzel Jakob b47a9de035 ability to prevent force casts in numpy arguments 9 years ago
Wenzel Jakob 3f200fab22 don't implicitly convert doubles to ints 9 years ago
Wenzel Jakob 25c03cecfa stl_bind redesign & cleanup pass 9 years ago
Sergey Lyskov 9ee4f92b06 Refactoring vector_binder so it now a function 9 years ago
Sergey Lyskov 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. 9 years ago
Sergey Lyskov a315c7a25a Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s. 9 years ago
Sergey Lyskov eae7744c0e adding stl_binders 9 years ago
Wenzel Jakob 178c8a899d nicer type_caster::load() calling conventions 9 years ago
Wenzel Jakob 9f272ddc73 updated testcase reference result 9 years ago
Wenzel Jakob 6c03beb867 enable *args and **kwargs notation (closes #190) 9 years ago
Wenzel Jakob 9e0a0568fe transparent conversion of dense and sparse Eigen types 9 years ago
Wenzel Jakob 876eeab4ca redesigned format_descriptor<> and npy_format_descriptor<> 9 years ago
Wenzel Jakob bd57eb484d don't try to cast 'None' into a C++ lvalue reference 9 years ago
Wenzel Jakob 9059bd8134 added test for issue #70 9 years ago