1. 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
  2. 14 Dec, 2015 5 commits
  3. 13 Dec, 2015 5 commits
  4. 12 Dec, 2015 1 commit
    • John Travers's avatar
      Add ldflags to compile command · f7e43029
      John Travers authored
      On my system (Mac OS with custom Python installation) I had to add the ldflags argument to python-config to get things working.
      f7e43029
  5. 07 Dec, 2015 3 commits
  6. 05 Dec, 2015 1 commit
  7. 04 Dec, 2015 6 commits
  8. 30 Nov, 2015 2 commits
  9. 29 Nov, 2015 2 commits
  10. 28 Nov, 2015 2 commits
  11. 24 Nov, 2015 4 commits
  12. 17 Nov, 2015 1 commit
  13. 16 Nov, 2015 1 commit
  14. 15 Nov, 2015 1 commit
  15. 14 Nov, 2015 1 commit
  16. 12 Nov, 2015 1 commit
  17. 26 Oct, 2015 1 commit
  18. 23 Oct, 2015 1 commit
  19. 22 Oct, 2015 1 commit