9 Commits (391c75447da13ef44cc2e119e005c0aeee442862)

Author SHA1 Message Date
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Jason Rhinelander 2686da8350 Add support for positional args with args/kwargs 9 years ago
Dean Moldovan 16db1bfbd7 Remove superseded handle::operator() overloads 9 years ago
Dean Moldovan c743e1b1b4 Support keyword arguments and generalized unpacking in C++ 9 years ago
Wenzel Jakob fe34241e50 minor doc & style fixes 9 years ago
Jason Rhinelander 52f4be8946 Make test initialization self-registering 9 years ago
Dean Moldovan 99dbdc16e5 Simplify more tests by replacing capture with assert 9 years ago
Dean Moldovan 665e8804f3 Simplify tests by replacing output capture with asserts where possible 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago
Dean Moldovan ecced6c5ae Use generic arg names for functions without explicitly named arguments 9 years ago
Jason Rhinelander b3f3d79f4c Rename examples files, as per #288 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
Yung-Yu Chen 114bfeb762 pybind11::args should have been derived from tuple 9 years ago
Wenzel Jakob 178c8a899d nicer type_caster::load() calling conventions 9 years ago
Wenzel Jakob 6c03beb867 enable *args and **kwargs notation (closes #190) 9 years ago
Wenzel Jakob 8cb6cb33ef minor cleanups in common.h; updated author info and copyright year 9 years ago
Wenzel Jakob 9180519d8c added an example on using fancier kinds of default arguments 10 years ago
Wenzel Jakob 66c9a40213 Much more efficient generation of function signatures, updated docs 10 years ago
Wenzel Jakob a576e6a8ca keyword argument support, removed last traces of std::function<> usage 10 years ago