1. 18 Apr, 2016 1 commit
  2. 20 Feb, 2016 2 commits
  3. 17 Jan, 2016 7 commits
  4. 28 Dec, 2015 1 commit
  5. 16 Dec, 2015 1 commit
  6. 15 Dec, 2015 1 commit
    • Jan Dohl's avatar
      Fixed py:array constructor from failing for complex types · ab92eb37
      Jan Dohl authored
      The array(const buffer_info &info) constructor fails when given
      complex types since their format string is 'Zd' or 'Zf' which has
      a length of two and causes an error here:
      
      if (info.format.size() != 1)
          throw std::runtime_error("Unsupported buffer format!");
      
      Fixed by allowing format sizes of one and two.
      ab92eb37
  7. 18 Oct, 2015 1 commit
  8. 15 Oct, 2015 1 commit
  9. 13 Oct, 2015 1 commit
  10. 04 Sep, 2015 1 commit
  11. 31 Jul, 2015 1 commit
  12. 29 Jul, 2015 1 commit
  13. 28 Jul, 2015 2 commits