1. 25 May, 2016 1 commit
    • Yung-Yu Chen's avatar
      pybind11::args should have been derived from tuple · 114bfeb7
      Yung-Yu Chen authored
      args was derived from list, but cpp_function::dispatcher sends a tuple to it->impl (line #346 and #392 in pybind11.h).  As a result args::size() and args::operator[] don't work at all.  On my mac args::size() returns -1.  Making args a subclass of tuple fixes it.
      114bfeb7
  2. 24 May, 2016 5 commits
  3. 21 May, 2016 3 commits
  4. 20 May, 2016 3 commits
  5. 19 May, 2016 3 commits
  6. 18 May, 2016 2 commits
  7. 17 May, 2016 2 commits
  8. 16 May, 2016 3 commits
  9. 15 May, 2016 13 commits
  10. 11 May, 2016 4 commits
  11. 10 May, 2016 1 commit